BITPlan / pyWikiCMS

Python based MediaWiki ContentManagementSystem frontend
Apache License 2.0
2 stars 1 forks source link

Allow to use templates specified in Wiki #14

Open WolfgangFahl opened 3 years ago

WolfgangFahl commented 3 years ago

Similar to the .rythm templates used in the previous Java version

WolfgangFahl commented 3 years ago

see e.g. http://wiki.bitplan.com/index.php/Property:Frame

WolfgangFahl commented 3 years ago

For the time being start with specification in serverConfig.json e.g.

{
            "site": "www",
            "templateFolder": "www",
            "wikiId": "wiki",
            "defaultPage": "Welcome",
            "template": "design.html"
        }
WolfgangFahl commented 3 years ago

Solve issues with flask / jinja to specify template: