On Jul 25, 4:55 pm, Saul Howard <
saulhow...@gmail.com> wrote:
> Sure, when I get back to my graphics PC, I'll sort out all the files.
>
> The logo will come in the standard range of sizes as a compressed png.
> Also a favicon. These can go in haddock proper, but where? public-
> html?
>
Yes, in
haddock/public-html/public-html/images/
I'll add a mod_rewrite rule to the the .htaccess file. The nice thing
about the mod_rewrite rules is that the first one that has true
conditions is used. That means that a user can add a favicon file to
project-specific/public-html/images/
and that would be used but if the file is not present then the Haddock
CMS would be used. The user wouldn't have to change the .htaccess
fragment files at all.
> What about the Inkscape SVGs? Should they go with the rest of haddock?
>
I think that we should create a dir called:
http://haddock-cms.googlecode.com/svn/docs/
for this sort of thing. No need for trunk, tags or branches. Do you
agree?
> Let me know what you think and I'll commit them.
Please add them. I've not created the dir mentioned above. The command
line SVN client that came with Cygwin isn't letting me create the dir
at the moment.