]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo.mdwn
Add file cretion times to the index file.
[git.ikiwiki.info.git] / doc / todo.mdwn
index f01753e33d8d8a3ba62fc2a79b81433bcce65645..4ae62867ec01d1755891e272e0a9a08e31af74ec 100644 (file)
@@ -64,15 +64,7 @@ renered, so maybe that won't be a plugin.
 ## blogging and rss
 
 The wiki should emit rss feeds for pages. The simple case is a regular
-page. The complex case is a blog composed of multiple pages.
-
-### single page
-
-Just create an rss feed with one element, that contains the last diff to
-the page, or the contents of the page, or something like that. Whenever the
-page is changed, rss readers should see the single post in the feed as a
-new post, so they'll dump out the page again. Simple, allows subscribing to
-any page as an RSS feed if you want to see just changes to that page.
+page (done). The complex case is a blog composed of multiple pages.
 
 ### multi-page blog
 
@@ -96,14 +88,11 @@ Note that this allows for weblogs with different sections, etc.
 
 Requirements:
 
-* Need to keep track of creation dates of pages in the index file.
 * Need to keep track of the globlists in the index file.
-   - Probably need to redesign the index file format to allow for this sort
-     of future expansion.
 * Need to pick a good token and note that the token will need to be passed
   multiple parameters. Possibly something like this:
 
-       [[embed pages="myblog/*" show="30"]]
+       [[inline pages="myblog/*" show="30"]]
 
 ## revisit case