diff options
author | http://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web> | 2012-02-19 21:30:07 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-02-19 21:30:07 -0400 |
commit | b530e8be09f9011ff058bc27a4da276905b8f583 (patch) | |
tree | 0c858c27f559fcf9e864e307c832a9f94bb0a2c4 /doc | |
parent | 40ad087b339942c677728518587f99c9d3b723d1 (diff) | |
download | ikiwiki-b530e8be09f9011ff058bc27a4da276905b8f583.tar ikiwiki-b530e8be09f9011ff058bc27a4da276905b8f583.tar.gz |
pointing out the existence of field
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/internal_definition_list_support.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/internal_definition_list_support.mdwn b/doc/todo/internal_definition_list_support.mdwn index 4348e76f8..4550e4e32 100644 --- a/doc/todo/internal_definition_list_support.mdwn +++ b/doc/todo/internal_definition_list_support.mdwn @@ -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]]. + +> 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]] |