[Python-checkins] CVS: python/nondist/sftools README.txt,NONE,1.1
Fred L. Drake
fdrake@users.sourceforge.net
2001年6月06日 11:28:02 -0700
- Previous message: [Python-checkins] CVS: python/nondist/sftools - New directory
- Next message: [Python-checkins] CVS: python/nondist/sftools bug.py,NONE,1.1 buglib.py,NONE,1.1 jitterbuglib.py,NONE,1.1 login.py,NONE,1.1 patchtool.py,NONE,1.1 pest.py,NONE,1.1 sf-schema.txt,NONE,1.1 sfdb.py,NONE,1.1 sflib.py,NONE,1.1 upload.py,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/nondist/sftools
In directory usw-pr-cvs1:/tmp/cvs-serv15278
Added Files:
README.txt
Log Message:
A description of what can be found in this directory.
--- NEW FILE: README.txt ---
This directory contains some scripts that Jeremy Hylton wrote for
working with the SourceForge bug manager. They do two things:
1. Yank data from a JitterBug database and upload it to SourceForge.
This isn't needed for Python anymore, but it may still be useful
for someone.
2. Pull data from the SourceForge bug manager and populate a local
database with the information. Data is extracted by scraping the
SourceForge HTML responses for actual information. The local
database can be used to efficiently process ad hoc queries that
would be difficult to perform using SourceForge directly, and
would have been impossible at the time these scripts were first
written.
The catch: these scripts were written before SourceForge merged their
bug and patch managers to create their general "tracker" facility, and
before their framework became as skinnable as it is today. This code
will need some measure of revision before it can be used again, but
should serve as a nice start for creating an updated form of such
tools.
- Previous message: [Python-checkins] CVS: python/nondist/sftools - New directory
- Next message: [Python-checkins] CVS: python/nondist/sftools bug.py,NONE,1.1 buglib.py,NONE,1.1 jitterbuglib.py,NONE,1.1 login.py,NONE,1.1 patchtool.py,NONE,1.1 pest.py,NONE,1.1 sf-schema.txt,NONE,1.1 sfdb.py,NONE,1.1 sflib.py,NONE,1.1 upload.py,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]