Getting Trackle:
Binaries
Trackle is available for download in binary packages for Debian Linux:
- Trackle 1.0.5 Debian Package (md5 sum: 7f3c89cae9b1f216de464ee10f58767f)
Dependencies
All versions of Trackle require the DTK curses environment, which is not
currently packaged for Debian. It is installable as a standard Python
module using the usual distutils' setup.py
.
- DTK 0.1 r154 Debian Package (md5 sum: f7f23aaf8104f6572c45ca74e6dbbaa3)
- DTK 0.1 r154 Source Tarball (md5 sum: f5cc32fded62f755d1e859d286b3e7df)
Additionally, Trackle requires Python (>= 2.3), Clearsilver (>= 0.9.3) and its Python bindings, and PostgreSQL and its Python bindings (either pyscopg2 or pyPgSQL). These dependencies are tracked in the Debian package.
Source Code
Trackle is written in a mix of pure Python and pure C...which, technically speaking, makes it neither pure Python nor pure C...so it goes. Source code is available for all versions of Trackle, and those interested can gain access to our subversion repository to work on or with the latest development versions (see below).
- Trackle 1.0.5 Source Tarball (md5 sum: 70eb1f9c1cd6e2ff96b2c2a3b164f6a4)
SVN Access
The subversion repository is readable by everyone:
svn checkout http://svn.sccs.swarthmore.edu/trackle/tags/trackle-1.0.5
or:
svn checkout http://svn.sccs.swarthmore.edu/trackle/tags/trunk trackle
to get the latest stable version or the latest development sources, respectively. You may also want to check out our Trac-for-Trackle.
Code contributions, comments, bug reports and enhancement requests are always welcome. Plesae file them directly at the Trac-for-Trackle or email us at trackle AT sccs DOT swarthmore DOT edu.