/usr/share/freefoam/asciidoc/common.conf is in libfreefoam-dev 0.1.0+dfsg-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | [attributes]
project=FreeFOAM
shortver=0.1
ver=0.1.0
fullver=0.1.0
homepage=http://freefoam.sourceforge.net
#linkcss=1
numbered=1
cpp=C++
gfx-fmt=png
homepage=http://freefoam.sourceforge.net
basedown=http://sourceforge.net/projects/freefoam/files/FreeFOAM
foam-have-ug!
foam-have-doxy!
foam-have-man!
foam-doc-for_sf!
rel-doc=.
data-uri=1
[miscellaneous]
newline=\n
[blockdef-listing]
delimiter=^-{4,}$
template=listingblock
subs=verbatim,attributes,quotes
posattrs=style
[blockdef-pass]
math-style=template="mathblock",subs=[],posattrs=("name","imageref")
[macros]
# Custom macro to reference the git repositories
# usage: linkrepo:<openfoam|openfoam17|freefoam>[<commitId>]
(?su)(?P<name>linkrepo):(?P<target>[^\[]+)\[(?P<commitId>\w+)\]=
# Custom cross-reference macro for man-pages
# Usage: linkff:command[man-section]
(?su)(?P<name>linkff):(?P<target>[^\[]+)\[(?P<manvolnum>\d+)\]=
# Custom math macro
# Usage: math:[<latex-math>]
(?su)[\\]?(?P<name>math):(?P<imageref>\S*?)\[(?P<passtext>.*?)(?<!\\)\]=[]
(?u)^(?P<name>math)::(?P<imageref>\S*?)(\[(?P<passtext>.*?)\])$=#[]
# Custom menuselection macro
# Usage: menuselection:[<menu> --> <submenu>]
(?su)[\\]?(?P<name>menuselection):\[(?P<menuname>.*?(?<!-→))(?:\s*-→\s*(?P<menuitems>.*?))?\]=
# Custom filename and dirname macros
# Usage: file:<filename>[]
# Usage: dir:<dirname>[]
(?su)(?P<name>filename|dirname):(?P<passtext>[^\[]+)\[\]=diskitem[specialcharacters,quotes,attributes]
# Custom command-option macro
# Usage: option:<option-name>[]
(?su)(?P<name>option):(?P<passtext>[^\[]+)\[\]=
# Custom guilabel and guibutton macros
# Usage: guilabel:[<text>]
# Usage: guibutton:[<text>]
(?su)(?P<name>guilabel|guibutton):\[(?P<passtext>.*?)(?<!\\)\]=guiitem[specialcharacters,quotes,replacements,attributes]
|