Changes between Version 7 and Version 8 of BoostSpecificWikiMacros
- Timestamp:
- Jul 2, 2007, 8:57:40 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostSpecificWikiMacros
v7 v8 1 [[Image( http://matias.capeletto.googlepages.com/ibdp.png,nolink)]]1 [[Image(ImprovingBoostDocs:ibdp.png,nolink)]] 2 2 3 3 * [ImprovingBoostDocs Improving Boost Docs] … … 9 9 * [StandardCppLibraryDocumentation Standard C++ Library Docs] 10 10 * [DocumentationBestPractices Documentation Best Practices] 11 * [DocumentationTools Documentation Tools] 11 12 * [ImprovingBoostDocsSubprojects Subprojects] 12 13 * [BoostDocTest Boost.DocTest ] 13 14 * [BoostHtmlStylesheet Boost HTML stylesheet] 14 15 * [BoostKateSupport Boost Kate support] 15 * [BoostPdfStylesheet Boost PDF stylesheet]16 * '''[BoostSpecificWikiMacros Boost specific WikiMacros]'''16 * '''[BoostPdfStylesheet Boost PDF stylesheet]''' 17 * [BoostSpecificWikiMacros Boost specific WikiMacros] 17 18 * [BoostTracStylesheet Boost Trac stylesheet] 18 * [BoostBuildSupportForDocsTools Boost.Build support for doc tools]19 19 * [BoostscriptProject Boostscript] 20 20 * [GoogleSearchBoxProject Google Search Box project] 21 21 * [HtmlToDockbookProject HTML to docbook] 22 * [ImprovingBoostbook Improving Boostbook]23 22 * [QuickbookWikiProcessor Quickbook WikiProcessor] 24 23 * [QuickbookSourceStylesheetProject Quickbook source stylesheet] … … 26 25 * [SyntaxHighlightingProject Syntax highlighting project] 27 26 * [BoostTracSyntaxColoring Trac Syntax Coloring] 27 * [DebuggerVisualizers Debugger Visualizers] 28 28 * [BrowserTestingChart Browser Testing Chart] 29 29 * [LibrariesLogos Logo Playground] … … 31 31 ---- 32 32 33 [[Image( http://matias.capeletto.googlepages.com/boost_trac_wiki_macros.png,nolink)]]33 [[Image(ImprovingBoostDocsSubprojects:boost_trac_wiki_macros.png,nolink)]] 34 34 35 35 === Introduction === … … 66 66 Luckily Trac uses Python for this! 67 67 68 === Initial Ideas === 69 70 ==== Link to boost libraries documentation ==== 71 {{{ 72 [[BoostDocLink(regex,introduction)]] 73 }}} 74 75 ==== Toc generator ==== 76 77 A 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 85 This 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 93 This 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 68 99 === Help wanted === 69 100 … … 72 103 telling us you want to help. 73 104 74 [[Image( http://matias.capeletto.googlepages.com/help_wanted.png,nolink)]]105 [[Image(CommonImages:help_wanted.png,nolink)]] 75 106 76 107 ----