Home
·
Authors
·
Recent
·
News
·
Mirrors
·
FAQ
·
Feedback
in
All
Modules
Distributions
Authors
permalink
Sam Vilain
>
PSA-0.49_01
> MANIFEST
Download:
PSA-0.49_01.tar.gz
Annotate this POD
Source
MANIFEST
You're soaking in it!
README
Brief introduction
TODO
Immediate deficiencies
Makefile.PL
lib/PSA/Intro.pod
[
pod
]
To be read first!
lib/PSA/Installation.pod
[
pod
]
How to install with a web server.
psa.cgi
example PSA wrapper
bin/psa
[
pod
]
general purpose PSA wrapper - TO-DO
lib/PSA.pm
[
pod
]
Request centre object
lib/PSA/Config.pm
[
pod
]
Configuration
lib/PSA/Init.pm
[
pod
]
PSA single site starting system
lib/PSA/All.pm
[
pod
]
PSA multi-site starting system
lib/PSA/Acceptor.pm
[
pod
]
Abstract base class for Acceptors
lib/PSA/Acceptor/AutoCGI.pm
[
pod
]
CGI Acceptor
lib/PSA/Acceptor/Dummy.pm
[
pod
]
Dummy/interactive Acceptor
lib/PSA/Acceptor/Forked.pm
[
pod
]
Base class for forking acceptors
lib/PSA/Acceptor/HTTP.pm
[
pod
]
RAW http acceptor - TO-DO
lib/PSA/Request.pm
[
pod
]
Abstract base class for requests
lib/PSA/Request/CGI.pm
[
pod
]
CGI request encapsulator
lib/PSA/Response.pm
[
pod
]
Abstract base class for responses
lib/PSA/Response/HTTP.pm
[
pod
]
HTTP responses
lib/PSA/Cache.pm
[
pod
]
For cached scripts
lib/PSA/Cache/Entry.pm
[
pod
]
Entry in cache
lib/PSA/Cache/Entry/PSA.pm
[
pod
]
PSA-preprocessed entries
lib/PSA/Cache/Entry/ePerl.pm
ePerl-preprocessed entries
lib/PSA/Session.pm
[
pod
]
Sessions via Tangram objects
lib/PSA/Heap.pm
[
pod
]
Sessions via Apache::Session
lib/PSA/Capture.pm
Capture output, for ePerl/PSA
lib/PSA/SandBox.pm
[
pod
]
lib/PSA/SandCastle.pm
[
pod
]
lib/PSA/ProcManager.pm
[
pod
]
FCGI Process Manager wrapper
lib/PSA/Profiling.pm
Handy functions for profiling PSA apps
lib/PSA/Test.pm
[
pod
]
For writing pretty test scripts
lib/PSA/Test/Builder.pm
[
pod
]
helper module
lib/PSA/POE.pm
[
pod
]
Run PSA pages in a POE environment
lib/POE/Session/PSA.pm
[
pod
]
PSA pages as POE sessions
t/01-cgi.t
various tests...
t/02-cache.t
t/03-acceptor.t
t/04-heap.t
t/06-poe-session-psa.t
t/07-nopoe.t
t/08-spawn.t
t/09-config.t
t/10-session.t
t/11-psa.t
t/12-response.t
t/13-complex-posts.t
t/13-multipartdata
t/13-postdata
t/13-xmldata
t/psatest.dsn
t/test.css
t/test.out
t/testimg.jpg
t/README.pod
t/testconf.yml
t/TestDB.pm
t/templates/error-template1.pl
t/templates/psatest.psa
t/templates/testdir2/.exists
t/templates/testdir/foobar.pl
t/templates/testdir/index.pl
t/poe-bin/t1/fourth.pl
t/poe-bin/t1/next.pl
t/poe-bin/t1/_stop.pl
t/poe-bin/t1/third.pl
t/poe-bin/t1/whassap.pl
t/poe-bin/t2/doitagain.pl
t/poe-bin/t2/doit.pl
t/poe-bin/t2/forkit.pl
t/poe-bin/t2/hitmeoncemore.pl
t/poe-bin/t2/whassap.pl
t/poe-bin/t2/yoyo.pl
debian/changelog
debian/control
debian/copyright
debian/README.Debian
debian/rules
META.yml
Module meta-data (added by MakeMaker)
examples/etc/psa.yml
Configuration for example application
examples/.htaccess
this example application is a little
examples/index.cgi
degenerate, really. TO-DO.
examples/psa-bin/dumpenv.pl
examples/psa-bin/issue.pl
examples/psa-bin/issue/Template.pl
examples/psa-bin/main.pl
examples/psa-bin/next.pl
examples/psa-bin/whassap.pl
examples/templates/404
examples/templates/dumpenv
examples/templates/footer
examples/templates/header
examples/templates/internal_error
examples/templates/main.tt
share/README
A big mess of ripped out examples
share/psa-bin/auth/bad.pl
these pages will form the
share/psa-bin/auth/failed.pl
basis of the skeleton controllers
share/psa-bin/auth/only.pl
and templates...
share/psa-bin/auth/onlysuper.pl
share/psa-bin/err/handler.pl
share/psa-bin/index.pl
share/psa-bin/issue.pl
share/psa-bin/issue/RPC.pl
share/psa-bin/issue/Template.pl
share/psa-bin/login.pl
[
pod
]
share/psa-bin/logout.pl
share/psa-bin/prefs/checkpasswd.pl
share/psa-bin/prefs/genpasswd.pl
share/psa-bin/prefs/passwd.pl
share/psa-bin/prefs/profile.pl
share/psa-bin/prefs/promptpasswd.pl
share/psa-bin/session/close.pl
share/psa-bin/session/open.pl
share/psa-bin/session/resume.pl
share/psa-bin/session/suspend.pl
share/psa-bin/whassap.pl
share/templates/blank.html
share/templates/err/401.tt
share/templates/err/404.tt
share/templates/err/500.tt
share/templates/err/503.tt
share/templates/err/contacts.tt
share/templates/err/default.tt
share/templates/err/js404
share/templates/layout/footer.tt
share/templates/layout/header.tt
share/templates/layout/main.tt
share/templates/layout/nav_bar.tt
share/templates/layout/raw.tt
share/templates/layout.tt
share/templates/login.html
share/templates/logout.html
share/templates/prefs/checkpasswd.html
share/templates/prefs/passwd.html
share/templates/prefs/promptpasswd.html