]> sipb.mit.edu Git - ikiwiki.git/commitdiff
pointing out the existence of field
authorhttp://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web>
Mon, 20 Feb 2012 01:30:07 +0000 (21:30 -0400)
committeradmin <admin@branchable.com>
Mon, 20 Feb 2012 01:30:07 +0000 (21:30 -0400)
doc/todo/internal_definition_list_support.mdwn

index 4348e76f85cac7e471efecc48d804bac6e351099..4550e4e3232b2c54463b29c0493aa4a32042d514 100644 (file)
@@ -35,3 +35,6 @@ and then reuse that data in the plugin.
 Then for us running the humongous [[koumbit wiki|https://wiki.koumbit.net/]], it is a necessary step to be able to migrate away from MoinMoin to Ikiwiki as we have a lot of pages that tabulate information like this. For example, see our [[ServerList|https://wiki.koumbit.net/ServerList]] ([[source|https://wiki.koumbit.net/ServerList?action=raw]]), being generated from pages like [[this one|https://wiki.koumbit.net/metis.koumbit.net]].
 
 If there are no objections to that concept, I may try to start coding patches. Otherwise this is really just a [[wishlist]].
 Then for us running the humongous [[koumbit wiki|https://wiki.koumbit.net/]], it is a necessary step to be able to migrate away from MoinMoin to Ikiwiki as we have a lot of pages that tabulate information like this. For example, see our [[ServerList|https://wiki.koumbit.net/ServerList]] ([[source|https://wiki.koumbit.net/ServerList?action=raw]]), being generated from pages like [[this one|https://wiki.koumbit.net/metis.koumbit.net]].
 
 If there are no objections to that concept, I may try to start coding patches. Otherwise this is really just a [[wishlist]].
+
+> Have you looked at the [[plugins/contrib/field]] plugin? This gives you the infrastructure, and all you need is to write a plugin that parses the definition list format.  Then you could use [[plugins/contrib/getfield]], [[plugins/contrib/ftemplate]] and/or [[plugins/contrib/report]] to do what you like with the data.
+> --[[KathrynAndersen]]