]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 4 Sep 2008 19:50:23 +0000 (15:50 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 4 Sep 2008 19:50:23 +0000 (15:50 -0400)
1  2 
doc/todo/structured_page_data.mdwn

index 524bdb8dd0db2d27f77eadbcb74464ca015e14c4,59756152fb7f3516b22ab4bf7fc8e424652c6ec8..3db7507836f1435dbec6062e507a87d2d3f235a9
@@@ -33,7 -33,7 +33,7 @@@ Information about data types would be e
  parent page (using a separate directive). That way, all child pages could
  be forced to have the same fields.
  
- There would be some simple types like select, boolean, multiselect, string.
+ There would be some simple types like select, boolean, multiselect, string, wiki markup.
  Probably lists of these (ie, list of strings). Possibly more complex data
  structures.
  
@@@ -55,13 -55,3 +55,13 @@@ It would be nice if the type implementa
  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]]