https://github.com/10sr/tds
Tumblr Dashboard Slideshow
https://github.com/10sr/tds
Last synced: 12 months ago
JSON representation
Tumblr Dashboard Slideshow
- Host: GitHub
- URL: https://github.com/10sr/tds
- Owner: 10sr
- Created: 2013-09-13T04:03:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-10T14:05:57.000Z (over 12 years ago)
- Last Synced: 2025-03-05T22:44:33.424Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://tumblrdbss.appspot.com/
- Size: 309 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tumblr Dashboard Slideshow (TDS)
================================
Slideshow the contents in your Tumblr dashboard.
Implementation
--------------
TDS can be diviced roughly into two parts: auth and show.
### Auth
The authorization part are all written in Python.
The main implementation is in `tds.py` and it uses a module `python-oauth`.
These are used by the urls `/setup`, `/auth`, `/verify` and `/tokens`.
`/setup` is mapped to `SetupPage` class. This url is accessed by users when
users start using TDS (more precisely, there are no cookies for google login
information or ).
### Show
The slideshow part are mainly written in Javascript and located in `static/`
directory.