summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/Dropbox/README.md
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-17 18:20:20 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-08-17 18:20:20 +0200
commit7575186fa61b0154de592b37091a43ac97063d40 (patch)
treedb705df82a9e5f0112e16b9654d26939f7708014 /apps/files_external/3rdparty/Dropbox/README.md
parentb4cc79970d2bfef0b09043ea9dfd7820d4a55cda (diff)
downloadnextcloud-server-7575186fa61b0154de592b37091a43ac97063d40.tar.gz
nextcloud-server-7575186fa61b0154de592b37091a43ac97063d40.zip
moving Dropbox and smb4php 3rdparty code over to the apps
Diffstat (limited to 'apps/files_external/3rdparty/Dropbox/README.md')
-rw-r--r--apps/files_external/3rdparty/Dropbox/README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/apps/files_external/3rdparty/Dropbox/README.md b/apps/files_external/3rdparty/Dropbox/README.md
new file mode 100644
index 00000000000..54e05db762b
--- /dev/null
+++ b/apps/files_external/3rdparty/Dropbox/README.md
@@ -0,0 +1,31 @@
+Dropbox-php
+===========
+
+This PHP library allows you to easily integrate dropbox with PHP.
+
+The following PHP extension is required:
+
+* json
+
+The library makes use of OAuth. At the moment you can use either of these libraries:
+
+[PHP OAuth extension](http://pecl.php.net/package/oauth)
+[PEAR's HTTP_OAUTH package](http://pear.php.net/package/http_oauth)
+
+The extension is recommended, but if you can't install php extensions you should go for the pear package.
+Installing
+----------
+
+ pear channel-discover pear.dropbox-php.com
+ pear install dropbox-php/Dropbox-alpha
+
+Documentation
+-------------
+Check out the [documentation](http://www.dropbox-php.com/docs).
+
+Questions?
+----------
+
+[Dropbox-php Mailing list](http://groups.google.com/group/dropbox-php)
+[Official Dropbox developer forum](http://forums.dropbox.com/forum.php?id=5)
+