I am slowly finding some ways to enhance the wiki themes of the Snow Leopard Server

Apple's very curt but accurate examples
are here. Note, you may need to be a registered developer to see them.

Adding ipad edit capability is a bit of a struggle. A
good thread on the subject is here. Essentially you go to the folder /usr/share/collaboration/javascript/ In that folder you will find compressed_wiki.js . Make a backup copy of it just in case. Edit the following: Change the occurrence of
{id:'toolbars',className:'toolbars',style:(SafariFixes.isiPad?'visibility:hidden':'')}
to
{id:'toolbars',className:'toolbars',style:(SafariFixes.isiPad?'visibility:visible':'')}
and stop and restart the wiki server. Use a good editor so as to not mess up the file. I used BBedit.
Comments