Adding keywords
authorBen Klang <ben@alkaloid.net>
Thu, 8 Dec 2005 20:56:21 +0000 (20:56 +0000)
committerBen Klang <ben@alkaloid.net>
Thu, 8 Dec 2005 20:56:21 +0000 (20:56 +0000)
git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@149 06cd67b6-e706-0410-b29e-9de616bca6e9

20 files changed:
config/conf.xml
dialplan.php
dialplan/edit.php
index.php
lib/Dialplan.php
lib/Driver.php
lib/Shout.php
lib/System.php
lib/User.php
lib/api.php
lib/base.php
lib/defines.php
main/system.php
security.php
templates/javascript/dialplan.js
users.php
users/add.php
users/delete.php
users/edit.php
users/save.php

index 8da45a9..2e0a503 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- $Horde: horde/config/conf.xml,v 1.74.2.5 2005/03/22 11:40:14 jan Exp $ -->
+<!-- $Id$ -->
 <configuration>
 <!--   <configtab name="storage" desc="Storage Backend"> -->
     <configsection name="auth">
index 6fb64ba..fcaa443 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * $Horde: shout/dialplan.php,v 0.1 2005/07/17 01:56:48 ben Exp $
+ * $Id$
  *
  * Copyright 2005 Ben Klang <ben@alkaloid.net>
  *
index 21e42a1..18ef2b4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * $Horde: shout/dialplan/edit.php,v 1.0 2005/07/14 01:06:48 ben Exp $
+ * $Id$
  *
  * Copyright 2005 Ben Klang <ben@alkaloid.net>
  *
index 8d29eae..dc69e5d 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * $Horde: shout/index.php,v 0.1 2005/06/28 10:35:46 ben Exp $
+ * $Id$
  *
  * Copyright 2005 Ben Klang <ben@alkaloid.net>
  *
index 1447f5a..0549b32 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * $Horde: shout/lib/Dialplan.php,v 0.1 2005/07/16 11:06:48 ben Exp $
+ * $Id$
  *
  * Copyright 2005 Ben Klang <ben@alkaloid.net>
  *
@@ -21,7 +21,7 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * $Horde: framework/Tree/Tree.php,v 1.46.6.7 2005/07/03 05:22:36 selsky Exp $
+ * $Id$
  *
  * @author  Ben Klang <ben@alkaloid.net>
  * @package Shout_Dialplan
index e9674c7..dcc3e6e 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Shout_Driver:: defines an API for implementing storage backends for Shout.
  *
- * $Horde: shout/lib/Driver.php,v 0.01 2005/06/28 11:15:03 ben Exp $
+ * $Id$
  *
  * Copyright 2005 Ben Klang <ben@alkaloid.net>
  *
@@ -10,7 +10,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Ben Klang <ben@alkaloid.net>
- * @version $Revision$
+ * @version $Revision: 76 $
  * @since   Shout 0.1
  * @package Shout
  */
index 0292e13..aca3169 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Shout:: defines an set of classes for the Shout application.
  *
- * $Horde: shout/lib/Shout.php,v 0.01 2005/06/28 11:15:03 ben Exp $
+ * $Id$
  *
  * Copyright 2005 Ben Klang <ben@alkaloid.net>
  *
@@ -10,7 +10,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Ben Klang <ben@alkaloid.net>
- * @version $Revision$
+ * @version $Revision: 94 $
  * @since   Shout 0.1
  * @package Shout
  */
index e7f4dcf..6346462 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * ContextForm Class
  *
- * $Horde: shout/lib/System.php,v 1.0 2005/07/07 23:48:11 ben Exp $
+ * $Id$
  *
  * Copyright 2005 Ben Klang <ben@alkaloid.net>
  *
index e35dac6..d41f7fb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * $Horde: shout/lib/User.php,v 0.1 2005/07/16 11:06:48 ben Exp $
+ * $Id$
  *
  * Copyright 2005 Ben Klang <ben@alkaloid.net>
  *
index 2437a08..92c583f 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Shout external API interface.
  *
- * $Horde: shout/lib/api.php,v 1.120.2.4 2005/01/24 11:01:27 ben Exp $
+ * $Id$
  *
  * This file defines Shout's external API interface. Other
  * applications can interact with Shout through this API.
index 31e01df..182dfdb 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Shout base inclusion file.
  *
- * $Horde: shout/lib/base.php,v 0.1 2005/06/29 01:00:23 ben Exp $
+ * $Id$
  *
  * This file brings in all of the dependencies that every Shout
  * script will need and sets up objects that all scripts use.
index 098be3c..d9147fb 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Shout external API interface.
  *
- * $Horde: shout/lib/defines.php,v 1.120.2.4 2005/01/24 11:01:27 ben Exp $
+ * $Id$
  *
  * This file defines Shout's constants.  Any file needing to use the
  * driver or external API should require_once() this file.
index c529220..e0a2b20 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * $Horde: shout/system.php,v 1.0 2005/07/07 11:36:01 ben Exp $
+ * $Id$
  *
  * Copyright 2005 Ben Klang <ben@alkaloid.net>
  *
index c437f19..55d4793 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * $Horde: shout/users.php,v 0.1 2005/07/13 10:01:01 ben Exp $
+ * $Id$
  *
  * Copyright 2005 Ben Klang <ben@alkaloid.net>
  *
index 0b9d2cb..b0f06c3 100644 (file)
@@ -8,7 +8,7 @@
  * See the enclosed file COPYING for license information (GPL). If you did not
  * receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * $Horde: shout/templates/javascript/dialplan.js,v 1.0.0.1 2005/11/10 06:23:22 ben Exp $
+ * $Id$
  *
  * @author  Ben Klang <ben@alkaloid.net>
  * @package Shout
index cbff82e..ea902d7 100644 (file)
--- a/users.php
+++ b/users.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * $Horde: shout/users.php,v 0.1 2005/07/13 10:01:01 ben Exp $
+ * $Id$
  *
  * Copyright 2005 Ben Klang <ben@alkaloid.net>
  *
index af1352f..16f3f3b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * $Horde: shout/users/add.php,v 1.0 2005/07/28 19:49:11 ben Exp $
+ * $Id$
  *
  * Copyright 2005 Ben Klang <ben@alkaloid.net>
  *
index 66aab0c..b809b74 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * $Horde: shout/users/delete.php,v 1.0 2005/07/28 21:38:35 ben Exp $
+ * $Id$
  *
  * Copyright 2005 Ben Klang <ben@alkaloid.net>
  *
index 8646060..0d920ea 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * $Horde: shout/users/edit.php,v 1.0 2005/07/14 01:06:48 ben Exp $
+ * $Id$
  *
  * Copyright 2005 Ben Klang <ben@alkaloid.net>
  *
index 230f571..d41cbf3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * $Horde: shout/users/add.php,v 1.0 2005/07/14 01:06:48 ben Exp $
+ * $Id$
  *
  * Copyright 2005 Ben Klang <ben@alkaloid.net>
  *