ENH: Added man-page templates for all the applications
[freefoam.git] / asciidoc.conf
blob4de060422fc65b6db9a4932e1920a1bf4b5f5591
1 [attributes]
2 shortver=0.1
3 ver=0.1.0
4 fullver=0.1.0rc4
5 linkcss=1
6 numbered=1
8 [miscellaneous]
9 newline=\n
11 [blockdef-listing]
12 delimiter=^-{4,}$
13 template=listingblock
14 subs=verbatim,attributes
15 posattrs=style
17 [macros]
18 # usage: linkrepo:<openfoam|freefoam>[<commitId>]
19 (?su)(?P<name>linkrepo):(?P<target>[^\[]+)\[(?P<commitId>\w+)\]=
21 ifdef::backend-docbook[]
22 [linkrepo-inlinemacro]
23 <ulink url="http://repo.or.cz/w/{target@^openfoam$:OpenFOAM-1.5.x:freefoam}.git?a=commit;h={commitId}">{commitId}</ulink>
24 endif::backend-docbook[]
26 ifdef::backend-xhtml11[]
27 [linkrepo-inlinemacro]
28 <a href="http://repo.or.cz/w/{target@^openfoam$:OpenFOAM-1.5.x:freefoam}.git?a=commit;h={commitId}">{commitId}</a>
29 endif::backend-xhtml11[]
31 ifdef::backend-html4[]
32 [linkrepo-inlinemacro]
33 <a href="http://repo.or.cz/w/{target@^openfoam$:OpenFOAM-1.5.x:freefoam}.git?a=commit;h={commitId}">{commitId}</a>
34 endif::backend-html4[]