summaryrefslogtreecommitdiffstats
path: root/gitweb.conf.html
diff options
context:
space:
mode:
Diffstat (limited to 'gitweb.conf.html')
-rw-r--r--gitweb.conf.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/gitweb.conf.html b/gitweb.conf.html
index fb81c891a..19040afcb 100644
--- a/gitweb.conf.html
+++ b/gitweb.conf.html
@@ -1140,7 +1140,7 @@ $home_link_str
Label for the "home link" at the top of all pages, leading to <code>$home_link</code>
(usually the main gitweb page, which contains the projects list). It is
used as the first component of gitweb&#8217;s "breadcrumb trail":
- <code>&lt;home link&gt; / &lt;project&gt; / &lt;action&gt;</code>. Can be set at build time using
+ <code>&lt;home-link&gt; / &lt;project&gt; / &lt;action&gt;</code>. Can be set at build time using
the <code>GITWEB_HOME_LINK_STR</code> variable. By default it is set to "projects",
as this link leads to the list of projects. Another popular choice is to
set it to the name of site. Note that it is treated as raw HTML so it
@@ -1522,9 +1522,9 @@ $base_url
structure:</p></div>
<div class="listingblock">
<div class="content">
-<pre><code>"&lt;feature_name&gt;" =&gt; {
- "sub" =&gt; &lt;feature-sub (subroutine)&gt;,
- "override" =&gt; &lt;allow-override (boolean)&gt;,
+<pre><code>"&lt;feature-name&gt;" =&gt; {
+ "sub" =&gt; &lt;feature-sub-(subroutine)&gt;,
+ "override" =&gt; &lt;allow-override-(boolean)&gt;,
"default" =&gt; [ &lt;options&gt;... ]
},</code></pre>
</div></div>
@@ -1533,7 +1533,7 @@ features the structure of appropriate <code>%feature</code> hash element has a s
form:</p></div>
<div class="listingblock">
<div class="content">
-<pre><code>"&lt;feature_name&gt;" =&gt; {
+<pre><code>"&lt;feature-name&gt;" =&gt; {
"override" =&gt; 0,
"default" =&gt; [ &lt;options&gt;... ]
},</code></pre>
@@ -2015,7 +2015,7 @@ gitweb_config.perl
<div id="footer">
<div id="footer-text">
Last updated
- 2023-12-18 14:49:41 PST
+ 2024-02-08 15:45:59 PST
</div>
</div>
</body>