On Thu, Feb 17, 2011 at 7:10 PM, Richard Hipp <d...@sqlite.org> wrote:

> Or what if the href= component of hyperlinks was mangled in some way (for
> user "nobody") but then some javascript is run after the page loads to
> unmangle the hyperlinks.  Would that work?
>
>
That would be trivial to do: generate links with a prefix and/or suffix,
e.g. a href='botbait/wiki/mypage', which then gets demangled to
href='wiki/mypage'. jquery and similar toolkits make this type of
transformation trivial to do. The trick is changing all of the links at the
C level, since they're scattered throughout the fossil sources.

i no longer believe that all bots are unaware of JS, though. In particular,
now that google has their own js engine, i suspect that their crawlers can
(or will soon be able to) understand js.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to