Author: richter
Date: Sat Sep 30 13:57:21 2023
New Revision: 1912627

URL: http://svn.apache.org/viewvc?rev=1912627&view=rev
Log:
Update Embperl Website and documentation

Added:
    perl/embperl/trunk/eg/images/footer2.jpg   (with props)
Modified:
    perl/embperl/trunk/   (props changed)
    perl/embperl/trunk/.gitignore
    perl/embperl/trunk/Changes.pod
    perl/embperl/trunk/Embperl.pod
    perl/embperl/trunk/Embperl/Form/Control/display.pm
    perl/embperl/trunk/Embperl/Form/Control/hidden.pm
    perl/embperl/trunk/Embperl/Form/Control/show.pm
    perl/embperl/trunk/INSTALL.pod
    perl/embperl/trunk/IntroEmbperlForm.pod
    perl/embperl/trunk/IntroEmbperlObject.pod
    perl/embperl/trunk/TOC.pod
    perl/embperl/trunk/eg/web/base.epl
    perl/embperl/trunk/eg/web/config.pl
    perl/embperl/trunk/eg/web/content.epl
    perl/embperl/trunk/eg/web/donate.htm
    perl/embperl/trunk/eg/web/donateD.htm
    perl/embperl/trunk/eg/web/footer.htm
    perl/embperl/trunk/eg/web/header.epl
    perl/embperl/trunk/eg/web/index.htm
    perl/embperl/trunk/eg/web/indexD.htm
    perl/embperl/trunk/eg/web/menuleft.epl
    perl/embperl/trunk/eg/web/pod.xsl

Propchange: perl/embperl/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Sep 30 13:57:21 2023
@@ -1,3 +1,4 @@
+.git
 Cmd.c
 DOM.c
 Makefile
@@ -34,3 +35,6 @@ xsbuilder/tables/
 patches/
 Embperl.bso
 test/tmp/
+test/conf/httpd.conf
+test/conf/httpd.min.conf
+test/conf/httpd.stop.conf

Modified: perl/embperl/trunk/.gitignore
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/.gitignore?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/.gitignore (original)
+++ perl/embperl/trunk/.gitignore Sat Sep 30 13:57:21 2023
@@ -35,3 +35,6 @@ xsbuilder/tables/
 patches/
 Embperl.bso
 test/tmp/
+test/conf/httpd.conf
+test/conf/httpd.min.conf
+test/conf/httpd.stop.conf
\ No newline at end of file

Modified: perl/embperl/trunk/Changes.pod
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/Changes.pod?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/Changes.pod (original)
+++ perl/embperl/trunk/Changes.pod Sat Sep 30 13:57:21 2023
@@ -2,6 +2,20 @@
 
 =encoding iso8859-1
 
