*/
class Ansel_Api extends Horde_Registry_Api
{
- public $version = 'H4 (2.0-git)';
-
/**
* Returns a list of available permissions.
*
--- /dev/null
+<?php
+/**
+ * Ansel application API.
+ *
+ * Copyright 2004-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file COPYING for license information (GPL). If you
+ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
+ *
+ * @author Jan Schneider <jan@horde.org>
+ * @author Chuck Hagenbuch <chuck@horde.org>
+ * @author Michael J. Rubinsky <mrubinsk@horde.org>
+ * @package Ansel
+ */
+class Ansel_Application extends Horde_Registry_Application
+{
+ public $version = 'H4 (2.0-git)';
+}
--- /dev/null
+<?php
+/**
+ * Babel application API.
+ *
+ * Copyright 2009 The Horde Project (http://www.horde.org/)
+ *
+ * @author Joel Vandal <joel@scopserv.com>
+ * @package Babel
+ */
+class Babel_Application extends Horde_Registry_Application
+{
+ public $version = 'H4 (0.1-git)';
+}
*/
class Chora_Api extends Horde_Registry_Api
{
- /**
- * The application's version.
- *
- * @var string
- */
- public $version = 'H4 (3.0-git)';
-
public function perms()
{
static $perms = array();
--- /dev/null
+<?php
+/**
+ * Chora application API.
+ *
+ * This file defines Chora's external API interface. Other applications can
+ * interact with Chora through this API.
+ *
+ * @package Chora
+ */
+class Chora_Application extends Horde_Registry_Application
+{
+ /**
+ * The application's version.
+ *
+ * @var string
+ */
+ public $version = 'H4 (3.0-git)';
+}
<?php
class Crumb_Api extends Horde_Registry_Api
{
- public $version = 'H4 (0.1-git)';
-
/**
* Generate the menu to use on the prefs page.
*
--- /dev/null
+<?php
+class Crumb_Application extends Horde_Registry_Application
+{
+ public $version = 'H4 (0.1-git)';
+}
<?php
class Fima_Api extends Horde_Regsitry_Api
{
- public $version = '1.0.1';
-
/**
* TODO
*/
--- /dev/null
+<?php
+class Fima_Application extends Horde_Regsitry_Application
+{
+ public $version = '1.0.1';
+}
*/
class Folks_Api extends Horde_Registry_Api
{
- public $version = 'H4 (0.1-git)';
-
/**
* Links.
*
--- /dev/null
+<?php
+/**
+ * Folks application API.
+ *
+ * See the enclosed file LICENSE for license information (BSD). If you
+ * did not receive this file, see http://cvs.horde.org/co.php/folks/LICENSE.
+ *
+ * @package Folks
+ */
+class Folks_Application extends Horde_Registry_Application
+{
+ public $version = 'H4 (0.1-git)';
+}
class Gollem_Api extends Horde_Registry_Api
{
/**
- * The application's version.
- *
- * @var string
- */
- public $version = 'H4 (5.0-git)';
-
- /**
* TODO
*/
public function perms()
--- /dev/null
+<?php
+/**
+ * Gollem application API.
+ *
+ * This file defines Gollem's external API interface. Other
+ * applications can interact with Gollem through this API.
+ *
+ * @author Amith Varghese (amith@xalan.com)
+ * @author Michael Slusarz (slusarz@curecanti.org)
+ * @author Ben Klang (bklang@alkaloid.net)
+ * @package Gollem
+ */
+class Gollem_Application extends Horde_Registry_Application
+{
+ /**
+ * The application's version.
+ *
+ * @var string
+ */
+ public $version = 'H4 (2.0-git)';
+}
class IMP_Api extends Horde_Registry_Api
{
/**
- * Does this application support a mobile view?
- *
- * @var boolean
- */
- public $mobileView = true;
-
- /**
- * The application's version.
- *
- * @var string
- */
- public $version = 'H4 (5.0-git)';
-
- /**
* The listing of API calls that do not require permissions checking.
*
* @var array
--- /dev/null
+<?php
+/**
+ * IMP application API.
+ *
+ * This file defines IMP's external API interface. Other applications
+ * can interact with IMP through this API.
+ *
+ * See the enclosed file COPYING for license information (GPL). If you
+ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
+ *
+ * @package IMP
+ */
+class IMP_Application extends Horde_Registry_Application
+{
+ /**
+ * Does this application support a mobile view?
+ *
+ * @var boolean
+ */
+ public $mobileView = true;
+
+ /**
+ * The application's version.
+ *
+ * @var string
+ */
+ public $version = 'H4 (5.0-git)';
+}
class Ingo_Api extends Horde_Registry_Api
{
/**
- * The application's version.
- *
- * @var string
- */
- public $version = 'H4 (2.0-git)';
-
- /**
* Links.
*
* @var array
--- /dev/null
+<?php
+/**
+ * Ingo application API.
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ */
+class Ingo_Application extends Horde_Registry_Application
+{
+ /**
+ * The application's version.
+ *
+ * @var string
+ */
+ public $version = 'H4 (2.0-git)';
+}
<?php
class Jeta_Api extends Horde_Registry_Api
{
- public $version = 'H4 (2.0-git)';
-
/**
* Generate the menu to use on the prefs page.
*
--- /dev/null
+<?php
+class Jeta_Application extends Horde_Registry_Application
+{
+ public $version = 'H4 (2.0-git)';
+}
<?php
class Kastalia_Api extends Horde_Registry_Api
{
- public $version = '1.0.1';
-
/**
* Generate the menu to use on the prefs page.
*
--- /dev/null
+<?php
+class Kastalia_Application extends Horde_Registry_Application
+{
+ public $version = '1.0.1';
+}
*/
class Kronolith_Api extends Horde_Registry_Api
{
- public $version = 'H3 (3.0-git)';
-
/**
* Links.
*
--- /dev/null
+<?php
+/**
+ * Kronolith application API.
+ *
+ * @package Kronolith
+ */
+class Kronolith_Application extends Horde_Registry_Application
+{
+ public $version = 'H3 (3.0-git)';
+}
class Nag_Api extends Horde_Registry_Api
{
/**
- * The application's version.
- *
- * @var string
- */
- public $version = 'H4 (3.0-git)';
-
- /**
* Links.
*
* @var array
--- /dev/null
+<?php
+/**
+ * Nag application API.
+ *
+ * @package Nag
+ */
+class Nag_Application extends Horde_Registry_Application
+{
+ /**
+ * The application's version.
+ *
+ * @var string
+ */
+ public $version = 'H4 (3.0-git)';
+
+}
<?php
/**
- * News API.
+ * News external API.
*
* Copyright 2009 The Horde Project (http://www.horde.org/)
*
*/
class News_Api extends Horde_Registry_Api
{
- public $version = 'H4 (0.1-git)';
-
/**
* Categories/Permissions
*/
--- /dev/null
+<?php
+/**
+ * News application API.
+ *
+ * Copyright 2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file COPYING for license information (GPL). If you
+ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
+ *
+ * @author Duck <duck@obala.net>
+ * @package News
+ */
+class News_Application extends Horde_Registry_Application
+{
+ public $version = 'H4 (0.1-git)';
+}
<?php
class Skeleton_Api extends Horde_Registry_Api
{
- public $version = 'H4 (0.1-git)';
-
/**
* Generate the menu to use on the prefs page.
*
--- /dev/null
+<?php
+class Skeleton_Api extends Horde_Registry_Api
+{
+ public $version = 'H4 (0.1-git)';
+}
<?php
class Skoli_Api extends Horde_Registry_Api
{
- public $version = 'H4 (0.1-git)';
-
/**
* Generate the menu to use on the prefs page.
*
--- /dev/null
+<?php
+class Skoli_Application extends Horde_Registry_Application
+{
+ public $version = 'H4 (0.1-git)';
+}
--- /dev/null
+<?php
+class Timeobjects_Application extends Horde_Registry_Application
+{
+ public $version = 'H4 (0.1-git)';
+}
class Turba_Api extends Horde_Registry_Api
{
/**
- * The application's version.
- *
- * @var string
- */
- public $version = 'H3 (3.0-git)';
-
- /**
* Links.
*
* @var array
--- /dev/null
+<?php
+/**
+ * Turba application API.
+ *
+ * @package Turba
+ */
+class Turba_Application extends Horde_Registry_Application
+{
+ /**
+ * The application's version.
+ *
+ * @var string
+ */
+ public $version = 'H3 (3.0-git)';
+
+}