]> git.pld-linux.org Git - packages/apache1-mod_xslt.git/commitdiff
ce458a48f56cc857c808b71ec27f592d mod_xslt-1.1.tar.gz
authorwaszi <waszi@pld-linux.org>
Tue, 25 Sep 2001 13:46:12 +0000 (13:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
791de9d15b0a46a8d85855dff23a9b85  mod_xslt-includes.patch
adca08c7a2d4802c56a26f98dc5f2275  mod_xslt.conf

Changed files:
    apache1-mod_xslt-includes.patch -> 1.1
    apache1-mod_xslt.conf -> 1.1
    mod_xslt-includes.patch -> 1.1
    mod_xslt.conf -> 1.1

apache1-mod_xslt-includes.patch [new file with mode: 0644]
apache1-mod_xslt.conf [new file with mode: 0644]
mod_xslt-includes.patch [new file with mode: 0644]
mod_xslt.conf [new file with mode: 0644]

diff --git a/apache1-mod_xslt-includes.patch b/apache1-mod_xslt-includes.patch
new file mode 100644 (file)
index 0000000..0f3e9e9
--- /dev/null
@@ -0,0 +1,11 @@
+--- modxslt/mod_xslt.c.orig    Thu Aug 24 04:05:28 2000
++++ modxslt/mod_xslt.c Tue Sep 25 15:22:04 2001
+@@ -43,7 +43,7 @@
+ #include "http_protocol.h"
+ #include "ap_config.h"
+ #include "util_uri.h"
+-#include "alloc.h"
++//#include "alloc.h"
+ #include "http_core.h"
+ #include "sablot.h"
+ #include "http_log.h"
diff --git a/apache1-mod_xslt.conf b/apache1-mod_xslt.conf
new file mode 100644 (file)
index 0000000..b117cba
--- /dev/null
@@ -0,0 +1,10 @@
+LoadFile                        lib/libsablot.so
+LoadFile                        lib/libxmlparse.so
+LoadFile                        lib/libxmltok.so
+LoadModule mod_xslt_module      lib/apache/mod_xslt.so
+
+<Location /xslt>
+       AddHandler mod_xslt .html
+       AddHandler mod_xslt .txt
+</Location>
+
diff --git a/mod_xslt-includes.patch b/mod_xslt-includes.patch
new file mode 100644 (file)
index 0000000..0f3e9e9
--- /dev/null
@@ -0,0 +1,11 @@
+--- modxslt/mod_xslt.c.orig    Thu Aug 24 04:05:28 2000
++++ modxslt/mod_xslt.c Tue Sep 25 15:22:04 2001
+@@ -43,7 +43,7 @@
+ #include "http_protocol.h"
+ #include "ap_config.h"
+ #include "util_uri.h"
+-#include "alloc.h"
++//#include "alloc.h"
+ #include "http_core.h"
+ #include "sablot.h"
+ #include "http_log.h"
diff --git a/mod_xslt.conf b/mod_xslt.conf
new file mode 100644 (file)
index 0000000..b117cba
--- /dev/null
@@ -0,0 +1,10 @@
+LoadFile                        lib/libsablot.so
+LoadFile                        lib/libxmlparse.so
+LoadFile                        lib/libxmltok.so
+LoadModule mod_xslt_module      lib/apache/mod_xslt.so
+
+<Location /xslt>
+       AddHandler mod_xslt .html
+       AddHandler mod_xslt .txt
+</Location>
+
This page took 0.075936 seconds and 4 git commands to generate.