aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-03-13 01:28:52 +0100
committerGravatar Tom Willemsen2012-03-13 01:28:52 +0100
commiteb05d87e117a59ef82b0172783af0c2a60c54c9f (patch)
treed5945193beecbddc4974408d9120ae09d38f2f17
parentf7b77e38325ca1fc3dbb13373b81123f4ead97f9 (diff)
parentb2f2508db09b27fb6b5ae84982daaac3978f96f9 (diff)
downloadryuslash.org-eb05d87e117a59ef82b0172783af0c2a60c54c9f.tar.gz
ryuslash.org-eb05d87e117a59ef82b0172783af0c2a60c54c9f.zip
Merge branch 'master' of github.com:ryuslash/ryuslash.org
-rw-r--r--README.org9
-rw-r--r--aggregator/README.org5
2 files changed, 14 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..116b52c
--- /dev/null
+++ b/README.org
@@ -0,0 +1,9 @@
+* Another website
+
+ This time it's fairly easy compared to the other ones. I only wrote
+ a simple RSS feed parser (thanks to ~feedparser~). It collects data
+ from specified places and shows that on a page.
+
+** aggregator
+
+ For the ~aggregator~ app, you should look at its README.
diff --git a/aggregator/README.org b/aggregator/README.org
new file mode 100644
index 0000000..1bca9e7
--- /dev/null
+++ b/aggregator/README.org
@@ -0,0 +1,5 @@
+* aggregator
+
+ A simple django app that collects posts from specified feeds. It
+ keeps track of which was last updated when and copies the data to
+ its own tables.