cleanup text-match
[awl.git] / debian / README.Debian
blob06c1147d50cfb6ab883dad51effb196f54ba43f0
1 libawl-php for Debian
2 ------------------------------------------
4 This package includes a bunch of web libraries, mostly
5 written by Andrew McMillan, and mostly used by PHP things
6 that he wrote.
8 They're supposed to be fairly lightweight, and they are
9 intended to simplify things rather than complexify them.
11 To use them, you will need to add the path into your PHP
12 application.  The recommended way is to do this inside
13 the Apache virtual host, like so:
15   php_value include_path ../inc:/usr/share/awl/inc
17 Which would include your application's 'inc' directory
18 first, allowing it to override any AWL functionality
19 it wanted to.
21 Andrew McMillan <andrew@catalyst.net.nz>, Tue.  2 May 2006 07:11:22 +1200