SOURCES: cvsweb-config.patch - recognize .php for enscript
glen
glen at pld-linux.org
Thu Jan 12 10:26:30 CET 2006
Author: glen Date: Thu Jan 12 09:26:29 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- recognize .php for enscript
---- Files affected:
SOURCES:
cvsweb-config.patch (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SOURCES/cvsweb-config.patch
diff -u SOURCES/cvsweb-config.patch:1.6 SOURCES/cvsweb-config.patch:1.7
--- SOURCES/cvsweb-config.patch:1.6 Tue Jan 10 00:24:36 2006
+++ SOURCES/cvsweb-config.patch Thu Jan 12 10:26:24 2006
@@ -85,3 +85,11 @@
# URL to the CVSHistory script. This should be absolute (but does not need
# to include the host and port if the script is on the same server as
+@@ -610,6 +600,7 @@
+ 'nroff' => qr/\.man$/o,
+ 'pascal' => qr/\.p(as|p)?$/io,
+ 'perl' => qr/\.p(m|(er)?l)$/io,
++ 'php' => qr/\.php$/io,
+ 'postscript' => qr/\.e?ps$/io,
+ 'python' => qr/\.py$/o,
+ 'rfc' => qr/\b((rfc|draft)\..*\.txt)$/o,
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/cvsweb-config.patch?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list