Quick Reference

The page builder script builds the elements of a page when an element in the page is changed. It can be overriden by including a file page.build.js in the page, in which case that file will be run when a page needs building.

The default page builder script converts the page.content file into a page.html and page.html.fragment file. The page.html file is served when a page is requested, so opening a page /OpenForum will cause the file /OpenForum/page.html to be served.

The default page builder makes use of the page renderer script. This converts OpenForum's wiki markup into html. You can read about it here.