Skip to content
Snippets Groups Projects
  1. Apr 14, 2014
  2. Dec 26, 2013
    • Eugine Blikh's avatar
      Some improvements in documentation: · a8b0de7c
      Eugine Blikh authored
          1. Unified blurb for every site page
          2. remove tnt-html.xsl.cmake tnt-html-chunk.xsl.cmake in favor of
          --stringparam and -param flags of xsltproc and saxon
          3. Create flags for input/output in static.py script for OOS build
      a8b0de7c
  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
  4. Jul 11, 2013
    • Konstantin Osipov's avatar
      Make w3c isopub.ent entity files available locally. · 9b3ce491
      Konstantin Osipov authored
      Make w3c isopub.ent entity files available locally,
      since it is part of nobody-knows which package on Ubuntu,
      and may be missing completely on other distributions.
      
      On Ubuntu 13 even though it is part of mathml, it's not listed
      properly in /etc/xml/catalog apparently.
      
      This fixes xsltproc warnings and speeds up manual generation
      significantly.
      9b3ce491
  5. Jun 06, 2013
    • Konstantin Osipov's avatar
      Hand-port rpm-split-spec branch. · 4583e56d
      Konstantin Osipov authored
      The patch which removes the CPack-generated spec
      and adds a proper spec for client, server and library
      was done by Dmitry Simonenko.
      
      Hand-port the patch to the master, since it's gone too
      far away from the origin and merging it ends up in a mess.
      4583e56d
  6. May 15, 2013
    • Konstantin Osipov's avatar
      Remove various deficiencies of the manual. · bb87d7b1
      Konstantin Osipov authored
      Document bind_ipaddr (lp:bug#1032240).
      Separate triggers into an own section.
      Clarify that the network now is fully asynchronous.
      Clarify how atomicity works in stored procedures.
      Provide an overview of possible operations in the data model.
      Add a stub for system-specific installation notes.
      Fix all references to be stable between builds of the
      manual, so that an external link to, say, memcached-protocol
      stays valid over time.
      bb87d7b1
  7. May 04, 2012
  8. Apr 28, 2012
  9. Apr 24, 2012
  10. Feb 22, 2012
  11. Dec 15, 2011
  12. Nov 12, 2011
  13. Jun 27, 2011
  14. Jun 15, 2011
  15. Jun 02, 2011
  16. May 27, 2011
  17. Apr 05, 2011
  18. Mar 31, 2011
Loading