> Every mention of "static content" in our documentation should be read as > "static content that comes with MoinMoin." I don't know how themes > work, but I imagine you will access your own themes via different URL > prefixes than the prefix the Domtool directive creates, which is meant > only for accessing the default content.
OK so in the member manual for moinmoin http://wiki.hcoop.net/MemberManual/ServingWebsites/MoinMoin#head-b7a66bc6a440604e280e0036d577e5df0d26e671 specifically on the domtool configuration section: "The static moin files are served out of http://mymoin.$YOURDOMAIN/moin/..., and the wiki pages themselves are accessed at URLs like http://mymoin.$YOURDOMAIN/PageName. If you do this, your $HTDOCS setting will be "/moin"." So following these directions I end up where moinmoin is trying to serve my themes from the shared moin install, as seen in this non-working URL http://www.burnpc.com/moin/zyf_rightsidebar_darkblue/css/common.css I verified that it's serving out of the shared folder by changing to the one theme that is installed http://www.burnpc.com/moin/modern/css/common.css It seems that I need to copy the shared files locally and then override the location of these within moinmoin. I'll see if I can figure this out and document it in the manual. -Ron _______________________________________________ HCoop-Help mailing list [email protected] https://lists.hcoop.net/listinfo/hcoop-help
