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