From 713ff5d4ab93578d40d3db6b1c7c61d2a5722c58 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 12 Mar 2012 10:38:34 +0100 Subject: Add README --- README.org | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..9fccabf --- /dev/null +++ b/README.org @@ -0,0 +1,5 @@ +* 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. -- cgit v1.2.3-54-g00ecf From 6b298e35f50f620acbae3e94fabc98f31f11a482 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 12 Mar 2012 10:42:03 +0100 Subject: Let's see if this works. --- README.org | 4 ++++ aggregator/README.org | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 aggregator/README.org 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. -- cgit v1.2.3-54-g00ecf From b2f2508db09b27fb6b5ae84982daaac3978f96f9 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 12 Mar 2012 10:43:29 +0100 Subject: Nah, didn't work --- README.org | 2 +- aggregator/README.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index f2c92a1..116b52c 100644 --- a/README.org +++ b/README.org @@ -6,4 +6,4 @@ ** aggregator - For the ~aggregator~ app, you should look at [[file:aggregator/README.org][it's README]]. + For the ~aggregator~ app, you should look at its README. diff --git a/aggregator/README.org b/aggregator/README.org index 1ff3596..1bca9e7 100644 --- a/aggregator/README.org +++ b/aggregator/README.org @@ -1,5 +1,5 @@ * aggregator - A simple django app that collects ~Post~s from specified ~Feed~s. It + 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. -- cgit v1.2.3-54-g00ecf