X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/249c3e097f682da738c18259518fe30aed16263b..f7d89faec9f747a800564b6bd3f9bc155402e37d:/doc/todo/rss_title_description.mdwn?ds=inline
diff --git a/doc/todo/rss_title_description.mdwn b/doc/todo/rss_title_description.mdwn
index 3ff8c0767..f0138cb72 100644
--- a/doc/todo/rss_title_description.mdwn
+++ b/doc/todo/rss_title_description.mdwn
@@ -7,21 +7,29 @@ though I don't think it needs to be.
A few pointers and I might be able to implement this myself. -- JamesWestby
- I don't see any problem with the title, it's the same as the title
- of the wiki page that the rss feed comes from, which can be set
- using the meta plugin. There are no restrictions to one word or
- anything like that. Just made ikiwiki emit the following in a test
- feed:
-
-
billy bob's news
-
- Now, the description field currently defaults to the wiki name,
- and that could indeed stand to be made configurable. Since the
- current (svn) version of ikiwiki supports long, word-wrapped
- blocks of text as parameters to [[PreProcessorDirective]]s, seems
- to me the best way would be to simple modify inline.pm to make the
- descripion configurable by such parameter, with a fallback to the
- wiki name. You'll need to modify rsspage.tmpl to use whatever new
- template variable you define, that should be all.
-
- --[[Joey]]
+> I don't see any problem with the title, it's the same as the title
+> of the wiki page that the rss feed comes from, which can be set
+> using the meta plugin. There are no restrictions to one word or
+> anything like that. Just made ikiwiki emit the following in a test
+> feed:
+
+> > billy bob's news
+
+> Now, the description field currently defaults to the wiki name,
+> and that could indeed stand to be made configurable. Since the
+> current (svn) version of ikiwiki supports long, word-wrapped
+> blocks of text as parameters to [[ikiwiki/Directive]]s, seems
+> to me the best way would be to simple modify inline.pm to make the
+> descripion configurable by such parameter, with a fallback to the
+> wiki name. You'll need to modify rsspage.tmpl to use whatever new
+> template variable you define, that should be all.
+
+> --[[Joey]]
+
+Apologies for the title thing. I tried it yesterday, and it onlt used the first word.
+I must have done something wrong. I'll have a look at implementing the description.
+Thanks. -- JamesWestby
+
+My patch can be found at -- JamesWestby
+
+> Thanks, [[todo/done]] --[[Joey]]