File: README

package info (click to toggle)
psp 0.5.5-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 4,820 kB
  • ctags: 2,333
  • sloc: perl: 21,074; ansic: 4,553; sh: 2,407; makefile: 461; php: 11; pascal: 6
file content (80 lines) | stat: -rw-r--r-- 2,337 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
$Id: README,v 1.1.1.2 2003/12/06 19:47:26 hartmans Exp $

General Information
-------------------

PSP-Parser is a set of classes used by the PSP compiler which compiles PSP
source files into executable perl.  PSP-Parser generates a subclass of
PSP::Pile, and maps each source file into a method.  PSP::Driver will
instanciate this pile, and call methods off of this object according to
incoming requests.

PSP is an object-oriented web development system which allows the
construction of dynamic content from a set of files that resemble HTML with
some perl inline markup.  It has a driver (optimized for FastCGI and
mod_perl), a compiler, and a set of extensions to facilitate the rapid and
easy to maintain development of medium to large scale web applications.

The current official home of PSP is likely to change but is currently:

 http://psp.sourceforge.net

The latest distribution can be found in

 http://download.sourceforge.net/psp/


Installation
------------

PSP is expected to compile and run on all systems which have perl5.004 or
later installed.  PSP is known to compile and run on the following systems:

 - Linux (2.0.x, 2.1.x, 2.2.x, 2.3.x)
 - Solaris (2.5.1, 2.6, 7)
 - Digital UNIX 4.0
 - NetBSD 1.4

Full installation instructions can be found in the INSTALL file.
To build,

  perl Makefile.PL
  make all
  make install

Usage
-----

More info here later.


Mailing Lists
-------------

If you would like to receive announcements regarding future releases, and
related low-traffic information, please subscribe to the PSP announce
mailing list at psp-announce@erf.net.  To subscribe, send e-mail to
Majordomo@erf.net containing "subscribe psp-announce your-email-address" in
its body (without quotes).

If you are planning to hack on PSP, please subscribe to the PSP development
mailing list at psp-dev@erf.net.  To subscribe, send e-mail to
Majordomo@erf.net containing "subscribe psp-dev your-email-address" in its
body (without quotes).


Copyright
---------
Copyright (c) 2000, FundsXpress Financial Network, Inc.


Disclaimer
----------

This library is free software released "AS IS WITH ALL FAULTS"
and WITHOUT ANY WARRANTIES under the terms of the GNU Lesser
General Public License, Version 2.1, a copy of which can be
found in the "COPYING" file of this distribution.


James Jurach <muaddib@erf.net>