Why is there a "logos" directory in the
twiki/bin
? Shouldn't that be located in
twiki/pub
?
--
PTh
it's used by configure before
twiki/pub
has been established.
note that it would be better if they were svn links, rather than copies...
--
WN
Can we use this to link to pattern skin css files, and perhaps TWikiDocGraphic icons?
AC
We need to revisit this. The cgi-bin directory should
only contail cgi scripts. For example, the
TWiki:Codev.TinyWeb
webserver treats all files below cgi-bin as cgi scripts, thus tries to execute
bin/logos/warning.gif
. How about placing the configure images relative to the bin, such as
../pub
, e.g. the TWiki pub dir?
--
PTh
As long as the dir is independent of the rest of the TWiki install and it can be found by configure.
AC
You cannot guarantee that
pub
is reachable using a relative path. That's the whole point of the
{PubDir]
setting, isn't it?
You could
move the logos directory up a level (to the root) and require that it is always in that position relative to the scripts.
CC
but the bin directory can be moved as well, so how to enforce the position?
AC
We could add a new top level dir called
configure-icons
or the like and document to keep this at the same level as the bin dir in case the bin dir is moved out of the twiki tree. But then, this seems overkill.
Rethinking this, the TinyWeb is a special case, admins can still use the configure script with the current setup, they just do no see the images. Discarding.
(We need a nicer name than "discarding". Such as "Not suitable"?)
--
PTh