summaryrefslogtreecommitdiff
path: root/README
blob: c1c8e1b3d00f3979e9bcba2b1814552a5785ef07 (plain)
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
TUWF - The Ultimate Website Framework
-------------------------------------

This package provides the following set of modules:

  TUWF
  TUWF::DB
  TUWF::Misc
  TUWF::Request
  TUWF::Response
  TUWF::XML

Documentation for each of these modules is provided in a .pod file along
their .pm implementations. Check out the documentation of the main TUWF
module for a general introduction.


Optional dependencies:
  (Perl core modules not listed)

  DBI                   for SQL functionality (TUWF::DB)
  FCGI                  to run in a FastCGI environment
  HTTP::Server::Simple  to run the standalone HTTP server
  JSON::XS              for JSON requests & responses
  PerlIO::gzip          for output compression


Installing:

  If you have obtained a TUWF package and do not have Module::Build installed:

    perl Makefile.PL
    make
    make install

  Otherwise:

    perl Build.PL
    ./Build
    ./Build install


Contact

  Homepage: https://dev.yorhel.nl/tuwf
       Git: https://g.blicky.net/tuwf.git/
     Email: projects@yorhel.nl