Mailing List Archive

svn commit: r1382640 [1/2] - in /perl/embperl/trunk: ./ Embperl/ Embperl/Form/ Embperl/Form/Control/ Embperl/Recipe/ Embperl/Syntax/ eg/ eg/forms/ eg/forms/Embperl/ eg/forms/pages/ eg/forms/wizard/ eg/web/ eg/web/db/ eg/webutil/ eg/x/ podsrc/ test/cmp/...
Author: richter
Date: Mon Sep 10 05:01:48 2012
New Revision: 1382640

URL: http://svn.apache.org/viewvc?rev=1382640&view=rev
Log:
debian patches and spelling corrections

Modified:
perl/embperl/trunk/Changes.pod
perl/embperl/trunk/Embperl.pod
perl/embperl/trunk/Embperl/App.pm
perl/embperl/trunk/Embperl/Form.pm
perl/embperl/trunk/Embperl/Form/Control.pm
perl/embperl/trunk/Embperl/Form/Control/checkbox.pm
perl/embperl/trunk/Embperl/Form/Control/grid.pm
perl/embperl/trunk/Embperl/Form/Control/inputlist.pm
perl/embperl/trunk/Embperl/Form/Control/table.pm
perl/embperl/trunk/Embperl/Form/Validate.pm
perl/embperl/trunk/Embperl/Inline.pm
perl/embperl/trunk/Embperl/Mail.pm
perl/embperl/trunk/Embperl/Object.pm
perl/embperl/trunk/Embperl/Recipe.pm
perl/embperl/trunk/Embperl/Recipe/Embperl.pm
perl/embperl/trunk/Embperl/Recipe/EmbperlXSLT.pm
perl/embperl/trunk/Embperl/Recipe/XSLT.pm
perl/embperl/trunk/Embperl/Session.pm
perl/embperl/trunk/Embperl/Syntax.pm
perl/embperl/trunk/Embperl/Syntax/ASP.pm
perl/embperl/trunk/Embperl/Syntax/Embperl.pm
perl/embperl/trunk/Embperl/Syntax/EmbperlBlocks.pm
perl/embperl/trunk/Embperl/Syntax/EmbperlHTML.pm
perl/embperl/trunk/Embperl/Syntax/HTML.pm
perl/embperl/trunk/Embperl/Syntax/Mail.pm
perl/embperl/trunk/Embperl/Syntax/MsgIdExtract.pm
perl/embperl/trunk/Embperl/Syntax/POD.pm
perl/embperl/trunk/Embperl/Syntax/Perl.pm
perl/embperl/trunk/Embperl/Syntax/RTF.pm
perl/embperl/trunk/Embperl/Syntax/SSI.pm
perl/embperl/trunk/Embperl/Syntax/Text.pm
perl/embperl/trunk/Faq.pod
perl/embperl/trunk/Features.pod
perl/embperl/trunk/FeaturesD.pod
perl/embperl/trunk/INSTALL.pod
perl/embperl/trunk/Intro.pod
perl/embperl/trunk/IntroEmbperl2.pod
perl/embperl/trunk/IntroEmbperlForm.pod
perl/embperl/trunk/Makefile.PL
perl/embperl/trunk/README
perl/embperl/trunk/README.v2
perl/embperl/trunk/SVN.pod
perl/embperl/trunk/TipsAndTricks.pod
perl/embperl/trunk/eg/README
perl/embperl/trunk/eg/forms/Embperl/MyForm.pm
perl/embperl/trunk/eg/forms/README.txt
perl/embperl/trunk/eg/forms/pages/loop.htm
perl/embperl/trunk/eg/forms/wizard/wizconfig.pl
perl/embperl/trunk/eg/web/README
perl/embperl/trunk/eg/web/config.pl
perl/embperl/trunk/eg/web/db/index.htm
perl/embperl/trunk/eg/web/donate.htm
perl/embperl/trunk/eg/web/paypal.epl
perl/embperl/trunk/eg/webutil/db.schema
perl/embperl/trunk/eg/x/loop.htm
perl/embperl/trunk/eg/x/table.htm
perl/embperl/trunk/eg/x/while.htm
perl/embperl/trunk/embpexec.pl.templ
perl/embperl/trunk/embpmsgid.pl.templ
perl/embperl/trunk/epchar.c.min
perl/embperl/trunk/epcomp.c
perl/embperl/trunk/epdat.h
perl/embperl/trunk/epdat2.h
perl/embperl/trunk/epdom.c
perl/embperl/trunk/epinit.c
perl/embperl/trunk/epmain.c
perl/embperl/trunk/epparse.c
perl/embperl/trunk/epprovider.c
perl/embperl/trunk/mod_embperl.c
perl/embperl/trunk/podsrc/Config.spod
perl/embperl/trunk/test.pl
perl/embperl/trunk/test/cmp/epform.htm
perl/embperl/trunk/test/conf/httpd.conf.src
perl/embperl/trunk/test/conf/httpd.min.conf.src
perl/embperl/trunk/test/conf/httpd.stop.conf.src
perl/embperl/trunk/test/conf/startup.pl

Modified: perl/embperl/trunk/Changes.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Changes.pod?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Changes.pod (original)
+++ perl/embperl/trunk/Changes.pod Mon Sep 10 05:01:48 2012
@@ -24,6 +24,20 @@
of prototype. NOTE: This is an incompatible change. If
you are using Embperl::Form before, you need to
adapt your html code!
+ - Fix some Unicode issues in Embperl::Form::Validate
+ - Embperl::Form::Validate is now able to highlight input
+ fields with wrong input
+ - Applied the following debian patches: delay.patch,
+ fix-string-typo.patch, fix-pod-errors.patch, fix-whatis.patch,
+ new_process_group.patch, fix-pod-unescaped-unicode.patch,
+ german.patch and utf8.patch which mainly corrects
+ spelling and typo errors. NOTE: modperl.patch and
+ Makefile.PL.patch are not applied, because they are
+ debian specific. Thanks to Florian Schlichting for
+ providing uptodate information about the patches
+ and adaptions for Embperl 2.5.
+ - Applied further spell corrections from Florian Schlichting.
+

=head 2.4.0 4. Oct 2010


Modified: perl/embperl/trunk/Embperl.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl.pod?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl.pod (original)
+++ perl/embperl/trunk/Embperl.pod Mon Sep 10 05:01:48 2012
@@ -41,7 +41,7 @@ configure Embperl and how to access the
their data. Also take a look at L<perldoc Embperl::Object|EmbperlObject.pod>
to learn how to use Embperl page as objects.

-Additionaly there are a few introductions documents should consider to read:
+Additionally there are a few introductions documents should consider to read:
L<Intro.pod>, L<IntroEmbperl2.pod> and L<IntroEmbperlObject.pod>.


@@ -259,21 +259,21 @@ first B<Arg> accordingly.
=item B<next>

Inside of looks same as Perl next statement. You could also use the following
-syntax, which allows to add an addtional condition (or any other Perl code):
+syntax, which allows you to add an addtional condition (or any other Perl code):

[* next if ($foo) *]

=item B<last>

Inside of looks same as Perl last statement. You could also use the following
-syntax, which allows to add an addtional condition (or any other Perl code):
+syntax, which allows you to add an addtional condition (or any other Perl code):

[* last if ($foo) *]

=item B<redo>

Inside of looks same as Perl redo statement. You could also use the following
-syntax, which allows to add an addtional condition (or any other Perl code):
+syntax, which allows you to add an addtional condition (or any other Perl code):

[* redo if ($foo) *]

@@ -401,7 +401,7 @@ In addtion you can define some initial P
[$ endsub $]

If you have a couple of commonly used subroutines you can define then in one
-file and import them into the modules where they are neccesary:
+file and import them into the modules where they are necessary:

[.- Execute ({ inputfile => 'mylib.htm', import => 1 }) -]

@@ -433,11 +433,11 @@ Output to embperl log file

=item err

-Output to stderr, which normaly goes to the httpd error log.
+Output to stderr, which normally goes to the httpd error log.

=back

-If the output paramter is omitted, C<pre> is assumed.
+If the output parameter is omitted, C<pre> is assumed.

The following parameter can be a literal text (in quotes) or a list
of variables.
@@ -569,7 +569,7 @@ http-headers can also be set by the func

This is the same as using the Apache function

- [- $req_rec -> header_out("Language" => "DE"); -]
+ [- $req_rec -> header_out("Language" => "DE"); -]


=item B<A>, B<EMBED>, B<IMG>, B<IFRAME>, B<FRAME>, B<LAYER>
@@ -677,7 +677,7 @@ POST.

If multiple fields with the same name are sent to a Embperl page, they will
put in the same hash element and separated be tabs. You can split it up in
-an array, by writting:
+an array, by writing:

@array = split (/\t/, $fdat{'fieldname'}) ;

@@ -828,10 +828,10 @@ together.
Turn HTML and URL escaping on and off. The default is on ($escmode =
3).

-B<NOTE:> Normaly you can disable escaping by preceeding the item that
-normaly is escaped with a backslash. While this is a handy thing, it could
+B<NOTE:> Normaly you can disable escaping by preceding the item that
+normally is escaped with a backslash. While this is a handy thing, it could
be very dangerous in situations, where content that is inserted by some
-user is redisplayed, because they can enter arbitary HTML and preceed them
+user is redisplayed, because they can enter arbitrary HTML and preceed them
with a backslash to avoid correct escaping when their input is redisplayed
again. To avoid this problem, add 4 to the values below. This will cause
Embperl to ignore the backslash when it does output escaping at all.
@@ -913,7 +913,7 @@ for further docs)
You can put any http headers you want to send into this hash.

