summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notes.rest.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/notes.rest.txt b/notes.rest.txt
new file mode 100644
index 0000000..335e390
--- /dev/null
+++ b/notes.rest.txt
@@ -0,0 +1,24 @@
+========
+ Feeder
+========
+
+General process
+===============
+
+1) load configuration
+2) for each configured feed
+
+ 1. load all items
+
+3) remove duplicates
+4) for each item
+
+ 1. expand to full post
+ 2. edit media
+ 3. extract author name (?)
+ 4. publish
+
+Libraries
+=========
+
+``XML::Feed``