aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 3197524452f226654a7ffe0840619d31f0d4f969 (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

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 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>/