Move site to new engine
* Move our site from our own Jinja2+Markdown to Pelican * Move all pages from Markdown to RST(-highlightJS,+Pygmentize) * Create plugin for documentation building (HTML for DocBook based and RST for hand-written texts) - Supports HTML for DocBook-generated documentation - Supports RST for HandWrittend Texts - Embedding into Pre-Based Templates - Using BeautifulSoup library for generating proper titles * Adding Header to all site pages (e.g. Documentation) * Modifications of CSS (we need to bring order to our CSS's) * Modifications for DocBook xslt files and generations * Add GitHub Ribbon * Move FAQ to Documentation * Documentation page is static now * rocks.tarantool.org now in header
Showing
- .gitignore 5 additions, 7 deletions.gitignore
- doc/CMakeLists.txt 3 additions, 3 deletionsdoc/CMakeLists.txt
- doc/box-protocol.rst 312 additions, 0 deletionsdoc/box-protocol.rst
- doc/developer/CMakeLists.txt 22 additions, 9 deletionsdoc/developer/CMakeLists.txt
- doc/developer/html-highlight.xsl 1 addition, 0 deletionsdoc/developer/html-highlight.xsl
- doc/developer/tnt-html.xsl 1 addition, 0 deletionsdoc/developer/tnt-html.xsl
- doc/developer/tnt.css 1 addition, 0 deletionsdoc/developer/tnt.css
- doc/user/CMakeLists.txt 13 additions, 7 deletionsdoc/user/CMakeLists.txt
- doc/user/tnt-html-chunk.xsl 1 addition, 3 deletionsdoc/user/tnt-html-chunk.xsl
- doc/user/tnt-html.xsl 0 additions, 4 deletionsdoc/user/tnt-html.xsl
- doc/user/tnt.css 12 additions, 1 deletiondoc/user/tnt.css
- doc/www-data.in/CMakeLists.txt 0 additions, 10 deletionsdoc/www-data.in/CMakeLists.txt
- doc/www-data.in/_layout/benchmark 0 additions, 5 deletionsdoc/www-data.in/_layout/benchmark
- doc/www-data.in/_layout/documentation 0 additions, 8 deletionsdoc/www-data.in/_layout/documentation
- doc/www-data.in/_layout/faq 0 additions, 5 deletionsdoc/www-data.in/_layout/faq
- doc/www-data.in/_layout/index 0 additions, 5 deletionsdoc/www-data.in/_layout/index
- doc/www-data.in/_layout/intro 0 additions, 6 deletionsdoc/www-data.in/_layout/intro
- doc/www-data.in/_layout/support 0 additions, 5 deletionsdoc/www-data.in/_layout/support
- doc/www-data.in/_text/benchmark.md 0 additions, 92 deletionsdoc/www-data.in/_text/benchmark.md
- doc/www-data.in/_text/faq.md 0 additions, 70 deletionsdoc/www-data.in/_text/faq.md
Loading
Please register or sign in to comment