Is there a recommended way of sharing the same sets of graphics, images and icons between several different websites using the same instance of Zope? -- John
John Poltorak wrote at 2004-10-1 14:12 +0100:
Is there a recommended way of sharing the same sets of graphics, images and icons between several different websites using the same instance of Zope?
We use CMFs "FSDirectoryView"s for this. -- Dieter
Just to clarify, you create a "file system directory view" in each site, that points to the same file system folder. The file system folder has to be registered with the skins tool - look in a product that registers a skin to see how to register a folder. (is this correct, dieter ?) Sune B. Woeller
John Poltorak wrote at 2004-10-1 14:12 +0100:
Is there a recommended way of sharing the same sets of graphics, images and icons between several different websites using the same instance of Zope?
We use CMFs "FSDirectoryView"s for this.
-- Dieter _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Sune Broendum Woeller wrote at 2004-10-8 20:16 +0200:
Just to clarify, you create a "file system directory view" in each site, that points to the same file system folder. The file system folder has to be registered with the skins tool - look in a product that registers a skin to see how to register a folder.
(is this correct, dieter ?)
Correct. -- Dieter
participants (3)
-
Dieter Maurer -
John Poltorak -
Sune Broendum Woeller