### site building
All layouts are in doc/www-data.in/_layout and are written in Jinja1 (django-like templates). All texts are in doc/www-data.in/_texts Text files contains YAML files with chunks of markdown strings: ``` $module: $uno: | some text in markdown $dos: | it may be multiline $tres: | # header 1 ``` may have some embedded code ``` e.t.c ... ``` where `$module` is name of layout file, `$uno`, `$dos`, `$tres`... are name of parts (template parts `{{ $module.$part }}`) Site still stores files in `doc/www-data` for copying on server. Also it integrates documentation (only on stable/master branches) into site (still templlates) Usage of new `extra/static.py`: ```bash $ cmake . -DENABLE-DOC=TRUE $ make $ cd /doc/www-data.in/ $ ../../extra/static.py site `# build site` $ ../../extra/static.py docs `# embed docs` ``` ### documentation building Add `html-saxon-chunk` and `html-chunk` targets for building chunked html documentation. `make` in `doc/user` now builds `html-saxon` and `html-saxon-chunk` targets
Showing
- CMakeLists.txt 0 additions, 9 deletionsCMakeLists.txt
- doc/CMakeLists.txt 10 additions, 0 deletionsdoc/CMakeLists.txt
- doc/user/CMakeLists.txt 56 additions, 7 deletionsdoc/user/CMakeLists.txt
- doc/user/tnt-html-chunk.xsl.cmake 21 additions, 0 deletionsdoc/user/tnt-html-chunk.xsl.cmake
- doc/user/tnt-html.xsl 0 additions, 48 deletionsdoc/user/tnt-html.xsl
- doc/user/tnt-html.xsl.cmake 16 additions, 0 deletionsdoc/user/tnt-html.xsl.cmake
- doc/user/tnt.css 44 additions, 3 deletionsdoc/user/tnt.css
- doc/user/user.xml 1 addition, 1 deletiondoc/user/user.xml
- doc/www-data.in/CMakeLists.txt 1 addition, 3 deletionsdoc/www-data.in/CMakeLists.txt
- doc/www-data.in/_config 0 additions, 11 deletionsdoc/www-data.in/_config
- doc/www-data.in/_ignore 0 additions, 8 deletionsdoc/www-data.in/_ignore
- doc/www-data.in/_layout/base 4 additions, 14 deletionsdoc/www-data.in/_layout/base
- doc/www-data.in/_layout/benchmark 6 additions, 2 deletionsdoc/www-data.in/_layout/benchmark
- doc/www-data.in/_layout/documentation 8 additions, 0 deletionsdoc/www-data.in/_layout/documentation
- doc/www-data.in/_layout/download 7 additions, 0 deletionsdoc/www-data.in/_layout/download
- doc/www-data.in/_layout/faq 5 additions, 1 deletiondoc/www-data.in/_layout/faq
- doc/www-data.in/_layout/index 3 additions, 19 deletionsdoc/www-data.in/_layout/index
- doc/www-data.in/_layout/intro 8 additions, 0 deletionsdoc/www-data.in/_layout/intro
- doc/www-data.in/_layout/support 7 additions, 0 deletionsdoc/www-data.in/_layout/support
- doc/www-data.in/_text/benchmark.md 102 additions, 0 deletionsdoc/www-data.in/_text/benchmark.md
Loading
Please register or sign in to comment