If you set a location header,
-Embperl will automaticly set the status to 301 (Redirect). Example:
+Embperl will automatically set the status to 301 (Redirect). Example:

[- $http_headers_out{'Location'} = "http://www.ecos.de/embperl/" -]

@@ -1135,8 +1135,8 @@ a Embperl::Req object, which is passed a


Must be called by scripts that use C<SetupSession>,
-but do not call L<Embperl::Execute|Execute>. This is neccessary to set the cookie
-for the user session id, in case a new session is created, which is normaly done by
+but do not call L<Embperl::Execute|Execute>. This is necessary to set the cookie
+for the user session id, in case a new session is created, which is normally done by
L<Embperl::Execute|Execute>.

SetSessionCookie does only set the cookie for the user session and it works only
@@ -1410,7 +1410,7 @@ Here is an example:
(
'de' =>
{
- 'heading' => 'Ãœberschrift',
+ 'heading' => '\[:U]berschrift',
'bar' => 'Absenden',
},
'en' =>
@@ -1743,7 +1743,7 @@ you need commercial support, ecos can pr

=over 4

-=item * Consulting and assitance for you and your programmers
+=item * Consulting and assistance for you and your programmers

=item * Planning of your dynamic website

@@ -1758,9 +1758,9 @@ you need commercial support, ecos can pr
You can reach us via http://www.ecos.de or info@ecos.de


-=head2 How to Support the Developement of Embperl
+=head2 How to Support the Development of Embperl

-If you use and like Embperl and want to support it's ongoing developement
+If you use and like Embperl and want to support it's ongoing development
you have two possibilities:

=over 4
@@ -1779,7 +1779,7 @@ Buy commercial support (see above). Also
to your questions on the mailing list, by buying the commercial support
you not only buy support for yourself and can be sure you get an answer,
you also give us the possibility to put more power in the further
-developement of Embperl.
+development of Embperl.

=back


Modified: perl/embperl/trunk/Embperl/App.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/App.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/App.pm (original)
+++ perl/embperl/trunk/Embperl/App.pm Mon Sep 10 05:01:48 2012
@@ -295,7 +295,7 @@ __END__

=head1 NAME

-Embperl base class for application objects
+Embperl::App - Embperl base class for application objects

=head1 SYNOPSIS


Modified: perl/embperl/trunk/Embperl/Form.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Form.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Form.pm (original)
+++ perl/embperl/trunk/Embperl/Form.pm Mon Sep 10 05:01:48 2012
@@ -805,7 +805,7 @@ sub add_checkbox_subform
# convert_label
#
# converts the label of a control to the text that should be outputed.
-# By default does return the text or name paramter of the control.
+# By default does return the text or name parameter of the control.
# Can be overwritten to allow for example internationalization.
#
# in $ctrl Embperl::Form::Control object
@@ -1106,7 +1106,7 @@ Example:
}

This will make the control with the name C<info> to default to be readonly, it
-will deafult all C<textarea> controls to have 80 columns and
+will default all C<textarea> controls to have 80 columns and
it will set the default class for the labels of all controls to
myclass and not to wrap the text.

@@ -1124,7 +1124,7 @@ valign for control cells. Defaults to 't

=item * jsnamespace

-Give the JavaScript Namespace. This allows to load js Files in
+Give the JavaScript Namespace. This allows one to load js files in
a top frame or different frame, which will speed up page loading,
because the browser does not need to reload the js code on every load.

@@ -1165,7 +1165,7 @@ overwrite the method get_datasrc_package
=head2 convert_label

Converts the label of a control to the text that should be outputed.
-By default does return the text or name paramter of the control.
+By default does return the text or name parameter of the control.
Can be overwritten to allow for example internationalization.

=over
@@ -1183,7 +1183,7 @@ optional: name to translate, if not give
=head2 convert_text

Converts the text of a control to the text that should be outputed.
-By default does return the text or name paramter of the control.
+By default does return the text or name parameter of the control.
Can be overwritten to allow for example internationalization.

=over

Modified: perl/embperl/trunk/Embperl/Form/Control.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Form/Control.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Form/Control.pm (original)
+++ perl/embperl/trunk/Embperl/Form/Control.pm Mon Sep 10 05:01:48 2012
@@ -627,7 +627,7 @@ is 2.
=head2 width_percent

With this parameter you can also specify the width of
-the control in percent. This parameter take precendence over
+the control in percent. This parameter take precedence over
C<width>

=head2 default

Modified: perl/embperl/trunk/Embperl/Form/Control/checkbox.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Form/Control/checkbox.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Form/Control/checkbox.pm (original)
+++ perl/embperl/trunk/Embperl/Form/Control/checkbox.pm Mon Sep 10 05:01:48 2012
@@ -129,7 +129,7 @@ Specifies the name of the checkbox contr

=head3 force_name

-overwrites the name of the control. This is especially usefull
+overwrites the name of the control. This is especially useful
inside grids, where you can force the name of all checkboxes
in all rows to be the same name.

@@ -144,7 +144,7 @@ Gives the value for the checkbox.
%%<xx>%% is replaced by $fdat{<xx>}

%%%name%%% is replaced by $fdat{<name>}, where <name> is the value that
-is given with name parameter. Is is escepically usefull inside of grids
+is given with name parameter. Is is especially useful inside of grids
where the actual name of the html control is computed dynamicly.

=head3 class

Modified: perl/embperl/trunk/Embperl/Form/Control/grid.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Form/Control/grid.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Form/Control/grid.pm (original)
+++ perl/embperl/trunk/Embperl/Form/Control/grid.pm Mon Sep 10 05:01:48 2012
@@ -568,7 +568,7 @@ Column number inside the @data array, wh

=item colval

-If given this value is added to the column. This allows to have multiple
+If given this value is added to the column. This allows one to have multiple
checkboxes all writing to the same column, each appending a character or
string if set.


Modified: perl/embperl/trunk/Embperl/Form/Control/inputlist.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Form/Control/inputlist.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Form/Control/inputlist.pm (original)
+++ perl/embperl/trunk/Embperl/Form/Control/inputlist.pm Mon Sep 10 05:01:48 2012
@@ -37,7 +37,7 @@ __EMBPERL__
my $class = $self -> {class} ;
my $opts = $self -> {options} ;
my $vals = $self -> {values} ;
-my $sep = $self -> {seperator};
+my $sep = $self -> {separator} || $self -> {seperator};
my $sizes = $self -> {sizes} ;
$sizes ||= [];
$sep ||= ' ';
@@ -69,7 +69,7 @@ Embperl::Form::Control::inputjoin - A nu
name => 'foo',
size => 10,
class => 'bar',
- seperator => '.',
+ separator => '.',
sizes => [2,4,5],
}


Modified: perl/embperl/trunk/Embperl/Form/Control/table.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Form/Control/table.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Form/Control/table.pm (original)
+++ perl/embperl/trunk/Embperl/Form/Control/table.pm Mon Sep 10 05:01:48 2012
@@ -250,7 +250,7 @@ Will be used as label for the control
=head3 columns

Arraryref which contains an arrayrefs with definition of columns names.
-Allows to specify multiple rows per data entry. Column definition
+Allows you to specify multiple rows per data entry. Column definition
is either the key name in the data hashref or an arrayref with the name in
the hash ref and the text to display as heading. Example:

@@ -300,7 +300,7 @@ target for link
=item 6

Name of filter function. The value of the cell is process through this filter.
-Filter functions are passed as hashref of subs in the paramter 'filters' .
+Filter functions are passed as hashref of subs in the parameter 'filters' .

=back

@@ -312,7 +312,7 @@ below each entry.
=head3 filters

Hashref of coderefs which contains filter functions. The following example
-shows one filter called 'date' which passes the data throught the perl
+shows one filter called 'date' which passes the data through the perl
function format_date. The value is passed as first argument to the filter
function. The second argument is the column description (see above),
the third argument is the row data and the last argument is the

Modified: perl/embperl/trunk/Embperl/Form/Validate.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Form/Validate.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Form/Validate.pm (original)
+++ perl/embperl/trunk/Embperl/Form/Validate.pm Mon Sep 10 05:01:48 2012
@@ -184,7 +184,7 @@ Embperl. C<default_language> defaults to
The method verifies the content $fdat according to the rules given
to the Embperl::Form::Validate
constructor and added by the add_rule() method and returns an
-array refernce to error informations. If there is no error it
+array refernce to error information. If there is no error it
returns undef. Each element of the returned array contains a hash with
the following keys:

@@ -748,7 +748,7 @@ without a dash are tests to perform.
=item -key

gives the key in the passed form data hash which should be tested. -key
-is normaly the name given in the HTML name attribute within a form field.
+is normally the name given in the HTML name attribute within a form field.
C<-key> can also be a arrayref, in which case B<only one of> the given keys
must statisfy the following test to succeed.

@@ -774,7 +774,7 @@ The following types are available:

=item Default

-This one is used when no type is specified. It contains all the standart
+This one is used when no type is specified. It contains all the standard
tests.

=item Number
@@ -808,7 +808,7 @@ e.g. user@example.com

=item EMailRFC

-Input must be a valid email adress, no top level domain is required,
+Input must be a valid email address, no top level domain is required,
so user@foo is also valid.

