|
WikiEngine
Wiki Engine
IntroductionA wiki engine seems to be a necessity on the Internet these days. Having one built into a web server will make it that much easier for a wiki to be implemented on the web server. The intention with including a wiki engine into ErlWeb has several advantages:
Development NotesThe WikiEngine will be developed to follow the MediaWiki or WikiPedia formatting guidelines as closely as possible. Some good resources to start with will be:
Although the default format will be the WikiMedia format, other Wiki formats will be included as well. These will be kept external to the WikiEngine so that new extentions can be added without recompiling ErlWeb. The WikiEngine will take the WikiCode and convert it into an Erlang XML based datastructure. Then XMERL could be used to create a transform so that the XML could be changed into several different formats; most notably HTML. This will also allow the WikiCode to include ERML that will also be processed. A special ERML_WIKI command will be created to take full advantage for the WikiEngine. Other UsesOther uses that the WikiEngine could empower:
|
Sign in to add a comment