Daisy Wiki Skinning
Customising the look and feel of the Daisy Wiki is possible through:
- configuration of an existing skin, via the skinconf.xml
- creation of a custom skin
Daisy ships with one skin called default.
The skin to use is configurable on the level of a site in the siteconf.xml file. Thus different sites can use different skins.
Pages not belonging to a particular site (such as the login screen, the sites index page, etc.) use a globally configured skin, defined in the global siteconf.xml file:
<wikidata directory>/sites/siteconf.xml
If this file does not exist, the skin called default will be used. The content of the global siteconf.xml file should be like this:
<siteconf xmlns="http://outerx.org/daisy/1.0#siteconf"> <skin>default</skin> </siteconf>





There are no comments.