From: Jeff D. <da...@da...> - 2001-11-29 02:06:25
|
On Wed, 28 Nov 2001 17:05:25 -0500 "Carsten Klapp" <car...@ma...> wrote: > - embed translatable strings in the templates, leaving only one set of > html templates in themes. I've got that more or less done here at home. I'll check it in within a few hours. > - style sheets served by php script (<link rel="stylesheet" > href="index.php?action=css" type="text/css" />) I'll add this to my to-do list. For now, let's just leave the style sheets in the top level directory. (Unless you write new style sheets (for new themes), in which case put them in themes/wherever/...) > - move remaining files out of /admin (perhaps into "/lib") There's actually nothing in admin that is currently functional. Everything that gets used by the main code has already been moved to lib. Just leave /admin alone for now --- we'll clean it up at some point. > - gather up installation notes, theme instructions & docs into "/doc" This can wait, too... Steve's probably the one who should decide how to move the docs around. We should probably leave at least one top-level README file to point people to the doc subdir. > - Keep the default "wikibase.png", "signature.png" and "png.png" in /images > - /themes/default/config.php will set $signature and $logo pointing to > /images > - any additional themes which need to include differently colored logos > etc. can place them in their theme directory, and its config.php would > point to it: "/themes/Forge/config.php" could specify $logo="/themes/Forge/ > SteelyDanSig.png" etc. Personally, I'd really prefer if images would stay in the images subdirectory (since then, that's the only sub-tree which needs to be HTTP accessible, which makes life simpler for lots of people). If you want to put theme-specific graphics in subdirectories of /images that makes sense. E.g. "$logo=themes/Forge/SteelyDanSig.png". I don't know how anybody else feels about this. You might want to wait another day or so to see if anyone else pipes up. |