X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/53453ebdb2c6624abcbb56a2f9605fffcd326c77..94bd69c9b66f0871cdf31ce98a9218c5d9d6fc02:/doc/todo/structured_page_data.mdwn diff --git a/doc/todo/structured_page_data.mdwn b/doc/todo/structured_page_data.mdwn index 59756152f..16d51f925 100644 --- a/doc/todo/structured_page_data.mdwn +++ b/doc/todo/structured_page_data.mdwn @@ -1,6 +1,6 @@ This is an idea from [[JoshTriplett]]. --[[Joey]] -Some uses of ikiwiki, such as for a BTS, move a bit away from the wiki end +Some uses of ikiwiki, such as for a bug-tracking system (BTS), move a bit away from the wiki end of the spectrum, and toward storing structured data about a page or instead of a page. @@ -55,3 +55,13 @@ It would be nice if the type implementation code could just use FormBuilder, since its automatic form generation, and nice field validation model is a perfect match for structured data. But this problem with editpage.tmpl would have to be sorted out to allow that. + +Additional tie-ins: + +* Pagespecs that can select pages with a field with a given value, etc. +* The search plugin could allow searching for specific fields with specific + content. (xapian term search is a good fit). + +See also: + +[[tracking_bugs_with_dependencies]]