WikiStructure
From WikiSym
In order to create a universal wiki exchange format (see WSR 3), we have to collect common wiki abilities to structure pages and other wiki data model features.
Our work process goes like this:
- create/define/extract/find a common wiki data model
- define an XML and/or RDF syntax for it
- write converter to and form XML/RDF format
Contents |
Wiki Page Structures
Note *We do not talk about WIKI SYNTAX at all* but assume some wiki syntax has been parser. Now, how do we represent this parse tree / structure?
Related Work
- see list at WSR 3
- HTML 4.1 elements: http://www.w3.org/TR/html401/
- Google's Web Authoring Statistics http://code.google.com/webstats/index.html
- Google's Web Applications 1.0 http://whatwg.org/specs/web-apps/current-work/
Page Data Model - please contribute!
DTD-like / Backus-Naur-Form
wikipage --> header, section* section --> header, sectioncontent* sectioncontent --> section | table | wikitext header --> title, subtitle, introduction wikitext --> styledtext | list | definition | quotation styledtext --> link | bold | italic | strike | underline | raw | text
Page Graph
Related Work
- SnipSnap XML export
Data Model - please contribute !
- PageGraphJSPWiki
- PageGraphSnipSnap
- Common Model:
wiki --> page*, user* page --> acceessRights*, subpages*, ...