~ubuntu-branches/debian/sid/libembperl-perl/sid

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Gunnar Wolf
  • Date: 2007-03-26 11:49:17 UTC
  • mfrom: (3.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20070326114917-717f30vfkvbdasd5
Tags: 2.2.0-1.2
* Non-maintainer upload.
* No longer spawns Apache processes to run the test scripts, as it leads
  to FTBFS (Closes: #416016)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Embperl - Building dynamic Websites with Perl
2
2
 
3
 
Copyright (c) 1997-2004 Gerald Richter / ecos gmbh  www.ecos.de
 
3
Copyright (c) 1997-2005 Gerald Richter / ecos gmbh  www.ecos.de
4
4
 
5
5
You may distribute under the terms of either the GNU General Public 
6
6
License or the Artistic License, as specified in the Perl README file.
9
9
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 
10
10
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
11
11
 
12
 
$Id: README,v 1.39 2005/02/14 18:45:54 richter Exp $
 
12
$Id: README 355574 2005-12-09 18:15:54Z richter $
13
13
 
14
14
 
15
15
 
25
25
a lot of other sources formats.
26
26
 
27
27
Embperl has several features which are especially useful for creating
28
 
HTML, including dynamic tables, form field processing, URL
 
28
HTML, including dynamic tables, form field processing and validation, URL
29
29
escaping/unescaping, session handling, and more.
30
30
 
31
31
Embperl is a server-side tool, which means that it's browser-independent. 
41
41
 
42
42
The following documentation is available within the distribution
43
43
 
 
44
Detailed list of documenation:  perldoc TOC.pod
44
45
Features of Embperl:            perldoc Features.pod
45
46
Introduction to basic Embperl:  perldoc Intro.pod
46
47
Introduction to Embperl 2 
49
50
Installation of Embperl:        perldoc INSTALL.pod
50
51
Full documentation:             perldoc Config.pod
51
52
                                perldoc Embperl.pod
52
 
                                perldoc EmbperlObject.pm
 
53
                                perldoc Embperl/Object.pm
53
54
                                perldoc Embperl/Mail.pm
 
55
                                perldoc Embperl/Inline.pm
54
56
Tips and Tricks:                perldoc TipsAndTricks.pod
55
57
Changes:                        perldoc Changes.pod
56
 
Examples:                       eg/x/README
 
58
Examples:                       eg/README
57
59
Sourcecode encryption:          crypto/README
58
60
 
59
61
All the above and further information can be found at the Embperl website 
106
108
* Embperl encompasses several features that ease the task of dynamic web-site content generation, 
107
109
including dynamic-tables, form-field-processing, escaping/unescaping, etc.
108
110
 
 
111
* Contains a module for easy form input validation, which is able to validate user input
 
112
at the server side and on the client side by one definition of rules.
 
113
 
109
114
* Handles per-user and per-module persistent session requiring only storage and retrieval of 
110
115
the session data from a special hash.
111
116
 
 
117
* UTF-8 Support (honours Perl's internal UTF-8 flag during in- and output)
 
118
 
112
119
* Offers flexible configuration options to suite individual tastes and needs.
113
120
 
114
121
* Fully integrated into Apache and mod_perl to acheive the best performance. 
118
125
 
119
126
* Embperl::Mail enables redirecting the result output to a mail-recipient.
120
127
 
 
128
* Embperl::Inline allows to embedd Embperl code in normal Perl code
121
129
 
122
130
 
123
131
 
132
140
perl5.005_01/02/03
133
141
perl5.6.1
134
142
perl5.8.x
135
 
apache_1.3.0 - apache_1.3.31, - apache 2.0.50
 
143
apache_1.3.x, apache 2.0.x
136
144
apache + mod_ssl
137
145
apache_ssl (Ben SSL)
138
146
Stronghold 2.2
146
154
perl5.8.x
147
155
apache_1.3.0 - apache_1.3.31
148
156
 
 
157
Apache 2 is currently not supported on Windows.
 
158
This is planned for Embperl 2.1
 
159
 
149
160
on Windows 95/98 with
150
161
 
151
162
perl5.004_02 (binary distribution)
162
173
suggestions for things you would find useful, etc., are discussed on
163
174
the Embperl mailing list. If you have a site that is using Embperl,
164
175
I would love to mention it in the list of sites using Embperl 
165
 
(http://perl.apache.org/embperl/Sites.pod.1.html). Please drop
166
 
me a mail with a short description, if your site uses Embperl.
 
176
(http://perl.apache.org/embperl/db/sites/sites.htm). Please go
 
177
to the Embperl website and add your site.
167
178
 
168
179
 
169
180
The Embperl mailing list (embperl@perl.apache.org) is available for Embperl users