diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-30 07:59:04 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-30 07:59:04 +0000 |
commit | 61ac8f2f513d939f7dc03c6669ecb94f3fb0eeea (patch) | |
tree | 2f2ddce68f4ad38188c30fa7ae621e907e36c6d7 | |
parent | 0f45548333c19d33d885b4417fa85285d74f87cf (diff) |
improce
-rw-r--r-- | doc/todo/aggregation.mdwn | 4 | ||||
-rw-r--r-- | templates/aggregatepost.tmpl | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/todo/aggregation.mdwn b/doc/todo/aggregation.mdwn index 53b3133e2..63ee8f13b 100644 --- a/doc/todo/aggregation.mdwn +++ b/doc/todo/aggregation.mdwn @@ -1 +1,5 @@ * Still need to support feed expiry. +* Need to store page author metadata and include it in the rss feed. +* Should store the real page title (capitalised) as metadats. + Only problem is titles that contain quotes need to be escaped somehow, + and I'll need to add support for that first. diff --git a/templates/aggregatepost.tmpl b/templates/aggregatepost.tmpl index ef7a5f1ae..aa8bc27e4 100644 --- a/templates/aggregatepost.tmpl +++ b/templates/aggregatepost.tmpl @@ -1,5 +1,4 @@ <TMPL_VAR CONTENT> -<hr> <p> <i> From <a href="<TMPL_VAR URL>"><TMPL_VAR NAME></a> |