Rev 4 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | magnus | 1 | Places to visit |
2 | --------------- |
||
3 | - http://pike.ida.liu.se/ - the main Pike site |
||
4 | - http://community.roxen.com - community site for users of the |
||
5 | Roxen webserver and the Pike bugs database, information etc. |
||
6 | - http://caudium.net/ - website of the Caudium WebServer which is |
||
7 | written in Pike |
||
8 | - http://www.roxen.com/ - website of the Roxen IS, the company which |
||
9 | for a long time developed and maintained Pike as well as the Roxen |
||
10 | WebServer mentioned above. |
||
11 | |||
12 | Notes for developers |
||
13 | -------------------- |
||
14 | |||
15 | The postinst script created a few directories in /usr/local which you can |
||
16 | use for your modules/include files. Once created by the postinst script |
||
17 | they will never be touched by any pike package again. The directories |
||
18 | are: |
||
19 | |||
20 | /usr/local/include/pike |
||
21 | /usr/local/include/pike7.6 |
||
22 | |||
23 | /usr/local/lib/pike/site_pike |
||
24 | /usr/local/lib/pike7.6/site_pike |
||
25 | |||
26 | /usr/local/share/pike/site_pike |
||
27 | /usr/local/share/pike7.6/site_pike |
||
28 | |||
29 | ---- |
||
30 | $Id: README.Debian,v 1.6 2004/04/30 17:12:38 grendel Exp $ |