That would work. BTW, history pages use forms, rather than simple links. This blocks most robots that I know of. I've put the meta code into my image though. After all, robots are tricky at times.
Peace and Luck! Je77 On Sun, Dec 05, 2004 at 05:20:45PM +0100, Julian Rohrhuber wrote: > maybe this has been fixed already in a newer version of pws/comanche, > but in the history page there should be a > > > <META NAME="ROBOTS" CONTENT="NOARCHIVE"> > > otherwise, the history pages enitrely dominate, which is, in a way > also a provacy problem, because you do not really want to display all > the page history on everyone immediately. > > > Any hint where in the templates this should be placed? > I can imagine that it should be in: > > refs/templates/34 > > <?doctype?> > <html> > <head> > <META NAME="ROBOTS" CONTENT="NOARCHIVE"> > <title><?historyHelpText?> (<?name?>)</title> > <?endHead?></head> > <body<?colorScheme?>> > <?beforeButtons?><?showButtons?><?afterButtons?> > <h2><?historyHelpText?> (<?name?>)</h2> > <p>This document contains a history of this page, from the current > version to the earliest one available.</p> > <table border=0 cellpadding=3 cellspacing=0> > <tr> > <td colspan=2><b>Version</b> </td> > <td><b>Name</b> </td> > <td><b>User</b> </td> > <td><b>Date</b> </td> > <td><b>Time</b> </td> > </tr> > <tr> > <td colspan=2><a href="<?toDefault?>">current</a> </td> > <td><?name?> </td> > <td><?user?> </td> > <td><?date?> </td> > <td><?time?></td> > </tr> > <?versions?></table> > <?endBody?></body> > </html> > -- > > > > > > > > > . > _______________________________________________ > Pws mailing list > [EMAIL PROTECTED] > https://mailman.cc.gatech.edu/mailman/listinfo/pws -- Jochen "Je77" Rick, PhD Candidate, Georgia Tech College of Computing [EMAIL PROTECTED], http://www.je77.com/, work: 404-385-1105 _______________________________________________ Pws mailing list [EMAIL PROTECTED] https://mailman.cc.gatech.edu/mailman/listinfo/pws
