summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-05-09 17:03:55 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-05-09 17:03:55 -0400
commitc29f6774ca657d8e8658fe8acb8365882dad710a (patch)
tree7a0271aed02ac337012bb1dce7f7259c3ec182db /appinfo
parent2ad605cb3a80546695b7d9cac3306a045f0bbae6 (diff)
cleaned repo from backup files
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php~29
-rw-r--r--appinfo/info.xml~10
2 files changed, 0 insertions, 39 deletions
diff --git a/appinfo/app.php~ b/appinfo/app.php~
deleted file mode 100644
index a8169548c..000000000
--- a/appinfo/app.php~
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-
-/**
-* ownCloud - News app (feed reader)
-*
-* @author Alessandro Cosentino
-* @copyright 2012 Alessandro Cosentino cosenal@gmail.com
-*
-* 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 Lesser General Public
-* License along with this library. If not, see <http://www.gnu.org/licenses/>.
-*
-*/
-
-OC_APP::registerAdmin('news','settings');
-
-OC_App::register( array( 'order' => 70, 'id' => 'news', 'name' => 'News' ));
-
-OC_App::addNavigationEntry( array( 'id' => 'news', 'order' => 74, 'href' => OC_Helper::linkTo( 'news', 'index.php' ), 'icon' => OC_Helper::imagePath( 'news', 'example.png' ), 'name' => 'News'));
-
diff --git a/appinfo/info.xml~ b/appinfo/info.xml~
deleted file mode 100644
index 8cee86cde..000000000
--- a/appinfo/info.xml~
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-<info>
- <id>apptemplate</id>
- <name>AppTemplate</name>
- <description>Just an example application as a starting point for new developers</description>
- <version>1.0</version>
- <licence>AGPL</licence>
- <author>Frank Karlitschek</author>
- <require>2</require>
-</info>