WikiStructure

From WikiSym

Jump to: navigation, search

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:

  1. create/define/extract/find a common wiki data model
  2. define an XML and/or RDF syntax for it
  3. 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

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 !

wiki --> page*, user*
page --> acceessRights*, subpages*, ...
Personal tools