Changes between Version 10 and Version 11 of QuickbookWikiProcessor


Ignore:
Timestamp:
Jul 17, 2007, 9:29:10 AM (15 years ago)
Author:
paolog
Comment:

proof-reading

Legend:

Unmodified
Added
Removed
Modified
  • QuickbookWikiProcessor

    v10 v11  
    44      * [ImprovingBoostDocs About this project]
    55      * [BoostDocsRepository Boost docs repository]
    6       * [UnifiedLookAndFeelProject Unified look & feel project]
    7       * [HelpingBoostAuthors Helping Boost Authors]
     6      * [UnifiedLookAndFeelProject Unified look and feel project]
     7      * [HelpingBoostAuthors Helping Boost authors]
    88      * [GlueDocsProject Glue docs project]
    9       * [StandardCppLibraryDocumentation Standard C++ Library Docs]
    10       * [DocumentationBestPractices Documentation Best Practices]
    11       * [DocumentationTools Documentation Tools]
     9      * [StandardCppLibraryDocumentation Standard C++ Library docs]
     10      * [DocumentationBestPractices Documentation best practices]
     11      * [DocumentationTools Documentation tools]
    1212      * [ImprovingBoostDocsSubprojects Subprojects]
    1313           * [BoostDocTest Boost.DocTest ]
     
    1515           * [BoostKateSupport Boost Kate support]
    1616           * [BoostPdfStylesheet Boost PDF stylesheet]
    17            * [BoostSpecificWikiMacros Boost specific WikiMacros]
     17           * [BoostSpecificWikiMacros Boost-specific WikiMacros]
    1818           * [BoostTracStylesheet Boost Trac stylesheet]
    1919           * [BoostscriptProject Boostscript]
    20            * [GoogleSearchBoxProject Google Search Box project]
     20           * [GoogleSearchBoxProject Google Search box project]
    2121           * [HtmlToDockbookProject HTML to docbook]
    2222           * '''[QuickbookWikiProcessor Quickbook WikiProcessor]'''
    2323           * [QuickbookSourceStylesheetProject Quickbook source stylesheet]
    2424           * [SvgIconsSetProject SVG icons set project]
    25            * [SyntaxHighlightingProject Syntax highlighting project]
    26            * [BoostTracSyntaxColoring Trac Syntax Coloring]
    27            * [DebuggerVisualizers Debugger Visualizers]
    28       * [BrowserTestingChart Browser Testing Chart]
    29       * [LibrariesLogos Logo Playground]
     25           * [SyntaxHighlightingProject Syntax-highlighting project]
     26           * [BoostTracSyntaxColoring Trac syntax-coloring]
     27           * [DebuggerVisualizers Debugger visualizers]
     28      * [BrowserTestingChart Browser-testing chart]
     29      * [LibrariesLogos Logo playground]
    3030
    3131----
     
    3535=== Introduction ===
    3636
    37 It will be excellent if I could write directly in Quickbook syntax
    38 in the Trac Wiki. This would allow us to have an uniform syntax in
    39 our Wiki and docs sources, allowing to copy and paste, share stylesheets, etc.
     37It will be excellent if I could write directly in Quickbook syntax 
     38in the Trac wiki. This would allow us to have an uniform syntax in
     39our wiki and docs sources, allowing copying and pasting, share stylesheets, etc.
    4040
    41 An example of the use will be:
     41An example of the usage will be:
    4242
    4343{{{
     
    5353[[Templates             ][Extensibility and constants               ]]
    5454[[Code import           ][Code consistency, callouts and reuse      ]]
    55 [[Wiki style formatting ][High signal to noise ratio in source code ]]
    56 [[Internal links        ][Easy to use inter-doc anchors             ]]
    57 [[Syntax Highlighting   ][Both in code blocks and in `inline code`  ]]
     55[[Wiki-style formatting ][High signal-to-noise ratio in source code ]]
     56[[Internal links        ][Easy-to-use inter-doc anchors             ]]
     57[[Syntax-highlighting   ][Both in code blocks and in `inline code`  ]]
    5858
    5959]
     
    6262From some initial research we need two things:
    6363
    64    * The completion of Rene Rivera's [QuickbookHtmlBackend quickbook HTML backend].
     64   * The completion of [QuickbookHtmlBackend quickbook HTML Rene Rivera's backend].
    6565
    66    * A [WikiProcessors Trac WikiProcessor] written in Python that integrates Rene
    67      works in the Trac Wiki.
     66   * A [WikiProcessors Trac WikiProcessor] written in Python that integrates Rene's
     67     work into the Trac wiki.
    6868
    6969=== Objectives ===
    7070
    71 Complete the second point from the above list. Rene could then use it to test
    72 his work and we will have a *very* good reason to finished the backend.
     71To complete the second point from the above list. Rene could then use it to test
     72his work and we will have a ''very'' good reason to finish the backend.
    7373
    7474A second task will be to look into the
    75 [http://trac.edgewall.org/wiki/ProcessorBazaar Trac Processor Bazaar] to
    76 investigate what things may be useful for us ( Take a look at
     75[http://trac.edgewall.org/wiki/ProcessorBazaar Trac processor bazaar] to
     76investigate what might be useful for us. (Take a look at
    7777[http://trac.edgewall.org/wiki/ProcessorBazaar#docbook docbook],
    7878[http://trac.edgewall.org/wiki/ProcessorBazaar#graphviz graphviz]
    79 and http://trac.edgewall.org/wiki/ProcessorBazaar#latex-math latex-math] ).
     79and http://trac.edgewall.org/wiki/ProcessorBazaar#latex-math latex-math].)
    8080
    8181=== Help wanted ===
    8282
    83 If you are interested, please send a mail to the
     83If you are interested, please send an email to the
    8484[https://lists.sourceforge.net/lists/listinfo/boost-docs boost-docs list]
    85 telling us you want to help.
     85telling us that you want to help.
    8686
    8787[[Image(CommonImages:help_wanted.png,nolink)]]
     
    9292      * [ImprovingBoostDocs About this project]
    9393      * [BoostDocsRepository Boost docs repository]
    94       * [UnifiedLookAndFeelProject Unified look & feel project]
    95       * [HelpingBoostAuthors Helping Boost Authors]
     94      * [UnifiedLookAndFeelProject Unified look and feel project]
     95      * [HelpingBoostAuthors Helping Boost authors]
    9696      * [GlueDocsProject Glue docs project]
    97       * [StandardCppLibraryDocumentation Standard C++ Library Docs]
    98       * [DocumentationBestPractices Documentation Best Practices]
    99       * [DocumentationTools Documentation Tools]
     97      * [StandardCppLibraryDocumentation Standard C++ Library docs]
     98      * [DocumentationBestPractices Documentation best practices]
     99      * [DocumentationTools Documentation tools]
    100100      * [ImprovingBoostDocsSubprojects Subprojects]
    101101           * [BoostDocTest Boost.DocTest ]
     
    103103           * [BoostKateSupport Boost Kate support]
    104104           * [BoostPdfStylesheet Boost PDF stylesheet]
    105            * [BoostSpecificWikiMacros Boost specific WikiMacros]
     105           * [BoostSpecificWikiMacros Boost-specific WikiMacros]
    106106           * [BoostTracStylesheet Boost Trac stylesheet]
    107107           * [BoostscriptProject Boostscript]
    108            * [GoogleSearchBoxProject Google Search Box project]
     108           * [GoogleSearchBoxProject Google Search box project]
    109109           * [HtmlToDockbookProject HTML to docbook]
    110110           * '''[QuickbookWikiProcessor Quickbook WikiProcessor]'''
    111111           * [QuickbookSourceStylesheetProject Quickbook source stylesheet]
    112112           * [SvgIconsSetProject SVG icons set project]
    113            * [SyntaxHighlightingProject Syntax highlighting project]
    114            * [BoostTracSyntaxColoring Trac Syntax Coloring]
    115            * [DebuggerVisualizers Debugger Visualizers]
    116       * [BrowserTestingChart Browser Testing Chart]
    117       * [LibrariesLogos Logo Playground]
     113           * [SyntaxHighlightingProject Syntax-highlighting project]
     114           * [BoostTracSyntaxColoring Trac syntax-coloring]
     115           * [DebuggerVisualizers Debugger visualizers]
     116      * [BrowserTestingChart Browser-testing chart]
     117      * [LibrariesLogos Logo playground]