This file is indexed.

/usr/share/freefoam/asciidoc/html.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
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
[attributes]
foam-xhtml11=1

include::common.conf[]

[macros]
(?su)(?P<name>download_links):(?P<target>[^\[]+)\[\]=[]

[linkrepo-inlinemacro]
<a
  {target$^openfoam$:}href="http://repo.or.cz/w/OpenFOAM-1.5.x.git?a=commit;h={commitId}"
  {target$^openfoam17$:}href="https://github.com/OpenCFD/OpenFOAM-1.7.x/commit/{commitId}"
  {target$^freefoam$:}href="http://repo.or.cz/w/freefoam.git?a=commit;h={commitId}"
>{commitId}</a>

[linkff-inlinemacro]
<a href="../man{manvolnum}/{target}.{manvolnum}.html">{target}{manvolnum?({manvolnum})}</a>

[math-inlinemacro]
{foam-use-pngmath,imageref%}\({passtext}\)
{foam-use-pngmath+imageref#}<img src="{imageref}" alt="{passtext}"/>

[mathblock-template]
<div class="mathblock{role? {role}}"{id? id="{id}"}>
<div class="content">
<div class="title">{title}</div>
{foam-use-pngmath,imageref%}{passtext}
{foam-use-pngmath+imageref#}<img src="{imageref}" alt="{passtext}"/>
</div></div>

[math-blockmacro]
template::[mathblock-template]

[mathblock]
{set:passtext:|}
template::[mathblock-template]

[menuselection-inlinemacro]
<span class="menuchoice"><span class="guimenu">{menuname}</span>
{menuitems#}&#8594;{eval:'&#8594;'.join(map(lambda s: '<span class="guimenuitem">'+s.strip()+'</span>', '{menuitems}'.split('-&#8594;')))}
</span>

[diskitem-inlinemacro]
<span  class="{name@dir:directory:file}">{passtext}</span>

[option-inlinemacro]
<span class="option">{passtext}</span>

[guiitem-inlinemacro]
<span class="{name}">{passtext}</span>

[download_links-inlinemacro]
<a href="{basedown}/{target}/freefoam-{target}.tar.bz2/download">freefoam-{target}.tar.bz2</a>
(<a href="{basedown}/{target}/freefoam-{target}.tar.bz2.md5/download">md5</a>
<a href="{basedown}/{target}/freefoam-{target}.tar.bz2.sha1/download">sha1</a>
<a href="{basedown}/{target}/freefoam-{target}.tar.bz2.sig/download">GPG</a>)


[header]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset={encoding}" />
    <meta name="generator" content="AsciiDoc {asciidoc-version}" />
ifdef::index-only[]
    <meta name="description" content="The Cross-Platform CFD Toolkit" />
    <meta name="description" content="FreeFOAM is an open-source, cross-platform Toolkit for Computational Fluid Dynamics (CFD) based on OpenFOAM (R).">
    <meta name="keywords" content="FreeFOAM, Computational Fluid Dynamics, CFD, C++, Open Source" />
endif::index-only[]
ifdef::linkcss[]
    <link rel="stylesheet" href="{stylesdir={eval:CONF_DIR}/stylesheets}/{theme={backend}}.css" type="text/css" />
    <link rel="stylesheet" href="{foam-stylesdir={docdir}/doc/css}/layout.css" type="text/css" />
endif::linkcss[]
ifndef::linkcss[]
    <style type="text/css">
include1::{stylesdir={eval:CONF_DIR}/stylesheets}/{theme={backend}}.css[]
include1::{foam-stylesdir={docdir}/doc/css}/layout.css[]
    </style>
endif::linkcss[]
# only for asciidoc-generated files, don't include in Doxygen header
    <style type="text/css"> <!--
      a, a:visited, a:visited:hover { color: #d40000; text-decoration: none; }
    --> </style>
    <script type="text/javascript">/*<![CDATA[*/
      window.onload = function()\{asciidoc.footnotes();{toc? asciidoc.toc({toclevels});}\}
    /*]]>*/
ifdef::linkcss[]
    </script>
    <script type="text/javascript" src="{scriptsdir={eval:CONF_DIR}/javascripts}/asciidoc-xhtml11.js"></script>
endif::linkcss[]
ifndef::linkcss[]
include1::{scriptsdir={eval:CONF_DIR}/javascripts}/asciidoc-xhtml11.js[]
    /*]]>*/</script>
endif::linkcss[]
ifdef::foam-use-mathjax[]
# never include1::[] MathJax.js, that wouldn't work
    <script type="text/javascript"
      src="{foam-mathjax-url=http://cdn.mathjax.org/mathjax/latest}/MathJax.js?config=default"/>
ifdef::linkcss[]
    <script type="text/javascript" src="{foam-scriptsdir={docdir}/doc/js}/MathJaxMacros.js"/>
endif::linkcss[]
ifndef::linkcss[]
    <script type="text/javascript">/*<![CDATA[*/
include1::{foam-scriptsdir={docdir}/doc/js}/MathJaxMacros.js[]
/*]]>*/</script>
endif::linkcss[]
endif::foam-use-mathjax[]
    <meta name="source_file" content="{docfile}" />
    <title>{doctitle}</title>
  </head>
  <body>
    <div id="layout-banner-box">
      <div id="layout-banner">
        <a href="{homepage}/index.html">
        <img id="layout-title" alt="FreeFOAM"
{data-uri%}src="{imagesdir={docdir}/doc/img}/FreeFOAMLogo.png"/>
{data-uri#}src="data:image/png;base64,
{data-uri#}{sys:python -uc "import base64,sys; base64.encode(open('{imagesdir={docdir}/doc/img}/FreeFOAMLogo.png'),sys.stdout)"}"/>
        </a>
        <img id="layout-description" alt="The Cross-Platform CFD Toolkit"
{data-uri%}src="{imagesdir={docdir}/doc/img}/CrossPlatformToolkit.png"/>
{data-uri#}src="data:image/png;base64,
{data-uri#}{sys:python -uc "import base64,sys; base64.encode(open('{imagesdir={docdir}/doc/img}/CrossPlatformToolkit.png'),sys.stdout)"}"/>
      </div>
    </div>
    <div id="layout-menu-box">
      <div id="layout-menu">
        <ul>
          <li><a href="{homepage}/index.html"{index-only? class="current_page"}>Home</a></li>
          <li><a href="{homepage}/downloads/index.html"{docfile@.*/downloads/: class="current_page"}>Downloads</a></li>
          <li><a href="{homepage}/documentation.html"{docfile@.*/documentation.txt: class="current_page"}>Documentation</a></li>
ifdef::docs-only[]
          <li>
            <ul>
              <li><a href="{rel-doc}/INSTALL.html"{docfile@.*INSTALL: class="current_page"}>Installation</a></li>
              <li><a href="{foam-have-ug,foam-doc-for_sf?{rel-doc}}{foam-have-ug={homepage}/doc/v{fullver}}/UserGuide/index.html">
                User&nbsp;Guide</a></li>
              <li><a href="{foam-have-man,foam-doc-for-sf?{rel-doc}}{foam-have-man={homepage}/doc/v{fullver}}/man/man1/freefoam.1.html">
                man-pages</a></li>
              <li><a href="{foam-have-doxy,foam-doc-for_sf?{rel-doc}}{foam-have-doxy={homepage}/doc/v{fullver}}/API/index.html">
                API&nbsp;Documentation</a></li>
              <li><a href="{rel-doc}/README.html"{docfile@.*README: class="current_page"}>README</a></li>
              <li><a href="{rel-doc}/ReleaseNotes.html"{docfile@.*ReleaseNotes: class="current_page"}>Release Notes</a></li>
              <li><a href="{rel-doc}/ChangeLog.html"{docfile@.*ChangeLog: class="current_page"}>Changes</a></li>
              <li><a href="{rel-doc}/COPYING.html"{docfile@.*COPYING: class="current_page"}>License</a></li>
            </ul>
          </li>
endif::docs-only[]
          <li><a href="{homepage}/support.html"{docfile@.*support.txt: class="current_page"}>Support</a></li>
          <li><a href="http://www.sourceforge.net/projects/freefoam">SourceForge Project</a></li>
        </ul>
      </div>
ifdef::foam-doc-for_sf[]
      <div id="layout-sf">
        Hosted by SourceForge:<br />
        <a href="http://sourceforge.net/projects/freefoam">
          <img
            src="http://sflogo.sourceforge.net/sflogo.php?group_id=215833&amp;type=12"
            width="120" height="30" alt="Get FreeFOAM at SourceForge.net. Fast, secure and
            Free Open Source software downloads" />
        </a>
      </div>
endif::foam-doc-for_sf[]
    </div>
    <div id="layout-content-box">
      <div id="layout-content">
# Article, book header.
        <div id="header">
          <h1>{doctitle}</h1>
          <span id="author">{author}</span><br />
          <span id="email"><tt>&lt;<a href="mailto:{email}">{email}</a>&gt;</tt></span><br />
          {authored}<span id="revision">version {revnumber}{revdate?,}</span>
          {authored}{revdate}
        </div>
ifdef::toc[{template:toc}]
        <div id="content">

[footer]
        </div>
        <div id="footnotes"><hr /></div>
        <div id="footer">
          <div id="footer-text">
            Version {revnumber}<br/>
            Last updated {localdate} {localtime}<br/>
            Copyright &copy; 2008-{eval:time.strftime('%Y\n')} Michael Wild and Gerber van der Graaf
          </div>
        </div>
      </div>
    </div>
  </body>
</html>

#
#
# vim: ft=conf sw=2 expandtab fenc=utf-8 :