ENH: Updated version info for 0.1.2
[freefoam.git] / data / asciidoc / common.conf
blob7da9ca006d1b2a24a7461173a53d9070cd6e9a27
1 [attributes]
2 project=FreeFOAM
3 shortver=0.1
4 ver=0.1.2
5 fullver=0.1.2
6 homepage=http://freefoam.sourceforge.net
7 #linkcss=1
8 numbered=1
9 cpp=C++
10 gfx-fmt=png
11 homepage=http://freefoam.sourceforge.net
12 basedown=http://sourceforge.net/projects/freefoam/files/FreeFOAM
13 foam-have-ug!
14 foam-have-doxy!
15 foam-have-man!
16 foam-doc-for_sf!
17 rel-doc=.
18 data-uri=1
20 [miscellaneous]
21 newline=\n
23 [blockdef-listing]
24 delimiter=^-{4,}$
25 template=listingblock
26 subs=verbatim,attributes,quotes
27 posattrs=style
29 [blockdef-pass]
30 math-style=template="mathblock",subs=[],posattrs=("name","imageref")
32 [macros]
33 # Custom macro to reference the git repositories
34 # usage: linkrepo:<openfoam|openfoam17|freefoam>[<commitId>]
35 (?su)(?P<name>linkrepo):(?P<target>[^\[]+)\[(?P<commitId>\w+)\]=
37 # Custom cross-reference macro for man-pages
38 # Usage: linkff:command[man-section]
39 (?su)(?P<name>linkff):(?P<target>[^\[]+)\[(?P<manvolnum>\d+)\]=
41 # Custom math macro
42 # Usage: math:[<latex-math>]
43 (?su)[\\]?(?P<name>math):(?P<imageref>\S*?)\[(?P<passtext>.*?)(?<!\\)\]=[]
44 (?u)^(?P<name>math)::(?P<imageref>\S*?)(\[(?P<passtext>.*?)\])$=#[]
46 # Custom menuselection macro
47 # Usage: menuselection:[<menu> --> <submenu>]
48 (?su)[\\]?(?P<name>menuselection):\[(?P<menuname>.*?(?<!-&#8594;))(?:\s*-&#8594;\s*(?P<menuitems>.*?))?\]=
50 # Custom filename and dirname macros
51 # Usage: file:<filename>[]
52 # Usage: dir:<dirname>[]
53 (?su)(?P<name>filename|dirname):(?P<passtext>[^\[]+)\[\]=diskitem[specialcharacters,quotes,attributes]
55 # Custom command-option macro
56 # Usage: option:<option-name>[]
57 (?su)(?P<name>option):(?P<passtext>[^\[]+)\[\]=
59 # Custom guilabel and guibutton macros
60 # Usage: guilabel:[<text>]
61 # Usage: guibutton:[<text>]
62 (?su)(?P<name>guilabel|guibutton):\[(?P<passtext>.*?)(?<!\\)\]=guiitem[specialcharacters,quotes,replacements,attributes]