this is just for saving some thoughts

meta

Currently we can't prefix name and mimetype. Also not all meta keys are defined in items, e.g. sha1. All Systempages needs to be changed too at the time we do this.

meta can look like this afterwards

{
  "!moin-edit_log_action": "SAVE", 
  "!moin-edit_log_addr": "127.0.0.1", 
  "!moin-edit_log_hostname": "localhost", 
  "!moin-itemlinks": [], 
  "mimetype": "text/x.moin.wiki", 
  "moin-usergroup": [
    "ReimarBauer"
  ], 
  "name": "something", 
  "sha1": "da39a3ee5e6b4b0d3255bfef95601890afd80709"
}

tests

MoinMoin: ReimarBauer/Moin2.0 (last edited 2010-09-25 15:13:29 by ReimarBauer)