=item IPAddr
@@ -837,7 +837,7 @@ make sure to send them back, so they can
=item -msg

Used to give messages which should be used when the test fails. This message
-overrides the standart messages provided by Embperl::Form::Validate and
+overrides the standard messages provided by Embperl::Form::Validate and
by Embperls message management. Can also be a hash with messages for multiple
languages. The -msg parameter must preceed the test for which it should be
displayed. You can have multiple different messages for different tests, e.g.
@@ -855,9 +855,6 @@ displayed. You can have multiple differe

-msg => 'The E-Mail address must contain at least one period.',
must_contain_one_of => '.',
-
- -msg => 'The E-Mail-Address is invalid. It must only not contain any special charaters.',
- must_not_contain => '¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ',
],


@@ -910,7 +907,7 @@ The following test are currently defined

=item same

-Value must be the same as in field given as argument. This is usefull
+Value must be the same as in field given as argument. This is useful
if you want for example verify that two passwords are the same. The
Text displayed to the user for the second field maybe added to the argument
separeted by a colon. Example:

Modified: perl/embperl/trunk/Embperl/Inline.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Inline.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Inline.pm (original)
+++ perl/embperl/trunk/Embperl/Inline.pm Mon Sep 10 05:01:48 2012
@@ -78,12 +78,12 @@ Embperl::Inline - Inline Embperl code in

=head1 DESCRIPTION

-Embperl::Inline allow to inline Embperl code in Perl modules.
+Embperl::Inline allows you to inline Embperl code in Perl modules.
The benfit is that you are able to install it like a normal
Perl module and it's available site wide, without the need
-for any programm to know where it resides.
+for any program to know where it resides.

-Also it allows to add markup sections to Perl objects and
+Also it allows you to add markup sections to Perl objects and
calling (and overriding it) like normal Perl methods.

The only thing that needs to be done for using it, is to

Modified: perl/embperl/trunk/Embperl/Mail.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Mail.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Mail.pm (original)
+++ perl/embperl/trunk/Embperl/Mail.pm Mon Sep 10 05:01:48 2012
@@ -245,8 +245,8 @@ Default is B<localhost>.
=item mailhelo

Specifies which host/domain to use in the HELO/EHLO command.
-A reasonable default is normaly choosen by I<Net::SMTP>, but
-depending on your installation it may neccessary to set it
+A reasonable default is normally chosen by I<Net::SMTP>, but
+depending on your installation it may necessary to set it
manualy.

=item maildebug
@@ -272,7 +272,7 @@ this parameter C<Execute> will die when

=head2 Configuration

-Some default values could be setup via environement variables.
+Some default values could be setup via environment variables.

B<IMPORTANT:> For now Embperl::Mail does B<not> honour the Embperl
configuration directives in your httpd.conf. Only values set via the
@@ -287,8 +287,8 @@ Default is B<localhost>.
=head2 EMBPERL_MAILHELO

Specifies which host/domain to use in the HELO/EHLO command.
-A reasonable default is normaly choosen by I<Net::SMTP>, but
-depending on your installation it may neccessary to set it
+A reasonable default is normally chosen by I<Net::SMTP>, but
+depending on your installation it may necessary to set it
manualy.

=head2 EMBPERL_MAILFROM

