[Zope-CMF] Re: CMF 1.5 beta coming -- last call before feature freeze!

Tonico Strasser contact_tonico at yahoo.de
Fri Aug 6 14:23:38 EDT 2004


Gregoire Weber wrote:
> Hi Tres,
> 
> CMFUid is in good shape at the moment. No release blocking from my side.
> 
> What do you and others on the list think
> 
>    1) about adding a 'Script (Python)' to the root with the
>       name 'resolve' to get to a content item by unique id?
>       (CMFDefault)

Some thoughts:

   * Why not place this script in a skin folder?

   * I prefer '/resolve/565432' over '/resolve?id=565432'

   * It would also be nice to create an archive.

     URL to the archived object:

       '/archive/2004/12/03/565746'

     Maybe this should work to?

       '/archive/2004/12/03/565746/document_edit_form'

     The following URL should return a result from the
     catalog for the given date:

       '/archive/2004/12/'
       '/archive/2004/dec/ (depending on the locale)

The best URL for permanent links would be

   '/archive/2004/dec/03/an-interesting-article-about-cmf'

because it is better understandable and contains keywords for 
search-engines, IMHO.

>    2) and adding a permanent link information at the bottom (or somewhere 
>       else) of the main template?

I think this makes sense for contentish objects.

Tonico



More information about the Zope-CMF mailing list