Difference between revisions of "JSMW PageSchema"

From BITPlan mediawiki-japi Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
JSMW PageSchema is a tool to work with and automatically generate [[https://www.mediawiki.org/wiki/Extension:Page_Schemas]].
 +
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 ===
 +
<uml>
 +
class Category {
 +
}
 +
class Page {
 +
}
 +
class Revision {
 +
}
 +
</uml>
 +
 
== Contributors ==
 
== Contributors ==
 
* [[User:Yaron Koren]]
 
* [[User:Yaron Koren]]
  
 
[[Category:JSMW_PageSchema]]
 
[[Category:JSMW_PageSchema]]

Revision as of 08:54, 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

Contributors