From: Christian Weiske Date: Wed, 15 Jul 2015 17:27:11 +0000 (+0200) Subject: - Expand app information section. X-Git-Tag: v0.6.0~7 X-Git-Url: https://git.cweiske.de/grauphel.git/commitdiff_plain/592c24c61edb8e50a5056f5ac265052b5c99d81b - Expand app information section. - Register app menu item more efficiently[1] - Add SVG app icon to make it show up in the app management page [1] https://owncloud.org/blog/owncloud-8-1-brings-massively-improved-api-for-developers/ --- diff --git a/appinfo/app.php b/appinfo/app.php index 704b2c7..d78a9bb 100755 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -1,12 +1,10 @@ getNavigationManager()->add( array( 'id' => 'grauphel', 'order' => 2342, 'href' => \OCP\Util::linkToRoute('grauphel.gui.index'), - 'icon' => OCP\Util::imagePath('grauphel', 'tomboy-grey.png'), + 'icon' => \OCP\Util::imagePath('grauphel', 'app.svg'), 'name' => 'Tomboy notes' ) ); diff --git a/appinfo/info.xml b/appinfo/info.xml index 3f2c2c4..41cf119 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,10 +1,29 @@ - grauphel - Grauphel: Tomboy note server - Tomboy REST API server to sync notes between devices - 0.5.1 - AGPL3 or later - Christian Weiske - 7 + grauphel + Grauphel: Tomboy note server + + Tomboy REST API server to sync notes between devices. + + Tomboy, Conboy and Tomdroid clients are supported. + + 0.5.1 + AGPL3 or later + Christian Weiske + + 7 + Grauphel + + OAuth + + + + http://www.bogo/grauphel.htm#installation + + http://cweiske.de/grauphel.htm + FIXME http://git.cweiske.de/grauphel.git + https://github.com/cweiske/grauphel/issues + + productivity + 166654 diff --git a/img/app.svg b/img/app.svg new file mode 100644 index 0000000..ab87655 --- /dev/null +++ b/img/app.svg @@ -0,0 +1,3 @@ + + +image/svg+xmlJakub Steinerhttp://jimmac.musichall.cz diff --git a/img/tomboy-grey.png b/img/tomboy-grey.png deleted file mode 100644 index 069a757..0000000 Binary files a/img/tomboy-grey.png and /dev/null differ