diff options
author | Florian Hülsmann <fh@cbix.de> | 2012-03-31 02:42:41 +0200 |
---|---|---|
committer | Florian Hülsmann <fh@cbix.de> | 2012-03-31 02:42:41 +0200 |
commit | f9f91a08b47c0a086c43966b1ecdf87185ceef83 (patch) | |
tree | 5edf8d4a78bfd2ee1cf1d4e3347128f37be9d84b /apps/user_webfinger/appinfo/info.xml | |
parent | 5161758921efb5bb50e579d8e6debfa93e595a7d (diff) | |
download | nextcloud-server-f9f91a08b47c0a086c43966b1ecdf87185ceef83.tar.gz nextcloud-server-f9f91a08b47c0a086c43966b1ecdf87185ceef83.zip |
webfinger reimplementation started
Diffstat (limited to 'apps/user_webfinger/appinfo/info.xml')
-rw-r--r-- | apps/user_webfinger/appinfo/info.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_webfinger/appinfo/info.xml b/apps/user_webfinger/appinfo/info.xml index 55cf2cf2201..d47fb723a3a 100644 --- a/apps/user_webfinger/appinfo/info.xml +++ b/apps/user_webfinger/appinfo/info.xml @@ -2,9 +2,9 @@ <info> <id>user_webfinger</id> <name>Webfinger</name> - <description>Provide WebFinger for all users so they get a user address like user@owncloudinstance which can be used for unhosted applications. If you don't run ownCloud in the root of your domain, for instance if you run it on example.com/owncloud/, then make sure you link example.com/.well-known/ to example.com/owncloud/apps/user_webfinger/ - by running something like "ln -s /var/www/owncloud/apps/user_webfinger /var/www/.well-known". Only enable this app if you run this ownCloud installation on a public web address, not if you run it on an intranet or on localhost.</description> - <version>0.2</version> + <description>Provide WebFinger for all users so they get a user address like user@owncloudinstance which can be used for external applications. Other apps can provide information for webfinger requests, such as remoteStorage compatibility.</description> + <version>0.3</version> <licence>AGPL or MIT</licence> - <author>Michiel de Jong</author> + <author>Michiel de Jong, Florian Hülsmann</author> <require>2</require> </info> |