summaryrefslogtreecommitdiffstats
path: root/gitweb.conf.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-04-22 12:38:39 +0900
committerJunio C Hamano <gitster@pobox.com>2019-04-22 12:38:39 +0900
commitb551377cb5b53a9d5872eeaa46cd5b3a0a661435 (patch)
treee9b56aec3e6abf5746d842678d8fa88b01472e8d /gitweb.conf.html
parent6b7d215a58fcad73e1d989b5767c9d3b2ba6608b (diff)
downloadgit-htmldocs-b551377cb5b53a9d5872eeaa46cd5b3a0a661435.tar.gz
Autogenerated HTML docs for v2.21.0-498-g14c0f8
Diffstat (limited to 'gitweb.conf.html')
-rw-r--r--gitweb.conf.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/gitweb.conf.html b/gitweb.conf.html
index bcf4fdc18..e09b26cb7 100644
--- a/gitweb.conf.html
+++ b/gitweb.conf.html
@@ -793,14 +793,14 @@ built-in values (some set during build stage),
<li>
<p>
common system-wide configuration file (defaults to
- <em>/etc/gitweb-common.conf</em>),
+ <code>/etc/gitweb-common.conf</code>),
</p>
</li>
<li>
<p>
either per-instance configuration file (defaults to <em>gitweb_config.perl</em>
in the same directory as the installed gitweb), or if it does not exists
- then fallback system-wide configuration file (defaults to <em>/etc/gitweb.conf</em>).
+ then fallback system-wide configuration file (defaults to <code>/etc/gitweb.conf</code>).
</p>
</li>
</ul></div>
@@ -825,7 +825,7 @@ stops declaring it.</p></div>
subroutine. For example, one might want to put gitweb configuration
related to access control for viewing repositories via Gitolite (one
of Git repository management tools) in a separate file, e.g. in
-<em>/etc/gitweb-gitolite.conf</em>. To include it, put</p></div>
+<code>/etc/gitweb-gitolite.conf</code>. To include it, put</p></div>
<div class="listingblock">
<div class="content">
<pre><code>read_config_file("/etc/gitweb-gitolite.conf");</code></pre>
@@ -881,7 +881,7 @@ in gitweb config file:</p></div>
<div class="content">
<pre><code>http://git.example.com/gitweb.cgi/foo/bar.git</code></pre>
</div></div>
-<div class="paragraph"><p>will map to the path <em>/srv/git/foo/bar.git</em> on the filesystem.</p></div>
+<div class="paragraph"><p>will map to the path <code>/srv/git/foo/bar.git</code> on the filesystem.</p></div>
</dd>
<dt class="hdlist1">
$projects_list
@@ -1001,9 +1001,9 @@ $mimetypes_file
<dd>
<p>
File to use for (filename extension based) guessing of MIME types before
- trying <em>/etc/mime.types</em>. <strong>NOTE</strong> that this path, if relative, is taken
+ trying <code>/etc/mime.types</code>. <strong>NOTE</strong> that this path, if relative, is taken
as relative to the current Git repository, not to CGI script. If unset,
- only <em>/etc/mime.types</em> is used (if present on filesystem). If no mimetypes
+ only <code>/etc/mime.types</code> is used (if present on filesystem). If no mimetypes
file is found, mimetype guessing based on extension of file is disabled.
Unset by default.
</p>
@@ -1072,8 +1072,8 @@ variable.</p></div>
relative to base URI of gitweb.</p></div>
<div class="paragraph"><p>This list should contain the URI of gitweb&#8217;s standard stylesheet. The default
URI of gitweb stylesheet can be set at build time using the <code>GITWEB_CSS</code>
-makefile variable. Its default value is <em>static/gitweb.css</em>
-(or <em>static/gitweb.min.css</em> if the <code>CSSMIN</code> variable is defined,
+makefile variable. Its default value is <code>static/gitweb.css</code>
+(or <code>static/gitweb.min.css</code> if the <code>CSSMIN</code> variable is defined,
i.e. if CSS minifier is used during build).</p></div>
<div class="paragraph"><p><strong>Note</strong>: there is also a legacy <code>$stylesheet</code> configuration variable, which was
used by older gitweb. If <code>$stylesheet</code> variable is defined, only CSS stylesheet
@@ -1089,7 +1089,7 @@ $logo
is displayed in the top right corner of each gitweb page and used as
a logo for the Atom feed. Relative to the base URI of gitweb (as a path).
Can be adjusted when building gitweb using <code>GITWEB_LOGO</code> variable
- By default set to <em>static/git-logo.png</em>.
+ By default set to <code>static/git-logo.png</code>.
</p>
</dd>
<dt class="hdlist1">
@@ -1103,7 +1103,7 @@ $favicon
may display them in the browser&#8217;s URL bar and next to the site name in
bookmarks. Relative to the base URI of gitweb. Can be adjusted at
build time using <code>GITWEB_FAVICON</code> variable.
- By default set to <em>static/git-favicon.png</em>.
+ By default set to <code>static/git-favicon.png</code>.
</p>
</dd>
<dt class="hdlist1">
@@ -1116,7 +1116,7 @@ $javascript
Relative to the base URI of gitweb. Can be set at build time using
the <code>GITWEB_JS</code> build-time configuration variable.
</p>
-<div class="paragraph"><p>The default value is either <em>static/gitweb.js</em>, or <em>static/gitweb.min.js</em> if
+<div class="paragraph"><p>The default value is either <code>static/gitweb.js</code>, or <code>static/gitweb.min.js</code> if
the <code>JSMIN</code> build variable was defined, i.e. if JavaScript minifier was used
at build time. <strong>Note</strong> that this single file is generated from multiple
individual JavaScript "modules".</p></div>
@@ -1292,7 +1292,7 @@ $default_blob_plain_mimetype
doesn&#8217;t result in some other type; by default "text/plain".
Gitweb guesses mimetype of a file to display based on extension
of its filename, using <code>$mimetypes_file</code> (if set and file exists)
- and <em>/etc/mime.types</em> files (see <strong>mime.types</strong>(5) manpage; only
+ and <code>/etc/mime.types</code> files (see <strong>mime.types</strong>(5) manpage; only
filename extension rules are supported by gitweb).
</p>
</dd>
@@ -1354,7 +1354,7 @@ affects how "summary" pages look like, or load limiting).</p></div>
(for example one for <code>git://</code> protocol, and one for <code>http://</code>
protocol).
</p>
-<div class="paragraph"><p>Note that per repository configuration can be set in <em>$GIT_DIR/cloneurl</em>
+<div class="paragraph"><p>Note that per repository configuration can be set in <code>$GIT_DIR/cloneurl</code>
file, or as values of multi-value <code>gitweb.url</code> configuration variable in
project config. Per-repository configuration takes precedence over value
composed from <code>@git_base_url_list</code> elements and project name.</p></div>
@@ -1406,7 +1406,7 @@ $maxload
If the server load exceeds this value then gitweb will return
"503 Service Unavailable" error. The server load is taken to be 0
if gitweb cannot determine its value. Currently it works only on Linux,
- where it uses <em>/proc/loadavg</em>; the load there is the number of active
+ where it uses <code>/proc/loadavg</code>; the load there is the number of active
tasks on the system&#8201;&#8212;&#8201;processes that are actually running&#8201;&#8212;&#8201;averaged
over the last minute.
</p>
@@ -1693,7 +1693,7 @@ avatar
Only one provider at a time can be selected (<em>default</em> is one element list).
If an unknown provider is specified, the feature is disabled.
<strong>Note</strong> that some providers might require extra Perl packages to be
-installed; see <em>gitweb/INSTALL</em> for more details.</p></div>
+installed; see <code>gitweb/INSTALL</code> for more details.</p></div>
<div class="paragraph"><p>This feature can be configured on a per-repository basis via
repository&#8217;s <code>gitweb.avatar</code> configuration variable.</p></div>
<div class="paragraph"><p>See also <code>%avatar_size</code> with pixel sizes for icons and avatars
@@ -1999,7 +1999,7 @@ gitweb_config.perl
<div id="footer">
<div id="footer-text">
Last updated
- 2019-04-16 21:48:13 JST
+ 2019-04-22 12:35:42 JST
</div>
</div>
</body>