Re: [xml-dev] [Summary] Best Practice for URI construction?

From
Klaus Backert <>
To
Richard Lainchbury <>
Date
2005-12-21T15:58:39Z
ID
<>
Thread
Re: [xml-dev] [Summary] Best Practice for URI construction?
Am 21.12.2005 um 15:44 schrieb Richard Lainchbury:

> I would add, that when passing dates in the GET string ie:
>
<snip>
>
> and if you are using a folder structure
> www.example.com/news/2005/10/04/
> that the international date standard is used.
>
> I would also say that each level should have the expected content  
> in eg.
> www.example.com/news/2005/10/ should have all the news articles from
> october 2005 in.

I have seen some web-sites delivering a table of content - instead of  
the content itself - in such a case (and not only for dates). This is  
good (best?) practice too, I think.

Klaus