You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Geoffrey Young <gy...@laserlink.net> on 2001/06/06 15:41:26 UTC

[DIGEST] mod_perl digest 2001/06/02

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

                          mod_perl digest
 
                     May 27, 2001 - June 2, 2001

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

Recent happenings in the mod_perl world...


Features

  o mod_perl status
  o module announcements
  o mailing list highlights
  o news
  o links


mod_perl status

  o mod_perl
    - stable: 1.25 (released January 29, 2001) [1]
    - development: 1.25_01-dev [2]
  o Apache
    - stable: 1.3.20 (released May 15, 2001) [3]
    - development: 1.3.21-dev [4]
  o Perl
    - stable: 5.6.1 (released April 9, 2001) [5]
    - development: 5.7.1 [6]


module announcements

  o DBI 1.18 - Actually, 1.18 was just released, but since I'm 
    getting to this week's digest a little late I missed the
    1.16 announcement.  DBD::Oracle 1.07 was also released
    and an initial version of Oracle:OCI is on its way [7] [8] [9]

  o Apache::ASP 2.11 - provides an Active Server Pages port for
    Perl scripting only, and enables the development of dynamic web
    applications with session management and embedded perl code [10]

  o AxKit 1.4 - XML Application Server for Apache. It provides
    on-the-fly conversion from XML to any format, such as HTML, WAP or
    text using either W3C standard techniques, or flexible custom
    code. [11]

  o Apache::AuthCookie 3.00 - manages Authentication and Authorization
    via cookies [12]

  o HTML::Embperl 1.3.3  - embed Perl code in your HTML documents [13]

  o HTML::WebDav 0.1.10 - Perl interface to the neon HTTP and WebDAV 
    client library [14]

  o CGI::Application 1.31 - a CGI application toolkit [15]


mailing list highlights

  o The widget thread continues on from last week [16]

  o There was some discussion about using the Content-Disposition 
    header to tame MSIE [17]

  o Here is the beginnings of a Perl based mod_mime_magic [18]


news

  o take23.org has released a jobs page [19]

  o Netcraft May statistics
     Apache 62.24%     IIS 20.52% [20]

  
links
    
  o The Apache/Perl Integration Project [21]
  o mod_perl documentation [22]
  o mod_perl modules on CPAN [23]
  o mod_perl homepage [24]
  o mod_perl news and advocacy [25]
  o mod_perl list archives [26] [27]


happy mod_perling...

--Geoff
geoff@cpan.org

----------------------------------------------------------------------
[1] http://perl.apache.org/dist/
[2] http://perl.apache.org/from-cvs/modperl/
[3] http://www.apache.org/dist/httpd/
[4] http://dev.apache.org/from-cvs/apache-1.3/
[5] http://www.cpan.org/src/stable.tar.gz
[6] http://www.cpan.org/src/devel.tar.gz 
[7] http://marc.theaimsgroup.com/?l=perl-dbi&m=99173129428946&w=2
[8] http://marc.theaimsgroup.com/?l=perl-dbi&m=99122353908191&w=2
[9] http://marc.theaimsgroup.com/?l=perl-dbi&m=99179086925626&w=2
[10] http://forum.swarthmore.edu/epigone/modperl/pimpmexsmon
[11] http://forum.swarthmore.edu/epigone/modperl/sheestengend
[12] http://forum.swarthmore.edu/epigone/modperl/ploxgluda
[13] http://forum.swarthmore.edu/epigone/modperl/quimkaxhah
[14] http://forum.swarthmore.edu/epigone/modperl/whimbygru
[15] http://forum.swarthmore.edu/epigone/modperl/dangcryshand
[16] http://forum.swarthmore.edu/epigone/modperl/yandyphor
[17] http://forum.swarthmore.edu/epigone/modperl/khezalmum
[18] http://forum.swarthmore.edu/epigone/modperl/teltaxbran
[19] http://take23.org/jobs/
[20] http://www.netcraft.com/survey/
[21] http://perl.apache.org
[22] http://perl.apache.org/#docs
[23] http://www.cpan.org/modules/by-module/Apache/
[24] http://www.modperl.com
[25] http://www.take23.org
[26] http://forum.swarthmore.edu/epigone/modperl/
[27] http://marc.theaimsgroup.com/?l=apache-modperl&r=1&w=2

Re: [DIGEST] mod_perl digest 2001/06/02

Posted by Per Einar <pe...@skynet.be>.
----- Original Message ----- 
From: "Geoffrey Young" <gy...@laserlink.net>
To: <mo...@apache.org>
Sent: Wednesday, June 06, 2001 3:41 PM
Subject: [DIGEST] mod_perl digest 2001/06/02


