doc: update links for andre-simon.de
Beyond the fact that it's somewhat traditional to respect sites' self-identification, it's helpful for links to point to the things that people expect them to reference. Here that means linking to specific pages instead of a domain. Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
d05b08cd52
commit
28a0c65f5d
|
@ -242,7 +242,7 @@ $mimetypes_file::
|
||||||
|
|
||||||
$highlight_bin::
|
$highlight_bin::
|
||||||
Path to the highlight executable to use (it must be the one from
|
Path to the highlight executable to use (it must be the one from
|
||||||
http://www.andre-simon.de[] due to assumptions about parameters and output).
|
http://andre-simon.de/zip/download.php[] due to assumptions about parameters and output).
|
||||||
By default set to 'highlight'; set it to full path to highlight
|
By default set to 'highlight'; set it to full path to highlight
|
||||||
executable if it is not installed on your web server's PATH.
|
executable if it is not installed on your web server's PATH.
|
||||||
Note that 'highlight' feature must be set for gitweb to actually
|
Note that 'highlight' feature must be set for gitweb to actually
|
||||||
|
|
|
@ -203,7 +203,7 @@ You can specify the following configuration variables when building GIT:
|
||||||
created. [Default: /etc/gitweb.conf]
|
created. [Default: /etc/gitweb.conf]
|
||||||
* HIGHLIGHT_BIN
|
* HIGHLIGHT_BIN
|
||||||
Path to the highlight executable to use (must be the one from
|
Path to the highlight executable to use (must be the one from
|
||||||
http://www.andre-simon.de due to assumptions about parameters and output).
|
http://andre-simon.de/zip/download.php due to assumptions about parameters and output).
|
||||||
Useful if highlight is not installed on your webserver's PATH.
|
Useful if highlight is not installed on your webserver's PATH.
|
||||||
[Default: highlight]
|
[Default: highlight]
|
||||||
|
|
||||||
|
|
|
@ -197,7 +197,7 @@ our @diff_opts = ('-M'); # taken from git_commit
|
||||||
our $prevent_xss = 0;
|
our $prevent_xss = 0;
|
||||||
|
|
||||||
# Path to the highlight executable to use (must be the one from
|
# Path to the highlight executable to use (must be the one from
|
||||||
# http://www.andre-simon.de due to assumptions about parameters and output).
|
# http://andre-simon.de/zip/download.php due to assumptions about parameters and output).
|
||||||
# Useful if highlight is not installed on your webserver's PATH.
|
# Useful if highlight is not installed on your webserver's PATH.
|
||||||
# [Default: highlight]
|
# [Default: highlight]
|
||||||
our $highlight_bin = "++HIGHLIGHT_BIN++";
|
our $highlight_bin = "++HIGHLIGHT_BIN++";
|
||||||
|
@ -269,7 +269,7 @@ our %avatar_size = (
|
||||||
# Leave it undefined (or set to 'undef') to turn off load checking.
|
# Leave it undefined (or set to 'undef') to turn off load checking.
|
||||||
our $maxload = 300;
|
our $maxload = 300;
|
||||||
|
|
||||||
# configuration for 'highlight' (http://www.andre-simon.de/)
|
# configuration for 'highlight' (http://andre-simon.de/doku/highlight/en/highlight.php)
|
||||||
# match by basename
|
# match by basename
|
||||||
our %highlight_basename = (
|
our %highlight_basename = (
|
||||||
#'Program' => 'py',
|
#'Program' => 'py',
|
||||||
|
|
|
@ -667,7 +667,7 @@ div.remote {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */
|
/* Style definition generated by highlight 2.4.5, http://andre-simon.de/doku/highlight/en/highlight.php */
|
||||||
|
|
||||||
/* Highlighting theme definition: */
|
/* Highlighting theme definition: */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue