9 Commits
v0.1.0 ... dev

Author SHA1 Message Date
00e883e3eb feat: extend .gitignore 2022-12-15 15:48:16 +01:00
ad82b49371 feat: extend readme 2022-12-15 15:44:04 +01:00
f7a5f5e077 feat: extend readme 2022-12-15 15:41:44 +01:00
bafb7a96aa feat: adjust makefile 2022-12-15 15:25:48 +01:00
2758e95bc5 feat: extend makefile 2022-12-15 15:21:31 +01:00
cad768627f fix: add PLUGIN_HOSTNAME: in Drone.io pipeline step html
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-14 21:15:04 +01:00
8129187bd9 feat: extend .drone.yml with step html
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-14 20:46:36 +01:00
1e08ba5b73 feat: extend .drone.yml with step html
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-14 14:51:30 +01:00
f5e9615799 feat: add architecture section
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-13 12:19:43 +01:00
7 changed files with 57 additions and 5 deletions

View File

@ -17,6 +17,7 @@ steps:
- apt-get -y install texlive-lang-german
- pip install -r requirements.txt
- make latexpdf
- make html
---
kind: pipeline
@ -34,6 +35,7 @@ steps:
- apt-get -y install texlive-lang-german
- pip install -r requirements.txt
- make latexpdf
- make html
- name: gitea_release
image: plugins/gitea-release
settings:
@ -41,3 +43,16 @@ steps:
from_secret: gitea_token
base_url: https://git.wtf-eg.de
files: build/latex/rtfm-dashandbuchderfreefederatedfleetinitiative.pdf
- name: html
image: cschlosser/drone-ftps
environment:
FTP_USERNAME:
from_secret: username
FTP_PASSWORD:
from_secret: password
PLUGIN_HOSTNAME:
from_secret: hostname
PLUGIN_SRC_DIR: /build/html
PLUGIN_DEST_DIR: /home/pacs/sib00/users/swingbe_fffleet/doms/fffleet.swingbe.de/subs-ssl/www
PLUGIN_MIRROR_OPTS: -e
PLUGIN_CLEAN_DIR: false

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
bundle
build
venv
*.*~
*~

View File

@ -16,5 +16,19 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
%: makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
.PHONY: sphinx bundle
clean:
-rm -rf build
-rm -rf bundle
sphinx:
$(MAKE) singlehtml latexpdf
bundle: sphinx
-mkdir bundle
cp build/latex/*.pdf bundle/
rsync -av --delete build/singlehtml/ bundle/html

View File

@ -63,15 +63,20 @@ The output files of the final handbook can be found in the subfolder `./build`.
All generated intermediate artifacts and the final output files can be found in the `./build` subfolder.
Generate all output like this.
```
make bundle
```
### Clean up
1. Deactivate the virtual Python environment: ```deactivate```
2. Clean up the build sources: ```make clean``` and ```rm -r build bundle```
2. Clean up the build sources: ```make clean```
# File System
* `build`: build directory
* `make.bat`:
* `Makefile`:
* `Makefile`: build configuration
* `readme.md`: this file
* `source`: source directory

View File

@ -22,7 +22,7 @@ copyright = '2022, <tdb>'
author = 'Software Ingenieur Begerad (SIB)'
# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '0.1.2'
# -- General configuration ---------------------------------------------------

View File

@ -14,6 +14,7 @@ RTFM - Das Handbuch der Free Federated Fleet (FFFleet) Initiative
manual/open-issues
manual/requirements
manual/introduction
manual/architecture
manual/components
manual/research

View File

@ -0,0 +1,15 @@
# Architektur
//TODO tbc
## Systemumgebung
//TODO tbc
## Systemkontext
//TODO tbc
## Systembeschreibung
//TODO tbc