Skip to content
Snippets Groups Projects
  1. Dec 27, 2013
  2. Dec 26, 2013
  3. Dec 24, 2013
    • Eugine Blikh's avatar
      ### site building · cd4e3270
      Eugine Blikh authored
      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
      cd4e3270
    • Eugine Blikh's avatar
      backport of 439eb8de commit · 66593343
      Eugine Blikh authored
      > remove script/ directory and move it's content to extra/
      66593343
  4. Dec 16, 2013
  5. Dec 13, 2013
  6. Dec 11, 2013
  7. Dec 10, 2013
  8. Dec 09, 2013
  9. Dec 08, 2013
  10. Dec 06, 2013
  11. Dec 05, 2013
  12. Dec 04, 2013
  13. Nov 29, 2013
  14. Nov 28, 2013
  15. Nov 27, 2013
  16. Nov 26, 2013
  17. Nov 25, 2013
  18. Nov 24, 2013
  19. Nov 23, 2013
  20. Nov 21, 2013
  21. Nov 16, 2013
  22. Nov 13, 2013
  23. Nov 12, 2013
  24. Nov 08, 2013
  25. Nov 06, 2013
Loading