[ZOPE] 1-n Links for a object

Sven Rudolph sven@spaghetticode.de
Sun, 24 Mar 2002 19:49:36 +0100


Hello Mark.

> can i give a objects 1-n URLS ? 
Try this.
Let "www.x.de/veranstaltung/meldung.txt" be the real document.

Then create
"www.x.de/inhalt"
and
"www.x.de/presse/meldung1.htm"
as DTML Methods with the following content:
<dtml-call "RESPONSE.redirect('/veranstaltung/meldung.txt')">

> Is there a way to create a link management system within zope ?
Do you mean checking for dead links, impossibility to delete an object if there are still links to it, automatically changing links to an object if the object is moved?

Greetings 

Sven