Changes between Version 7 and Version 8 of BoostSpecificWikiMacros


Ignore:
Timestamp:
Jul 2, 2007, 8:57:40 PM (15 years ago)
Author:
Matias Capeletto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoostSpecificWikiMacros

    v7 v8  
    1 [[Image(http://matias.capeletto.googlepages.com/ibdp.png,nolink)]]
     1[[Image(ImprovingBoostDocs:ibdp.png,nolink)]]
    22
    33   * [ImprovingBoostDocs Improving Boost Docs]
     
    99      * [StandardCppLibraryDocumentation Standard C++ Library Docs]
    1010      * [DocumentationBestPractices Documentation Best Practices]
     11      * [DocumentationTools Documentation Tools]
    1112      * [ImprovingBoostDocsSubprojects Subprojects]
    1213           * [BoostDocTest Boost.DocTest ]
    1314           * [BoostHtmlStylesheet Boost HTML stylesheet]
    1415           * [BoostKateSupport Boost Kate support]
    15            * [BoostPdfStylesheet Boost PDF stylesheet]
    16            * '''[BoostSpecificWikiMacros Boost specific WikiMacros]'''
     16           * '''[BoostPdfStylesheet Boost PDF stylesheet]'''
     17           * [BoostSpecificWikiMacros Boost specific WikiMacros]
    1718           * [BoostTracStylesheet Boost Trac stylesheet]
    18            * [BoostBuildSupportForDocsTools Boost.Build support for doc tools]
    1919           * [BoostscriptProject Boostscript]
    2020           * [GoogleSearchBoxProject Google Search Box project]
    2121           * [HtmlToDockbookProject HTML to docbook]
    22            * [ImprovingBoostbook Improving Boostbook]
    2322           * [QuickbookWikiProcessor Quickbook WikiProcessor]
    2423           * [QuickbookSourceStylesheetProject Quickbook source stylesheet]
     
    2625           * [SyntaxHighlightingProject Syntax highlighting project]
    2726           * [BoostTracSyntaxColoring Trac Syntax Coloring]
     27           * [DebuggerVisualizers Debugger Visualizers]
    2828      * [BrowserTestingChart Browser Testing Chart]
    2929      * [LibrariesLogos Logo Playground]
     
    3131----
    3232
    33 [[Image(http://matias.capeletto.googlepages.com/boost_trac_wiki_macros.png,nolink)]]
     33[[Image(ImprovingBoostDocsSubprojects:boost_trac_wiki_macros.png,nolink)]]
    3434
    3535=== Introduction ===
     
    6666     Luckily Trac uses Python for this!
    6767
     68=== Initial Ideas ===
     69
     70==== Link to boost libraries documentation ====
     71{{{
     72[[BoostDocLink(regex,introduction)]]
     73}}}
     74
     75==== Toc generator ====
     76
     77A macro that generates something similar to the naviagtion TOCs used by this Wiki page.
     78
     79==== People info ====
     80
     81{{{
     82[[PeopleInfo(Joel de Guzman)]]
     83}}}
     84
     85This will render:
     86
     87{{{
     88[[Br]][[Image(People:joel_de_guzman.png,nolink)]]
     89[[Br]]'''[http://www.ohloh.net/projects/3/contributors/92 Joel de Guzman]'''
     90[[Br]]''joel at somewhere dot com''
     91}}}
     92
     93This look in the wiki page like this:
     94
     95[[Br]][[Image(People:joel_de_guzman.png,nolink)]]
     96[[Br]]'''[http://www.ohloh.net/projects/3/contributors/92 Joel de Guzman]'''
     97[[Br]]''joel at somewhere dot com''
     98
    6899=== Help wanted ===
    69100
     
    72103telling us you want to help.
    73104
    74 [[Image(http://matias.capeletto.googlepages.com/help_wanted.png,nolink)]]
     105[[Image(CommonImages:help_wanted.png,nolink)]]
    75106
    76107----