Update of /var/cvs/speeltuin/andre/mmsite/config/applications/MMSite/builders
In directory 
james.mmbase.org:/tmp/cvs-serv22952/config/applications/MMSite/builders

Modified Files:
        pages.xml templates.xml 
Log Message:
updated app


See also: 
http://cvs.mmbase.org/viewcvs/speeltuin/andre/mmsite/config/applications/MMSite/builders


Index: pages.xml
===================================================================
RCS file: 
/var/cvs/speeltuin/andre/mmsite/config/applications/MMSite/builders/pages.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- pages.xml   11 Feb 2009 21:06:13 -0000      1.1
+++ pages.xml   17 Apr 2009 18:58:47 -0000      1.2
@@ -63,21 +63,17 @@
       </editor>
       <datatype base="line" xmlns="http://www.mmbase.org/xmlns/datatypes";>
         <required value="true">
-          <description xml:lang="nl">Pad is een verplicht veld</description>
+          <description xml:lang="nl">Dit is een verplicht veld</description>
           <description xml:lang="en">A path is required field</description>
         </required>
-        <minLength value="1">
-          <description xml:lang="nl">Pad is een verplicht veld</description>
-          <description xml:lang="en">A path is required</description>
-        </minLength>
         <maxLength value="255" />
       </datatype>
     </field>
 
     <field name="template">
       <descriptions>
-        <description xml:lang="nl">Template waarmee de pagina samengesteld 
moet worden</description>
-        <description xml:lang="en">Template to create the page</description>
+        <description xml:lang="nl">Template voor de pagina</description>
+        <description xml:lang="en">Page template to use</description>
       </descriptions>
       <gui>
         <guiname xml:lang="en">Template</guiname>
@@ -96,8 +92,8 @@
 
     <field name="description">
       <descriptions>
-        <description xml:lang="en">Description for internal use or to show in 
a sitemap.</description>
-        <description xml:lang="nl">Beschrijving for intern gebruik of om in 
sitemap te tonen.</description>
+        <description xml:lang="en">Sort description of the page.</description>
+        <description xml:lang="nl">Korte beschrijving van de 
pagina.</description>
       </descriptions>
       <gui>
         <guiname xml:lang="en">Description</guiname>
@@ -113,6 +109,26 @@
         <maxLength value="1024" />
       </datatype>
     </field>
+
+    <field name="expires">
+      <descriptions>
+        <description xml:lang="en">When this page expires, in seconds after it 
was first viewed (expires response header).</description>
+        <description xml:lang="nl">Houdbaarheidstijd van de pagina in seconden 
(expires response header).</description>
+      </descriptions>
+      <gui>
+        <guiname xml:lang="en">Expires</guiname>
+        <guiname xml:lang="nl">Expires</guiname>
+      </gui>
+      <editor>
+        <positions>
+          <input>5</input>
+          <search>5</search>
+        </positions>
+      </editor>
+      <datatype base="integer" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+    </field>
+
+    
   </fieldlist>
 
 </builder>


Index: templates.xml
===================================================================
RCS file: 
/var/cvs/speeltuin/andre/mmsite/config/applications/MMSite/builders/templates.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- templates.xml       11 Feb 2009 21:06:13 -0000      1.1
+++ templates.xml       17 Apr 2009 18:58:47 -0000      1.2
@@ -84,6 +84,22 @@
       </db>
     </field>
 
+       <field name="mimetype">
+      <gui>
+          <guiname xml:lang="nl">Mime-type</guiname>
+          <guiname xml:lang="en">Mime-type</guiname>
+      </gui>
+      <editor>
+        <positions>
+          <list>3</list>
+        </positions>
+      </editor>
+      <datatype base="eline" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+      <db>
+        <type state="persistent" size="255" notnull="true" 
key="false">STRING</type>
+      </db>
+       </field>
+
 
   </fieldlist>
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to