Mailing List Archive

svn commit: r1912787 - in /perl/embperl/trunk: ./ crypto/ eg/forms/js/ eg/forms/lib/ eg/web/ eg/webutil/ podsrc/
Author: richter
Date: Sat Oct 7 18:02:24 2023
New Revision: 1912787

URL: http://svn.apache.org/viewvc?rev=1912787&view=rev
Log:
Change http links to https in documentation

Modified:
perl/embperl/trunk/Changes.pod
perl/embperl/trunk/Embperl.pod
perl/embperl/trunk/EmbperlD.pod
perl/embperl/trunk/Faq.pod
perl/embperl/trunk/INSTALL.pod
perl/embperl/trunk/Intro.pod
perl/embperl/trunk/IntroD.pod
perl/embperl/trunk/IntroEmbperl2.pod
perl/embperl/trunk/NEWS.pod
perl/embperl/trunk/README
perl/embperl/trunk/SVN.pod
perl/embperl/trunk/TOC.pod
perl/embperl/trunk/TipsAndTricks.pod
perl/embperl/trunk/crypto/epcrypto_config.h
perl/embperl/trunk/eg/forms/js/prototype.js
perl/embperl/trunk/eg/forms/lib/footer.epl
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/webutil/db.schema
perl/embperl/trunk/podsrc/Config.spod

Modified: perl/embperl/trunk/Changes.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Changes.pod?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/Changes.pod (original)
+++ perl/embperl/trunk/Changes.pod Sat Oct 7 18:02:24 2023
@@ -753,7 +753,7 @@
This works in various ways:
# perl interacive command line debugger
perl -d embpexec.pl file.epl
- # ddd graphical debugger (http://www.gnu.org/software/ddd/)
+ # ddd graphical debugger (https://www.gnu.org/software/ddd/)
ddd --debugger 'perl -d embpexec.pl file.epl'
or via Apache::DB under mod_perl
- Embperl has now a defined API for creating/adding a new
@@ -1651,7 +1651,7 @@

- A lot of documentation updates. Now Embperl ships with most of
the documentation which is also available on
- http://perl.apache.org/embperl/
+ https://perl.apache.org/embperl/
This includes:
- Intro.pod an introduction to Embperl
- Faq.pod an new very much extented version of the FAQ

Modified: perl/embperl/trunk/Embperl.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl.pod?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl.pod (original)
+++ perl/embperl/trunk/Embperl.pod Sat Oct 7 18:02:24 2023
@@ -1663,10 +1663,10 @@ To subscribe to this list, send mail to
To unsubscribe send email to embperl-unsubscribe@perl.apache.org .

There is an archive for the Embperl mailing list at
-http://mail-archives.apache.org/mod_mbox/perl-embperl
+https://mail-archives.apache.org/mod_mbox/perl-embperl

For mod_perl related questions you may search the mod_perl mailing list
-archive at http://mail-archives.apache.org/mod_mbox/perl-modperl
+archive at https://mail-archives.apache.org/mod_mbox/perl-modperl


=head2 Commerical Support
@@ -1682,31 +1682,27 @@ You can reach us via https://www.actevy.

=head2 Information

-mod_perl http://perl.apache.org/
+mod_perl https://perl.apache.org/

-Embperl http://perl.apache.org/embperl/
+Embperl https://perl.apache.org/embperl/

-Embperl (german) https://www.actevy.io/embperl/
+Embperl (german) https://www.actevy.io/embperl/de/

-DBIx::Recordset http://search.cpan.org/~grichter/
+DBIx::Recordset https://metacpan.org/author/GRICHTER

-Apache web server http://www.apache.org/
+Apache web server https://www.apache.org/

-=head2 Download
-
-mod_perl http://perl.apache.org/dist/
+More Apache Perl modules https://perl.apache.org/src/apache-modlist.html

-Apache Perl Modules http://www.perl.com/CPAN/modules/by-module/Apache/
-
-Embperl http://www.embperl.org/downloads
+=head2 Download

-DBIx::Recordset http://search.cpan.org/~grichter/
+mod_perl https://perl.apache.org/download/index.html

-PPM for ActiveState
+Apache Perl Modules https://www.perl.com/CPAN/modules/by-module/Apache/

-- Perl 5.6.x http://theoryx5.uwinnipeg.ca/ppmpackages/
+Embperl https://www.embperl.org/downloads

-- Perl 5.8.x http://theoryx5.uwinnipeg.ca/ppms
+DBIx::Recordset https://metacpan.org/author/GRICHTER

B<Informations on how to install Embperl can be found in> L<INSTALL.pod>

@@ -1725,10 +1721,10 @@ From: Erik Arneson [erik@mind.net]
Here's the amount of documentation I've got right now.

They need to get mmm.el from this URL:
-http://mmm-mode.sourceforge.net/
+https://mmm-mode.sourceforge.net/

Then download my mmm-embperl.el from this one:
-http://www.aarg.net/erik/mmm-embperl.el
+https://www.aarg.net/erik/mmm-embperl.el

