- Improving Boost Docs
- About this project
- Boost docs repository
- Unified look and feel project
- Helping Boost authors
- Glue docs project
- Standard C++ Library docs
- Documentation best practices
- Documentation tools
- Subprojects
- Boost.DocTest
- Boost HTML stylesheet
- Boost Kate support
- Boost PDF stylesheet
- Boost-specific WikiMacros
- Boost Trac stylesheet
- Boostscript
- Google Search box project
- HTML to docbook
- Quickbook WikiProcessor
- Quickbook source stylesheet
- SVG icons set project
- Syntax-highlighting project
- Trac syntax-coloring
- Debugger visualizers
- Browser-testing chart
- Logo playground
Introduction
It will be excellent if I could write directly in Quickbook syntax in the Trac wiki. This would allow us to have an uniform syntax in our wiki and docs sources, allowing copying and pasting, share stylesheets, etc.
An example of the usage will be:
#!quickbook [heading Quickbook Rocks!] [table [[Feature ][Purpose ]] [[Templates ][Extensibility and constants ]] [[Code import ][Code consistency, callouts and reuse ]] [[Wiki-style formatting ][High signal-to-noise ratio in source code ]] [[Internal links ][Easy-to-use inter-doc anchors ]] [[Syntax-highlighting ][Both in code blocks and in `inline code` ]] ]
From some initial research we need two things:
- The completion of quickbook HTML Rene Rivera's backend.
- A Trac WikiProcessor written in Python that integrates Rene's work into the Trac wiki.
Objectives
To complete the second point from the above list. Rene could then use it to test his work and we will have a very good reason to finish the backend.
A second task will be to look into the Trac processor bazaar to investigate what might be useful for us. (Take a look at docbook, graphviz and http://trac.edgewall.org/wiki/ProcessorBazaar#latex-math latex-math].)
Help wanted
If you are interested, please send an email to the boost-docs list telling us that you want to help.
- Improving Boost Docs
- About this project
- Boost docs repository
- Unified look and feel project
- Helping Boost authors
- Glue docs project
- Standard C++ Library docs
- Documentation best practices
- Documentation tools
- Subprojects
- Boost.DocTest
- Boost HTML stylesheet
- Boost Kate support
- Boost PDF stylesheet
- Boost-specific WikiMacros
- Boost Trac stylesheet
- Boostscript
- Google Search box project
- HTML to docbook
- Quickbook WikiProcessor
- Quickbook source stylesheet
- SVG icons set project
- Syntax-highlighting project
- Trac syntax-coloring
- Debugger visualizers
- Browser-testing chart
- Logo playground