You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/03/24 23:15:48 UTC

svn commit: r158956 - in lenya/sandbox/jcrsitetree/src/webapp: ./ lenya/ lenya/pubs/ lenya/pubs/default/ lenya/pubs/default/config/ lenya/pubs/default/config/publication.xconf

Author: michi
Date: Thu Mar 24 14:15:47 2005
New Revision: 158956

URL: http://svn.apache.org/viewcvs?view=rev&rev=158956
Log:
config for sitetree factory added

Added:
    lenya/sandbox/jcrsitetree/src/webapp/
    lenya/sandbox/jcrsitetree/src/webapp/lenya/
    lenya/sandbox/jcrsitetree/src/webapp/lenya/pubs/
    lenya/sandbox/jcrsitetree/src/webapp/lenya/pubs/default/
    lenya/sandbox/jcrsitetree/src/webapp/lenya/pubs/default/config/
    lenya/sandbox/jcrsitetree/src/webapp/lenya/pubs/default/config/publication.xconf

Added: lenya/sandbox/jcrsitetree/src/webapp/lenya/pubs/default/config/publication.xconf
URL: http://svn.apache.org/viewcvs/lenya/sandbox/jcrsitetree/src/webapp/lenya/pubs/default/config/publication.xconf?view=auto&rev=158956
==============================================================================
--- lenya/sandbox/jcrsitetree/src/webapp/lenya/pubs/default/config/publication.xconf (added)
+++ lenya/sandbox/jcrsitetree/src/webapp/lenya/pubs/default/config/publication.xconf Thu Mar 24 14:15:47 2005
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!-- $Id: publication.xconf 154051 2005-02-16 17:20:41Z andreas $ -->
+
+<publication>
+  <languages>
+    <language default="true">en</language>
+    <language>de</language>
+  </languages>
+<!--
+  <site-tree>org.apache.lenya.cms.publication.DefaultSiteTree</site-tree>
+-->
+  <site-tree>org.apache.lenya.cms.publication.JCRSiteTree</site-tree>
+  <path-mapper>org.apache.lenya.cms.publication.DefaultDocumentIdToPathMapper</path-mapper>
+<!--
+  <document-builder>org.apache.lenya.cms.publication.DefaultDocumentBuilder</document-builder>
+-->
+  <document-builder>org.apache.lenya.cms.publication.JCRDocumentBuilder</document-builder>
+  <breadcrumb-prefix/>
+  
+  <!-- 
+       For information about these settings, read 
+       http://lenya.apache.org/docs/1_2_x/components/deployment/proxying.html
+
+  <proxy area="live" ssl="true" url="https://www.host.com/ssl/default"/>
+  <proxy area="live" ssl="false" url="http://www.host.com/default"/>
+  <proxy area="authoring" ssl="true" url="https://www.host.com/lenya/default/authoring"/>
+  <proxy area="authoring" ssl="false" url="http://www.host.com/lenya/default/authoring"/>
+  -->
+  
+  <link-attribute xpath="//*[namespace-uri() = 'http://www.w3.org/1999/xhtml']/@href"/>
+  
+</publication>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org