tag some potential candidates for the Google Summer of Code

master
joey 2007-02-20 00:26:35 +00:00
parent cb69af55f2
commit e76fb32d3f
9 changed files with 24 additions and 3 deletions

View File

@ -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]]

View File

@ -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]]
--[[JoshTriplett]]
[[tag soc]]

View File

@ -22,4 +22,6 @@ I see the need for:
* optionally drop a forwarding page
* optionally rewrite incoming links to the new location
Brad
Brad
Note that there is a partial implementation in the [[patchqueoe|patchqueue/move_page]].

View File

@ -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]]

View File

@ -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]]

View File

@ -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.
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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]