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 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
+1 -1
gitweb/INSTALL
··· 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
+2 -2
gitweb/gitweb.perl
··· 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 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',
+1 -1
gitweb/static/gitweb.css
··· 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