Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mre/dropix
A self-updating, caching Dropbox gallery for your website. Customizable, too!
https://github.com/mre/dropix
deprecated use-unicorn-instead
Last synced: 3 months ago
JSON representation
A self-updating, caching Dropbox gallery for your website. Customizable, too!
- Host: GitHub
- URL: https://github.com/mre/dropix
- Owner: mre
- License: gpl-3.0
- Created: 2011-08-02T16:27:21.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-21T10:44:39.000Z (about 11 years ago)
- Last Synced: 2024-10-04T19:07:50.185Z (4 months ago)
- Topics: deprecated, use-unicorn-instead
- Language: PHP
- Homepage:
- Size: 125 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkdn
- License: LICENSE.txt
Awesome Lists containing this project
README
Dropix
======A Dropbox image gallery. **This project has been deprecated.**
For all the folks looking for an alternative, head over to
my new thing, [unicorn](http://www.github.com/mre/unicorn).## Todo
This gallery is currently not working. [Here's why][2].
## Requirements
* Dropbox account
* Webserver with PHP support## Setup
1. Due to Dropbox restrictions I'm not allowed to share my application
key. So you have to create a new Dropbox app at https://www.dropbox.com/developers/apps
and put the keys into `config.php`.2. Upload the whole dropix directory to your webserver.
3. Authenticate dropix to access your dropbox account:
Open your browser, type `www.example.com/path/to/dropix/auth.php` and
follow the instructions.4. Put some pictures into the gallery folder inside your Dropbox (no
spaces in filenames), point your browser to `www.example.com/path/to/dropix` and enjoy your
gallery :)## Customization / Themes
The gallery is fully customizable via html and css. For a basic example,
see `index.php`.## How it works
Dropix makes API calls to Dropbox using the awesome
[`Dropbox-API wrapper class`][1] by tijsverkoyen.## Copyright
Copyright (C) 2011 Matthias Endler
http://www.matthias-endler.de## License
GNU General Public License version 3.
See LICENSE.txt for details.[1]: https://github.com/tijsverkoyen/Dropbox
[2]: https://github.com/mre/dropix/issues/1