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::
242242
243243$highlight_bin::
244244 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).
246246 By default set to 'highlight'; set it to full path to highlight
247247 executable if it is not installed on your web server's PATH.
248248 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:
203203 created. [Default: /etc/gitweb.conf]
204204 * HIGHLIGHT_BIN
205205 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).
207207 Useful if highlight is not installed on your webserver's PATH.
208208 [Default: highlight]
209209
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ sub evaluate_uri {
197197our $prevent_xss = 0;
198198
199199# 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).
201201# Useful if highlight is not installed on your webserver's PATH.
202202# [Default: highlight]
203203our $highlight_bin = " ++HIGHLIGHT_BIN++" ;
@@ -269,7 +269,7 @@ sub evaluate_uri {
269269# Leave it undefined (or set to 'undef') to turn off load checking.
270270our $maxload = 300;
271271
272- # configuration for 'highlight' (http://www. andre-simon.de/)
272+ # configuration for 'highlight' (http://andre-simon.de/doku/highlight/en/highlight.php )
273273# match by basename
274274our %highlight_basename = (
275275 # 'Program' => 'py',
Original file line number Diff line number Diff line change @@ -667,7 +667,7 @@ div.remote {
667667}
668668
669669
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 */
671671
672672/* Highlighting theme definition: */
673673
You can’t perform that action at this time.
0 commit comments