aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2011-04-21 00:03:52 -0400
committerbnewbold <bnewbold@robocracy.org>2011-04-21 01:17:22 -0400
commit17f2d1ab9b3344d1880a7f7e98c972b8c599976b (patch)
tree4d747f42b2aebd3be3c2d8ed4651a808a645fd4f /README
parent150fa6dce3ac024fd2cf27acfa595d30905f2ccf (diff)
downloadpiccast-17f2d1ab9b3344d1880a7f7e98c972b8c599976b.tar.gz
piccast-17f2d1ab9b3344d1880a7f7e98c972b8c599976b.zip
some basic progress on models etc
Diffstat (limited to 'README')
-rw-r--r--README32
1 files changed, 30 insertions, 2 deletions
diff --git a/README b/README
index 66170c3..3197524 100644
--- a/README
+++ b/README
@@ -1,3 +1,31 @@
-Piccast README
---------------
+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>/
+