Mercurial > hg > TagInTheMiddle
comparison taginthemiddle/model.py @ 9:12344c001831
note comment for future exploration
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 05 May 2010 22:18:40 -0700 |
parents | fc3491dfe374 |
children | c85d42296c06 |
comparison
equal
deleted
inserted
replaced
8:fc3491dfe374 | 9:12344c001831 |
---|---|
6 for now just assume auth is on and that anyone authenticated may tag | 6 for now just assume auth is on and that anyone authenticated may tag |
7 e.g. a tags file | 7 e.g. a tags file |
8 | 8 |
9 foo = /bar:1273023556 /fleem/baz:1273023556 etc | 9 foo = /bar:1273023556 /fleem/baz:1273023556 etc |
10 cats = /cats:1273023556 /blog/mycat:1273023556 | 10 cats = /cats:1273023556 /blog/mycat:1273023556 |
11 | |
12 Ideally, the form of tags would be something like a table | |
13 | |
14 Tag | URL | Author | Date [seconds since epoch] | |
11 """ | 15 """ |
12 | 16 |
13 import os | 17 import os |
14 import time | 18 import time |
15 | 19 |