]> git.pld-linux.org Git - packages/cvsweb.git/commitdiff
- recognize .php for enscript
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 12 Jan 2006 09:26:24 +0000 (09:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsweb-config.patch -> 1.7

cvsweb-config.patch

index 6ee44faa43a49eed1c10df39c0d4e2cc2357367f..2a7d3963df8bc3412189dc316b4b69e3048e9891 100644 (file)
@@ -85,3 +85,11 @@ diff -Nur cvsweb-3.0.1/cvsweb.conf cvsweb-3.0.1.new/cvsweb.conf
  
  # 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,
This page took 0.099903 seconds and 4 git commands to generate.