Continuing integration with Congregation
authorBen Klang <ben@alkaloid.net>
Mon, 16 Jan 2006 03:25:11 +0000 (03:25 +0000)
committerBen Klang <ben@alkaloid.net>
Mon, 16 Jan 2006 03:25:11 +0000 (03:25 +0000)
git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@240 06cd67b6-e706-0410-b29e-9de616bca6e9

andrew.webprj
lib/api.php
lib/version.php [new file with mode: 0644]

index 604f028..fffd348 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE webproject>
 <webproject>
-  <project usePreviewPrefix="0" type="Local" previewPrefix="" usePersistentBookmarks="0" name="Shout" encoding="iso 8859-1" enableEvents="true" >
+  <project usePreviewPrefix="0" previewPrefix="" type="Local" usePersistentBookmarks="0" name="Shout" encoding="iso 8859-1" enableEvents="true" >
     <upload/>
     <defaultDTD>-//w3c//dtd xhtml 1.0 strict//en</defaultDTD>
     <item url="config/" uploadstatus="1" />
       <mailinglist address="" />
     </teamdata>
     <events/>
+    <item url="lib/version.php" />
   </project>
 </webproject>
index 0afedba..1dd003e 100644 (file)
@@ -55,32 +55,8 @@ function _shout_perms()
 
 function _shout_attributes()
 {
-    // Attribute Layout:
-    // object type = array(
-    //  description = Longer human description of the attributes this
-    //                application provides for this object, NOT of the object
-    //                itself
-    //  attributes = array(    The attributes themselves
-    //      name = short name of this attribute (used as a key for the Help
-    //             system as well)
-    //      description = Longer description of this attribute
-    //      type = field datatype, one of the objects exported by Horde_Form
-    //      size = maximum size of this data
-    //      keys = array(     Mapping of this attribute to all possible backends
-    //          ldap = ldapAttribute
-    //          sql = table.column
-    //      )
-    //      limit = Maxmimum number of these attributes to store, 0 = unlimited
-    //      required = boolean, true means form will not process without a value
-    //      infoset = one of 'basic', 'advanced' or 'restricted'.  This is used
-    //                to help keep the forms simple for non-power-users.  If
-    //                'required' is true and 'infoset' is anything other than
-    //                'basic' then 'default' MUST be specified
-    //      'default' = the default value of the field.
-    //  )
-    // )
-    //
-
+    // See CONGREGATION_BASE/docs/api.txt for information on the structure
+    // of this array.
     $shoutAttributes = array(
         'description' => 'Phone System User Settings',
         'attributes' => array(
diff --git a/lib/version.php b/lib/version.php
new file mode 100644 (file)
index 0000000..b855f6a
--- /dev/null
@@ -0,0 +1 @@
+<?php define('SHOUT_VERSION', '0.1-svn') ?>
\ No newline at end of file