gianugo 2003/07/29 10:59:29
Modified: src/blocks/linotype/samples sitemap.source.xmap
sourceflow.js
Log:
Pipeline needs to be non caching, something to investigate.
Also, while at it, made sourceflow.js more general.
Revision Changes Path
1.3 +1 -1
cocoon-2.1/src/blocks/linotype/samples/sitemap.source.xmap
Index: sitemap.source.xmap
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/sitemap.source.xmap,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sitemap.source.xmap 29 Jul 2003 03:15:46 -0000 1.2
+++ sitemap.source.xmap 29 Jul 2003 17:59:29 -0000 1.3
@@ -180,7 +180,7 @@
<!-- ========================= Private Resources ===========================
-->
- <map:pipeline internal-only="true">
+ <map:pipeline internal-only="true" type="noncaching">
<map:match pattern="news">
<map:generate src="cocoon:/news.xml"/>
1.2 +1 -1 cocoon-2.1/src/blocks/linotype/samples/sourceflow.js
Index: sourceflow.js
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/linotype/samples/sourceflow.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sourceflow.js 27 Jul 2003 13:13:10 -0000 1.1
+++ sourceflow.js 29 Jul 2003 17:59:29 -0000 1.2
@@ -3,7 +3,7 @@
* fix this with link translation later on.
*/
var configPath = cocoon.context.getRealPath("/") + "samples/linotype/";
-var home = "webdav://dav:[EMAIL PROTECTED]:9999/dav/samples/linotype/";
+var home = "webdav://user:[EMAIL PROTECTED]/dav/samples/linotype/";
var stream = new java.io.FileInputStream(configPath +
"linotype.users.properties");
var users = new
Packages.org.apache.cocoon.components.UserManager.getInstance(stream);