Git fork

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>

authored by jsoref.tngl.sh and committed by

Junio C Hamano 28a0c65f d05b08cd

+5 -5
+1 -1
Documentation/gitweb.conf.txt
··· 242 243 $highlight_bin:: 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). 246 By default set to 'highlight'; set it to full path to highlight 247 executable if it is not installed on your web server's PATH. 248 Note that 'highlight' feature must be set for gitweb to actually
··· 242 243 $highlight_bin:: 244 Path to the highlight executable to use (it must be the one from 245 + http://andre-simon.de/zip/download.php[] due to assumptions about parameters and output). 246 By default set to 'highlight'; set it to full path to highlight 247 executable if it is not installed on your web server's PATH. 248 Note that 'highlight' feature must be set for gitweb to actually
+1 -1
gitweb/INSTALL
··· 203 created. [Default: /etc/gitweb.conf] 204 * HIGHLIGHT_BIN 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). 207 Useful if highlight is not installed on your webserver's PATH. 208 [Default: highlight] 209
··· 203 created. [Default: /etc/gitweb.conf] 204 * HIGHLIGHT_BIN 205 Path to the highlight executable to use (must be the one from 206 + http://andre-simon.de/zip/download.php due to assumptions about parameters and output). 207 Useful if highlight is not installed on your webserver's PATH. 208 [Default: highlight] 209
+2 -2
gitweb/gitweb.perl
··· 197 our $prevent_xss = 0; 198 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). 201 # Useful if highlight is not installed on your webserver's PATH. 202 # [Default: highlight] 203 our $highlight_bin = "++HIGHLIGHT_BIN++"; ··· 269 # Leave it undefined (or set to 'undef') to turn off load checking. 270 our $maxload = 300; 271 272 - # configuration for 'highlight' (http://www.andre-simon.de/) 273 # match by basename 274 our %highlight_basename = ( 275 #'Program' => 'py',
··· 197 our $prevent_xss = 0; 198 199 # Path to the highlight executable to use (must be the one from 200 + # http://andre-simon.de/zip/download.php due to assumptions about parameters and output). 201 # Useful if highlight is not installed on your webserver's PATH. 202 # [Default: highlight] 203 our $highlight_bin = "++HIGHLIGHT_BIN++"; ··· 269 # Leave it undefined (or set to 'undef') to turn off load checking. 270 our $maxload = 300; 271 272 + # configuration for 'highlight' (http://andre-simon.de/doku/highlight/en/highlight.php) 273 # match by basename 274 our %highlight_basename = ( 275 #'Program' => 'py',
+1 -1
gitweb/static/gitweb.css
··· 667 } 668 669 670 - /* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */ 671 672 /* Highlighting theme definition: */ 673
··· 667 } 668 669 670 + /* Style definition generated by highlight 2.4.5, http://andre-simon.de/doku/highlight/en/highlight.php */ 671 672 /* Highlighting theme definition: */ 673