aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 03:08:10 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 03:08:10 +0000
commit7558a6d8aa56f38908c613882db44a009d33ae37 (patch)
tree6af1934bed821f861936fa15d9269f302430e2fe
parent2210c65083465bf8e515418cf2528e18f7326bc0 (diff)
downloadikiwiki-7558a6d8aa56f38908c613882db44a009d33ae37.tar
ikiwiki-7558a6d8aa56f38908c613882db44a009d33ae37.tar.gz
more triage
-rw-r--r--doc/bugs.mdwn3
-rw-r--r--doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn6
-rw-r--r--doc/patchqueue/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn10
-rw-r--r--doc/patchqueue/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn (renamed from doc/bugs/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn)0
-rw-r--r--doc/todo/Account_moderation.mdwn2
-rw-r--r--doc/todo/Add_showdown_GUI_input__47__edit.mdwn3
-rw-r--r--doc/todo/BTS_integration.mdwn2
-rw-r--r--doc/todo/Better_bug_tracking_support.mdwn4
-rw-r--r--doc/todo/BibTeX.mdwn2
-rw-r--r--doc/todo/Calendar_plugin.mdwn9
-rw-r--r--doc/todo/Editing_po_files.mdwn4
-rw-r--r--doc/todo/IRC_topic.mdwn2
-rw-r--r--doc/todo/Improve_signin_form_layout.mdwn3
-rw-r--r--doc/todo/OpenSearch.mdwn2
-rw-r--r--doc/todo/Plugins_to_provide___34__add_to__34___links_for_popular_feed_readers.mdwn4
-rw-r--r--doc/todo/Support_XML-RPC-based_blogging.mdwn2
-rw-r--r--doc/todo/abbreviation.mdwn4
-rw-r--r--doc/todo/allow_full_post_from_the___34__add_a_new_post__34___form.mdwn2
-rw-r--r--doc/todo/automatic_use_of_syntax_plugin_on_source_code_files.mdwn4
-rw-r--r--doc/todo/block_external_links.mdwn2
-rw-r--r--doc/todo/canonical_feed_location.mdwn2
-rw-r--r--doc/todo/html.mdwn2
-rw-r--r--doc/todo/ikibot.mdwn4
-rw-r--r--doc/todo/integration_with_Firefox_and_Iceweasel_feed_subscription_mechanism.mdwn2
-rw-r--r--doc/todo/latex.mdwn2
-rw-r--r--doc/todo/linktitle.mdwn2
-rw-r--r--doc/todo/manpages.mdwn2
-rw-r--r--doc/todo/multiple_templates.mdwn2
-rw-r--r--doc/todo/pastebin.mdwn2
-rw-r--r--doc/todo/rel__61__nofollow_on_external_links.mdwn5
-rw-r--r--doc/todo/should_optimise_pagespecs.mdwn (renamed from doc/todo/Buggy_dependency_graph.mdwn)0
-rw-r--r--doc/todo/source_link.mdwn2
-rw-r--r--doc/todo/spell_check_plug-in.mdwn5
-rw-r--r--doc/todo/svg.mdwn4
-rw-r--r--doc/todo/tags.mdwn2
-rw-r--r--doc/todo/web-based_image_editing.mdwn4
-rw-r--r--doc/todo/web_gui_for_managing_tags.mdwn4
-rw-r--r--doc/todo/wiki-formatted_comments_with_syntax_plugin.mdwn2
-rw-r--r--doc/todo/wikiwyg.mdwn2
39 files changed, 94 insertions, 26 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn
index eb1f6d549..9c6e49d37 100644
--- a/doc/bugs.mdwn
+++ b/doc/bugs.mdwn
@@ -1,6 +1,7 @@
This is ikiwiki's bug list. Link bugs to [[bugs/done]] when done.
-Also see the [Debian bugs](http://bugs.debian.org/ikiwiki).
+Also see the [Debian bugs](http://bugs.debian.org/ikiwiki), and the
+[[TODO]] page.
[[inline pages="bugs/* and !bugs/done and !bugs/discussion and
!link(bugs/done) and !bugs/*/*"
diff --git a/doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn b/doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn
index c93cdc6ad..f1ccf5896 100644
--- a/doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn
+++ b/doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn
@@ -17,7 +17,9 @@ So two suggestions to fix this:
1. Make command-line arguments override settings in the setup file
> This is difficult to do, since reading a setup file replaces values for
-> config items with the values in the setup file.
+> config items with the values in the setup file. Also, when you say
+> --setup foo, you're asking ikiwiki to set up the wiki using the
+> comnfiguration in file foo. Which is what it does.
2. Comment out all settings in the example setup file that are simply
setting options to their default values. That way, the file will
@@ -25,4 +27,6 @@ So two suggestions to fix this:
work for these settings while they remain commented out.
> I've done that, I also fixed some issues with --verbose handling earlier.
+> I'm pretty sure that those fixes fix the real issue, so calling this
+> [[done]].
> --[[Joey]]
diff --git a/doc/patchqueue/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn b/doc/patchqueue/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn
index fe0dba1aa..f3a8b2f78 100644
--- a/doc/patchqueue/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn
+++ b/doc/patchqueue/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn
@@ -1,3 +1,13 @@
+I am serving notice that I am starting work on a calendar plugin inspired by Blosxom's calendar plugin. The current plan is to create a plugin that looks through all the source files matching a certain pagespec, and optionally spit out a month view for the specified month (default to current), or spit out a year view for a given year (defaulting to the current year), of a list of year with posts in them. The output would be a table, with the same CSS directives that the Blosxom plugin used to use (so that I can just reuse my css file). The links would be created to a $config{archivedir}/$year or $config{archivedir}/$year-$month file, which can just have
+
+ \[[inline pages="blog/* and !*/Discussion and creation_year($year) and creation_month($month)" rss="no" atom="no" show="0"]]
+
+or some thing to generate a archive of postings.
+
+Roland Mas suggested a separate cron job to generate these archive indices automatically, but that is another thread.
+
+ManojSrivastava
+
This plugin is inspired by the calendar plugin for Blosxom, but derivesno code from it. This plugin is essentially a fancy front end to archives of previous pages, usually used for blogs. It can produce a calendar for a given month, or a list of months for a given year. To invoke the calendar, just use the preprocessor directive:
\[[calendar ]]
diff --git a/doc/bugs/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn b/doc/patchqueue/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn
index 1efa5361f..1efa5361f 100644
--- a/doc/bugs/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn
+++ b/doc/patchqueue/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn
diff --git a/doc/todo/Account_moderation.mdwn b/doc/todo/Account_moderation.mdwn
index 8a77a7e54..a03abb196 100644
--- a/doc/todo/Account_moderation.mdwn
+++ b/doc/todo/Account_moderation.mdwn
@@ -8,3 +8,5 @@ the account gets approved.)
--[[JoshTriplett]]
[[tag soc]]
+
+[[wishlist]]
diff --git a/doc/todo/Add_showdown_GUI_input__47__edit.mdwn b/doc/todo/Add_showdown_GUI_input__47__edit.mdwn
index 6244d078c..4a20a37c7 100644
--- a/doc/todo/Add_showdown_GUI_input__47__edit.mdwn
+++ b/doc/todo/Add_showdown_GUI_input__47__edit.mdwn
@@ -10,3 +10,6 @@ A demo is at <http://www.attacklab.net/showdown-gui.html>
> is that it provides a GUI for editing with widets for italics, etc,
> compared to showdown which still leaves input in markdown and seems more
> geared to a fast preview of the html. --[[Joey]]
+
+> Since we have semi-working wikiwgy and it's better, I'm considering this
+> todo item as [[done]] or rather, will-not-be-done..
diff --git a/doc/todo/BTS_integration.mdwn b/doc/todo/BTS_integration.mdwn
index e6ca715b4..c3cd51e04 100644
--- a/doc/todo/BTS_integration.mdwn
+++ b/doc/todo/BTS_integration.mdwn
@@ -7,3 +7,5 @@ This seems somewhat difficult, as ikiwiki would need to maintain a cache of the
[scmbug](http://www.mkgnu.net/?q=scmbug) might help here. --[[JoshTriplett]]
[[tag soc]]
+
+[[tag wishlist]]
diff --git a/doc/todo/Better_bug_tracking_support.mdwn b/doc/todo/Better_bug_tracking_support.mdwn
index 2b281d4b1..0559078e0 100644
--- a/doc/todo/Better_bug_tracking_support.mdwn
+++ b/doc/todo/Better_bug_tracking_support.mdwn
@@ -45,4 +45,6 @@ be embedded to the source code repository commit messages.
>> By Google BTS, do you mean the issue tracker in the Google code
>> project hosting?
>>
->> --Teemu \ No newline at end of file
+>> --Teemu
+
+[[wishlist]]
diff --git a/doc/todo/BibTeX.mdwn b/doc/todo/BibTeX.mdwn
index 31b1f981b..22258a1bc 100644
--- a/doc/todo/BibTeX.mdwn
+++ b/doc/todo/BibTeX.mdwn
@@ -2,4 +2,4 @@ I would *love* to see a plugin that lets you create one or more BibTeX-formatted
--[[JoshTriplett]]
-[[tag soc]]
+[[tag soc]] [[tag wishlist]]
diff --git a/doc/todo/Calendar_plugin.mdwn b/doc/todo/Calendar_plugin.mdwn
deleted file mode 100644
index fd12bdefa..000000000
--- a/doc/todo/Calendar_plugin.mdwn
+++ /dev/null
@@ -1,9 +0,0 @@
-I am serving notice that I am starting work on a calendar plugin inspired by Blosxom's calendar plugin. The current plan is to create a plugin that looks through all the source files matching a certain pagespec, and optionally spit out a month view for the specified month (default to current), or spit out a year view for a given year (defaulting to the current year), of a list of year with posts in them. The output would be a table, with the same CSS directives that the Blosxom plugin used to use (so that I can just reuse my css file). The links would be created to a $config{archivedir}/$year or $config{archivedir}/$year-$month file, which can just have
-
- \[[inline pages="blog/* and !*/Discussion and creation_year($year) and creation_month($month)" rss="no" atom="no" show="0"]]
-
-or some thing to generate a archive of postings.
-
-Roland Mas suggested a separate cron job to generate these archive indices automatically, but that is another thread.
-
-ManojSrivastava \ No newline at end of file
diff --git a/doc/todo/Editing_po_files.mdwn b/doc/todo/Editing_po_files.mdwn
index 3d61249ff..d4f142e17 100644
--- a/doc/todo/Editing_po_files.mdwn
+++ b/doc/todo/Editing_po_files.mdwn
@@ -1,3 +1,5 @@
ikiwiki could support rendering and editing po files via the web. Run against
a software repository, ikiwiki would make for an interesting
-translation-management tool. --[[JoshTriplett]] \ No newline at end of file
+translation-management tool. --[[JoshTriplett]]
+
+[[wishlist]]
diff --git a/doc/todo/IRC_topic.mdwn b/doc/todo/IRC_topic.mdwn
index 3f1dca37c..036787e73 100644
--- a/doc/todo/IRC_topic.mdwn
+++ b/doc/todo/IRC_topic.mdwn
@@ -6,3 +6,5 @@ in version control. --[[JoshTriplett]]
A simple script should be able to poll for the irc topic and update a page,
then run ikiwiki -refresh to update the wiki. No need to put that in
ikiwiki or a plugin, though. --[[Joey]]
+
+[[wishlist]]
diff --git a/doc/todo/Improve_signin_form_layout.mdwn b/doc/todo/Improve_signin_form_layout.mdwn
index 1fcab6342..40d682dbb 100644
--- a/doc/todo/Improve_signin_form_layout.mdwn
+++ b/doc/todo/Improve_signin_form_layout.mdwn
@@ -38,4 +38,7 @@ just have to get stylin'. :-)
That looks pretty good.. putting the passwordauth part in a box of its own with
the submit buttons I don't know how to do.
+I'm happy enough with what we have now though, with the above improvements.
+Hope you are too, as I'm calling this [[done]]..
+
--[[Joey]]
diff --git a/doc/todo/OpenSearch.mdwn b/doc/todo/OpenSearch.mdwn
index 513fa3394..467a7115a 100644
--- a/doc/todo/OpenSearch.mdwn
+++ b/doc/todo/OpenSearch.mdwn
@@ -14,3 +14,5 @@ information in `ikiwiki.setup`, and the `title` attribute of the `link` should
contain the wiki title from `ikiwiki.setup`.
--[[JoshTriplett]]
+
+[[wishlist]]
diff --git a/doc/todo/Plugins_to_provide___34__add_to__34___links_for_popular_feed_readers.mdwn b/doc/todo/Plugins_to_provide___34__add_to__34___links_for_popular_feed_readers.mdwn
index ff2b45e5d..b755ebdaa 100644
--- a/doc/todo/Plugins_to_provide___34__add_to__34___links_for_popular_feed_readers.mdwn
+++ b/doc/todo/Plugins_to_provide___34__add_to__34___links_for_popular_feed_readers.mdwn
@@ -1,4 +1,6 @@
ikiwiki could provide one or more plugins that provide "add to" links for popular feed readers, such as Google Reader, Bloglines, My Yahoo!, or Netvibes.
Potentially less useful given an implementation of [[todo/integration_with_Firefox_and_Iceweasel_feed_subscription_mechanism]].
---[[JoshTriplett]] \ No newline at end of file
+--[[JoshTriplett]]
+
+[[wishlist]]
diff --git a/doc/todo/Support_XML-RPC-based_blogging.mdwn b/doc/todo/Support_XML-RPC-based_blogging.mdwn
index 5b63b9413..3afbc59bc 100644
--- a/doc/todo/Support_XML-RPC-based_blogging.mdwn
+++ b/doc/todo/Support_XML-RPC-based_blogging.mdwn
@@ -10,3 +10,5 @@ blog names would work. --[[JoshTriplett]]
>> I'd love to see support for this and would be happy to contribute towards a bounty (say US$100) :-). [PmWiki](http://www.pmwiki.org/) has a plugin which [implements this](http://www.pmwiki.org/wiki/Cookbook/XMLRPC) in a way which seems fairly sensible as an end user. --[[AdamShand]]
[[tag soc]]
+
+[[tag wishlist]]
diff --git a/doc/todo/abbreviation.mdwn b/doc/todo/abbreviation.mdwn
index 465975b72..d24166710 100644
--- a/doc/todo/abbreviation.mdwn
+++ b/doc/todo/abbreviation.mdwn
@@ -1,3 +1,5 @@
We might want some kind of abbreviation and acronym plugin. --[[JoshTriplett]]
- * Not sure if this is what you mean, but I'd love a way to make works which match existing page names automatically like (eg. if there is a page called "MySQL" then any time the word MySQL is mentioned it should become a link to that page). -- [[AdamShand]] \ No newline at end of file
+ * Not sure if this is what you mean, but I'd love a way to make works which match existing page names automatically like (eg. if there is a page called "MySQL" then any time the word MySQL is mentioned it should become a link to that page). -- [[AdamShand]]
+
+[[wishlist]]
diff --git a/doc/todo/allow_full_post_from_the___34__add_a_new_post__34___form.mdwn b/doc/todo/allow_full_post_from_the___34__add_a_new_post__34___form.mdwn
index 05d87047e..8ef8a1533 100644
--- a/doc/todo/allow_full_post_from_the___34__add_a_new_post__34___form.mdwn
+++ b/doc/todo/allow_full_post_from_the___34__add_a_new_post__34___form.mdwn
@@ -8,3 +8,5 @@ comment form.
> I agree that having this as an option is reasonable. Although it would
> take a fair amount of work. --[[Joey]]
+
+[[tag wishlist]]
diff --git a/doc/todo/automatic_use_of_syntax_plugin_on_source_code_files.mdwn b/doc/todo/automatic_use_of_syntax_plugin_on_source_code_files.mdwn
index e17114ac9..869d479c1 100644
--- a/doc/todo/automatic_use_of_syntax_plugin_on_source_code_files.mdwn
+++ b/doc/todo/automatic_use_of_syntax_plugin_on_source_code_files.mdwn
@@ -1,3 +1,3 @@
-Wishlist: optionally use the [[plugins/contrib/syntax]] plugin automatically on source code files in the repository with recognized extensions or shebangs, and render them as though they consisted of an [[.mdwn|markdown]] page containing nothing but a single call to the syntax plugin with the file contents as the text argument and the recognized type as the type argument.
+[[Wishlist]]: optionally use the [[plugins/contrib/syntax]] plugin automatically on source code files in the repository with recognized extensions or shebangs, and render them as though they consisted of an [[.mdwn|markdown]] page containing nothing but a single call to the syntax plugin with the file contents as the text argument and the recognized type as the type argument.
-Together with the ability to have [[wiki-formatted_comments|wiki-formatted_comments_with_syntax_plugin]], this would allow the use of ikiwiki for [[wikipedia literate programming]]. \ No newline at end of file
+Together with the ability to have [[wiki-formatted_comments|wiki-formatted_comments_with_syntax_plugin]], this would allow the use of ikiwiki for [[wikipedia literate programming]].
diff --git a/doc/todo/block_external_links.mdwn b/doc/todo/block_external_links.mdwn
index 8ff571295..56627653e 100644
--- a/doc/todo/block_external_links.mdwn
+++ b/doc/todo/block_external_links.mdwn
@@ -12,3 +12,5 @@ This may actually form a subset of the general concept of content policies,
described at [[todo/fileupload]].
--[[JoshTriplett]]
+
+[[wishlist]]
diff --git a/doc/todo/canonical_feed_location.mdwn b/doc/todo/canonical_feed_location.mdwn
index 32135f237..b294e594a 100644
--- a/doc/todo/canonical_feed_location.mdwn
+++ b/doc/todo/canonical_feed_location.mdwn
@@ -12,3 +12,5 @@ with all news or the one with the latest news only, I don't know yet.)
>> That wouldn't use the same style for the RSS and Atom links, and it
>> wouldn't embed the feed link into `<head>` so that browsers can automatically
>> find it.
+
+[[tag wishlist]]
diff --git a/doc/todo/html.mdwn b/doc/todo/html.mdwn
index 1c9fe0690..44f20c876 100644
--- a/doc/todo/html.mdwn
+++ b/doc/todo/html.mdwn
@@ -2,3 +2,5 @@ Create some nice(r) stylesheets.
Should be doable w/o touching a single line of code, just
editing the [[wikitemplates]] and/or editing [[style.css]].
+
+[[done]] ([[css_market]] ..)
diff --git a/doc/todo/ikibot.mdwn b/doc/todo/ikibot.mdwn
index e40ad6f82..cb1d53c4a 100644
--- a/doc/todo/ikibot.mdwn
+++ b/doc/todo/ikibot.mdwn
@@ -4,4 +4,6 @@ Random idea: create an ikiwiki IRC bot, which notices the use of ikiwiki syntax
<ikihacker> \[[setup]]
<ikibot> http://ikiwiki.info/setup.html: "This tutorial will walk you through setting up a wiki with ikiwiki. ..."
---[[JoshTriplett]] \ No newline at end of file
+--[[JoshTriplett]]
+
+[[wishlist]]
diff --git a/doc/todo/integration_with_Firefox_and_Iceweasel_feed_subscription_mechanism.mdwn b/doc/todo/integration_with_Firefox_and_Iceweasel_feed_subscription_mechanism.mdwn
index 8fb1424c4..16d33b0bb 100644
--- a/doc/todo/integration_with_Firefox_and_Iceweasel_feed_subscription_mechanism.mdwn
+++ b/doc/todo/integration_with_Firefox_and_Iceweasel_feed_subscription_mechanism.mdwn
@@ -9,3 +9,5 @@ configure their browser to subscribe to feeds via [[plugins/aggregate]] running
on their site. We could then provide the manual configuration settings as a
[[tip|tips]], and perhaps provide an extension or other mechanism to set them
automatically. --[[JoshTriplett]]
+
+[[wishlist]]
diff --git a/doc/todo/latex.mdwn b/doc/todo/latex.mdwn
index b13afab26..58a522282 100644
--- a/doc/todo/latex.mdwn
+++ b/doc/todo/latex.mdwn
@@ -156,3 +156,5 @@ Thanks for the comment.. is fixed.
-----
[[tag soc]]
+
+[[tag wishlist]]
diff --git a/doc/todo/linktitle.mdwn b/doc/todo/linktitle.mdwn
index 063d649ec..8f424fd30 100644
--- a/doc/todo/linktitle.mdwn
+++ b/doc/todo/linktitle.mdwn
@@ -15,3 +15,5 @@ second version did not exist, the first version would apply to both cases.
However, that also seems like potential overkill, and less important than the
basic functionality of `linktitle`.
--[[JoshTriplett]]
+
+[[wishlist]]
diff --git a/doc/todo/manpages.mdwn b/doc/todo/manpages.mdwn
index 01b941bfe..4120b8432 100644
--- a/doc/todo/manpages.mdwn
+++ b/doc/todo/manpages.mdwn
@@ -1,2 +1,4 @@
ikiwiki could support manpages (or general groff input files) and convert them
to HTML. --[[JoshTriplett]]
+
+[[wishlist]]
diff --git a/doc/todo/multiple_templates.mdwn b/doc/todo/multiple_templates.mdwn
index 258d584dd..53b91e7cd 100644
--- a/doc/todo/multiple_templates.mdwn
+++ b/doc/todo/multiple_templates.mdwn
@@ -7,3 +7,5 @@ specify which pages use the non-default template.
Hmm, I think the pagetemplate hook should allow one to get close enough to
this in a plugin now.
+
+See also: [[Allow_per-page_template_selection]] -- same thing, really.
diff --git a/doc/todo/pastebin.mdwn b/doc/todo/pastebin.mdwn
index 63c4af1af..66dac0e28 100644
--- a/doc/todo/pastebin.mdwn
+++ b/doc/todo/pastebin.mdwn
@@ -7,3 +7,5 @@ Desired features:
* Password protection?
-- [[JoshTriplett]]
+
+[[wishlist]]
diff --git a/doc/todo/rel__61__nofollow_on_external_links.mdwn b/doc/todo/rel__61__nofollow_on_external_links.mdwn
index db3fa4ed1..bbf51fa91 100644
--- a/doc/todo/rel__61__nofollow_on_external_links.mdwn
+++ b/doc/todo/rel__61__nofollow_on_external_links.mdwn
@@ -1 +1,4 @@
-Ikiwiki could optionally use rel=nofollow on all external links, or on all those from a configurable subset of pages (such as */discussion if using [[plugins/opendiscussion]]). --[[JoshTriplett]] \ No newline at end of file
+Ikiwiki could optionally use rel=nofollow on all external links, or on all those from a configurable subset of pages (such as */discussion if using [[plugins/opendiscussion]]). --[[JoshTriplett]]
+
+> This is tricky, and would need a html parser, since external links can be
+> added in lots of ways including raw in markdown. --[[Joey]]
diff --git a/doc/todo/Buggy_dependency_graph.mdwn b/doc/todo/should_optimise_pagespecs.mdwn
index 980435111..980435111 100644
--- a/doc/todo/Buggy_dependency_graph.mdwn
+++ b/doc/todo/should_optimise_pagespecs.mdwn
diff --git a/doc/todo/source_link.mdwn b/doc/todo/source_link.mdwn
index 4860a9d31..53dffb0c6 100644
--- a/doc/todo/source_link.mdwn
+++ b/doc/todo/source_link.mdwn
@@ -1 +1 @@
-How about a direct link from the page header to the source of the latest version, to avoid the need to either use edit or navigate to the current version via the history link? \ No newline at end of file
+How about a direct link from the page header to the source of the latest version, to avoid the need to either use edit or navigate to the current version via the history link?
diff --git a/doc/todo/spell_check_plug-in.mdwn b/doc/todo/spell_check_plug-in.mdwn
index bdcd8567a..61f7f9a1d 100644
--- a/doc/todo/spell_check_plug-in.mdwn
+++ b/doc/todo/spell_check_plug-in.mdwn
@@ -6,4 +6,7 @@ Knot adz fair ass eye no --[[Joey]]
----
-Firefox 2 (or whatever it will be in Debian) does this for you, and then there's the mozex extension \ No newline at end of file
+Firefox 2 (or whatever it will be in Debian) does this for you, and then there's the mozex extension
+
+> Yeah, IMHO gecko's spellchecker nailed this. Spellcheckers server-side
+> are now passe. Calling this [[done]] --[[Joey]]
diff --git a/doc/todo/svg.mdwn b/doc/todo/svg.mdwn
index fc7686364..b7a8e26da 100644
--- a/doc/todo/svg.mdwn
+++ b/doc/todo/svg.mdwn
@@ -4,4 +4,6 @@ We should support SVG. In particular:
* We could support editing SVGs via the web interface. SVG can contain unsafe content such as scripting, so we would need to whitelist safe markup.
---[[JoshTriplett]] \ No newline at end of file
+--[[JoshTriplett]]
+
+[[wishlist]]
diff --git a/doc/todo/tags.mdwn b/doc/todo/tags.mdwn
index 7309ee614..682acfa1f 100644
--- a/doc/todo/tags.mdwn
+++ b/doc/todo/tags.mdwn
@@ -8,3 +8,5 @@ Stuff still needing to be done with tags:
This is one good argument for changing ikiwiki so that pages are all
dir/index.html, then a link to just "dir" works.
+
+ So this could be implemented now for userdirs wikis..
diff --git a/doc/todo/web-based_image_editing.mdwn b/doc/todo/web-based_image_editing.mdwn
index 773adbfff..a03206091 100644
--- a/doc/todo/web-based_image_editing.mdwn
+++ b/doc/todo/web-based_image_editing.mdwn
@@ -1 +1,3 @@
-We could support web-based image editing, using something like [Snipshot](http://snipshot.com/). Several comparisons of web-based image editors exist; we would need to choose which one(s) to support. --[[JoshTriplett]] \ No newline at end of file
+We could support web-based image editing, using something like [Snipshot](http://snipshot.com/). Several comparisons of web-based image editors exist; we would need to choose which one(s) to support. --[[JoshTriplett]]
+
+[[wishlist]]
diff --git a/doc/todo/web_gui_for_managing_tags.mdwn b/doc/todo/web_gui_for_managing_tags.mdwn
index ad7071456..3dd59f162 100644
--- a/doc/todo/web_gui_for_managing_tags.mdwn
+++ b/doc/todo/web_gui_for_managing_tags.mdwn
@@ -7,4 +7,6 @@ As with [[default_content_for_new_post]] I understand that this falls into a bit
MoinMoin has a simple implementation of this, [click here to see an example](http://www.spack.org/wiki/SandBox?action=edit&editor=text).
---[[AdamShand]] \ No newline at end of file
+--[[AdamShand]]
+
+[[tag wishlist]]
diff --git a/doc/todo/wiki-formatted_comments_with_syntax_plugin.mdwn b/doc/todo/wiki-formatted_comments_with_syntax_plugin.mdwn
index a800aa69a..08ca61b0c 100644
--- a/doc/todo/wiki-formatted_comments_with_syntax_plugin.mdwn
+++ b/doc/todo/wiki-formatted_comments_with_syntax_plugin.mdwn
@@ -1 +1 @@
-Wishlist item: I'd love to see the ability to optionally switch back to wiki syntax within the comments of code pretty-printed with the [[plugins/contrib/syntax]] plugin. This would allow the use of links and formatting in comments. \ No newline at end of file
+[[Wishlist]] item: I'd love to see the ability to optionally switch back to wiki syntax within the comments of code pretty-printed with the [[plugins/contrib/syntax]] plugin. This would allow the use of links and formatting in comments.
diff --git a/doc/todo/wikiwyg.mdwn b/doc/todo/wikiwyg.mdwn
index 644778a75..5e3430dc3 100644
--- a/doc/todo/wikiwyg.mdwn
+++ b/doc/todo/wikiwyg.mdwn
@@ -23,3 +23,5 @@ problem. According to the developers, it is possible to do that, and start
off in WikiText mode.
[[tag soc]]
+
+[[tag wishlist]]