Changes between Version 9 and Version 10 of BoostSpecificWikiMacros
- Timestamp:
- Jul 6, 2007, 1:25:08 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostSpecificWikiMacros
v9 v10 77 77 A macro that generates something similar to the naviagtion TOCs used by this Wiki page. 78 78 79 It will be great if we could reuse the xml format that we are pushing for the sections in the new HTML style. 80 See an [http://beta.boost.org/development/doc/doc_test/doc/html/sections.xml online xml] for the sections of the DocTest document. 81 79 82 ==== People info ==== 80 83 … … 87 90 {{{ 88 91 [[Br]][[Image(People:joel_de_guzman.png,nolink)]] 89 [[Br]]'''[http://www.ohloh.net/projects/3/contributors/92 Joel de Guzman]''' 92 [[Br]]'''Joel de Guzman''' 93 [[Br]][http://www.ohloh.net/projects/3/contributors/92 Ohloh Statistics] 94 [[Br]][http://www.linkedin.com/pub/0/89/716 Linked In Profile] 90 95 [[Br]]''joel at somewhere dot com'' 91 96 }}} … … 94 99 95 100 [[Br]][[Image(People:joel_de_guzman.png,nolink)]] 96 [[Br]]'''[http://www.ohloh.net/projects/3/contributors/92 Joel de Guzman]''' 101 [[Br]]'''Joel de Guzman''' 102 [[Br]][http://www.ohloh.net/projects/3/contributors/92 Ohloh Statistics] 103 [[Br]][http://www.linkedin.com/pub/0/89/716 Linked In Profile] 97 104 [[Br]]''joel at somewhere dot com'' 105 106 We can look the person in an external xml file with the format: 107 108 {{{ 109 #!xml 110 <booster id="joel_de_guzman" > 111 112 <name>Joel de Guzman</name> 113 <linkedIn>http://www.linkedin.com/pub/0/89/716</name> 114 <ohloh>http://www.ohloh.net/projects/3/contributors/92</ohloh> 115 <mail>joel at somewhere dot com</mail> 116 <picture>url</picture> 117 118 <!-- More useful info --> 119 120 <tracId>jdguzman</tracId> 121 122 <sourceforgeId>jdg</sourceforgeId> 123 124 <years>5</years> 125 126 <maintainerOf> 127 <library>Spirit</library> 128 <library>Fusion</library> 129 </maintainerOf> 130 131 <authorOf> 132 <library>Spirit</library> 133 <library>Fusion</library> 134 </authorOf> 135 136 <!-- etc... --> 137 138 </booster> 139 }}} 98 140 99 141 === Help wanted ===