Kludge Tracker
Kludge Tracker is a python app that produces an html report of code snippets from source code. Using Kludge Tracker for your application involves installing the kludgetracker and creating a custom python script with a parser for your app.
Kludge Tracker comes with a script for parsing the gnuradio source code. The script looks for lines with todos, fixmes, and others of the sort. Use this script as an example, its pretty simple and straightforward.
Demonstration
Download
Find it on GitHub!
git clone http://github.com/guruofquality/kludgetracker.git
Requirements
- Autotools
- Python
- Cheetah Templates
Build and Install
This should be quick, its all python.
./boostrap ./configure make sudo make install
Last edited: