File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ $mimetypes_file::
242
242
243
243
$highlight_bin::
244
244
Path to the highlight executable to use (it must be the one from
245
- http://www. andre-simon.de[] due to assumptions about parameters and output).
245
+ http://andre-simon.de/zip/download.php [] due to assumptions about parameters and output).
246
246
By default set to 'highlight'; set it to full path to highlight
247
247
executable if it is not installed on your web server's PATH.
248
248
Note that 'highlight' feature must be set for gitweb to actually
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ You can specify the following configuration variables when building GIT:
203
203
created. [Default: /etc/gitweb.conf]
204
204
* HIGHLIGHT_BIN
205
205
Path to the highlight executable to use (must be the one from
206
- http://www. andre-simon.de due to assumptions about parameters and output).
206
+ http://andre-simon.de/zip/download.php due to assumptions about parameters and output).
207
207
Useful if highlight is not installed on your webserver's PATH.
208
208
[Default: highlight]
209
209
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ sub evaluate_uri {
197
197
our $prevent_xss = 0;
198
198
199
199
# Path to the highlight executable to use (must be the one from
200
- # http://www. andre-simon.de due to assumptions about parameters and output).
200
+ # http://andre-simon.de/zip/download.php due to assumptions about parameters and output).
201
201
# Useful if highlight is not installed on your webserver's PATH.
202
202
# [Default: highlight]
203
203
our $highlight_bin = " ++HIGHLIGHT_BIN++" ;
@@ -269,7 +269,7 @@ sub evaluate_uri {
269
269
# Leave it undefined (or set to 'undef') to turn off load checking.
270
270
our $maxload = 300;
271
271
272
- # configuration for 'highlight' (http://www. andre-simon.de/)
272
+ # configuration for 'highlight' (http://andre-simon.de/doku/highlight/en/highlight.php )
273
273
# match by basename
274
274
our %highlight_basename = (
275
275
# 'Program' => 'py',
Original file line number Diff line number Diff line change @@ -667,7 +667,7 @@ div.remote {
667
667
}
668
668
669
669
670
- /* Style definition generated by highlight 2.4.5, http://www. andre-simon.de/ */
670
+ /* Style definition generated by highlight 2.4.5, http://andre-simon.de/doku/highlight/en/highlight.php */
671
671
672
672
/* Highlighting theme definition: */
673
673
You can’t perform that action at this time.
0 commit comments