The documentation for using these is included in those two elisp files.

@@ -1737,16 +1733,16 @@ The documentation for using these is inc
Vim Syntaxfile for Vim 5.x & 6.x from Lukas Zapletal with syntax highliting for JavaScript, VBScript,
Perl+Embperl, CSS and HTML, yellow background for Perl`s code (like M$ Interdev) and
working Perl folding can be found at
-http://vim.sourceforge.net/script.php?script_id=61
+https://vim.sourceforge.net/script.php?script_id=61

-Vim Syntaxfile from Steve Willer can be found at http://www.interlog.com/~willer/embperl.vim
+Vim Syntaxfile from Steve Willer can be found at https://www.interlog.com/~willer/embperl.vim

-Vim Syntaxfile from Kee Hinckley can be found at http://www.somewhere.com/software/
+Vim Syntaxfile from Kee Hinckley can be found at https://www.somewhere.com/software/

=head2 Dreamweaver

Dreamweaver extension which tells Dreamweaver not to touch Embperl code can
-be found at http://www.somewhere.com/software/
+be found at https://www.somewhere.com/software/


=head1 AUTHOR

Modified: perl/embperl/trunk/EmbperlD.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/EmbperlD.pod?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/EmbperlD.pod (original)
+++ perl/embperl/trunk/EmbperlD.pod Sat Oct 7 18:02:24 2023
@@ -303,7 +303,7 @@ Beispiel: (siehe auch eg/x/input.htm aus

Wenn Sie dieses Dokument mit

- http://host/doc.htm?field1=A&field2=B&field3=C
+ https://host/doc.htm?field1=A&field2=B&field3=C

aufrufen, erzeugt I<Embperl> folgende Ausgabe:

@@ -516,13 +516,13 @@ innerhalb solcher URLs zur URL Parameter
@A = (X, 9, Y, 8, Z, 7)
-]

- <A HREF="http://localhost/tests?[+ $A +]">
- <A HREF="http://localhost/tests?[+ \@A +]">
+ <A HREF="https://localhost/tests?[+ $A +]">
+ <A HREF="https://localhost/tests?[+ \@A +]">

wird von I<Embperl> zu Folgendem expandiert:

- <A HREF="http://localhost/tests?A=1&B=2">
- <A HREF="http://localhost/tests?X=9&Y=8&Z=7">
+ <A HREF="https://localhost/tests?A=1&B=2">
+ <A HREF="https://localhost/tests?X=9&Y=8&Z=7">


=back
@@ -1257,11 +1257,11 @@ nicht lösen lassen, ist die Mailinglist
Oft wurden Probleme schon diskutiert, deshalb lohnt sich ein Blick in
die Archive der Liste.

-http://mail-archives.apache.org/mod_mbox/perl-embperl
+https://mail-archives.apache.org/mod_mbox/perl-embperl

oder in das Archiv der mod_perl Mailingliste für Fragen in Zusammenhang mit mod_perl

-http://mail-archives.apache.org/mod_mbox/perl-modperl
+https://mail-archives.apache.org/mod_mbox/perl-modperl

Um die Mailingliste zu abbonieren, senden Sie eine Mail an
embperl-subscribe@perl.apache.org, zum von der Liste gestrichen zu werden
@@ -1281,37 +1281,29 @@ Sie erreichen uns via https://www.actevy

=head2 Informationen

-mod_perl http://perl.apache.org/
+mod_perl https://perl.apache.org/

-mod_perl FAQ http://perl.apache.org/faq
+Embperl https://perl.apache.org/embperl/

-Embperl http://perl.apache.org/embperl/
+Embperl (deutsch) https://www.actevy.io/embperl/de/

-Embperl (deutsch) https://www.actevy.io/embperl/
+DBIx::Recordset https://metacpan.org/author/GRICHTER

-DBIx::Recordset http://search.cpan.org/~grichter/
+Apache Webserver https://www.apache.org/

-Apache Webserver http://www.apache.org/
-
-ben-ssl (freier httpsd) http://www.apache-ssl.org/
-
-mod_ssl (freier httpsd) http://www.modssl.org/
-
-stronghold (kommerizieller httpsd) http://www.c2.net/
- Europa http://www.eu.c2.net/
-weitere Apache module http://perl.apache.org/src/apache-modlist.html
+Weitere Apache module https://perl.apache.org/src/apache-modlist.html

=head2 Download

-mod_perl http://www.perl.com/CPAN/modules/by-module/Apache
+mod_perl https://perl.apache.org/download/index.html

-Embperl http://www.embperl.org/downloads
+Embperl https://www.embperl.org/downloads

-DBIx::Recordset http://search.cpan.org/~grichter/
+DBIx::Recordset https://metacpan.org/author/GRICHTER

-Debian packages http://www.cse.unsw.edu.au/~gusl/embperl
+Debian packages https://www.cse.unsw.edu.au/~gusl/embperl

-PPM für ActiveState http://theoryx5.uwinnipeg.ca/ppmpackages/
+PPM für ActiveState https://theoryx5.uwinnipeg.ca/ppmpackages/


B<Information wie Embperl installiert wird finden sich in> L<INSTALL.pod>.
@@ -1328,10 +1320,10 @@ Weitere Informationen dazu stehen in L<"
Von: Erik Arneson [erik@mind.net]

Man braucht mmm.el von
-http://mmm-mode.sourceforge.net/
+https://mmm-mode.sourceforge.net/

Anschließend muß man mein mmm-embperl.el downloaden von
-http://www.aarg.net/erik/mmm-embperl.el
+https://www.aarg.net/erik/mmm-embperl.el

Dokumentation ist in den Dateien enthalten.

@@ -1340,16 +1332,16 @@ Dokumentation ist in den Dateien enthalt
Vim Syntaxfile für Vim 5.x & 6.x von Lukas Zapletal mit syntax highliting für JavaScript, VBScript,
Perl+Embperl, CSS und HTML, gelbem Hintergrund für Perl code (wie M$ Interdev) und
funktionierendem Perl folding:
-http://vim.sourceforge.net/script.php?script_id=61
+https://vim.sourceforge.net/script.php?script_id=61

-Vim Syntaxfile von Steve Willer: http://www.interlog.com/~willer/embperl.vim
+Vim Syntaxfile von Steve Willer: https://www.interlog.com/~willer/embperl.vim

-Vim Syntaxfile von Kee Hinckley: http://www.somewhere.com/software/
+Vim Syntaxfile von Kee Hinckley: https://www.somewhere.com/software/

=head2 Dreamweaver

Dreamweaverextention welche Dreamweaver veranlasst den Embperl code in Ruhe zu lassen
-befindet sich unter http://www.somewhere.com/software/
+befindet sich unter https://www.somewhere.com/software/


=head1 Author

Modified: perl/embperl/trunk/Faq.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Faq.pod?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/Faq.pod (original)
+++ perl/embperl/trunk/Faq.pod Sat Oct 7 18:02:24 2023
@@ -52,9 +52,10 @@ No.

=head2 Is there a binary distribution of Embperl for Win32?

+Former versions of Embperl could be found here.
Win NT/95/98 binarys for Apache/perl/mod_perl/Embperl are
available from ftp://theoryx5.uwinnipeg.ca/pub/other/ . A
-european mirror is at http://www.robert.cz/misc/ .
+european mirror is at https://www.robert.cz/misc/ .


=head2 I want to run Embperl with mod_perl under Apache. In what order should I
@@ -78,7 +79,7 @@ cc: Internal compiler error: program cc1
make: *** [epmain.o] Error 1

GCC croaking with signal 11 frequently indicates hardware problems.
-See http://www.bitwizard.nl/sig11/
+See https://www.bitwizard.nl/sig11/


=head2 I have a lot of errors in 'make test' from mod_perl when using Embperl

Modified: perl/embperl/trunk/INSTALL.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/INSTALL.pod?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/INSTALL.pod (original)
+++ perl/embperl/trunk/INSTALL.pod Sat Oct 7 18:02:24 2023
@@ -51,9 +51,9 @@ Not all module are available as precomip

=head2 Installing from source

-You can download Embperl from CPAN or from http://www.embperl.org/downloads
+You can download Embperl from CPAN or from https://www.embperl.org/downloads

-Beta Versions and release candidates are only available from http://www.embperl.org/downloads
+Beta Versions and release candidates are only available from https://www.embperl.org/downloads

=over

@@ -130,7 +130,7 @@ Starting with Embperl 2.0b4 it has a bui
use Gnome libxml and libxslt.
Embperl is currently tested with libxslt 1.0.4 and newer.

-To use libxml/libxslt, download them from http://xmlsoft.org/ and install
+To use libxml/libxslt, download them from https://xmlsoft.org/ and install
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)
@@ -269,21 +269,21 @@ will already be there.

=head2 Win32 with ActiveState Perl and Apache 1.3.x

-First get and install ActiveState Perl from http://www.activestate.com/
+First get and install ActiveState Perl from https://www.activestate.com/

You can skip the installation of Apache and mod_perl, if you only want
to use Embperl offline or as CGI.

Next get the Apache binary (including the source e.g.
apache_1.3.31-win32-x86-src.msi) from
-http://www.apache.org/dist/httpd/binaries/win32/ or a mirror. (You may
+https://www.apache.org/dist/httpd/binaries/win32/ or a mirror. (You may
need to install the windows MSI installer from the same page too, and
be sure to read the README at the end of the file list for further
requirements of some windows versions, especially Windows 95 and
XP). Now run the installation.

Then install mod_perl. How to do this is described very detailed at
-http://perl.apache.org/docs/1.0/os/win32/install.html#PPM_Packages
+https://perl.apache.org/docs/1.0/os/win32/install.html#PPM_Packages

In this file, you'll find a short summary of that page.

@@ -292,7 +292,7 @@ There are two ways to install mod_perl:
+ Easy version:

Download the perl script
- http://perl.apache.org/docs/1.0/os/win32/mpinstall and execute it
+ https://perl.apache.org/docs/1.0/os/win32/mpinstall and execute it
with "perl mpinstall". It will interactively install you the right
mod_perl version.

@@ -302,11 +302,11 @@ There are two ways to install mod_perl:

- If you have Perl 5.8.x:

- ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl-1.ppd
+ ppm install https://theoryx5.uwinnipeg.ca/ppms/mod_perl-1.ppd

- If you have Perl 5.6.x:

- ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl.ppd
+ ppm install https://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl.ppd


If you get asked for the Apache directory, enter the C<modules>
@@ -319,7 +319,7 @@ As last step you can install the Embperl

+ If you have Perl 5.8.x:

- ppm install http://theoryx5.uwinnipeg.ca/ppms/Embperl-1.ppd
+ ppm install https://theoryx5.uwinnipeg.ca/ppms/Embperl-1.ppd

This is an Embperl 2 ppd, the "-1" at the end of the package name
denotes that this ppd is for mod_perl 1.x. There is no Embperl 1 ppd
@@ -329,11 +329,11 @@ As last step you can install the Embperl

- Embperl 1:

- ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/HTML-Embperl.ppd
+ ppm install https://theoryx5.uwinnipeg.ca/ppmpackages/HTML-Embperl.ppd

- Embperl 2:

- ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/Embperl.ppd
+ ppm install https://theoryx5.uwinnipeg.ca/ppmpackages/Embperl.ppd



@@ -417,7 +417,7 @@ See L<"perldoc Embperl"|"Embperl.pod"> f
See L<"perldoc TipsAndTricks"|"TipsAndTricks.pod"> for Tips and Tricks
around Embperl.

-or you can view it online on http://perl.apache.org/embperl/
+or you can view it online on https://perl.apache.org/embperl/
and https://www.actevy.io/embperl/



Modified: perl/embperl/trunk/Intro.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Intro.pod?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/Intro.pod (original)
+++ perl/embperl/trunk/Intro.pod Sat Oct 7 18:02:24 2023
@@ -692,5 +692,5 @@ features of Embperl 2
For a full documentation read L<"perldoc Embperl"|"Embperl.pod"> and
L<"perldoc Config"|"Config.pod">.

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


Modified: perl/embperl/trunk/IntroD.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/IntroD.pod?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/IntroD.pod (original)
+++ perl/embperl/trunk/IntroD.pod Sat Oct 7 18:02:24 2023
@@ -647,7 +647,8 @@ Schleifen.

DBIx::Recordset ist ein Modul welches den Datenbankzugriff vereinfachen soll.
Eine weiterführende Einführung zu DBIx::Recordset und Embperl findet sich in der iX 9/1999
-unter http://www.heise.de/ix/artikel/1999/09/137/ .
+unter https://www.heise.de/select/ix/archiv/1999/9/seite-142/pdf (erfordert Anmeldung).
+


=head2 Datenbankabfrage Beispiel
@@ -673,7 +674,7 @@ unter http://www.heise.de/ix/artikel/199
Search nimmt die Werte aus %fdat und benutzt diese um einen SQL WHERE
Ausdruck zu erzeugen. Auf diese Weise hängt es davon ab, was an das
Dokument für Daten gesandt werden, welche Anfrage ausgeführt wird.
-z.B. wenn man das Dokument mit http://host/mydoc.html?id=5 aufruft,
+z.B. wenn man das Dokument mit https://host/mydoc.html?id=5 aufruft,
werden alle Datensätze deren Feld id den Wert 5 enthält angezeigt.

=head2 Die Daten können als Array oder mittels eines aktuellen Datensatzzeigers angesprochen werden

Modified: perl/embperl/trunk/IntroEmbperl2.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/IntroEmbperl2.pod?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/IntroEmbperl2.pod (original)
+++ perl/embperl/trunk/IntroEmbperl2.pod Sat Oct 7 18:02:24 2023
@@ -44,7 +44,7 @@ creating dynamic websites? Embperl does
I<Embperl::Object> and thereby facilating the conception and
implementation of big dynamic component-based websites.

-Using Embperl's own website (http://perl.apache.org/embperl/)
+Using Embperl's own website (https://perl.apache.org/embperl/)
as example, the following sections will show how
I<Embperl::Object> works. The full source code of the Embperl
website is included in the distribution of version 2.0 of Embperl in
@@ -704,7 +704,7 @@ possible.
If you interested in more you find addtional
information on the Embperl website

-http://perl.apache.org/embperl
+https://perl.apache.org/embperl

or


Modified: perl/embperl/trunk/NEWS.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/NEWS.pod?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/NEWS.pod (original)
+++ perl/embperl/trunk/NEWS.pod Sat Oct 7 18:02:24 2023
@@ -12,13 +12,13 @@ ftp://ftp.dev.ecos.de/pub/perl/embperl/H

=item * 25. Mar 2001

-My talk from the 3. German Perl-Workshop (http://www.perlworkshop.de)
+My talk from the 3. German Perl-Workshop (https://www.perlworkshop.de)
is available at https://www.actevy.io/ep/pod/conf/ApCon2001.Embperl.zip .
It also contains a good introduction to the new features in Embperl 2.0 .

=item * 1. Mar 2001

-I will give a talk on the ApacheCon 2001 (http://www.apachecon.com/) about
+I will give a talk on the ApacheCon 2001 (https://www.apachecon.com/) about
"Embperl - Building dynamic Websites with Perl"

=item * 13. Feb 2001
@@ -85,7 +85,7 @@ Embperl 1.3b4 released
On the O'Reilly Open Source Software Convention there is again a talk about Embperl
Embperl - From Embedding Perl into HTML to Objects and XML

-http://www.oreillynet.com/pub/e_sess/863
+https://www.oreillynet.com/pub/e_sess/863

Slides are available at

@@ -104,7 +104,7 @@ Embperl 1.3b3 released

Perlmonth starts a new article series about Embperl

-http://www.perlmonth.com/index.html?issue=11
+https://www.perlmonth.com/index.html?issue=11

=item * 16. Apr 2000

@@ -118,13 +118,13 @@ Embperl now has it's own Mailinglist

Tallyman is a free content management and shopping system based on Embperl

-http://sourceforge.net/projects/tallyman/
+https://sourceforge.net/projects/tallyman/

=item * 13. Mar 2000

Apache::iNcom is a free Web E-Commerce Application Framework based on Embperl.

-http://indev.insu.com/iNcom/incom.html
+https://indev.insu.com/iNcom/incom.html

=item * 11. Feb 2000

@@ -184,13 +184,13 @@ Embperl 1.2b6 released

Article in german Unix magazine iX 9/99 about Embperl and DBIx::Recordset

-http://www.heise.de/ix/artikel/1999/09/137/
+https://www.heise.de/ix/artikel/1999/09/137/

=item * May/April/June 99

Perlmonth has a column about Embperl

-http://www.perlmonth.com/columns/backend/server_setup.html?issue=1
+https://www.perlmonth.com/columns/backend/server_setup.html?issue=1

=item * 5. July 99

@@ -201,11 +201,11 @@ Embperl 1.2b5 released
On the O'Reilly Open Source Software Convention there are two talks about Embperl
Embperl and DBIx::Recordset -- How to Easily Build a Database Driven Web Site

-http://conferences.oreilly.com/apache/conf_desc.html#c13
+https://conferences.oreilly.com/apache/conf_desc.html#c13

New Stuff: Embedding Perl

-http://conferences.oreilly.com/perl3/conf_desc.html#p21
+https://conferences.oreilly.com/perl3/conf_desc.html#p21

=back


Modified: perl/embperl/trunk/README
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/README?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/README (original)
+++ perl/embperl/trunk/README Sat Oct 7 18:02:24 2023
@@ -63,7 +63,7 @@ Embperl::Form can be found at: eg/forms

All the above and further information can be found at the Embperl website

- http://perl.apache.org/embperl/
+ https://perl.apache.org/embperl/

All the above and further information can be found at the german Embperl website

@@ -227,7 +227,7 @@ You can use the Perl interacive command

perl -d embpexec.pl file.epl

-or if you prefer a graphical debugger, try ddd (http://www.gnu.org/software/ddd/)
+or if you prefer a graphical debugger, try ddd (https://www.gnu.org/software/ddd/)
it's a great tool, also for debugging any other perl script:

ddd --debugger 'perl -d embpexec.pl file.epl'
@@ -367,10 +367,10 @@ To subscribe to this list, send mail to
To unsubscribe send email to embperl-unsubscribe@perl.apache.org .

There is an archive for the Embperl mailing list at
-http://mail-archives.apache.org/mod_mbox/perl-embperl
+https://mail-archives.apache.org/mod_mbox/perl-embperl

For mod_perl related questions you may search the mod_perl mailing list
-archive at http://mail-archives.apache.org/mod_mbox/perl-modperl
+archive at https://mail-archives.apache.org/mod_mbox/perl-modperl


AUTHOR

Modified: perl/embperl/trunk/SVN.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/SVN.pod?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/SVN.pod (original)
+++ perl/embperl/trunk/SVN.pod Sat Oct 7 18:02:24 2023
@@ -27,29 +27,29 @@ helpful.

To access the Subversion repositories anonymously, you will need a Subversion client.
You can also browse the ASF projects that are using Subversion with a Webbroswer via
-http://svn.apache.org/repos/asf/.
+https://svn.apache.org/repos/asf/.

-Embperl can be found at the URL http://svn.apache.org/repos/asf/perl/embperl/
+Embperl can be found at the URL https://svn.apache.org/repos/asf/perl/embperl/

To check it out use

- svn checkout http://svn.apache.org/repos/asf/perl/embperl/trunk embperl
+ svn checkout https://svn.apache.org/repos/asf/perl/embperl/trunk embperl

To keep it up to date go into the embperl directory and run

svn up

-For more help on using Subversion, consult the Subversion website (http://subversion.tigris.org/)
-or Subversion book (http://svnbook.red-bean.com/).
-The web site provides a list of clients and useful links (http://subversion.tigris.org/project_links.html).
+For more help on using Subversion, consult the Subversion website (https://subversion.tigris.org/)
+or Subversion book (https://svnbook.red-bean.com/).
+The web site provides a list of clients and useful links (https://subversion.tigris.org/project_links.html).


=head2 web-access

As mentioned above you can browser the svn repository directly with a webbrowser at
-http://svn.apache.org/repos/asf/perl/embperl
+https://svn.apache.org/repos/asf/perl/embperl

-A more confortable way is to use http://svn.apache.org/viewcvs.cgi/perl/embperl/
+A more confortable way is to use https://svn.apache.org/viewcvs.cgi/perl/embperl/



@@ -60,7 +60,7 @@ will become necessary you can access the
B<ep1>, so when you checkout just run


- svn checkout http://svn.apache.org/repos/asf/perl/embperl/branches/ep1/
+ svn checkout https://svn.apache.org/repos/asf/perl/embperl/branches/ep1/


=head2 MAILING LIST

Modified: perl/embperl/trunk/TOC.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/TOC.pod?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/TOC.pod (original)
+++ perl/embperl/trunk/TOC.pod Sat Oct 7 18:02:24 2023
@@ -206,7 +206,7 @@ namespaces; Handling queries in DBI; Han
Development and production websites.

As an example how Embperl can be used, the sourcecode of the Embperl
-website (see http://perl.apache.org/embperl/) is contained in the
+website (see https://perl.apache.org/embperl/) is contained in the
directory eg/ of the Embperl distribution archive. Read L<eg/README>
of the Embperl distribution archive for an overview.


Modified: perl/embperl/trunk/TipsAndTricks.pod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/TipsAndTricks.pod?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/TipsAndTricks.pod (original)
+++ perl/embperl/trunk/TipsAndTricks.pod Sat Oct 7 18:02:24 2023
@@ -317,7 +317,7 @@ F</etc/apache/httpd.conf>

<VirtualHost 10.1.1.2:80>
ServerName crazyguyonabike.com
- Redirect / http://www.crazyguyonabike.com
+ Redirect / https://www.crazyguyonabike.com
</VirtualHost>

# Set EmbPerl handler for main directory

Modified: perl/embperl/trunk/crypto/epcrypto_config.h
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/crypto/epcrypto_config.h?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/crypto/epcrypto_config.h (original)
+++ perl/embperl/trunk/crypto/epcrypto_config.h Sat Oct 7 18:02:24 2023
@@ -41,7 +41,7 @@

Possible Chipers, an up to date list can be found at

-http://www.openssl.org/docs/crypto/EVP_EncryptInit.html#CIPHER_LISTING
+https://www.openssl.org/docs/crypto/EVP_EncryptInit.html#CIPHER_LISTING

-------------------------------------------------------------------------------


Modified: perl/embperl/trunk/eg/forms/js/prototype.js
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/forms/js/prototype.js?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/eg/forms/js/prototype.js (original)
+++ perl/embperl/trunk/eg/forms/js/prototype.js Sat Oct 7 18:02:24 2023
@@ -2,7 +2,7 @@
* (c) 2005-2007 Sam Stephenson
*
* Prototype is freely distributable under the terms of an MIT-style license.
- * For details, see the Prototype web site: http://www.prototypejs.org/
+ * For details, see the Prototype web site: https://www.prototypejs.org/
*
*--------------------------------------------------------------------------*/

@@ -2729,7 +2729,7 @@ document.viewport = {
};
/* Portions of the Selector class are derived from Jack Slocumâ??s DomQuery,
* part of YUI-Ext version 0.40, distributed under the terms of an MIT-style
- * license. Please see http://www.yui-ext.com/ for more information. */
+ * license. Please see https://www.yui-ext.com/ for more information. */

var Selector = Class.create({
initialize: function(expression) {

Modified: perl/embperl/trunk/eg/forms/lib/footer.epl
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/forms/lib/footer.epl?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/eg/forms/lib/footer.epl (original)
+++ perl/embperl/trunk/eg/forms/lib/footer.epl Sat Oct 7 18:02:24 2023
@@ -7,7 +7,7 @@
<td colspan=1 valign=top align=left class="cFooterText">
[= txt:logged_in_as =] <span class="cFooterTextBold">&nbsp;[+ $user || $epreq -> gettext('txt:<unknown>') +]</span></td>
<td colspan=1 valign=top align=right class="cFooterText">
- &nbsp;&nbsp;&nbsp; Copyright &copy; [+ $oem -> {copyrighttime} +]&nbsp;&nbsp;&nbsp;<a href="[+ $oem -> {copyrighthref} || 'http://www.embperl.org/'+]" target="_blank">[+ $oem -> {copyright} || 'Gerald Richter' +]</a>&nbsp;&nbsp;&nbsp;<a href="/main_empty.epl?-frame=[+ $epreq -> frames +]">u.a.</a>&nbsp;&nbsp;&nbsp;
+ &nbsp;&nbsp;&nbsp; Copyright &copy; [+ $oem -> {copyrighttime} +]&nbsp;&nbsp;&nbsp;<a href="[+ $oem -> {copyrighthref} || 'https://www.embperl.org/'+]" target="_blank">[+ $oem -> {copyright} || 'Gerald Richter' +]</a>&nbsp;&nbsp;&nbsp;<a href="/main_empty.epl?-frame=[+ $epreq -> frames +]">u.a.</a>&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>

Modified: perl/embperl/trunk/eg/web/header.epl
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/header.epl?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/header.epl (original)
+++ perl/embperl/trunk/eg/web/header.epl Sat Oct 7 18:02:24 2023
@@ -44,11 +44,11 @@ $site = $1 if ($ENV{HTTP_USER_AGENT} =~
-]

<!-- SiteSearch Google -->
-<form method="get" action="http://www.google.de/custom" target="_top">
+<form method="get" action="https://www.google.de/custom" target="_top">
<table border="0" bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
-<a href="http://www.google.com/">
-<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
+<a href="https://www.google.com/">
+<img src="https://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="[+ $site +]"></input>

Modified: perl/embperl/trunk/eg/web/index.htm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/index.htm?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/index.htm (original)
+++ perl/embperl/trunk/eg/web/index.htm Sat Oct 7 18:02:24 2023
@@ -20,7 +20,7 @@ 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 <a href="http://perl.apache.org/" target="_blank">mod_perl</a>, as a CGI script, or offline.</p>
+run in various ways: under <a href="https://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.

Modified: perl/embperl/trunk/eg/web/indexD.htm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/indexD.htm?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/indexD.htm (original)
+++ perl/embperl/trunk/eg/web/indexD.htm Sat Oct 7 18:02:24 2023
@@ -28,7 +28,7 @@ das Erstellen von eigenen Grammatiken (z
Schreiben von benutzerspezifischen Providern.</p>

<p><b>Embperl</b> läuft auf dem <b>Webserver</b> ab und ist dadurch völlig browserunabhängig.
-Es kann dabei unter <a href="http://perl.apache.org/" target="_blank">mod_perl</a>,
+Es kann dabei unter <a href="https://perl.apache.org/" target="_blank">mod_perl</a>,
als CGI Skript oder Offline ausgeführt werden.</p>

<p>Die <a href="https://www.actevy.io/embperl/pod/list/Features.htm">Liste der Features</a>

Modified: perl/embperl/trunk/eg/web/menuleft.epl
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/web/menuleft.epl?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/eg/web/menuleft.epl (original)
+++ perl/embperl/trunk/eg/web/menuleft.epl Sat Oct 7 18:02:24 2023
@@ -135,7 +135,7 @@ google_color_url = "008000";
google_color_text = "6F6F6F";
//--></script>
<script type="text/javascript"
- src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+ src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
#]
</td>

Modified: perl/embperl/trunk/eg/webutil/db.schema
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/eg/webutil/db.schema?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/eg/webutil/db.schema (original)
+++ perl/embperl/trunk/eg/webutil/db.schema Sat Oct 7 18:02:24 2023
@@ -77,8 +77,8 @@
'!PrimKey' => 'id',
'!Init' =>
[.
- { id => 1, item_id => 1, heading => '28.7.2001', language_id => 'de', description => 'David Lloyd wird einen Vortrag über Embperl auf der L<"AUUG Annual Conference"|http://www.auug.org.au/winter/auug2001/> in Sydney, Australien, am 26, 27 and 28 September 2001 halten.' },
- { id => 2, item_id => 1, heading => '7/28/2001', language_id => 'en', description => 'David Lloyd is makeing a talk at the L<"AUUG Annual Conference"|http://www.auug.org.au/winter/auug2001/>, which will be held in Sydney, Australia, on 26, 27 and 28 September 2001 ' },
+ { id => 1, item_id => 1, heading => '28.7.2001', language_id => 'de', description => 'David Lloyd wird einen Vortrag über Embperl auf der L<"AUUG Annual Conference"|https://www.auug.org.au/winter/auug2001/> in Sydney, Australien, am 26, 27 and 28 September 2001 halten.' },
+ { id => 2, item_id => 1, heading => '7/28/2001', language_id => 'en', description => 'David Lloyd is makeing a talk at the L<"AUUG Annual Conference"|https://www.auug.org.au/winter/auug2001/>, which will be held in Sydney, Australia, on 26, 27 and 28 September 2001 ' },

{ id => 3, item_id => 2, heading => '20.11.2001', language_id => 'de', description => 'Embperl 2.0b4 freigegeben. Neu ist die Unterstützung für XML und XSLT, sowie das Zusammensetzen des Ergebnisses eines Requests durch mehrere frei kombinierbare Provider.' },
{ id => 4, item_id => 2, heading => '11/20/2001', language_id => 'en', description => 'Embperl 2.0b4 released. This release introduces XML and XSLT support into Embperl, along with a new way of creating a request from a series of providers, which pluged together in a hierachial tree structure.' },
@@ -95,14 +95,14 @@
{ id =>11, item_id => 6, heading => '3/21/2002', language_id => 'en', description => 'Embperl 2.0b7 released ' },
{ id =>12, item_id => 6, heading => '21.3.2002', language_id => 'de', description => 'Embperl 2.0b7 freigegeben' },

- { id =>13, item_id => 7, heading => '28.5.2002', language_id => 'de', description => 'Auch auf der diesjährigen L<"O\'Reilly Open-Source Convention"|http://conferences.oreillynet.com/os2002/> in San Diego wird es wieder ein Vortrag über Embperl geben.' },
- { id =>14, item_id => 7, heading => '5/28/2002', language_id => 'en', description => 'Again this year there will be a talk about Embperl at the L<"O\'Reilly Open-Source Convention"|http://conferences.oreillynet.com/os2002/> in San Diego in July.' },
+ { id =>13, item_id => 7, heading => '28.5.2002', language_id => 'de', description => 'Auch auf der diesjährigen L<"O\'Reilly Open-Source Convention"|https://conferences.oreillynet.com/os2002/> in San Diego wird es wieder ein Vortrag über Embperl geben.' },
+ { id =>14, item_id => 7, heading => '5/28/2002', language_id => 'en', description => 'Again this year there will be a talk about Embperl at the L<"O\'Reilly Open-Source Convention"|https://conferences.oreillynet.com/os2002/> in San Diego in July.' },

{ id =>15, item_id => 8, heading => '6/25/2002', language_id => 'en', description => 'Embperl 2.0b8 released. Contains many bugfixes, runs with mod_perl 2.' },
{ id =>16, item_id => 8, heading => '25.6.2002', language_id => 'de', description => 'Embperl 2.0b8 freigegeben. Enthält viel Fehlerkorrekturen und läuft mit mod_perl 2.' },

- { id => 17, item_id => 9, heading => 'http://bilder.ecos.de - Gerald Richter [richter at embperl dot org]', language_id => 'de', description => 'Dies ist die Site für die Embperl ursprünglich geschrieben wurde. Es ist eine einfache Bilddatenbank die touristische Bilder aus Rheinland-Pflaz enthält. ' },
- { id => 18, item_id => 9, heading => 'http://bilder.ecos.de - Gerald Richter [richter at embperl dot org]', language_id => 'en', description => 'This was the site Embperl was originally written for. It\'s a simple picture database which contains pictures and tourist information for Rheinland-Pfalz/Germany. It\'s intended as press information, to reduce the need for sending photographs by real mail. You can view and search the pictures via the Internet or via a direct dial-in. Download is only available for valid users and via direct dial-in. It is also possible to maintain the database via the web and insert new pictures and descriptions and change or delete old ones.' },
+ { id => 17, item_id => 9, heading => 'https://bilder.ecos.de - Gerald Richter [richter at embperl dot org]', language_id => 'de', description => 'Dies ist die Site für die Embperl ursprünglich geschrieben wurde. Es ist eine einfache Bilddatenbank die touristische Bilder aus Rheinland-Pflaz enthält. ' },
+ { id => 18, item_id => 9, heading => 'https://bilder.ecos.de - Gerald Richter [richter at embperl dot org]', language_id => 'en', description => 'This was the site Embperl was originally written for. It\'s a simple picture database which contains pictures and tourist information for Rheinland-Pfalz/Germany. It\'s intended as press information, to reduce the need for sending photographs by real mail. You can view and search the pictures via the Internet or via a direct dial-in. Download is only available for valid users and via direct dial-in. It is also possible to maintain the database via the web and insert new pictures and descriptions and change or delete old ones.' },
]
},


Modified: perl/embperl/trunk/podsrc/Config.spod
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/podsrc/Config.spod?rev=1912787&r1=1912786&r2=1912787&view=diff
==============================================================================
--- perl/embperl/trunk/podsrc/Config.spod (original)
+++ perl/embperl/trunk/podsrc/Config.spod Sat Oct 7 18:02:24 2023
@@ -1350,7 +1350,7 @@ The decoded path of the unparsed_uri.
=head2 *PARAM $request / / server_addr / 2.0b9 / yes

URL of the server of the current request in the form
-schema://addr:port/ e.g. http://perl.apache.org/ (port is omitted if it is
+schema://addr:port/ e.g. https://perl.apache.org/ (port is omitted if it is
an default port)

=head2 *PARAM $request / / path_info / 2.0b6 / yes



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