diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-14 01:46:13 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-14 01:46:13 +0000 |
commit | ec6519bb65077ba050c30ff3e46d99fd35bf5afe (patch) | |
tree | e989dfd548797b4cf3be7abb314c8f7e21eaaf37 /doc/examples/softwaresite/templates | |
parent | 011603520f87a47f198306677d0b8a50ed2867e7 (diff) | |
download | ikiwiki-ec6519bb65077ba050c30ff3e46d99fd35bf5afe.tar ikiwiki-ec6519bb65077ba050c30ff3e46d99fd35bf5afe.tar.gz |
web commit by JoshTriplett: Response.
Diffstat (limited to 'doc/examples/softwaresite/templates')
-rw-r--r-- | doc/examples/softwaresite/templates/release/discussion.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/examples/softwaresite/templates/release/discussion.mdwn b/doc/examples/softwaresite/templates/release/discussion.mdwn index f1794d8bf..32a193128 100644 --- a/doc/examples/softwaresite/templates/release/discussion.mdwn +++ b/doc/examples/softwaresite/templates/release/discussion.mdwn @@ -13,3 +13,19 @@ I'd rather not use a template for my release announcements, because these announ >> No problem. My release script is here: >> <http://svn.kitenet.net/trunk/bin/wikiannounce> --[[Joey]] + +>>> Thanks for moving the page. +>>> +>>> Very nice announcement script. +>>> +>>> Minor typo report: s/Wili/Wiki/ :). +>>> +>>> Also, why do you subst `&`, `<`, and `>`? Markdown already replaces those +>>> with entities. +>>> +>>> Finally, have you considered using an [[cpan HTML::Template]] in the +>>> script itself? Not on the wiki, just as a means for easy customization. +>>> Seems like that would simplify any edits to the format, and make the Perl +>>> code easier to work with at the same time. +>>> +>>> --[[JoshTriplett]] |