Difference between revisions of "JSMW PageSchema"
Jump to navigation
Jump to search
| Line 30: | Line 30: | ||
Page "1" -- "*" Revision : revisions | Page "1" -- "*" Revision : revisions | ||
</uml> | </uml> | ||
| + | === Structure of a Semantic Wiki === | ||
| + | <uml> | ||
| + | skinparam class { | ||
| + | BackgroundColor White | ||
| + | ArrowColor black | ||
| + | BorderColor #FF8000 | ||
| + | FontColor black | ||
| + | FontSize 12 | ||
| + | FontName Technical | ||
| + | } | ||
| + | class Category { | ||
| + | } | ||
| + | class Form { | ||
| + | } | ||
| + | class FormInput { | ||
| + | } | ||
| + | class Field { | ||
| + | } | ||
| + | class Template { | ||
| + | } | ||
| + | class Property { | ||
| + | } | ||
| + | left to right direction | ||
| + | Category "1" -- "1" Form : default Form | ||
| + | Template "1" -- "*" Field : fields | ||
| + | </uml> | ||
| + | see | ||
| + | * [[Category:Form]] | ||
| + | * [[Category:Field]] | ||
| + | * [[Category:FormInput]] | ||
| + | * [[Category:Template]] | ||
| + | * [[Category:Property]] | ||
== Contributors == | == Contributors == | ||
Revision as of 08:51, 7 January 2015
JSMW PageSchema is a tool to work with and automatically generate [[1]]. This site is heavily using this toolset to structure the content of this site. See Category:PageSchema for the hierarchy of Categories and Pages that are under the control of this toolset.
Overview
With JSMW PageSchema you can adopt a model driven approach to website setup and maintainance. In principle you can create whole "application websites" with this approach.
Structure of a Wiki

Structure of a Semantic Wiki

see