datatracker/ietf/idindex
Bill Fenner 61dbe770e2 Other than the 5 documents listed in #147, all_id.txt and all_id.html
are the same as their cgi counterparts.  Differences:

 * The sections are ordered differently; the cgi has Active, Published, Expired, Withdrawn; the django has Active, Expired, Published, Withdrawn by IETF, Withdrawn by Submitter.  Since the explicit ordering by the cgi was why it missed the "Withdrawn by Submitter" documents, I chose to keep the database-influenced ordering.
 * The revision numbers for published documents are of the version that was published, not of the tombstone.
 - Legacy-Id: 590
2007-06-21 17:38:56 +00:00
..
.gitignore Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
__init__.py Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
forms.py Finish the poorly-thought-through and poorly-implemented 2007-05-29 13:39:32 +00:00
models.py Fixing a bunch of nits pyflakes were complaining about, in order to get a clean run. There are still at least 2 cases of using undefined values which needs scrutiny. 2007-06-05 16:58:58 +00:00
testurl.list Other than the 5 documents listed in #147, all_id.txt and all_id.html 2007-06-21 17:38:56 +00:00
urls.py Initial implementation of view_related. The related_docs() function 2007-06-06 02:14:29 +00:00
views.py Tweak ordering to be like the cgi version. 2007-06-18 22:37:24 +00:00