Re: directory structure for images etc. ?

"Gregor J. Rothfuss" <[email protected]> Sat, 1 Mar 2003 15:27:44 +0100
Newsgroups gmane.comp.cms.xaraya.ui
Organization Xaraya News Server
Message-ID <[email protected]>
> 1) themes/<theme>/images/<module>/... like what PN
>    used, or

-1 reasoning: keep all per-module stuff together, making
for easy one directory drop in installs

> 2) themes/<theme>/<module>/xarimages/... like andyv's
>   new xarTplGetImage() function currently does, or

-1 (see below)

> 3) themes/<theme>/<module>/images/... like andyv's
>    but without the leading xar*, to be consistent with
>   the fact that none of the directories under themes
>   uses the xar* prefix, or

+1

http://docs.xaraya.com/docs/rfcs/rfc0010.html#rfc.section.1

would suggest that too.

btw rfc 10 is incomplete wrt images. can we fix that?


> 4) some other themes/<theme> arrangement to make
>   it easier for template designers to reference images
>   in a consistent way, whether they're under modules/
>   or themes/, or

-1

> 5) some separate images/<???>/<???>/ directory
>    altogether

-1