This question about Using an extension: Marked for deletion
PublishPluginL published web has no style (Windows)
I am using the
PublishPlugin in version 1.1.5 (Foswiki on a stick under Windows 7). I publish a zipped web, which I can navigate when unzipped.
Stylesheets are appropriately published and exist in the right place. But the styles are not applied.
On investigation I found that the web pages are published with (for example):
@import url('..\..\rsrc\System\SkinTemplates\base.css');
A global change from \ to / in the file solved the problem.
If I understand the writings on the web, then the \ is not legal in a uri.
I am aware of the \ vs / issues when using Windows and the complications this brings. And the translation may be part of a standard setting. But I cannot locate a switch that I can set to either:
- make my browsers (Firefox and IE) recognise the \ in the import uri. Or
- have PublishPlugin create the html with / instead of \
Is there a way?
--
BramVanOosterhout - 19 Jul 2013
Duplicate of
Question1327