handle require_once and include_once, allow single quotes
[old-projects.git] / deptrack / README
CommitLineData
56de8c02
JL
1deptrack - a PHP dependency tracker
2
3DISTRIBUTING
4============
5
6deptrack is distributed under the terms of the GNU General Public
7License (GPL).
8
9USAGE
10=====
11
12In order to use deptrack, you need to have a MySQL database with the tables
13to hold the PHP dependencies that deptrack finds. You can create the necessary
14tables by using the deptrack.sql which is provided.
15
16The user that runs deptrack will also need to install a ~/.deptrackrc file
17configured to match your database setup. You can use the provided deptrackrc
18example.
19
20HOMEPAGE
21========
22
23The project's homepage is http://opensource.polytechnique.org/
24