]> git.pld-linux.org Git - packages/cocoon.git/blame - cocoon-paths.patch
- tabs in preamble
[packages/cocoon.git] / cocoon-paths.patch
CommitLineData
9aab0aad 1diff -Nru cocoon-1.8.2.orig/conf/cocoon.properties cocoon-1.8.2/conf/cocoon.properties
2--- cocoon-1.8.2.orig/conf/cocoon.properties Tue Sep 11 12:03:53 2001
3+++ cocoon-1.8.2/conf/cocoon.properties Tue Sep 11 12:15:45 2001
4@@ -16,7 +16,7 @@
5 # Indicates whether or not Cocoon should be visible if
6 # the requested URI equals the specified one.
7 selfservlet.enabled = true
8-selfservlet.uri = /Cocoon.xml
f81b7832 9+selfservlet.uri = cocoon/Cocoon.xml
9aab0aad 10
11 # Indicates whether or not Cocoon should handle errors internally
12 # and format the error and the exception stack trace to the client
13@@ -153,7 +153,7 @@
14 # secret, we highly suggest that you protect the repository from untrusted
15 # access, even read-only. Only Cocoon and the system administrators should
16 # have access here.
17-processor.xsp.repository = ./repository
18+processor.xsp.repository = /var/lib/cocoon/repository
19
20 # Set the libraries associated with the given namespace.
21 # Use the syntax:
22@@ -398,7 +398,7 @@
23 #Uncomment this to enable coarse performance profiling.
24 #Look at samples/profiler/profiler.xml to see the results of the profiler
25
26-#profiler.enabled=true
27+profiler.enabled=true
28
29 #Comment this out to remove the <--this page was served ... comment from the
30 #end of text pages served by Cocoon
31diff -Nru cocoon-1.8.2.orig/index.html cocoon-1.8.2/index.html
32--- cocoon-1.8.2.orig/index.html Tue Sep 11 12:03:59 2001
33+++ cocoon-1.8.2/index.html Tue Sep 11 12:16:18 2001
34@@ -20,7 +20,7 @@
35 <tr>
36 <td width="100%">
37 <ul>
38- <li><font size="+1"><a href="/Cocoon.xml">Cocoon Status Page</a>(*)</font></li>
39+ <li><font size="+1"><a href="Cocoon.xml">Cocoon Status Page</a>(*)</font></li>
40 <li><font size="+1"><a href="samples/index.xml">Live Samples</a>(*)</font></li>
41 <li><font size="+1"><a href="docs/index.html">Documentation</a></font></li>
42 </ul>
This page took 0.053777 seconds and 5 git commands to generate.