Hi Clytie, *,

On Sat, Nov 25, 2006 at 03:02:20PM +1030, Clytie Siddall wrote:
> Shaun said:
> >On 20 Nov 2006, at 07:33, Clytie Siddall wrote:
> [project_tools.html]
> If we're missing that file, we may be missing others. How do I see a  
> list of the default files our /www should contain?

Since this is an optional file, you're not missing anything. 

There is no default set of files you should have. The only one is one
index.html in each directory you have... and maybe a robots.txt (to
exclude indexing of dynamic pages like the source-browser and issuezilla
and if you have a "testing" area you want to have excluded from indexing in
search-sites)

a robots.txt could look like this:

User-Agent: *
Disallow: /source/
Disallow: /issues/
Disallow: /search/
Disallow: /project/
Disallow: /nonav/
Disallow: /testdir/
Disallow: /servlets/ErrorPage
Disallow: /servlets/NewsItemView
Disallow: /servlets/ProjectDocumentList
Disallow: /servlets/ProjectHome
Disallow: /servlets/ProjectMailingListList
Disallow: /servlets/ProjectMemberList
Disallow: /servlets/ProjectNewsList
Disallow: /servlets/Search
Disallow: /servlets/SearchList

Apart from that, there are only some "conventions" that mainly grew from
copying the directory or file structure from existing projects but this
is not a requirement at all.

> Christian then said:
> About CSS, he said:
> 
> >Well, just don't use classnames/identifiers that are already taken in
> >the inst.css or tigris.css files that are included in every pages.
> 
> Those files aren't in our repo, either, but I can find them now I  
> have the default root address.

They aren't in your repo, because these files are included for every
file on openoffice.org. 

Just have a look at the sourcecode of any page:
 @import "/branding/css/tigris.css";
 @import "/branding/css/inst.css";

→ so you can find it on www.openoffice.org/branding/css/tigris.css and
www.openoffice.org/branding/css/inst.css 

> [...]

ciao
Christian
-- 
NP: Linkin Park - Numb

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to