summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-26 17:36:46 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-26 17:36:46 +0000
commit38ce4c3cef71518610cb934fde171e2d4aeff99e (patch)
tree5671c2cd337f44f872b5d14f4588ef69c29d8407 /doc
parentd214af5cfb19956920784b266f5050a28d4c0fa4 (diff)
* Patch from James Westby to allow a description to be set for rss feeds.
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/inline.mdwn2
-rw-r--r--doc/todo/rss_title_description.mdwn2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins/inline.mdwn b/doc/plugins/inline.mdwn
index d2d13e5fc..f4110fe45 100644
--- a/doc/plugins/inline.mdwn
+++ b/doc/plugins/inline.mdwn
@@ -27,3 +27,5 @@ directive:
if raw is set to "yes", the page will be included raw, without additional
markup around it, as if it were a literal part of the source of the
inlining page.
+* `description` - Sets the description of the rss feed if one is generated.
+ Defaults to the name of the wiki.
diff --git a/doc/todo/rss_title_description.mdwn b/doc/todo/rss_title_description.mdwn
index 59d1d5da9..0fb3e954e 100644
--- a/doc/todo/rss_title_description.mdwn
+++ b/doc/todo/rss_title_description.mdwn
@@ -31,3 +31,5 @@ I must have done something wrong. I'll have a look at implementing the descripti
Thanks. -- JamesWestby
My patch can be found at <http://jameswestby.net/scratch/blog-desc.diff> -- JamesWestby
+
+ Thanks, [[todo/done]] --[[Joey]]