https://github.com/xmas7/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.
https://github.com/xmas7/dropix
dropbox dropix gallery
Last synced: about 2 months ago
JSON representation
A Dropbox image gallery. This project has been deprecated. For all the folks looking for an alternative, head over to my new thing, unicorn.
- Host: GitHub
- URL: https://github.com/xmas7/dropix
- Owner: xmas7
- License: gpl-3.0
- Created: 2022-09-02T03:34:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T03:34:22.000Z (over 2 years ago)
- Last Synced: 2025-02-01T09:27:58.424Z (4 months ago)
- Topics: dropbox, dropix, gallery
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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