more triage
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 25 Jul 2007 03:08:10 +0000 (03:08 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 25 Jul 2007 03:08:10 +0000 (03:08 +0000)
39 files changed:
doc/bugs.mdwn
doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn
doc/patchqueue/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn
doc/patchqueue/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn [moved from doc/bugs/hard-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn with 100% similarity]
doc/todo/Account_moderation.mdwn
doc/todo/Add_showdown_GUI_input__47__edit.mdwn
doc/todo/BTS_integration.mdwn
doc/todo/Better_bug_tracking_support.mdwn
doc/todo/BibTeX.mdwn
doc/todo/Calendar_plugin.mdwn [deleted file]
doc/todo/Editing_po_files.mdwn
doc/todo/IRC_topic.mdwn
doc/todo/Improve_signin_form_layout.mdwn
doc/todo/OpenSearch.mdwn
doc/todo/Plugins_to_provide___34__add_to__34___links_for_popular_feed_readers.mdwn
doc/todo/Support_XML-RPC-based_blogging.mdwn
doc/todo/abbreviation.mdwn
doc/todo/allow_full_post_from_the___34__add_a_new_post__34___form.mdwn
doc/todo/automatic_use_of_syntax_plugin_on_source_code_files.mdwn
doc/todo/block_external_links.mdwn
doc/todo/canonical_feed_location.mdwn
doc/todo/html.mdwn
doc/todo/ikibot.mdwn
doc/todo/integration_with_Firefox_and_Iceweasel_feed_subscription_mechanism.mdwn
doc/todo/latex.mdwn
doc/todo/linktitle.mdwn
doc/todo/manpages.mdwn
doc/todo/multiple_templates.mdwn
doc/todo/pastebin.mdwn
doc/todo/rel__61__nofollow_on_external_links.mdwn
doc/todo/should_optimise_pagespecs.mdwn [moved from doc/todo/Buggy_dependency_graph.mdwn with 100% similarity]
doc/todo/source_link.mdwn
doc/todo/spell_check_plug-in.mdwn
doc/todo/svg.mdwn
doc/todo/tags.mdwn
doc/todo/web-based_image_editing.mdwn
doc/todo/web_gui_for_managing_tags.mdwn
doc/todo/wiki-formatted_comments_with_syntax_plugin.mdwn
doc/todo/wikiwyg.mdwn

index eb1f6d5496ea83a13af59e2eccd0e83822b8f9f1..9c6e49d3701237269116860e24308bef459ccfeb 100644 (file)
@@ -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/*/*"
index c93cdc6ad94f042316098def27e4c1ba6013cb51..f1ccf589689c1c95ede9d83423c597d05429a69f 100644 (file)
@@ -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]]
index fe0dba1aaa7cca69e7896ca1cc8412035adf4c88..f3a8b2f780067d9c9081a9d663c369b9a05d38bc 100644 (file)
@@ -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 ]]
index 8a77a7e54107245bdcea635e05206b63530cfc38..a03abb196951506211f4272f47c7c7e74d0cc225 100644 (file)
@@ -8,3 +8,5 @@ the account gets approved.)
 --[[JoshTriplett]]
 
 [[tag soc]]
+
+[[wishlist]]
index 6244d078cdb951a71b52dd78c65c3426ee6cdc91..4a20a37c774430104dce3814f510b3e2697e50e8 100644 (file)
@@ -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..
index e6ca715b48a2ccfeada2380121e7f86d86ddd792..c3cd51e042459c37393a42c32f1a45cf883ab861 100644 (file)
@@ -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]]
index 2b281d4b18c9bf1f3745857c6e9716f89fb4b058..0559078e0116ba95d2dd394bf752e0ae45196394 100644 (file)
@@ -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]]
index 31b1f981b47e2919a45991ef2d95dfdadef5ffcb..22258a1bcef01dc3440091967c85d5ac8b2d5257 100644 (file)
@@ -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 (file)
index fd12bde..0000000
+++ /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
index 3d61249ff068b412c488bb9e7e0be1fb61c23548..d4f142e177457851e58a148946ed5a48dd1854e0 100644 (file)
@@ -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]]
index 3f1dca37c4b96867fa7d148f2fff45c00f6f39d7..036787e7360732bbec486abf530155ca1db4c292 100644 (file)
@@ -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]]
index 1fcab63425ed5e450dd126a14eafdad86a7a6ef4..40d682dbb78243521cd393129c6af0a715c4fae2 100644 (file)
@@ -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]]
index 513fa3394931c44dd6772ea0de3da2f0f7e41256..467a7115a730494d3198d296690e45d5b8f6d19a 100644 (file)
@@ -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]]
index ff2b45e5dafc60c455e198c75c40846ed6fc8e85..b755ebdaa76ee706eeba2cd0c088dc0a6f1ce19d 100644 (file)
@@ -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]]
index 5b63b9413ca40c71800ec2a0f036eb54bd239df6..3afbc59bc2f3cc6b1f509f83647d80242138475a 100644 (file)
@@ -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]]
index 465975b72dd78d2f59a242fca4f8c87f0ff86e38..d24166710b96e5da4bdcd2aadb2e4f8cb5a554e8 100644 (file)
@@ -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]]
index 05d87047ef13d5fab6a8525e554d2c787ae9cc80..8ef8a1533c923b56239be98cba28bf106e7bd7a6 100644 (file)
@@ -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]]
index e17114ac9f6d70fa4ac32231ccf90cf948c53e14..869d479c11e6332dcf6d7cc27490554d087c102c 100644 (file)
@@ -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]].
index 8ff571295770b48b4f17d213fdfad4a3c4ec70a8..56627653eb69648f64a901eda9e3bd65a7dbbf19 100644 (file)
@@ -12,3 +12,5 @@ This may actually form a subset of the general concept of content policies,
 described at [[todo/fileupload]].
 
 --[[JoshTriplett]]
+
+[[wishlist]]
index 32135f2370f359df944a988daa5f205eba0f4ce3..b294e594a43563a1cf7d9fcb821ca838f8b63293 100644 (file)
@@ -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]]
index 1c9fe0690522824c920b9580c59ad58fef12cbdc..44f20c8763f030970b67d40a2c8bce3657374186 100644 (file)
@@ -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]] ..)
index e40ad6f82fca58efe3a73f9458daa55d4fba85b9..cb1d53c4a45ef6732b3ac408728ec422ae0e0120 100644 (file)
@@ -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]]
index 8fb1424c4cc985b118b19c73ab0230de83def48c..16d33b0bbb2908284713fa3651acf0aba71d7278 100644 (file)
@@ -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]]
index b13afab264b36dbb3e294ff445252b787a696ecc..58a522282fab40d176234f0e24c857c52935d430 100644 (file)
@@ -156,3 +156,5 @@ Thanks for the comment.. is fixed.
 -----
 
 [[tag soc]]
+
+[[tag wishlist]]
index 063d649ecc44a6032e1f6e83b70b63bf660ed483..8f424fd3082b2840b700ebd6f1c6d1d394e3d994 100644 (file)
@@ -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]]
index 01b941bfedc42aee37fb9b7dafb258e57f50dcb3..4120b8432a7609c53183987412c5cefbe7970f0f 100644 (file)
@@ -1,2 +1,4 @@
 ikiwiki could support manpages (or general groff input files) and convert them
 to HTML. --[[JoshTriplett]]
+
+[[wishlist]]
index 258d584dd8ad2d27e2b260d630ea5a36b4e0baf9..53b91e7cdd0eefaa1a7794b2fc364359f0082449 100644 (file)
@@ -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.
index 63c4af1aff53d68a96723afccf99fb4d65d31197..66dac0e28042e12d994dbcdbc69dc7b6d063b5e2 100644 (file)
@@ -7,3 +7,5 @@ Desired features:
 * Password protection?
 
 -- [[JoshTriplett]]
+
+[[wishlist]]
index db3fa4ed1239a202e49ef28ee4f5e34758e197dc..bbf51fa91b67af1b26187108f6cc3f890d82aaa1 100644 (file)
@@ -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]]
index 4860a9d31e035ab4086cafe1ce4d04601708868e..53dffb0c6c734a4c78b460b5e80fccbe3e62f32a 100644 (file)
@@ -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?
index bdcd8567ab04a61707fd5d4a8c8e4c67d8274a75..61f7f9a1ddad68c413436d041a3aa889c9b1c059 100644 (file)
@@ -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]]
index fc7686364af9c3b9aec301109c7b457053b42b91..b7a8e26da6fcd43fb5663308ff18ba51e75180a8 100644 (file)
@@ -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]]
index 7309ee614986932072ef8c886c8b50cafe3ca41a..682acfa1f6d07a2759c859216e747ad919c5a379 100644 (file)
@@ -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..
index 773adbfffa4908e3434b61009a26d8b9eed50ef1..a03206091841458b625bb566080fdb5a0294e9fc 100644 (file)
@@ -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]]
index ad70714567905321b684f9a1f9ea3a38f035bbc4..3dd59f162f92ad9a412b08a3ee15a05ef6528c1f 100644 (file)
@@ -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]]
index a800aa69acb5214d31510432af7b666b1d357ac2..08ca61b0ccde803b830a3677757e22851eae80fa 100644 (file)
@@ -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.
index 644778a755a5e3ed737d9839f2314551d745e80e..5e3430dc341d3819af01de824bb630c695960d1d 100644 (file)
@@ -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]]