-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sebastian Schlicht edited this page May 4, 2016
·
1 revision
In order to mark a page as a MOOC page, start it with
{{#MOOC: }}
This magic word MOOC
will render the rest of the page according to the MOOC interface.
The structure is explicit and will be stored decentralized and redundantly. Each MOOC page holds references to its direct children. Each MOOC page holds a reference to its direct parent.
This allows to:
- move children to any page
- move parents to any page
- put unrelated pages in the "MOOC space"
- use flat URLs
On the other hand we have to use a SaveHook
in order to keep the cross-references up-to-date.