Update of /var/cvs/contributions/didactor2/src/shoutbox/config/builders/shoutbox
In directory james.mmbase.org:/tmp/cvs-serv25860

Modified Files:
        shouts.xml 
Log Message:
added field 'reference', some other details


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/shoutbox/config/builders/shoutbox


Index: shouts.xml
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/shoutbox/config/builders/shoutbox/shouts.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- shouts.xml  14 Aug 2008 08:39:56 -0000      1.2
+++ shouts.xml  4 Sep 2008 10:26:51 -0000       1.3
@@ -12,16 +12,16 @@
 
   <searchage>0</searchage>
   <names>
-    <singular xml:lang="en">Annotation</singular>
-    <singular xml:lang="nl">Aantekening</singular>
+    <singular xml:lang="en">Message</singular>
+    <singular xml:lang="nl">Bericht</singular>
 
-    <plural xml:lang="en">Annotations</plural>
-    <plural xml:lang="nl">Aantekeningen</plural>
+    <plural xml:lang="en">Messages</plural>
+    <plural xml:lang="nl">Berichten</plural>
   </names>
 
   <fieldlist>
 
-    <field name="from" type="system">
+    <field name="from" state="system">
          <gui>
         <guiname xml:lang="en">From</guiname>
         <guiname xml:lang="nl">Van</guiname>
@@ -32,6 +32,21 @@
       </datatype>
     </field>
 
+
+    <field name="reference">
+      <gui>
+        <guiname xml:lang="en">Refers</guiname>
+        <guiname xml:lang="nl">Behandelt</guiname>
+      </gui>
+      <descriptions>
+        <description xml:lang="en">A node where this shout is about. This 
normally only further
+        specifies the 'box' where the shout is in. E.g. we could couple 
'shouts' to people, and it
+        serves a simple inbox. But you could also wanto to talk _about_ 
another object.</description>
+      </descriptions>
+      <datatype base="node" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+
+    </field>
+
     <field name="title">
       <gui>
         <guiname xml:lang="en">Title</guiname>
@@ -52,6 +67,7 @@
         <maxLength value="65000" />
       </datatype>
     </field>
+
   </fieldlist>
 
 </builder>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to