Modified: perl/embperl/trunk/Embperl/Object.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Object.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Object.pm (original)
+++ perl/embperl/trunk/Embperl/Object.pm Mon Sep 10 05:01:48 2012
@@ -482,11 +482,11 @@ To include the original requested file,
To call the the same file, but in an upper directory you can use the
special shortcut C<../*>.

-Additionaly I<Embperl::Object> sets up a inherence hierachie for you: The requested page
+Additionally I<Embperl::Object> sets up a inherence hierachie for you: The requested page
inherit from the base page and the base page inherit from a class which could be
specified by C<EMBPERL_OBJECT_HANDLER_CLASS>, or if C<EMBPERL_OBJECT_HANDLER_CLASS> is
not set, from C<Embperl::Req>. That allows you to define methods in base page and
-overwrite them as neccessary in the original requested files. For this purpose a request
+overwrite them as necessary in the original requested files. For this purpose a request
object, which is blessed into the package of the requested page, is given as first
parameter to each page (in C<$_[0]>). Because this request object is a hashref, you can
also use it to store additional data, which should be available in all components.
@@ -547,7 +547,7 @@ methods from this class. This class must
Filename of the application object. The file should contain the Perl code for
the application object. The must be no package name given (as the package is set
by Embperl::Object), but the @ISA should point to Embperl::App.
-If set this file is searched throught the same search path as any content file.
+If set this file is searched through the same search path as any content file.
After a successfull load the init method is called with the Embperl request object
as parameter. The init method can change the parameters inside the request object
to influence the current request.
@@ -559,7 +559,7 @@ and set the location header in %http_hea

You can use I<Embperl::Object> also offline. You can do this by calling the function
C<Embperl::Object::Execute>. C<Execute> takes a hashref as argument, which can
-contains the same parameters as the C<Embperl::Execute> function. Additionaly
+contains the same parameters as the C<Embperl::Execute> function. Additionally
you may specify the following parameters:

=over 4

Modified: perl/embperl/trunk/Embperl/Recipe.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Recipe.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Recipe.pm (original)
+++ perl/embperl/trunk/Embperl/Recipe.pm Mon Sep 10 05:01:48 2012
@@ -65,7 +65,7 @@ __END__

=head1 NAME

-Embperl base class for defining custom recipes
+Embperl::Recipe - base class for defining custom recipes

=head1 SYNOPSIS


Modified: perl/embperl/trunk/Embperl/Recipe/Embperl.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Recipe/Embperl.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Recipe/Embperl.pm (original)
+++ perl/embperl/trunk/Embperl/Recipe/Embperl.pm Mon Sep 10 05:01:48 2012
@@ -62,7 +62,7 @@ __END__

=head1 NAME

-Embperl::Recipe::Embperl
+Embperl::Recipe::Embperl - the default Embperl recipe

=head1 SYNOPSIS


Modified: perl/embperl/trunk/Embperl/Recipe/EmbperlXSLT.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Recipe/EmbperlXSLT.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Recipe/EmbperlXSLT.pm (original)
+++ perl/embperl/trunk/Embperl/Recipe/EmbperlXSLT.pm Mon Sep 10 05:01:48 2012
@@ -68,7 +68,7 @@ __END__

=head1 NAME

-Embperl::Recipe::EmbperlXSLT
+Embperl::Recipe::EmbperlXSLT - recipe to perform an XSLT transformation last

=head1 SYNOPSIS


Modified: perl/embperl/trunk/Embperl/Recipe/XSLT.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Recipe/XSLT.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Recipe/XSLT.pm (original)
+++ perl/embperl/trunk/Embperl/Recipe/XSLT.pm Mon Sep 10 05:01:48 2012
@@ -72,7 +72,7 @@ __END__

=head1 NAME

-Embperl::Recipe::XSLT
+Embperl::Recipe::XSLT - recipe for performing an XSLT transformation

=head1 SYNOPSIS


Modified: perl/embperl/trunk/Embperl/Session.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Session.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Session.pm (original)
+++ perl/embperl/trunk/Embperl/Session.pm Mon Sep 10 05:01:48 2012
@@ -10,7 +10,7 @@

=head1 NAME

-HTML::Embperl::Session
+HTML::Embperl::Session - adaptation of Apache::Session to work with HTML::Embperl

=head1 DESCRIPTION

@@ -24,7 +24,7 @@ An adaptation of Apache::Session to work

=item lazy

-By Specifing this attribute, you tell Apache::Session to not do any
+By Specifyng this attribute, you tell Apache::Session to not do any
access to the object store, until the first read or write access to
the tied hash. Otherwise the B<tie> function will make sure the hash
exist or creates a new one.

Modified: perl/embperl/trunk/Embperl/Syntax.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Syntax.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Syntax.pm (original)
+++ perl/embperl/trunk/Embperl/Syntax.pm Mon Sep 10 05:01:48 2012
@@ -395,7 +395,7 @@ __END__

=head1 NAME

-Embperl base class for defining custom syntaxes
+Embperl::Syntax - base class for defining custom syntaxes

=head1 SYNOPSIS

@@ -461,7 +461,7 @@ You can also specify multiple syntaxes e

Execute ({inputfile => '*', syntax => 'Embperl ASP'}) ;

-The syntax metacommand allows to switch the syntax or to
+The syntax metacommand allows you to switch the syntax or to
add or subtract syntaxes e.g.

[$ syntax + Mail $]
@@ -524,7 +524,7 @@ Returns the root of the parser tree.

Returns a syntax object which is build form the syntaxes named
in C<$name>. If C<$oldname> is given, C<$name> can start with a C<+> or C<->
-to add or subtract a syntax. This is normaly only needed by Embperl itself
+to add or subtract a syntax. This is normally only needed by Embperl itself
or to implement a syntax switch statement (see I<Embperl::Syntax::SSI>
for an example.)

@@ -646,7 +646,7 @@ set under C<inside>. Set 2 to don't the

=item 'procinfo' =>

-Processor info. Hashref with informations how to process this token.
+Processor info. Hashref with information how to process this token.

=back

@@ -654,7 +654,7 @@ Processor info. Hashref with information

The processor info gives information how to compile this token to valid
code that can be executed later on by the processor. There could be
-informations for multiple processors. At the moment only the I<embperl>
+information for multiple processors. At the moment only the I<embperl>
processor is defined. Normaly you must not worry about different
processor, because the syntax object knows inside that all procinfo is
for the I<embperl> processor. I<procinfo> is a parameter to many methods,
@@ -770,8 +770,8 @@ The same special strings are replaced as
C<$_[0]> contains the Embperl request object. The method C<Code> can be used to
get or set the perl code that should be generated by this node.

-If the code begins with #!- all newlines are removed in the code. This is basicly
-usefull to keep all code on the same line, so the linenumber in error reporting
+If the code begins with #!- all newlines are removed in the code. This is basically
+useful to keep all code on the same line, so the line number in error reporting
matches the line in the source.

=item compiletimeperlcodeend => <string>
@@ -782,8 +782,8 @@ The same special strings are replaced as
C<$_[0]> contains the Embperl request object. The method C<Code> can be used to
get or set the perl code that should be generated by this node.

-If the code begins with #!- all newlines are removed in the code. This is basicly
-usefull to keep all code on the same line, so the linenumber in error reporting
+If the code begins with #!- all newlines are removed in the code. This is basically
+useful to keep all code on the same line, so the linenumber in error reporting
matches the line in the source.

=item perlcoderemove => 0/1
@@ -806,24 +806,24 @@ Remove this node only

Remove next node if it consists of only white spaces and optKeepSpaces isn't set.

-=item 4
+=item 3

Replace next node with one space if next node consists only of white spaces and
optKeepSpaces isn't set.

-=item 8
+=item 4

Set this node to ignore for output.

-=item 16
+=item 5

Remove all child nodes

-=item 32
+=item 6

Set all child nodes to ignore for output.

-=item 64
+=item 7

Calculate Attributes values of this node also for nodes that are set to ignore for output
(makes only sense if 8 is also set).
@@ -845,23 +845,23 @@ Remove all white spaces before tag

Remove all white spaces after tag

-=item 4
+=item 3

Remove spaces and tabs before tag

-=item 8
+=item 4

Remove spaces and tabs after tag

-=item 16
+=item 5

Remove all spaces and tabs but one before tag

-=item 32
+=item 6

Remove all whihe space after text inside of tag

-=item 64
+=item 7

Remove spaces and tabs after text inside of tag

@@ -869,7 +869,7 @@ Remove spaces and tabs after text insid

=item mayjump => 0/1

-If set, tells the compiler that this code may jump to another programm location.
+If set, tells the compiler that this code may jump to another program location.
(e.g. if, while, goto etc.).
Could also be a condition as described under perlcode.


Modified: perl/embperl/trunk/Embperl/Syntax/ASP.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Syntax/ASP.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Syntax/ASP.pm (original)
+++ perl/embperl/trunk/Embperl/Syntax/ASP.pm Mon Sep 10 05:01:48 2012
@@ -250,7 +250,7 @@ __END__

=head1 NAME

-ASP syntax module for Embperl
+Embperl::Syntax::ASP - ASP syntax module for Embperl

=head1 SYNOPSIS


Modified: perl/embperl/trunk/Embperl/Syntax/Embperl.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Syntax/Embperl.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Syntax/Embperl.pm (original)
+++ perl/embperl/trunk/Embperl/Syntax/Embperl.pm Mon Sep 10 05:01:48 2012
@@ -56,7 +56,7 @@ __END__

=head1 NAME

-Embperl syntax module for Embperl.
+Embperl::Syntax::Embperl - Embperl syntax module for Embperl.

=head1 SYNOPSIS


Modified: perl/embperl/trunk/Embperl/Syntax/EmbperlBlocks.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Syntax/EmbperlBlocks.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Syntax/EmbperlBlocks.pm (original)
+++ perl/embperl/trunk/Embperl/Syntax/EmbperlBlocks.pm Mon Sep 10 05:01:48 2012
@@ -602,7 +602,7 @@ __END__

=head1 NAME

-Embperl::Syntax::EmbperlBlocks
+Embperl::Syntax::EmbperlBlocks - syntax for Embperl Blocks and metacommands

=head1 SYNOPSIS


Modified: perl/embperl/trunk/Embperl/Syntax/EmbperlHTML.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Syntax/EmbperlHTML.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Syntax/EmbperlHTML.pm (original)
+++ perl/embperl/trunk/Embperl/Syntax/EmbperlHTML.pm Mon Sep 10 05:01:48 2012
@@ -180,7 +180,7 @@ __END__

=head1 NAME

-Embperl::Syntax::EmbperlHTML
+Embperl::Syntax::EmbperlHTML - syntax for HTML tags that Embperl processes

=head1 SYNOPSIS


Modified: perl/embperl/trunk/Embperl/Syntax/HTML.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Syntax/HTML.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Syntax/HTML.pm (original)
+++ perl/embperl/trunk/Embperl/Syntax/HTML.pm Mon Sep 10 05:01:48 2012
@@ -413,7 +413,7 @@ __END__

=head1 NAME

-Embperl::Syntax::HTML
+Embperl::Syntax::HTML - define the syntax for HTML

=head1 SYNOPSIS

@@ -476,7 +476,7 @@ If set to 2 a hidden input tag with the

Same as AddTag, but tag could be also used inside of another tag.
(e.g. <sometag <someothertag> > ). This is not HTML or XML compatible,
-but maybe usefull for implementing tagslibs etc. sometimes.
+but maybe useful for implementing tagslibs etc. sometimes.

=head2 AddComment ($tagname, $attrs, $attrsurl, $attrsnoval, $procinfo)


Modified: perl/embperl/trunk/Embperl/Syntax/Mail.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Syntax/Mail.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Syntax/Mail.pm (original)
+++ perl/embperl/trunk/Embperl/Syntax/Mail.pm Mon Sep 10 05:01:48 2012
@@ -126,7 +126,7 @@ __END__

=head1 NAME

-Embperl Taglib for sending mail
+Embperl::Syntax::Mail - tag library for sending mail

=head1 SYNOPSIS


Modified: perl/embperl/trunk/Embperl/Syntax/MsgIdExtract.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Syntax/MsgIdExtract.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Syntax/MsgIdExtract.pm (original)
+++ perl/embperl/trunk/Embperl/Syntax/MsgIdExtract.pm Mon Sep 10 05:01:48 2012
@@ -151,7 +151,7 @@ __END__

=head1 NAME

-Embperl::Syntax::MsgIdExtract
+Embperl::Syntax::MsgIdExtract - define syntax for i18n using Embperl blocks

=head1 SYNOPSIS


Modified: perl/embperl/trunk/Embperl/Syntax/POD.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Syntax/POD.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Syntax/POD.pm (original)
+++ perl/embperl/trunk/Embperl/Syntax/POD.pm Mon Sep 10 05:01:48 2012
@@ -732,7 +732,7 @@ __END__

=head1 NAME

-Embperl::Syntax::POD
+Embperl::Syntax::POD - convert POD to XML on-the-fly

=head1 SYNOPSIS


Modified: perl/embperl/trunk/Embperl/Syntax/Perl.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Syntax/Perl.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Syntax/Perl.pm (original)
+++ perl/embperl/trunk/Embperl/Syntax/Perl.pm Mon Sep 10 05:01:48 2012
@@ -72,7 +72,7 @@ __END__

=head1 NAME

-Perl syntax module for Embperl
+Embperl::Syntax::Perl - define Perl syntax for Embperl

=head1 SYNOPSIS


Modified: perl/embperl/trunk/Embperl/Syntax/RTF.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Syntax/RTF.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Syntax/RTF.pm (original)
+++ perl/embperl/trunk/Embperl/Syntax/RTF.pm Mon Sep 10 05:01:48 2012
@@ -429,6 +429,9 @@ sub Var2Code


=pod
+
+=begin comment
+
'RTF first paragraph' => {
'text' => '\pard',
'end' => '}',
@@ -444,6 +447,8 @@ sub Var2Code
},
},

+=end comment
+
=cut

# Finds the first paragraph
@@ -630,6 +635,9 @@ sub Var2Code

1;
=pod
+
+=begin comment
+
#$Embperl::req -> component -> code ($_ep_rtf_code) ;

my $x = $Embperl::req -> component -> code ;
@@ -650,6 +658,9 @@ sub Var2Code
print "result=$_ep_rtf_code\n" ;

warn "RTF IF syntax error. Missing operator" if (!$op) ;
+
+=end comment
+
=cut


@@ -660,7 +671,7 @@ __END__

=head1 NAME

-Embperl::Syntax::RTF
+Embperl::Syntax::RTF - define syntax for RTF files

=head1 SYNOPSIS

@@ -669,7 +680,7 @@ Embperl::Syntax::RTF

Class derived from Embperl::Syntax to define the syntax for
RTF files. RTF files can be read and written by various word processing
-programms. This allows you to create dynamic wordprocessing documents or
+programs. This allows you to create dynamic wordprocessing documents or
let process serial letters thru Embperl.

Currently Embperl regocnices the fields C<DOCVARIABLE>, C<MERGEFIELD> and

Modified: perl/embperl/trunk/Embperl/Syntax/SSI.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Syntax/SSI.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Syntax/SSI.pm (original)
+++ perl/embperl/trunk/Embperl/Syntax/SSI.pm Mon Sep 10 05:01:48 2012
@@ -432,7 +432,7 @@ __END__

=head1 NAME

-SSI syntax module for Embperl
+Embperl::Syntax::SSI - define SSI syntax for Embperl

=head1 SYNOPSIS


Modified: perl/embperl/trunk/Embperl/Syntax/Text.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Syntax/Text.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Syntax/Text.pm (original)
+++ perl/embperl/trunk/Embperl/Syntax/Text.pm Mon Sep 10 05:01:48 2012
@@ -59,7 +59,7 @@ __END__

=head1 NAME

-Text syntax module for Embperl
+Embperl::Syntax::Text - define text syntax for Embperl

=head1 SYNOPSIS

@@ -67,7 +67,7 @@ Execute ({inputfile => 'sometext.htm', s

=head1 DESCRIPTION

-This syntax does simply literal pass the text thru. That's usefull if you
+This syntax does simply literal pass the text thru. That's useful if you
want to include text, without any interpretation. (e.g. with EmbperlObject)

=head1 Author

Modified: perl/embperl/trunk/Faq.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Faq.pod?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Faq.pod (original)
+++ perl/embperl/trunk/Faq.pod Mon Sep 10 05:01:48 2012
@@ -4,7 +4,7 @@

=head1 NAME

-Embperl FAQ - embed Perl code in your HTML docs
+Embperl::Faq - How to embed Perl code in your HTML docs

=head1 CONTENTS

@@ -256,7 +256,7 @@ The eaiest way is
To get some more information it would be a good idea to compile Embperl with
debugging infomation enabled. Therefor do

-=head2 How do I build Embperl with debugging informations
+=head2 How do I build Embperl with debugging information

=over 4

@@ -530,9 +530,9 @@ be reloaded, regardless if the source ch

So far this is just standard Perl. Things get's a little bit more difficult
when running under mod_perl (only Unix), because Apache forks a set of child
-processes as neccessary and from the moment they are forked, they run on their
+processes as necessary and from the moment they are forked, they run on their
own and don't know of each other. So if a module is loaded at server startup
-time (before the fork), it is loaded in all childs (this can be used to save
+time (before the fork), it is loaded in all children (this can be used to save
memory, because the code will actually only reside once in memory), but when
the modul is loaded inside the child and the source changes, it could be
happen, that one child has loaded an ealier version and another child has
@@ -540,8 +540,8 @@ loaded a later version of that module, d
is actualy loaded by the child.

That explains, why sometimes it works and sometimes it doesn't, simply because
-different childs has loaded different versions of the same module and when you
-reload your page you hit different childs of Apache!
+different children has loaded different versions of the same module and when you
+reload your page you hit different children of Apache!

Now there is one point that is special to Embperl to add.
Since Embperl compiles every page in a different namespace,
@@ -566,7 +566,7 @@ has to do for every module.

=item * Use C<do> instead of C<require>. C<do> will execute your file everytime
it is used. This also adds overhead, but this may be accpetable for small files
-or in a debugging environement. (B<NOTE:> Be sure to check C<$@> after a C<do>,
+or in a debugging environment. (B<NOTE:> Be sure to check C<$@> after a C<do>,
because do works like C<eval>)

=back
@@ -815,7 +815,7 @@ The following way works with mod_perl an

[- $http_headers_out{'Location'} = "http://www.ecos.de/embperl/" -]

-the status of the request will automaticly set to 301.
+the status of the request will automatically set to 301.

or use the mod_perl function Apache::header_out.

@@ -1376,7 +1376,7 @@ The distribution contain already an C<ep
is an replacement for epchar.c for the iso-8859-2 (iso-latin-2) character set.
If you want to use iso-latin-2, simply renmae C<epchar.c.iso-latin-2> to C<epchar.c>.
There is also an file C<epchar.c.min> from Sangmook Yi, which leaves all
-chars above 128 untouch, which is especialy usefull for two byte charsets.
+chars above 128 untouched, which is especially useful for two byte charsets.

This file contains three tables:


Modified: perl/embperl/trunk/Features.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Features.pod?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Features.pod (original)
+++ perl/embperl/trunk/Features.pod Mon Sep 10 05:01:48 2012
@@ -17,7 +17,7 @@ All available Perl modules can be used w

=item *

-Allows to build Web sites out of small reusable components in an object-oriented way.
+Allows one to build Web sites out of small reusable components in an object-oriented way.
Components can call and/or embed each other and inherit from other objects.


@@ -40,8 +40,8 @@ containing the display code. Simple appl

=item *

-Source-code for each component can come from a different source, for eg.
-from file, memory or sub-request which allows to act on the output from another Apache
+Source-code for each component can come from a different source, e.g.
+from file, memory or sub-request which allows one to act on the output from another Apache
application like PHP, JSP, CGI Script etc.


@@ -107,7 +107,7 @@ I<Embperl::Mail> enables redirecting the

=item *

-I<Embperl::Inline> allows to embedd Embperl code in normal Perl code
+I<Embperl::Inline> allows one to embedd Embperl code in normal Perl code




Modified: perl/embperl/trunk/FeaturesD.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/FeaturesD.pod?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/FeaturesD.pod (original)
+++ perl/embperl/trunk/FeaturesD.pod Mon Sep 10 05:01:48 2012
@@ -1,5 +1,9 @@
=pod

+=head1 NAME
+
+Embperl::Features - Features von Embperl 2.0
+
=head1 Features von Embperl 2.0

=over 4

Modified: perl/embperl/trunk/INSTALL.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/INSTALL.pod?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/INSTALL.pod (original)
+++ perl/embperl/trunk/INSTALL.pod Mon Sep 10 05:01:48 2012
@@ -101,7 +101,7 @@ Xalan archive, when Makefile.PL asks you
B<NOTE:> For special hints on compiling XALAN see below

To use libxml/libxslt, download them from http://xmlsoft.org/ and install
-them on your system. Makefile.PL will automaticly detect the installed
+them on your system. Makefile.PL will automatically detect the installed
libraries and linked them into Embperl. (you have to make sure
that xml2-config and xslt-config can be found and run by Makefile.PL)

@@ -387,7 +387,7 @@ and http://www.ecos.de/embperl/
=head2 Compiling XALAN

Normaly you should be fine with the binary packages that are provided for
-XALAN. If you want to compile XALAN from the sources there should be normaly
+XALAN. If you want to compile XALAN from the sources there should be normally
no problem as long as you use GNU gcc on Unix or Microsoft VC++ on Windows.

Here are some hints how to compile XALAN 1.2 with the sun C++ 5.1:

Modified: perl/embperl/trunk/Intro.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Intro.pod?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Intro.pod (original)
+++ perl/embperl/trunk/Intro.pod Mon Sep 10 05:01:48 2012
@@ -39,7 +39,7 @@ into HTML and has grown to
a full featured system to build dynamic content (not only) under
mod_perl. The version 1.x focus on HTML documents, also it could be
used for any sort of ascii files, and brings a lot of features
-especialy usefull in a web-environment. This features includes
+especially useful in a web-environment. This features includes
handling of form data and dynamic HTML tables/lists, session management
and context sensitv escaping and unescaping. More over you can
break up your documents in small reusable components/objects and build
@@ -692,5 +692,5 @@ features of Embperl 2
For a full documenation read L<"perldoc Embperl"|"Embperl.pod"> and
L<"perldoc Config"|"Config.pod">.

-You find additional informations on http://perl.apache.org/embperl
+You can find additional information on http://perl.apache.org/embperl


Modified: perl/embperl/trunk/IntroEmbperl2.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/IntroEmbperl2.pod?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/IntroEmbperl2.pod (original)
+++ perl/embperl/trunk/IntroEmbperl2.pod Mon Sep 10 05:01:48 2012
@@ -1,5 +1,5 @@

-=head1 NAME Embperl 2 - Introduction to advanced features of Embperl 2
+=head1 NAME Embperl_2 - Introduction to advanced features of Embperl 2

=head1 Introduction

@@ -12,7 +12,7 @@ glance.
These problems were mostly solved by the so called templating systems.
Popular templating systems are PHP, JSP and ASP.
In Perl there are multiple templating systems, each
-which it's own advantages and disadvantages. One of the most powerfull
+which it's own advantages and disadvantages. One of the most powerful
and widely used systems is I<Embperl>.

These templating systems embed the program code into the markup and
@@ -105,7 +105,7 @@ configuration), which looks like this:
</html>

I<base.epl> contains several calls to Execute. In our example C<Execute>
-just includes the named pages, but it is very powerfully and has a
+just includes the named pages, but it is very powerful and has a
long list of possible arguments.

So I<base.epl> will include I<header.epl>,
@@ -184,7 +184,7 @@ Also note that the application file only
since we are defining the application logic.

After loading the application code and preparing all request related
-informations (like e.g. submitted form data, session data),
+information (like e.g. submitted form data, session data),
C<Embperl::Object> calls the method
C<init>, which - as usual for Perl methods - get's a reference
to the application object as first parameter. The second parameter is
@@ -247,7 +247,7 @@ few lines of the C<init> method, by call
C<map_file> tries to locate the requested uri in the configuration
provided by config.epl and, if found, returns the actual filename
for it. It also takes into account other parameters like
-the prefered language to map to the correct file.
+the preferred language to map to the correct file.
The init method now modifies the request to serve this file,
instead of using the one that come out of the mapping done by Apache.

@@ -256,7 +256,7 @@ As we have seen before the application o
way as other pages. We can use this to define a derived application
object to extent functionality.
For the Embperl website this is done in the C</db> directory.
-The website provides several informations which are stored
+The website provides several bit of information, which are stored
in a database, like news, links, examples, etc.

All necessary pages for the database access are beneath the C</db>
@@ -342,7 +342,7 @@ the markup (HTML in this case).
For this purpose Embperl provides I<recipes>. A recipe defines which steps
are taken to process a source file. Each of these steps are done by a provider.
If no recipe is selected, the default is used which defines the steps
-parse, compile, execute and output. Additionaly there are recipes
+parse, compile, execute and output. Additionally there are recipes
for processing XML and doing XSLT as part of the Embperl distribution.
If they don't fit your needs, you can define your own recipes.
For displaying POD on the Embperl website, we use the C<EmbperlXSLT>
@@ -350,7 +350,7 @@ recipe. Addtionaly we set the C<syntax>
tells Embperl to convert the POD source into XML data, so the
XSLT provider defined by the recipe can transform this into
the destination format (e.g. HTML). To make this happen
-an addional provider cares about reading the XSL stylesheet
+an additional provider cares about reading the XSL stylesheet
and providers transforms the text version
of the XML and XSL into some internal format suitable for the
XSLT processor. Since Embperl is able to cache any of these
@@ -663,9 +663,9 @@ needs, you can extent it by writing a ne


When running Embperl with Apache 2.0 there are some extented
-possibilities. While Apache 1.x has send all it's ouput directly
+possibilities. While Apache 1.x sent all it's output directly
to the browser, Apache 2.0 introduces a concept of filters,
-which allows to process the output of any Apache handler
+which allow you to process the output of any Apache handler
through a chain of filters. Embperl can use this
to embed any output that Apache can generate as a Embperl::Object
component, just like it is any native Embperl page.
@@ -676,7 +676,7 @@ This can be done by using the C<subreq>
The above code includes the output of a cgi script into
a page.

-This is especially usefull for application that are not
+This is especially useful for any application that is not
newly written from ground up, but has grown over years,
because you can include existing solution into your
Embperl::Object driven website. Because of the flexibilty

Modified: perl/embperl/trunk/IntroEmbperlForm.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/IntroEmbperlForm.pod?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/IntroEmbperlForm.pod (original)
+++ perl/embperl/trunk/IntroEmbperlForm.pod Mon Sep 10 05:01:48 2012
@@ -50,13 +50,13 @@ and radio boxes.
=item * Embperl::Form::Validate

Controls the form validation. It provides subclasses for several different
-data types and allows to specify a lot of different prerequisites
+data types and allows one to specify a lot of different prerequisites
for every input fields. Every validation subclass provides JavaScript
for client side tests and Perl code for server side tests.

=item * Embperl::Form::Wizard

-Is a class which allows to build Windows like Wizards which controls
+Is a class which allows one to build Windows like Wizards which controls
the form input of several forms and allows the user to step forth
and back.


Modified: perl/embperl/trunk/Makefile.PL
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Makefile.PL?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/Makefile.PL (original)
+++ perl/embperl/trunk/Makefile.PL Mon Sep 10 05:01:48 2012
@@ -914,7 +914,7 @@ if ($b && $apache)
while (($mod, $opt) = each %neededmodules)
{
if (!grep (/$mod/, @modules))
- { # module not linked staticly
+ { # module not linked statically
$paths = $win32?$opt->{win32path}:$opt->{path} ;
$modfile = $win32?$opt->{win32file}:$opt->{file}[0] ;
$modfiletext = ($win32?$opt->{win32filetext}:$opt->{filetext}) || $modfile ;
@@ -1151,7 +1151,7 @@ if ($b && $apache)
### write out test configuration file ###

open FH, ">$EPPATH/test/conf/config.pl" or die "Cannot open $EPPATH/test/conf/config.pl" ;
- print FH "# This file is automaticly generated by Makefile.PL, do not edit\n" ;
+ print FH "# This file is automatically generated by Makefile.PL, do not edit\n" ;
print FH "\$EPPATH='" . cnvpath($EPPATH) . "' ;\n" ;
print FH "\$EPUSER='$EPUSER' ;\n" ;
print FH "\$EPGROUP='$EPGROUP' ;\n" ;
@@ -1205,7 +1205,7 @@ else
### write out test configuration file ###

open FH, ">$EPPATH/test/conf/config.pl" or die "Cannot open $EPPATH/test/conf/config.pl" ;
- print FH "# This file is automaticly generated by Makefile.PL, do not edit\n" ;
+ print FH "# This file is automatically generated by Makefile.PL, do not edit\n" ;
print FH "\$EPPATH='$EPPATH' ; \n" ;
print FH "\$EPENVPATH='$EPENVPATH' ; \n" ;
print FH "\$EPHTTPD='' ;\n" ;

Modified: perl/embperl/trunk/README
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/README?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/README (original)
+++ perl/embperl/trunk/README Mon Sep 10 05:01:48 2012
@@ -20,7 +20,7 @@ and the ability to build your Web site o
an object-oriented style. You can also take advantage of all the
usual Perl modules, (including DBI for database access) use their
functionality and easily include their output in your web pages.
-Additionaly Embperl support including XML, XSLT tranformations and
+Additionally Embperl support including XML, XSLT tranformations and
a lot of other sources formats.

Embperl has several features which are especially useful for creating
@@ -79,7 +79,7 @@ FEATURES
Perl code is evaluated at the server side and the result is sent to the browser.
All available Perl modules can be used without any restriction.

-* Allows to build Web sites out of small reusable components in an object-oriented way.
+* Allows one to build Web sites out of small reusable components in an object-oriented way.
Components can call and/or embed each other and inherit from other objects.

* Standard layout of a web-site site can be defined once and the content can be
@@ -93,8 +93,8 @@ applications. Control logic can be moved
which controls further execution of the request, while the actual pages are
containing the display code. Simple applications can still embed all the code in the pages.

-* Source-code for each component can come from a different source, for eg.
-from file, memory or sub-request which allows to act on the output from another Apache
+* Source-code for each component can come from a different source, eg.
+from file, memory or sub-request which allows one to act on the output from another Apache
application like PHP, JSP, CGI Script etc.

* Each component can be in a different source format (e.g. HTML, WML, XML, POD, ...)
@@ -127,7 +127,7 @@ Can also run as a free standing CGI-scri

* Embperl::Mail enables redirecting the result output to a mail-recipient.

-* Embperl::Inline allows to embedd Embperl code in normal Perl code
+* Embperl::Inline allows one to embedd Embperl code in normal Perl code

* Embperl::Form is a sophisticated library for building HTML forms

@@ -217,10 +217,10 @@ You can reach us via http://www.ecos.de



-HOW TO SUPPORT THE DEVELOPEMENT OF EMBPERL
-==========================================
+HOW TO SUPPORT THE DEVELOPMENT OF EMBPERL
+=========================================

-If you use and like Embperl and want to support it's ongoing developement
+If you use and like Embperl and want to support it's ongoing development
you have two possibilities:

1. Send me patches for things you like to see in Embperl
@@ -231,7 +231,7 @@ you have two possibilities:
to your questions on the mailing list, by buying the commercial support
you not only buy support for yourself and can be sure you get an answer,
you also give us the possibility to put more power in the further
- developement of Embperl.
+ development of Embperl.


LOGO

Modified: perl/embperl/trunk/README.v2
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/README.v2?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/README.v2 (original)
+++ perl/embperl/trunk/README.v2 Mon Sep 10 05:01:48 2012
@@ -32,7 +32,7 @@ The standard Embperl recipe contains the
4 executing
5 outputing

-The providers works in a similar way as Unix shell programm which are
+The providers work in a similar way as Unix shell programs which are
processing a single source in a pipeline towards the output. In
Embperl is is not only a smimple pipeline, but a tree structure,
so multiple sources can be incorpoarted in one result.
@@ -94,7 +94,7 @@ Debugging

Starting with 2.0b2 Embperl files can debugged via the interactive debugger.
The debugger shows the Embperl page source along with the correct linenumbers.
-You can do anything you can do inside a normal Perl programm via the debugger,
+You can do anything you can do inside a normal Perl program via the debugger,
e.g. show variables, modify variables, single step, set breakpoints etc.

You can use the Perl interacive command line debugger via
@@ -128,7 +128,7 @@ The following differences to Embperl 1.x
inside of a startup script.
You can use the Embperl configuration directives now
directly, (without PerlSetEnv/SetEnv). If you still
- want to use enviroment varibales to configure Embperl, write
+ want to use environment varibales to configure Embperl, write

Embperl_UseEnv on

@@ -193,7 +193,7 @@ The following differences to Embperl 1.x
and because it won't reliable work with threads under mod_perl 2.0.
You can use $req -> component -> cwd to get the directory of the
sourcefile (where $req is Embperl request object, which is the first
- paramter passed to the page i.e. $_[0])
+ parameter passed to the page i.e. $_[0])

- safe namespaces are not supported anymore, since are are not really
safe anyway

Modified: perl/embperl/trunk/SVN.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/SVN.pod?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/SVN.pod (original)
+++ perl/embperl/trunk/SVN.pod Mon Sep 10 05:01:48 2012
@@ -62,7 +62,7 @@ http://svn.apache.org/snapshots/embperl/

=head2 Embperl 1.x

-There is no further developement in the Embperl 1.x branch, but case it
+There is no further development in the Embperl 1.x branch, but case it
will become necessary you can access the Embperl 1.x code via the branch
B<ep1>, so when you checkout just run

@@ -74,7 +74,7 @@ B<ep1>, so when you checkout just run

There is a SVN mailing list for Embperl (This is SVN - B<not> a list for asking
questions about Embperl!!!). This list receives all changes which are
-commited to the SVN. If you want to know what's going on which Embperl,
+committed to the SVN. If you want to know what's going on which Embperl,
you can subscribe by sending a mail to B<embperl-CVS-request@perl.apache.org>
with B<subscribe> in the body.


Modified: perl/embperl/trunk/TipsAndTricks.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/TipsAndTricks.pod?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/TipsAndTricks.pod (original)
+++ perl/embperl/trunk/TipsAndTricks.pod Mon Sep 10 05:01:48 2012
@@ -25,6 +25,9 @@ Embperl::TipsAndTricks - Embperl Tips an

=back

+=head1 NAME
+
+Embperl::TipsAndTricks - Embperl Tips and Tricks

=head1 Tips and Tricks

@@ -78,7 +81,7 @@ into the same package as F</base.html>.

The thing you need to be careful of here is that if one of these files
is included more than once elsewhere on the website, then it will be
-seperately compiled for that instance - thus taking up more
+separately compiled for that instance - thus taking up more
memory. This is the big caveat. As a rule, if your files are all just
included once by F</base.html>, then you should be fine. Note that
you'll also need to change any calls to parent files, for example:

Modified: perl/embperl/trunk/eg/README
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/README?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/eg/README (original)
+++ perl/embperl/trunk/eg/README Mon Sep 10 05:01:48 2012
@@ -7,7 +7,7 @@ eg/web This directory contains
working you need to have libxml installed and a
database called "embperl", which should be setup with
the script setupdb.pl in eg/webutil.
- Look at eg/web/README for more informations and setup
+ Look at eg/web/README for more information and setup
instructions.

eg/x Here are the following html files
@@ -64,4 +64,4 @@ You can also look at the directory test/
will transformed to the files found in test/cmp, the request for that can
be found at the beginning of test.pl.
NOTE: Files in test/html are tests, some things don't make sense for real usage
-
\ No newline at end of file
+

Modified: perl/embperl/trunk/eg/forms/Embperl/MyForm.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/forms/Embperl/MyForm.pm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/eg/forms/Embperl/MyForm.pm (original)
+++ perl/embperl/trunk/eg/forms/Embperl/MyForm.pm Mon Sep 10 05:01:48 2012
@@ -111,7 +111,7 @@ __END__
# convert_label
#
# converts the label of a control to the text that should be outputed.
-# By default does return the text or name paramter of the control.
+# By default does return the text or name parameter of the control.
# Can be overwritten to allow for example internationalization.
#
# in $ctrl Embperl::Form::Control object
@@ -133,7 +133,7 @@ sub convert_label
# convert_text
#
# converts the text of a control to the text that should be outputed.
-# By default does return the text or name paramter of the control.
+# By default does return the text or name parameter of the control.
# Can be overwritten to allow for example internationalization.
#
# in $ctrl Embperl::Form::Control object

Modified: perl/embperl/trunk/eg/forms/README.txt
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/forms/README.txt?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/eg/forms/README.txt (original)
+++ perl/embperl/trunk/eg/forms/README.txt Mon Sep 10 05:01:48 2012
@@ -127,7 +127,7 @@ Open

http://localhost:8080/forms/wizard/action.epl

-This will show you a wizard where you can enter setup informations. The wizard will
+This will show you a wizard where you can enter setup information. The wizard will
ask page by page what is necssary. It will ask different things depending on your input.

For example you can choose different ways to get to the internet and it will ask the

Modified: perl/embperl/trunk/eg/forms/pages/loop.htm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/forms/pages/loop.htm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/eg/forms/pages/loop.htm (original)
+++ perl/embperl/trunk/eg/forms/pages/loop.htm Mon Sep 10 05:01:48 2012
@@ -6,7 +6,7 @@
<body>

<h1>Embperl Examples - Loop Metacommands</h1>
-<hr><h3>This is a example of using the while metacommand in embperl to show the environement</h3>
+<hr><h3>This is a example of using the while metacommand in embperl to show the environment</h3>

[$ while ($k, $v) = each (%ENV) $]
[+ $k +] = [+ $v +] <BR>

Modified: perl/embperl/trunk/eg/forms/wizard/wizconfig.pl
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/forms/wizard/wizconfig.pl?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/eg/forms/wizard/wizconfig.pl (original)
+++ perl/embperl/trunk/eg/forms/wizard/wizconfig.pl Mon Sep 10 05:01:48 2012
@@ -40,7 +40,7 @@ sub aborturl

# -------------------------------------------------------
#
-# app_isa allows to define a base class for the wizard application object
+# app_isa allows one to define a base class for the wizard application object
#

sub app_isa

Modified: perl/embperl/trunk/eg/web/README
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/README?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/README (original)
+++ perl/embperl/trunk/eg/web/README Mon Sep 10 05:01:48 2012
@@ -32,7 +32,7 @@ pod/* This dirtory contains th
are taken from the Embperl main directory, to avoid duplication
of files. How files are mapped to URIs is described in config.pl

-db/* Database related pages, to display and add informations
+db/* Database related pages, to display and add information
db/epwebapp.pl This application object overrides the one from the base directory
and adds functionality for database access.


Modified: perl/embperl/trunk/eg/web/config.pl
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/config.pl?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/config.pl (original)
+++ perl/embperl/trunk/eg/web/config.pl Mon Sep 10 05:01:48 2012
@@ -6,7 +6,7 @@ sub new
my ($self, $r) = @_ ;

# The following two values must be changed to meet your local setup
- # Additionaly DBI and DBIx::Recordset must be installed
+ # Additionally DBI and DBIx::Recordset must be installed

$self -> {dbdsn} = $^O eq 'MSWin32'?'dbi:ODBC:embperl':'dbi:mysql:embperl' ;
$self -> {dbuser} = 'www' ;
@@ -14,7 +14,7 @@ sub new
$self -> {adminemail} = 'richter@ecos.de';
$self -> {emailfrom} = 'embperl@ecos.de';

- # There is normaly no need to change anything below this line
+ # There is normally no need to change anything below this line

$self -> {basepath} = '/eg/web/' ;
$self -> {baseuri} = $ENV{EMBPERL_BASEURI} || '/eg/web/' ;
@@ -229,19 +229,19 @@ BEGIN
desc => { en => 'Full list of all news.',
de => 'Vollständige Liste aller Neuigkeiten.' }},
{ menu => 'Sites using Embperl', uri => 'sites/sites.htm', file => 'eg/web/db/data.epd', fdat => { 'category_id' => 2 },
- desc => { en => 'Descriptions of Websites that use Embperl.',
+ desc => { en => 'Description of Websites that use Embperl.',
de => 'Beschreibung von Websites die Embperl einsetzen.' }},
{ menu => 'Books', uri => 'sites/books.htm', file => 'eg/web/db/data.epd', fdat => { 'category_id' => 3 },
- desc => { en => 'Books that contains informations about Embperl.',
+ desc => { en => 'Books that contain information about Embperl.',
de => 'Bücher die Embperl behandeln.' }},
{ menu => 'Articles', uri => 'sites/articles.htm', file => 'eg/web/db/data.epd', fdat => { 'category_id' => 4 },
- desc => { en => 'Articles that covers Embperl.',
+ desc => { en => 'Articles that cover Embperl.',
de => 'Artikel die Embperl behandeln.' }},
{ menu => 'Modules & Examples', uri => 'sites/examples.htm', file => 'eg/web/db/data.epd', fdat => { 'category_id' => 6 },
- desc => { en => 'Modules and Examples with sourcecode for use/that uses Embperl.',
+ desc => { en => 'Modules and Examples with source code for use/that uses Embperl.',
de => 'Modules und Beispiele incl. Quelltext zur/unter Benutzung von Embperl.' }},
{ menu => 'Editorsupport', uri => 'sites/editors.htm', file => 'eg/web/db/data.epd', fdat => { 'category_id' => 5 },
- desc => { en => 'Syntaxhighligthing and other support for editors.',
+ desc => { en => 'Syntax highlighting and other support for editors.',
de => 'Syntaxhervorhebungen unter Unterstützung für Editoren.' }},
{ menu => 'Conferences', uri => 'sites/conferences.htm', file => 'eg/web/db/data.epd', fdat => { 'category_id' => 7 },
desc => { en => 'Talks about Embperl.',

Modified: perl/embperl/trunk/eg/web/db/index.htm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/db/index.htm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/db/index.htm (original)
+++ perl/embperl/trunk/eg/web/db/index.htm Mon Sep 10 05:01:48 2012
@@ -5,9 +5,9 @@ Hier finden Sie weitere Informationen un
<br><br>
Wenn Sie Informationen/Hiweise/Links zu Embperl kennen, dann <a href="addsel.epl">fügen Sie sie einfach hinzu</a>
[$else$]
-Here you find additional informations about Embperl.
+Here you find additional information about Embperl.
<br><br>
-If you know any further informations about Embperl, please <a href="addsel.epl">add</a> them to the site.
+If you know any further information about Embperl, please <a href="addsel.epl">add</a> them to the site.
[$endif$]
<br>
<br>

Modified: perl/embperl/trunk/eg/web/donate.htm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/donate.htm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/donate.htm (original)
+++ perl/embperl/trunk/eg/web/donate.htm Mon Sep 10 05:01:48 2012
@@ -1,5 +1,5 @@

-<h1>Support the Developement of Embperl</h1>
+<h1>Support the Development of Embperl</h1>

<p>The development and support of Embperl takes up a considerable
amount of time. As with most OpenSource projects, there is no
@@ -21,7 +21,7 @@ Here are some of them:</p>

<h2>Donate</h2>

-<p>You can donate money for Embperl developement via PayPal by clicking
+<p>You can donate money for Embperl development via PayPal by clicking
the following button:</p>

<center>
@@ -34,7 +34,7 @@ If you need commercial support or like t
ecos can provide it for you. We offer:

<ul>
-<li>Consulting and assitance for you and your programmers</li>
+<li>Consulting and assistance for you and your programmers</li>
<li>Planning of your dynamic website</li>
<li>Creating of parts or a whole website</li>
<li>Fixing bugs in Embperl (also available for mod_perl)</li>

Modified: perl/embperl/trunk/eg/web/paypal.epl
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/paypal.epl?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/paypal.epl (original)
+++ perl/embperl/trunk/eg/web/paypal.epl Mon Sep 10 05:01:48 2012
@@ -16,7 +16,7 @@
<input type="hidden" name="cbt" value="Zurück zur Embperl Website">
<input type="image" src="[+ $epreq -> {imageuri} +]x-click-but04-de.gif" border="0" name="submit" alt="Spenden für Embperl">
[$else$]
-<input type="hidden" name="item_name" value="Donations for Embperl Developement">
+<input type="hidden" name="item_name" value="Donations for Embperl Development">
<input type="hidden" name="cn" value="Message">
<input type="hidden" name="lc" value="GB">
<input type="hidden" name="cbt" value="Back to the Embperl Website">

Modified: perl/embperl/trunk/eg/webutil/db.schema
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/webutil/db.schema?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/eg/webutil/db.schema (original)
+++ perl/embperl/trunk/eg/webutil/db.schema Mon Sep 10 05:01:48 2012
@@ -256,7 +256,7 @@
{ id => 3, category_id => 2, language_id => 'de', 'category' => 'Websites die Embperl nutzen',
add_info => 'Bitte geben Sie eine Kurzbeschreibung der Site, sowie Informationen zu deren Realisierung ein.' } ,
{ id => 4, category_id => 2, language_id => 'en', 'category' => 'Sites using Embperl',
- add_info => 'Please enter a short description of the Site and some informations how it has been setup.' } ,
+ add_info => 'Please enter a short description of the Site and some information how it has been setup.' } ,

{ id => 5, category_id => 3, language_id => 'de', 'category' => 'Bücher die Embperl behandeln' } ,
{ id => 6, category_id => 3, language_id => 'en', 'category' => 'Books that talk about Embperl' } ,

Modified: perl/embperl/trunk/eg/x/loop.htm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/x/loop.htm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/eg/x/loop.htm (original)
+++ perl/embperl/trunk/eg/x/loop.htm Mon Sep 10 05:01:48 2012
@@ -6,7 +6,7 @@
<body background="../images/jazzbkgd.gif">

<h1>Embperl Examples - Loop Metacommands</h1>
-<hr><h3>This is a example of using the while metacommand in embperl to show the environement</h3>
+<hr><h3>This is a example of using the while metacommand in embperl to show the environment</h3>

[$ while ($k, $v) = each (%ENV) $]
[+ $k +] = [+ $v +] <BR>

Modified: perl/embperl/trunk/eg/x/table.htm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/x/table.htm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/eg/x/table.htm (original)
+++ perl/embperl/trunk/eg/x/table.htm Mon Sep 10 05:01:48 2012
@@ -17,7 +17,7 @@



-<hr><h3>This is a example of using the table tag in embperl to show the environement</h3>
+<hr><h3>This is a example of using the table tag in embperl to show the environment</h3>

[- @k = keys %ENV -]


Modified: perl/embperl/trunk/eg/x/while.htm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/x/while.htm?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/eg/x/while.htm (original)
+++ perl/embperl/trunk/eg/x/while.htm Mon Sep 10 05:01:48 2012
@@ -5,7 +5,7 @@
</head>
<body background="../images/jazzbkgd.gif">

-This is a example of using the while metacommand in embperl to show the environement<P>
+This is a example of using the while metacommand in embperl to show the environment<P>

[- $i = 0; @k = keys %ENV -]
[$ while ($i &lt; $#k) $]

Modified: perl/embperl/trunk/embpexec.pl.templ
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/embpexec.pl.templ?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/embpexec.pl.templ (original)
+++ perl/embperl/trunk/embpexec.pl.templ Mon Sep 10 05:01:48 2012
@@ -82,5 +82,3 @@ L<Embperl>

G. Richter (richter@dev.ecos.de)

-=end
-

Modified: perl/embperl/trunk/embpmsgid.pl.templ
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/embpmsgid.pl.templ?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/embpmsgid.pl.templ (original)
+++ perl/embperl/trunk/embpmsgid.pl.templ Mon Sep 10 05:01:48 2012
@@ -184,13 +184,3 @@ L<Embperl>

G. Richter (richter@dev.ecos.de)

-=end
-
-
-
-
-
-
-
-
-

Modified: perl/embperl/trunk/epchar.c.min
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/epchar.c.min?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/epchar.c.min (original)
+++ perl/embperl/trunk/epchar.c.min Mon Sep 10 05:01:48 2012
@@ -12,10 +12,10 @@
#
###################################################################################*/

