Difference between revisions of "JSMW PageSchema"

From BITPlan mediawiki-japi Wiki
Jump to navigation Jump to search
Line 41: Line 41:
 
}
 
}
 
class Category {
 
class Category {
 +
title
 
}
 
}
 
class Form {
 
class Form {
 
}
 
}
 
class FormInput {
 
class FormInput {
 +
inputType
 
}
 
}
 
class Field {
 
class Field {
 +
label
 
}
 
}
 
class Template {
 
class Template {
 
}
 
}
 
class Property {
 
class Property {
 +
type
 
}
 
}
 
left to right direction
 
left to right direction
 
Category "1" -- "1"  Form : default Form
 
Category "1" -- "1"  Form : default Form
 
Template "1" -- "*"  Field : fields
 
Template "1" -- "*"  Field : fields
Field "1" -- "1"  Field : FormInput
+
Field "1" -- "1"  FormInput : formInput
 +
Field "1" -- "1"  Property : property
 
</uml>
 
</uml>
  

Revision as of 10:01, 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

Contributors

Project lead

Supporters