You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/04/12 12:45:17 UTC

svn commit: r527881 - in /lenya/trunk/src: modules/contactform/config/ modules/contactform/resources/ modules/contactform/resources/i18n/ pubs/default/config/

Author: andreas
Date: Thu Apr 12 03:45:05 2007
New Revision: 527881

URL: http://svn.apache.org/viewvc?view=rev&rev=527881
Log:
Added contactform module to default pub, added i18n items for contactform module

Added:
    lenya/trunk/src/modules/contactform/resources/
    lenya/trunk/src/modules/contactform/resources/i18n/
    lenya/trunk/src/modules/contactform/resources/i18n/cmsui.xml
    lenya/trunk/src/modules/contactform/resources/i18n/cmsui_de.xml
Modified:
    lenya/trunk/src/modules/contactform/config/menu.xsp
    lenya/trunk/src/pubs/default/config/publication.xconf

Modified: lenya/trunk/src/modules/contactform/config/menu.xsp
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/contactform/config/menu.xsp?view=diff&rev=527881&r1=527880&r2=527881
==============================================================================
--- lenya/trunk/src/modules/contactform/config/menu.xsp (original)
+++ lenya/trunk/src/modules/contactform/config/menu.xsp Thu Apr 12 03:45:05 2007
@@ -21,21 +21,12 @@
 <xsp:page 
     language="java" 
     xmlns:xsp="http://apache.org/xsp"
-    xmlns:xsp-request="http://apache.org/xsp/request/2.0"
-    xmlns:input="http://apache.org/cocoon/xsp/input/1.0"
     xmlns:i18n="http://apache.org/cocoon/i18n/2.1"    
-    xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0"
     xmlns:uc="http://apache.org/cocoon/lenya/usecase/1.0"
     xmlns="http://apache.org/cocoon/lenya/menubar/1.0"
 >
 
-  <xsp:structure>
-    <xsp:include>org.apache.lenya.cms.publication.Document</xsp:include>
-    <xsp:include>org.apache.lenya.cms.publication.Publication</xsp:include>
-  </xsp:structure>
-  
   <menu>
-
     <menus>
       <menu i18n:attr="name" name="File">
         <block admin="false">
@@ -43,6 +34,6 @@
         </block>
       </menu>
     </menus>
-    
   </menu>
+  
 </xsp:page>

Added: lenya/trunk/src/modules/contactform/resources/i18n/cmsui.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/contactform/resources/i18n/cmsui.xml?view=auto&rev=527881
==============================================================================
--- lenya/trunk/src/modules/contactform/resources/i18n/cmsui.xml (added)
+++ lenya/trunk/src/modules/contactform/resources/i18n/cmsui.xml Thu Apr 12 03:45:05 2007
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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: cmsui.xml 447395 2006-09-18 13:01:33Z andreas $ -->
+
+<catalogue xml:lang="en" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  
+  <message key="New Contact Form">New Contact Form</message>
+  
+</catalogue>

Added: lenya/trunk/src/modules/contactform/resources/i18n/cmsui_de.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/contactform/resources/i18n/cmsui_de.xml?view=auto&rev=527881
==============================================================================
--- lenya/trunk/src/modules/contactform/resources/i18n/cmsui_de.xml (added)
+++ lenya/trunk/src/modules/contactform/resources/i18n/cmsui_de.xml Thu Apr 12 03:45:05 2007
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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: cmsui.xml 447395 2006-09-18 13:01:33Z andreas $ -->
+
+<catalogue xml:lang="de" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  
+  <message key="New Contact Form">Neues Kontaktformular</message>
+  
+</catalogue>

Modified: lenya/trunk/src/pubs/default/config/publication.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/config/publication.xconf?view=diff&rev=527881&r1=527880&r2=527881
==============================================================================
--- lenya/trunk/src/pubs/default/config/publication.xconf (original)
+++ lenya/trunk/src/pubs/default/config/publication.xconf Thu Apr 12 03:45:05 2007
@@ -63,6 +63,7 @@
   <module name="languageselector"/>
   <module name="administration"/>
   <module name="news"/>
+  <module name="contactform"/>
   <!-- TODO: The goal is to have a blog module ;-) -->
   <!--
   <module name="blog"/>



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