blob: ae71ab90e115b94f5ffe0fd09a2dd633b6e7351e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
PicCast Repo README
-------------------
./www/
Static content to be served up over HTTP (eg, stylesheets)
./piccast/
Django application base directory
./doc/
Project documentation
./scripts/
Misc scripts
Requirements
-------------
The django application requires:
- django 1.1
- python-docutils
- python-feedparser
- python 2.6+ (I think? with pysqlite or whatevah?)
JSON API
--------
/json/feeds/
/json/sets_by_feed/<feed_id>/
/json/sets_by_feed/<feed_shortname>/
/json/pics_by_set/<set_id>/
|