From e76fb32d3f817ee26275d608b63d8c895447cd5a Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 20 Feb 2007 00:26:35 +0000 Subject: [PATCH] tag some potential candidates for the Google Summer of Code --- doc/todo/BTS_integration.mdwn | 2 ++ doc/todo/BibTeX.mdwn | 4 +++- doc/todo/Moving_Pages.mdwn | 4 +++- doc/todo/Support_XML-RPC-based_blogging.mdwn | 2 ++ doc/todo/discussion_page_as_blog.mdwn | 2 ++ doc/todo/graphviz.mdwn | 7 ++++++- doc/todo/latex.mdwn | 2 ++ doc/todo/onlinepageediting.mdwn | 2 ++ doc/todo/wikiwyg.mdwn | 2 ++ 9 files changed, 24 insertions(+), 3 deletions(-) diff --git a/doc/todo/BTS_integration.mdwn b/doc/todo/BTS_integration.mdwn index a22f4bdaa..e8efd625c 100644 --- a/doc/todo/BTS_integration.mdwn +++ b/doc/todo/BTS_integration.mdwn @@ -3,3 +3,5 @@ Given network access when building the wiki, ikiwiki could retrieve information This seems somewhat difficult, as ikiwiki would need to maintain a cache of the remote BTS information, and know how to talk to various types of BTS. CPAN modules exist to solve this problem for some types of BTS. --[[JoshTriplett]] + +[[tag soc]] diff --git a/doc/todo/BibTeX.mdwn b/doc/todo/BibTeX.mdwn index da1d0d0f4..31b1f981b 100644 --- a/doc/todo/BibTeX.mdwn +++ b/doc/todo/BibTeX.mdwn @@ -1,3 +1,5 @@ I would *love* to see a plugin that lets you create one or more BibTeX-formatted bibliography pages and add citations to other pages. The plugin could also render the bibliographies themselves using a chosen BibTeX style and an HTML formatter for LaTeX (such as HeVeA). ---[[JoshTriplett]] \ No newline at end of file +--[[JoshTriplett]] + +[[tag soc]] diff --git a/doc/todo/Moving_Pages.mdwn b/doc/todo/Moving_Pages.mdwn index baf840af6..2ddf5096f 100644 --- a/doc/todo/Moving_Pages.mdwn +++ b/doc/todo/Moving_Pages.mdwn @@ -22,4 +22,6 @@ I see the need for: * optionally drop a forwarding page * optionally rewrite incoming links to the new location -Brad \ No newline at end of file +Brad + +Note that there is a partial implementation in the [[patchqueoe|patchqueue/move_page]]. diff --git a/doc/todo/Support_XML-RPC-based_blogging.mdwn b/doc/todo/Support_XML-RPC-based_blogging.mdwn index e53592a36..1ad2dd066 100644 --- a/doc/todo/Support_XML-RPC-based_blogging.mdwn +++ b/doc/todo/Support_XML-RPC-based_blogging.mdwn @@ -5,3 +5,5 @@ one standard URL with page names as blog names would work. > This would be a great thing to add a plugin for. (Probably using the cgi > hook to let ikiwiki act as an RPC server. --[[Joey]] + +[[soc]] diff --git a/doc/todo/discussion_page_as_blog.mdwn b/doc/todo/discussion_page_as_blog.mdwn index a7319dd33..f8a32a3a8 100644 --- a/doc/todo/discussion_page_as_blog.mdwn +++ b/doc/todo/discussion_page_as_blog.mdwn @@ -25,3 +25,5 @@ issue above. Worrying about threading may be overkill. > Something like [[sandbox/castle]] and [[sandbox/castle/discussion]]? (Sorry about the noise, btw.) --Ethan I don't think that the nesting is very clear, I found it confusing.. + +[[soc]] diff --git a/doc/todo/graphviz.mdwn b/doc/todo/graphviz.mdwn index 051684ea8..3200d7a9c 100644 --- a/doc/todo/graphviz.mdwn +++ b/doc/todo/graphviz.mdwn @@ -1,3 +1,8 @@ How about a plugin providing a [[preprocessor_directive|preprocessordirective]] to render a [[debpkg graphviz]] file as an image via one of the graphviz programs ("dot" by default) and include the resulting image on the page, using the "cmapx" image map format? graphviz files themselves could also render the same way into an HTML file with the same basename as the graphviz file; format and program could come either from an ikiwiki configuration option or comments/directives in the file. (For example, "digraph" could imply "dot", and "graph" could imply "neato".) -To complement this, ikiwiki could support creating and editing graphviz files through the CGI interface, as a new page type; preview could render the file. It would also help to have some sort of graphviz extension attribute for linking to a wiki page, which would become a standard href or URL attribute in the input passed to the particular graphviz program. \ No newline at end of file +To complement this, ikiwiki could support creating and editing graphviz files through the CGI interface, as a new page type; preview could render the file. It would also help to have some sort of graphviz extension attribute for linking to a wiki page, which would become a standard href or URL attribute in the input passed to the particular graphviz program. + +> Editing graphviz files safely online might be tricky. Graphvis would need +> to be audited. --[[Joey]] + +[[soc]] diff --git a/doc/todo/latex.mdwn b/doc/todo/latex.mdwn index e45db3aed..7b39b8121 100644 --- a/doc/todo/latex.mdwn +++ b/doc/todo/latex.mdwn @@ -3,3 +3,5 @@ How about a plugin adding a as a PNG via [[debpkg dvipng]] and include the resulting image in the page? Useful for mathematics, as well as for stuff like the LaTeX version of the ikiwiki [[/logo]]. + +[[soc]] diff --git a/doc/todo/onlinepageediting.mdwn b/doc/todo/onlinepageediting.mdwn index b38af65d4..8d2a42ec6 100644 --- a/doc/todo/onlinepageediting.mdwn +++ b/doc/todo/onlinepageediting.mdwn @@ -3,3 +3,5 @@ * Page move? Link corrections? >(I left this comment in discussion, but it might be better here on the main page) This is a function I would really like. I am dealing with a situation, in creating a link for my family history, for instance to "Peter Richard MacLea (1888-c.1946)" and fleshing out an article with pictures and so on. Then, I later find out that Peter died in 1948. So, I want to move that page to "Peter Richard MacLea (1888-1948)". There doesn't seem to be an easy way to do this. The main problem being that I can easily create a second page with that data, but what happens to the old one? Does it remain? I would like to see at least a rename or page move function.... *[Kyle](http://kitenet.net/~kyle/family/wiki/)=* + +[[soc]] diff --git a/doc/todo/wikiwyg.mdwn b/doc/todo/wikiwyg.mdwn index d5331b2fb..a50a74384 100644 --- a/doc/todo/wikiwyg.mdwn +++ b/doc/todo/wikiwyg.mdwn @@ -21,3 +21,5 @@ wiki markup, which is not always the case in ikiwiki. Unless there's some other way to feed it the actual source for a page, this seems like a problem. According to the developers, it is possible to do that, and start off in WikiText mode. + +[[soc]] -- 2.45.0