wiki:QuickbookSourceStylesheetProject

Version 8 (modified by Matias Capeletto, 15 years ago) ( diff )

--

http://matias.capeletto.googlepages.com/ibdp.png


http://matias.capeletto.googlepages.com/quickbook_source_stylesheet.png

Introduction

Using modern CSS capabilities we can change in a great degree the way HTML pages will be rendered. A stylesheet can be developed that takes the HTML generated by Boostbook and shows it as Quickbook source. This will allow to easily translate Boostbook docs to Quickbook, and when the HTML to docbook project find a good solution, we will have achieve a path from common HTML docs to quickbook sources that is very appealing.

Status

The stylesheet is fully functional, you can check it with the on-line Boost.DocTest document. In Firefox 2, go to "View" --> "Page Style" --> "Quickbook Source".

Common HTML Quickbook source stylesheet version

Not Docbook based Html translations can be made it in two ways:

  • Use a version of this CSS that lets as see HTML as Quickbook. You can see the results in a Boost.Bind page.
    To use it you must add a CSS link in the header of your HTML:
    <link rel="stylesheet" href="{BOOST_ROOT}/doc/style/html/conversion/html_to_quickbook.css" type="text/css" />
    
    The results are not so good as before, no navigation support, no admonitions rendering...

http://svn.boost.org/trac/boost/browser/sandbox/boost_docs/trunk/doc/style/html/conversion


Active Developers


http://matias.capeletto.googlepages.com/matias_capeletto_small.png
Matias Capeletto
matias dot capeletto at gmail dot com

http://matias.capeletto.googlepages.com/rene_rivera_small.png
Rene Rivera


Note: See TracWiki for help on using the wiki.