Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'received:209.85.223': 0.03; '21,': 0.07; 'script,': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'mon,': 0.16; 'wrote:': 0.17; 'instance,': 0.17; 'handles': 0.18; 'jan': 0.18; 'otherwise,': 0.20; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'idea': 0.24; 'external': 0.24; 'script': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'chris': 0.28; 'pointer.': 0.29; 'file': 0.32; 'retain': 0.33; 'received:google.com': 0.34; 'done': 0.34; 'moved': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'should': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'page': 0.38; 'tracking': 0.61; 'kind': 0.61; 'subject: & ': 0.67; '8bit%:100': 0.70; '8bit%:92': 0.70; "how's": 0.71; '2013': 0.84; 'altered)': 0.84 X-Received: by 10.49.58.238 with SMTP id u14mr3774811qeq.13.1358780825563; Mon, 21 Jan 2013 07:07:05 -0800 (PST) Newsgroups: comp.lang.python Date: Mon, 21 Jan 2013 07:07:05 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=94.68.70.179; posting-account=DYJQ-woAAACEPH85Au2BhUVfFTfSfVa4 References: <8deb6f5d-ff10-4b36-bdd6-36f9eed58e1e@googlegroups.com> <5dd4babd-716d-4542-ad36-e6a841b73ec3@googlegroups.com> <03581a24-9330-4019-bde9-61a607000d3d@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 94.68.70.179 MIME-Version: 1.0 Subject: Re: Uniquely identifying each & every html template From: Ferrous Cranus To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1358780834 news.xs4all.nl 6921 [2001:888:2000:d::a6]:41483 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37203 =CE=A4=CE=B7 =CE=94=CE=B5=CF=85=CF=84=CE=AD=CF=81=CE=B1, 21 =CE=99=CE=B1=CE= =BD=CE=BF=CF=85=CE=B1=CF=81=CE=AF=CE=BF=CF=85 2013 9:20:15 =CF=80.=CE=BC. U= TC+2, =CE=BF =CF=87=CF=81=CE=AE=CF=83=CF=84=CE=B7=CF=82 Chris Angelico =CE= =AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: > On Mon, Jan 21, 2013 at 6:08 PM, Ferrous Cranus w= rote: >=20 > > An .html page must retain its database counter value even if its: >=20 > > >=20 > > (renamed && moved && contents altered) >=20 >=20 >=20 > Then you either need to tag them in some external way, or have some >=20 > kind of tracking operation - for instance, if you require that all >=20 > renames/moves be done through a script, that script can update its >=20 > pointer. Otherwise, you need magic, and lots of it. >=20 >=20 >=20 > ChrisA Perhaps we should look into on how's the OS handles the file to get an idea= on how its done?