summaryrefslogtreecommitdiff
path: root/data/notes/atom-feeds
diff options
context:
space:
mode:
Diffstat (limited to 'data/notes/atom-feeds')
-rw-r--r--data/notes/atom-feeds26
1 files changed, 0 insertions, 26 deletions
diff --git a/data/notes/atom-feeds b/data/notes/atom-feeds
deleted file mode 100644
index f1be17e8..00000000
--- a/data/notes/atom-feeds
+++ /dev/null
@@ -1,26 +0,0 @@
-Atom Feeds
-
-Last modified: 2010-11-13
-Status: Implemented
-
-
-New module: Multi::Feed
-Automatically generates and updates the following feeds:
- www/feeds/
- announcements.atom
- Updated?: LISTEN 'newpost'; post.num = 1 and board = 'an'
- (what about an edit of the annoucement title/content?)
- changes.atom
- Updated?: LISTEN 'changes'
- posts.atom
- Updated?: LISTEN 'newpost'
- (what about edits of posts? title/contents can change...)
- released.atom (not implemented)
- Updated?: daily + LISTEN 'changes'; c.type = 'r'
- (more restrictions can be added if the generation time of this feed is long)
-
-All feeds are updated once every 15 minutes; this is easier and less
-error-prone than the above notify solutions that differ for each feed.
-Assuming all feeds can be generated in one second, this takes
-(1/(15*60))*100 = ~0.1% of server CPU time on average.
-