-/* minimal input and output escaping. It's usefull for other charsets then
- iso-8859-1 (iso-latin-1) and for two byte charset
+/* minimal input and output escaping. It's useful for other charsets than
+ iso-8859-1 (iso-latin-1) and for two byte charsets

- This translation tables will leave any characters above 128 untouchted
+ These translation tables will leave any characters above 128 untouched
*/

#include "ep.h"

Modified: perl/embperl/trunk/epcomp.c
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/epcomp.c?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/epcomp.c (original)
+++ perl/embperl/trunk/epcomp.c Mon Sep 10 05:01:48 2012
@@ -1372,7 +1372,7 @@ static int embperl_CompileCmdEnd (/*in*/
/* */
/* embperl_CompileNode */
/* */
-/* Compile one node and his childs */
+/* Compile one node and his children */
/* */
/* ------------------------------------------------------------------------ */

@@ -1551,7 +1551,7 @@ int embperl_CompileNode (/*in*/ tReq *
/* */
/* embperl_CompileDomTree */
/* */
-/* Compile root node and his childs */
+/* Compile root node and his children */
/* */
/* ------------------------------------------------------------------------ */


Modified: perl/embperl/trunk/epdat.h
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/epdat.h?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/epdat.h (original)
+++ perl/embperl/trunk/epdat.h Mon Sep 10 05:01:48 2012
@@ -239,7 +239,7 @@ typedef struct tSrcBuf
int nSourceline ; /* Currentline in sourcefile */
char * pSourcelinePos ; /* Positon of nSourceline in sourcefile */
char * pLineNoCurrPos ; /* save pCurrPos for line no calculation */
- char * sEvalPackage ; /* Package for eval (normaly same sCurrPackage,
+ char * sEvalPackage ; /* Package for eval (normally same sCurrPackage,
differs when running in a safe namespace */
STRLEN nEvalPackage ; /* Package for eval (length) */
} tSrcBuf ;
@@ -539,7 +539,7 @@ struct tReq
AV * pErrFill ; /* AvFILL of pErrArray, index is nMarker */
AV * pErrState ; /* bError, index is nMarker */

- /* Everything after here will not automaticly set to zero */
+ /* Everything after here will not automatically set to zero */
int zeroend ;

char errdat1 [ERRDATLEN] ; /* Additional error information */
@@ -548,7 +548,7 @@ struct tReq

/* --- Embperl special hashs/arrays --- */

- HV * pEnvHash ; /* environement from CGI Script */
+ HV * pEnvHash ; /* environment from CGI Script */
HV * pFormHash ; /* Formular data */
HV * pFormSplitHash ; /* Formular data split up at \t */
HV * pInputHash ; /* Data of input fields */

Modified: perl/embperl/trunk/epdat2.h
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/epdat2.h?rev=1382640&r1=1382639&r2=1382640&view=diff
==============================================================================
--- perl/embperl/trunk/epdat2.h (original)
+++ perl/embperl/trunk/epdat2.h Mon Sep 10 05:01:48 2012
@@ -202,7 +202,7 @@ typedef struct tThreadData

/* --- Embperl special hashs/arrays --- */

- HV * pEnvHash ; /* environement from CGI Script */
+ HV * pEnvHash ; /* environment from CGI Script */
HV * pFormHash ; /* Formular data */
GV * pFormHashGV ;
HV * pFormSplitHash ; /* Formular data split up at \t */
@@ -349,7 +349,7 @@ struct tComponent
/* --- compiler --- */

char * sCurrPackage ; /**< Package name for current sourcefile */
- char * sEvalPackage ; /**< Package for eval (normaly same sCurrPackage,
+ char * sEvalPackage ; /**< Package for eval (normally same sCurrPackage,
differs when running in a safe namespace */
STRLEN nEvalPackage ; /**< Length of package name for eval */
char * sMainSub ; /**< Name of sub to call when executing the current source */



---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-cvs-help@perl.apache.org