On Mon, Jan 21, 2013 at 6:08 PM, Ferrous Cranus <nikos.gr...@gmail.com> wrote:
> An .html page must retain its database counter value even if its:
>
> (renamed && moved && contents altered)

Then you either need to tag them in some external way, or have some
kind of tracking operation - for instance, if you require that all
renames/moves be done through a script, that script can update its
pointer. Otherwise, you need magic, and lots of it.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to