aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.org4
-rw-r--r--aggregator/README.org5
2 files changed, 9 insertions, 0 deletions
diff --git a/README.org b/README.org
index 9fccabf..f2c92a1 100644
--- a/README.org
+++ b/README.org
@@ -3,3 +3,7 @@
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 [[file:aggregator/README.org][it's README]].
diff --git a/aggregator/README.org b/aggregator/README.org
new file mode 100644
index 0000000..1ff3596
--- /dev/null
+++ b/aggregator/README.org
@@ -0,0 +1,5 @@
+* aggregator
+
+ A simple django app that collects ~Post~s from specified ~Feed~s. It
+ keeps track of which was last updated when and copies the data to
+ its own tables.