https://github.com/sandinmyjoints/readsr
A web app for tracking reading series events and occurrences.
https://github.com/sandinmyjoints/readsr
Last synced: 3 months ago
JSON representation
A web app for tracking reading series events and occurrences.
- Host: GitHub
- URL: https://github.com/sandinmyjoints/readsr
- Owner: sandinmyjoints
- Created: 2011-08-21T21:11:32.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-06T03:20:00.000Z (almost 14 years ago)
- Last Synced: 2025-02-08T09:12:54.856Z (4 months ago)
- Language: Python
- Homepage: www.readsrs.com
- Size: 1.69 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Readsr #
Readsr is a web app to track literary (or other kinds) of reading series. The series app tracks series events, which are represented by:
* A collection of information about the series (title, contact, venue, etc.).
* A recurrence rule based on the dateutil package's rrule module.## How it works ##
Each series can define a recurrence rule that creates one or more occurrences, representing a particular reading at a time and place. These are displayed in a calendar format.
Registered users can create series and modify series that they own. Readsr tweets via @readsr when a series is created or updated in a significant way (new name, venue, time, etc.)
Readsr is an experimental app put together as a way to learn Django, so please use it with caution! If you have suggestions, they are more than welcome. Please submit via issue at https://github.com/sandinmyjoints/readsr.