+=head1 3.0.0-rc.1  31. Sept 2023
+
+    - Apply debian patches 
+      (https://sources.debian.org/patches/libembperl-perl/2.5.0-17/). 
+      Thanks to the Debian Perl Group, especially Dominic Hargreaves, 
+      Florian Schlichting and Axel Beckert
+    - Apply patches for fedora
+      (https://rt.cpan.org/Public/Bug/Display.html?id=148621 and 
+      https://rt.cpan.org/Public/Bug/Display.html?id=148702)
+      Thanks to Marcus Doemling
+    - Fix compilation/Makefile of/for libxml2 and libxslt
+    - Fix warnings about undefined values in log
+    - Add a lot of enhancements to Embperl::Form
+
 =head1 2.5.0  16. March 2014
 
     - Do not clear old code before compiling a Embperl page

Modified: perl/embperl/trunk/Embperl.pod
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl.pod?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl.pod (original)
+++ perl/embperl/trunk/Embperl.pod Sat Sep 30 13:57:21 2023
@@ -1729,32 +1729,7 @@ richter at embperl dot org.
 You can reach us via https://www.actevy.io or richter at embperl dot org
 
 
-=head2 How to Support the Development of Embperl
-
-If you use and like Embperl and want to support it's ongoing development
-you have two possibilities:
-
-=over 4
-
-=item 1 
-
-Send me patches for things you like to see in Embperl
-
-=item 2
-
-Donate money to Embperl. See http://perl.apache.org/donate.htm
-
-=item 3
-
-Buy commercial support (see above). Also you B<may> get the same answers
-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
-development of Embperl.
-
-=back
-
-
+=head1 Links and Download
 =head1 Links and Download
 
 =head2 Information

Modified: perl/embperl/trunk/Embperl/Form/Control/display.pm
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Form/Control/display.pm?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Form/Control/display.pm (original)
+++ perl/embperl/trunk/Embperl/Form/Control/display.pm Sat Sep 30 13:57:21 2023
@@ -185,7 +185,7 @@ so it can be translated.
 
 =head1 Author
 
-G. Richter (richter at embperl dot org), A. Beckert (beck...@ecos.de)
+G. Richter (richter at embperl dot org), A. Beckert
 
 =head1 See Also
 

Modified: perl/embperl/trunk/Embperl/Form/Control/hidden.pm
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Form/Control/hidden.pm?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Form/Control/hidden.pm (original)
+++ perl/embperl/trunk/Embperl/Form/Control/hidden.pm Sat Sep 30 13:57:21 2023
@@ -91,7 +91,7 @@ Will be used as name for the hidden inpu
 
 =head1 Author
 
-G. Richter (richter at embperl dot org), A. Beckert (beck...@ecos.de)
+G. Richter (richter at embperl dot org), A. Beckert
 
 =head1 See Also
 

Modified: perl/embperl/trunk/Embperl/Form/Control/show.pm
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Form/Control/show.pm?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Form/Control/show.pm (original)
+++ perl/embperl/trunk/Embperl/Form/Control/show.pm Sat Sep 30 13:57:21 2023
@@ -118,7 +118,7 @@ on a new line.
 
 =head1 Author
 
-G. Richter (richter at embperl dot org), A. Beckert (beck...@ecos.de)
+G. Richter (richter at embperl dot org), A. Beckert
 
 =head1 See Also
 

Modified: perl/embperl/trunk/INSTALL.pod
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/INSTALL.pod?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/INSTALL.pod (original)
+++ perl/embperl/trunk/INSTALL.pod Sat Sep 30 13:57:21 2023
@@ -6,25 +6,26 @@
 
 To install on unix perform the following steps:
 
-=head3 Prerequisits
+=head2 Prerequisite
 
 Here are a lit of packages you should install for getting Embperl to work. 
 C<mod_perl>, C<Apache::Session>, C<Apache::SessionX>, C<libxml2>, C<libxlst> 
are 
 optional and need only to be install when you require their functionality.
 
-=head4 debian & ubunutu
+=head3 debian & ubunutu
 
 debian comes with the package `libembperl-perl/stable 2.5.0-17 amd64`. So just 
run
 
   sudo apt install libembperl-perl
 
 and you are done. If you want to install a newer version from the source, 
continue to read.
-Install prerequistits
+Install prerequistite
 
   sudo apt update 
-  sudo apt -y install libextutils-xsbuilder-perl libapache2-mod-perl2-dev 
apache2-dev libcgi-pm-perl libapache-sessionx-perl libextutils-pkgconfig-perl 
libxml2-dev libxslt1-dev
+  sudo apt -y install libextutils-xsbuilder-perl libapache2-mod-perl2-dev 
apache2-dev \
+    libcgi-pm-perl libapache-sessionx-perl libextutils-pkgconfig-perl 
libxml2-dev libxslt1-dev
 
-=head4 fedora
+=head3 fedora
 
 Not all module are available as precomipled packages, so you have to install 
some from cpan:
 
@@ -33,7 +34,7 @@ Not all module are available as precomip
   cpan ExtUtils::XSBuilder
   cpan -f Apache::SessionX
 
-=head4 almalinux
+=head3 almalinux
 
   yum -y install epel-release # required for mod_perl
   dnf --enablerepo=epel -y install mod_perl-devel perl-Apache-Session 
perl-ExtUtils-PkgConfig
@@ -41,14 +42,14 @@ Not all module are available as precomip
   cpan ExtUtils::XSBuilder
   cpan -f Apache::SessionX
 
-=head4 amazon linux
+=head3 amazon linux
 
   yum -y install mod_perl-devel perl-Apache-Session perl-ExtUtils-PkgConfig || 
exit 1
   cpan LWP::UserAgent 
   cpan ExtUtils::XSBuilder
   cpan -f Apache::SessionX
 
-=head3 Installing for source
+=head2 Installing from source
 
 =over
 

Modified: perl/embperl/trunk/IntroEmbperlForm.pod
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/IntroEmbperlForm.pod?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/IntroEmbperlForm.pod (original)
+++ perl/embperl/trunk/IntroEmbperlForm.pod Sat Sep 30 13:57:21 2023
@@ -50,7 +50,7 @@ and radio boxes.
 =item * Embperl::Form::Validate
 
 Controls the form validation. It provides subclasses for several different
-data types and allows one to specify a lot of different prerequisites
+data types and allows one to specify a lot of different prerequisite
 for every input fields. Every validation subclass provides JavaScript
 for client side tests and Perl code for server side tests.
 

Modified: perl/embperl/trunk/IntroEmbperlObject.pod
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/IntroEmbperlObject.pod?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/IntroEmbperlObject.pod (original)
+++ perl/embperl/trunk/IntroEmbperlObject.pod Sat Sep 30 13:57:21 2023
@@ -4,7 +4,7 @@
 =head1 NAME
 
 Embperl::IntroEmbperlObject - Introduction to EmbperlObject
- 
+
 =head1 Contents
 
 =over 4

Modified: perl/embperl/trunk/TOC.pod
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/TOC.pod?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/TOC.pod (original)
+++ perl/embperl/trunk/TOC.pod Sat Sep 30 13:57:21 2023
@@ -225,4 +225,4 @@ See perldoc L<Changes.pod>
 
 =head1 AUTHOR
 
-G. Richter (richter at embperl dot org), A. Beckert (beck...@ecos.de)
+G. Richter (richter at embperl dot org), A. Beckert

Added: perl/embperl/trunk/eg/images/footer2.jpg
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/eg/images/footer2.jpg?rev=1912627&view=auto
==============================================================================
Binary file - no diff available.

Propchange: perl/embperl/trunk/eg/images/footer2.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: perl/embperl/trunk/eg/web/base.epl
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/base.epl?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/base.epl (original)
+++ perl/embperl/trunk/eg/web/base.epl Sat Sep 30 13:57:21 2023
@@ -40,10 +40,12 @@ $http_headers_out{'content-type'} = 'tex
            .cPodH1ContentLink   {[+ $base12 +] font-weight: bold;}
            .cPodH2ContentLink   {[+ $base10 +]}
 
-           .cPodH1              {[+ $base18 +] padding-left: 15px; 
padding-right: 15px; background: #fefcad; color: #000000; font-weight: bold; }
-           .cPodH1Link          {[+ $base12 +] padding-left: 15px; 
padding-right: 15px; background: #fefcad; color: #000000; text-align: right ;}
+           .cPodH1              {[+ $base18 +] padding-left: 15px; 
padding-right: 15px; background: #D2E9F5; color: #000000; font-weight: bold; }
+           .cPodH1Link          {[+ $base12 +] padding-left: 15px; 
padding-right: 15px; background: #D2E9F5; color: #000000; text-align: right ;}
            .cPodH2              {[+ $base14 +] padding-left: 15px; 
padding-right: 15px; background: #D2E9F5; color: #000000; font-weight: bold; }
            .cPodH2Link          {[+ $base10 +] padding-left: 15px; 
padding-right: 15px; background: #D2E9F5; color: #000000; font-weight: bold; }
+           .cPodH3              {[+ $base12 +] padding-left: 15px; 
padding-right: 15px; background: #dddddd; color: #000000; font-weight: bold; }
+           .cPodH3Link          {[+ $base10 +] padding-left: 15px; 
padding-right: 15px; background: #dddddd; color: #000000; font-weight: bold; }
            .cTopLink            {[+ $base10 +] }
 
            .cListOnlyText       {[+ $base12 +]  }
@@ -97,16 +99,13 @@ $http_headers_out{'content-type'} = 'tex
             h1 small {
                 color: #f00;
             }
-
-
-
         </style>
     </head>
-    <body bgcolor="#ffffff" style="position: relative; width: 1020px; 
margin-left: auto; margin-right: auto; border: 1px solid black; padding: 5px; 
margin-top: 10px">
+    <body bgcolor="#ffffff" style="position: relative; width: 1020px; 
margin-left: auto; margin-right: auto; border: 0px solid black; padding: 5px; 
margin-top: 10px">
         [- Execute ('header.epl') -]
         <table width="100%" cellspacing="0" cellpadding="0" border="0">
             <tr>
-                <td valign="top">[- Execute ('menuleft.epl') -]</td>
+                <td valign="top" class="menu-items">[- Execute 
('menuleft.epl') -]</td>
                 <td valign="top" width="90%" class="cContent">[- Execute 
('content.epl') -]</td>
             </tr>
         </table>

Modified: perl/embperl/trunk/eg/web/config.pl
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/config.pl?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/config.pl (original)
+++ perl/embperl/trunk/eg/web/config.pl Sat Sep 30 13:57:21 2023
@@ -120,9 +120,9 @@ BEGIN
                 { menu => 'README',            uri => 'README.txt',         
file => { en => 'README', de => 'README'},
                   desc => { en => 'Short overview',
                             de => 'Kurzüberblick' }},
-                { menu => 'README.v2',            uri => 'README.v2.txt',      
    file => { en => 'README.v2', de => 'README.v2'},
-                  desc => { en => 'Contains what\'s new in Embperl 2.0 and 
differences to Embperl 1.3',
-                            de => 'Enthält die Neuigkeiten von Embperl 2.0 und 
die Unterschiede zu Embperl 1.3' }},
+                # { menu => 'README.v2',            uri => 'README.v2.txt',    
      file => { en => 'README.v2', de => 'README.v2'},
+                #   desc => { en => 'Contains what\'s new in Embperl 2.0 and 
differences to Embperl 1.3',
+                #             de => 'Enthält die Neuigkeiten von Embperl 2.0 
und die Unterschiede zu Embperl 1.3' }},
                 { menu => 'Configuration',           uri => 'Config.htm',      
         file => { en => 'Config.pod', de => 'Config.pod'},
                   desc => { en => 'Configuration and calling of Embperl', 
                             de => 'Konfiguration und Aufruf von Embperl' }},

Modified: perl/embperl/trunk/eg/web/content.epl
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/content.epl?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/content.epl (original)
+++ perl/embperl/trunk/eg/web/content.epl Sat Sep 30 13:57:21 2023
@@ -8,9 +8,11 @@
         #]
         <br>
         [- Execute ({inputfile => '*', syntax => 'Text'}) -]</td>
+        [#
         <td valign="top" align="left" width="152" class="cContentNews">
         [- Execute ('news.epl') -] 
         </td>
+        #]
     </tr>
 </table>
 

Modified: perl/embperl/trunk/eg/web/donate.htm
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/donate.htm?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/donate.htm (original)
+++ perl/embperl/trunk/eg/web/donate.htm Sat Sep 30 13:57:21 2023
@@ -41,6 +41,5 @@ ecos can provide it for you. We offer:
 <li>Adding new features</li>
 </ul>
 
-You can reach us via <a href="https://www.actevy.io";>https://www.actevy.io</a> 
or
-<a href="mailto:i...@ecos.de";>i...@ecos.de</a>. 
+You can reach us via <a href="https://www.actevy.io";>https://www.actevy.io</a>
 

Modified: perl/embperl/trunk/eg/web/donateD.htm
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/donateD.htm?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/donateD.htm (original)
+++ perl/embperl/trunk/eg/web/donateD.htm Sat Sep 30 13:57:21 2023
@@ -45,6 +45,5 @@ Dies umfasst:
 </ul>    
 
 <p>Sie erreichen uns via <a 
href="https://www.actevy.io";>https://www.actevy.io</a>
-oder
-<a href="mailto:i...@ecos.de";>i...@ecos.de</a>. 
+
 

Modified: perl/embperl/trunk/eg/web/footer.htm
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/footer.htm?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/footer.htm (original)
+++ perl/embperl/trunk/eg/web/footer.htm Sat Sep 30 13:57:21 2023
@@ -1,4 +1,6 @@
 <hr>
+<img src="[+ $epreq -> {imageuri} +]footer2.jpg" width="1024" height="11">
+<hr>
 <table width="100%" border=0 cellspacing=0 cellpadding=0><tr>
 <td align=left class="cFoot">&copy; 1997-2023 Gerald Richter / <a 
href="https://www.actevy.io/";>actevy</a></td>
 [$if $udat{user_id} $]
@@ -9,4 +11,4 @@
 [$ endif $]
 </td>
 [$endif$]
-</tr></table>
\ No newline at end of file
+</tr></table>

Modified: perl/embperl/trunk/eg/web/header.epl
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/header.epl?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/header.epl (original)
+++ perl/embperl/trunk/eg/web/header.epl Sat Sep 30 13:57:21 2023
@@ -5,6 +5,14 @@ $parm = ".-$parm-" if ($parm) ;
 -]
 <table width="100%" cellspacing="0" cellpadding="0" border="0">
     <tr>
+        <td valign="top"><br>
+          <h1>Embperl - building dynamic websites with Perl</h1>
+        </td>
+    </tr>
+</table>
+<hr>
+[#
+    <tr>
         <td valign="top" rowspan=2><img src="[+ $r -> {imageuri} 
+]kopf-links.gif" width="206" height="97" usemap="#Map" border="0"> 
            <map name="Map"> 
                <area shape="rect" coords="90,56,151,69" href="[+ do { $u = $r 
-> app -> languri($r, $r -> param -> uri, 'de') ; $u =~ s/(\.\w+?)$/$parm$1/; 
$u } +]" target="_top">
@@ -66,3 +74,4 @@ $site = $1 if ($ENV{HTTP_USER_AGENT} =~
         </td>
     </tr>
 </table>
+#]
\ No newline at end of file

Modified: perl/embperl/trunk/eg/web/index.htm
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/index.htm?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/index.htm (original)
+++ perl/embperl/trunk/eg/web/index.htm Sat Sep 30 13:57:21 2023
@@ -20,13 +20,40 @@ libraries) and extend Embperl by writing
 much more...</p>
 
 <p>Embperl is a server-side tool, which means that it's browser-independent. 
It can
-run in various ways: under mod_perl, as a CGI script, or offline.</p>
+run in various ways: under <a href="http://perl.apache.org/"; 
target="_blank">mod_perl</a>, as a CGI script, or offline.</p>
 
 <p>Read on with the <a href="pod/list/Features.htm">feature list</a> or take a
 look the <a href="pod/intro/">introductions</a> to different parts and 
possibilites of Embperl.
 
+<p><b>Embperl</b> is developed, maintained and <a 
href="https://www.actevy.io/embperl/pod/doc/doc13/HTML/Embperl.-page-16-.htm#sect_80";>supported</a>
 by 
+    <a href="https://www.actevy.io/"; target="_blank">www.acteviy.io</a>.
+    For any qustions, ideas or feedback send an mail to the 
+    <a 
href="https://www.actevy.io/embperl/pod/doc/doc13/HTML/Embperl.-page-16-.htm";>Embperl
 mailinglist</a>
+    .</p>
+
 <p>Embperl can be used under the terms of either the GNU General Public 
 License or the Artistic License, as specified in the Perl README file.</p>
 
+<h1 class="cPodH2" >&nbsp;</h1>
+
+<h2>Embperl 3.0.0.rc-1 is released</h2>
+
+<p><b>31. Sept. 2023</b></p>
+<p>Embperl 3 is the first release after 8 years and it brings Embperl up to 
date with current linux distributions and software.</p>
+
+<p>This is the first release candidate. Please give it a try and and send 
feedback to the <a 
href="https://www.actevy.io/embperl/pod/doc/doc13/HTML/Embperl.-page-16-.htm";>Embperl
 mailinglist</a>.</p>
+
+<p>The release mainly incoporates the patches for Debian (<a 
href="https://sources.debian.org/patches/libembperl-perl/2.5.0-17/";>https://sources.debian.org/patches/libembperl-perl/2.5.0-17/</a>)
+    and for Fedora based systems (<a 
href="https://rt.cpan.org/Public/Bug/Display.html?id=148621";>https://rt.cpan.org/Public/Bug/Display.html?id=148621</a>
 and 
+    <a 
href="https://rt.cpan.org/Public/Bug/Display.html?id=148702";>https://rt.cpan.org/Public/Bug/Display.html?id=148702</a>).
+It also includes some small fixes from myself.</p>
+
+<p>There are no new features for Embperl itself in this release, but 
Embperl::Form has a lot of enhancements. If you use Embperl::Form, please test 
before use.</p>
 
+<p>I like to thank all the people who have continually put work into 
Embperl:</p>
+<ul>
+<li>The Debian Perl Group, especially Dominic Hargreaves, Florian Schlichting 
and Axel Beckert</li>
+<li>Marcus Doemling for the Fedora patches</li>
+</ul>
+<p>and all the people still using Embperl!</p>
 

Modified: perl/embperl/trunk/eg/web/indexD.htm
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/indexD.htm?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/indexD.htm (original)
+++ perl/embperl/trunk/eg/web/indexD.htm Sat Sep 30 13:57:21 2023
@@ -49,3 +49,27 @@ weiterverbreitet werden. Es gelten die g
 wie für Perl selbst (siehe Perl README Datei).</p>
 
 
+<h1 class="cPodH2" >&nbsp;</h1>
+
+<h2>Embperl 3.0.0.rc-1 freigegeben</h2>
+
+<p><b>31. Sept. 2023</b></p>
+<p>Embperl 3 ist das erste Release nach 8 Jahren und bringt Embperl auf die 
H&ouml;he der Zeit und Unterst&uuml;tzung f&uuml;r diverse aktuelle Linux 
Distributionen und Software.</p>
+
+<p>Dies ist der erste Releasekandidat. Jeder ist eingeladen ihn zu Testen und 
Feedback and die <a 
href="https://www.actevy.io/embperl/pod/doc/doc13/HTML/Embperl.-page-16-.htm";>Embperl
 Mailingliste</a> zu senden.</p>
+
+<p>Das Release beinhaltet hauptsächlich Patche f&uuml;r Debian (<a 
href="https://sources.debian.org/patches/libembperl-perl/2.5.0-17/";>https://sources.debian.org/patches/libembperl-perl/2.5.0-17/</a>)
+    und f&uuml;r Fedora basierte Systeme (<a 
href="https://rt.cpan.org/Public/Bug/Display.html?id=148621";>https://rt.cpan.org/Public/Bug/Display.html?id=148621</a>
 und 
+    <a 
href="https://rt.cpan.org/Public/Bug/Display.html?id=148702";>https://rt.cpan.org/Public/Bug/Display.html?id=148702</a>).
+Es enth&auml;hlt ebenso ein paar kleine Fixe von mir selbst.</p>
+
+<p>Dieses Release enh&auml;lt f&uuml;r Embperl selbst keine neuen Features, 
Embperl::Form hat jedoch eine Reihe von Verbesserungen bekommen. Wenn 
Embperl::Form benutzt wird, sollte
+    es vor dem Update erst getestet werden.</p>
+
+<p>Ich m&ouml;chte allen Danken die continuierlich Arbeit in Embperl gesteckt 
haben:</p>
+<ul>
+<li>Die Debian Perl Group, speziell Dominic Hargreaves, Florian Schlichting 
und Axel Beckert</li>
+<li>Marcus Doemling f&uuml;r die Fedora Patche</li>
+</ul>
+<p>und jedem der Embperl nutzt!</p>
+

Modified: perl/embperl/trunk/eg/web/menuleft.epl
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/menuleft.epl?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/menuleft.epl (original)
+++ perl/embperl/trunk/eg/web/menuleft.epl Sat Sep 30 13:57:21 2023
@@ -55,8 +55,22 @@ local $^W = 0 ;
 $r = shift ;
 $app  = $r -> app ;
 -]
-
 <table width="152" border="0" cellspacing="0" cellpadding="0">
+      <tr>
+        <td>
+          <p>&nbsp;</p>
+        </td>
+    </tr>
+    <tr>
+        <td valign="top" width="100%" align="center"><img src="[+ $r -> 
{imageuri} +]EmbperlLogo.gif" width="74" height="74"border="0">
+        </td>
+    </tr>
+    <tr>
+        <td>
+          <p>&nbsp;</p>
+        </td>
+    </tr>
+
   <tr> 
     <td><img src="[+ $r -> {imageuri} +]h_content.gif" width="152" 
height="19"><br></td>
   </tr>
@@ -82,12 +96,12 @@ $app  = $r -> app ;
     <tr> 
         <td><img src="[+ $r -> {imageuri} +]linie-nav.gif" width="152" 
height="1"></td>
     </tr>
-    [- menuitem ($r -> {baseuri} . 'pod/doc/Embperl.-page-19-.htm', 'Stable 
2.4.0', 0, 1) -]
+    [- menuitem ($r -> {baseuri} . 'pod/doc/Embperl.-page-19-.htm', 'Stable 
2.5.0', 0, 1) -]
     <tr> 
         <td><img src="[+ $r -> {imageuri} +]linie-nav.gif" width="152" 
height="1"></td>
     </tr>
 
-    [- menuitem ($r -> {baseuri} . 'pod/doc/Embperl.-page-19-.htm', 'Beta 
2.5.0_3', 0, 1) -]
+    [- menuitem ($r -> {baseuri} . 'pod/doc/Embperl.-page-19-.htm', 'Beta 
3.0.0-rc.1', 0, 1) -]
     <tr>
         <td><img src="[+ $r -> {imageuri} +]linie-nav.gif" width="152" 
height="1"></td>
     </tr>
@@ -96,7 +110,7 @@ $app  = $r -> app ;
     <tr>
         <td align="left" valign="top">
 
-
+[#
 <table><tr style="padding: 0px; margin: 0px; border-colapse: yes; border: 0px">
 <td style="padding: 6px 0px; margin: 0px">[- Execute ('paypal.epl') -]</td>
 [$ if $epreq -> param -> language eq 'de' $]
@@ -105,7 +119,7 @@ $app  = $r -> app ;
 <td style="font-size: 10px; padding: 0px; margin: 0px">Support the development 
of Embperl! <a href="[+ $r -> {baseuri} . 'donate.htm'  +]">More...<br></td>
 [$endif$]
 </tr></table>
-
+#]
 [#
 <script type="text/javascript"><!--
 google_ad_client = "pub-6848064800813254";
@@ -126,5 +140,31 @@ google_color_text = "6F6F6F";
 #]
         </td>
     </tr>
+    <tr>
+        <td>
+          <p>&nbsp;</p>
+        </td>
+    </tr>
+    <tr>
+        <td>
+          <p>&nbsp;</p>
+        </td>
+    </tr>
+    <tr>
+        <td>
+          <p>&gt;&nbsp;<a href="[+ do { $u = $r -> app -> languri($r, $r -> 
param -> uri, 'de') ; $u =~ s/(\.\w+?)$/$parm$1/; $u } +]" 
target="_top">Deutsch</a>&nbsp;
+          </p>
+        </td>
+    </tr>
+    <tr>
+        <td>
+          <p>&nbsp;</p>
+        </td>
+    </tr>
+    <tr>
+        <td>
+          <p>&gt;&nbsp;<a href="[+ do { $u = $r -> app -> languri($r, $r -> 
param -> uri, 'en') ; $u =~ s/(\.\w+?)$/$parm$1/; $u } +]" 
target="_top">English</a></p>
+        </td>
+    </tr>
 
 </table>

Modified: perl/embperl/trunk/eg/web/pod.xsl
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/pod.xsl?rev=1912627&r1=1912626&r2=1912627&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/pod.xsl (original)
+++ perl/embperl/trunk/eg/web/pod.xsl Sat Sep 30 13:57:21 2023
@@ -220,6 +220,21 @@
         <xsl:apply-templates select="*[name()!='title']"/> 
     </xsl:template>
 
+    <!-- ********** content - sect3 ********** -->
+
+    <xsl:template match="sect3">                         
+        <br/>
+        <xsl:element name="a">
+            <xsl:attribute name="name">sect_<xsl:number 
level="any"/></xsl:attribute>
+          <table width="100%" border="0" cellspacing="0" cellpadding="6">
+            <tr class="cPodH3"> 
+              <td><xsl:value-of select="title"/></td>
+              <td align="right"><a href="#top" class="cTopLink">top</a></td> 
+            </tr>
+            </table>
+        </xsl:element>
+        <xsl:apply-templates select="*[name()!='title']"/> 
+    </xsl:template>
 
 
 </xsl:stylesheet> 
\ No newline at end of file



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

Reply via email to