summaryrefslogtreecommitdiffstats
path: root/apps/shorty/appinfo/info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/shorty/appinfo/info.xml')
-rw-r--r--apps/shorty/appinfo/info.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/apps/shorty/appinfo/info.xml b/apps/shorty/appinfo/info.xml
new file mode 100644
index 00000000000..bbee9dd673b
--- /dev/null
+++ b/apps/shorty/appinfo/info.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<!--
+* @package shorty an ownCloud url shortener plugin
+* @category internet
+* @author Christian Reiner
+* @copyright 2011-2012 Christian Reiner <foss@christian-reiner.info>
+* @license GNU Affero General Public license (AGPL)
+* @link information
+* @link repository https://svn.christian-reiner.info/svn/app/oc/shorty
+*
+* This library is free software; you can redistribute it and/or
+* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
+* License as published by the Free Software Foundation; either
+* version 3 of the license, or any later version.
+*
+* This library is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+*
+* You should have received a copy of the GNU Affero General Public
+* License along with this library.
+* If not, see <http://www.gnu.org/licenses/>.
+*
+-->
+
+<!--
+ /**
+ * @file appinfo/info.xml
+ * @brief Definition of central information about this plugin
+ * @author Christian Reiner
+ /*
+ -->
+
+<info>
+ <id>shorty</id>
+ <name>Shorty</name>
+ <description>Shorty offers a service to store, manage and use a collection of short links
+pointing to ressources in the web. The features are a combination of a
+centralized bookmarks collection, an url shortener and an access control.
+The collection is presented as a link of "shorties", a shorty can be created
+either manually in the list ("New") or by using the "Shortlet". The Shortlet
+is something like a Booklet, a JS based bookmark meant to be stored inside the
+bookmark toolbar or area of a web browser. When clicked, the page currently
+open in the browser will be offered to be added to the list of existing shorties.
+For more information see: http://apps.owncloud.com/content/show.php/Shorty?content=150401
+Current version: 0.2.2 (06.06.2012)</description>
+ <version>0.2.2</version>
+ <licence>AGPL</licence>
+ <author>Christian Reiner</author>
+ <require>4</require>
+ <public>
+ <shorty_relay>relay.php</shorty_relay>
+ <shorty_qrcode>qrcode.php</shorty_qrcode>
+ </public>
+</info>