14 subs=verbatim,attributes
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[]