> ----------------------------------------------------------------------
> 
>                           mod_perl digest
>  
>                      May 27, 2001 - June 2, 2001
> 
> ----------------------------------------------------------------------
> 
> Recent happenings in the mod_perl world...
> 
> 
> Features
> 
>   o mod_perl status
>   o module announcements
>   o mailing list highlights
>   o news
>   o links
> 
> 
> mod_perl status
> 
>   o mod_perl
>     - stable: 1.25 (released January 29, 2001) [1]
>     - development: 1.25_01-dev [2]
>   o Apache
>     - stable: 1.3.20 (released May 15, 2001) [3]
>     - development: 1.3.21-dev [4]
>   o Perl
>     - stable: 5.6.1 (released April 9, 2001) [5]
>     - development: 5.7.1 [6]
> 
> 
> module announcements
> 
>   o DBI 1.18 - Actually, 1.18 was just released, but since I'm 
>     getting to this week's digest a little late I missed the
>     1.16 announcement.  DBD::Oracle 1.07 was also released
>     and an initial version of Oracle:OCI is on its way [7] [8] [9]
> 
>   o Apache::ASP 2.11 - provides an Active Server Pages port for
>     Perl scripting only, and enables the development of dynamic web
>     applications with session management and embedded perl code [10]
> 
>   o AxKit 1.4 - XML Application Server for Apache. It provides
>     on-the-fly conversion from XML to any format, such as HTML, WAP or
>     text using either W3C standard techniques, or flexible custom
>     code. [11]
> 
>   o Apache::AuthCookie 3.00 - manages Authentication and Authorization
>     via cookies [12]
> 
>   o HTML::Embperl 1.3.3  - embed Perl code in your HTML documents [13]
> 
>   o HTML::WebDav 0.1.10 - Perl interface to the neon HTTP and WebDAV 
>     client library [14]

That's HTTP::WebDav :)

There sure were a lot of module announcements this week though.

> 
>   o CGI::Application 1.31 - a CGI application toolkit [15]
> 
> 
> mailing list highlights
> 
>   o The widget thread continues on from last week [16]
> 
>   o There was some discussion about using the Content-Disposition 
>     header to tame MSIE [17]
> 
>   o Here is the beginnings of a Perl based mod_mime_magic [18]
> 
> 
> news
> 
>   o take23.org has released a jobs page [19]
> 
>   o Netcraft May statistics
>      Apache 62.24%     IIS 20.52% [20]
> 
>   
> links
>     
>   o The Apache/Perl Integration Project [21]
>   o mod_perl documentation [22]
>   o mod_perl modules on CPAN [23]
>   o mod_perl homepage [24]
>   o mod_perl news and advocacy [25]
>   o mod_perl list archives [26] [27]
> 
> 
> happy mod_perling...
> 
> --Geoff
> geoff@cpan.org
> 
> ----------------------------------------------------------------------
> [1] http://perl.apache.org/dist/
> [2] http://perl.apache.org/from-cvs/modperl/
> [3] http://www.apache.org/dist/httpd/
> [4] http://dev.apache.org/from-cvs/apache-1.3/
> [5] http://www.cpan.org/src/stable.tar.gz
> [6] http://www.cpan.org/src/devel.tar.gz 
> [7] http://marc.theaimsgroup.com/?l=perl-dbi&m=99173129428946&w=2
> [8] http://marc.theaimsgroup.com/?l=perl-dbi&m=99122353908191&w=2
> [9] http://marc.theaimsgroup.com/?l=perl-dbi&m=99179086925626&w=2
> [10] http://forum.swarthmore.edu/epigone/modperl/pimpmexsmon
> [11] http://forum.swarthmore.edu/epigone/modperl/sheestengend
> [12] http://forum.swarthmore.edu/epigone/modperl/ploxgluda
> [13] http://forum.swarthmore.edu/epigone/modperl/quimkaxhah
> [14] http://forum.swarthmore.edu/epigone/modperl/whimbygru
> [15] http://forum.swarthmore.edu/epigone/modperl/dangcryshand
> [16] http://forum.swarthmore.edu/epigone/modperl/yandyphor
> [17] http://forum.swarthmore.edu/epigone/modperl/khezalmum
> [18] http://forum.swarthmore.edu/epigone/modperl/teltaxbran
> [19] http://take23.org/jobs/
> [20] http://www.netcraft.com/survey/
> [21] http://perl.apache.org
> [22] http://perl.apache.org/#docs
> [23] http://www.cpan.org/modules/by-module/Apache/
> [24] http://www.modperl.com
> [25] http://www.take23.org
> [26] http://forum.swarthmore.edu/epigone/modperl/
> [27] http://marc.theaimsgroup.com/?l=apache-modperl&r=1&w=2
>