richter     2002/06/24 23:22:18

  Modified:    eg/web   Tag: Embperl2c news.epl
               eg/webutil Tag: Embperl2c db.schema
               test/conf Tag: Embperl2c httpd.conf.src
  Log:
  2.0b8 :-)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.8   +1 -2      embperl/eg/web/Attic/news.epl
  
  Index: news.epl
  ===================================================================
  RCS file: /home/cvs/embperl/eg/web/Attic/news.epl,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -r1.1.2.7 -r1.1.2.8
  --- news.epl  24 Jun 2002 19:22:30 -0000      1.1.2.7
  +++ news.epl  25 Jun 2002 06:22:17 -0000      1.1.2.8
  @@ -59,9 +59,8 @@
                                       $txt = $rec -> {description} ;
                                       $txt =~ s#<#&lt;#g ;
                                       $txt =~ s#>#&gt;#g ;
  -                                    $txt =~ s#L&lt;\"(.*?)\"\|(.*?)&gt;#<A 
HREF="$2">$1</A>#g ;
                                       $txt =~ s#B&lt;(.*?)&gt;#<B>$1</B>#g ;
  -                                    $txt =~ s#(http://[-a-zA-Z.]+)#<A 
HREF="$1">$1</A>#g ;
  +                                    $txt =~ s#(http://[-a-zA-Z.]+)#<A 
HREF="$1">$1</A>#g if (!($txt =~ s#L&lt;\"(.*?)\"\|(.*?)&gt;#<A HREF="$2">$1</A>#g)) ;
                                       -]
                                       [+ do { local $escmode = 0 ; $txt } +]
                                   </font></td>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.6   +3 -3      embperl/eg/webutil/Attic/db.schema
  
  Index: db.schema
  ===================================================================
  RCS file: /home/cvs/embperl/eg/webutil/Attic/db.schema,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- db.schema 25 Jun 2002 06:09:59 -0000      1.1.2.5
  +++ db.schema 25 Jun 2002 06:22:18 -0000      1.1.2.6
  @@ -99,8 +99,8 @@
           { 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 =>15, item_id => 8, heading => '25.6.2002', language_id => 'en', 
description => 'Embperl 2.0b8 released. Contains many bugfixes, runs with mod_perl 2.' 
},
  -        { id =>16, item_id => 8, heading => '6/25/2002', language_id => 'de', 
description => 'Embperl 2.0b8 freigegeben. Enth�lt viel Fehlerkorrekturen und l�uft 
mit mod_perl 2.' },
  +        { 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 [[EMAIL PROTECTED]]', 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 [[EMAIL PROTECTED]]', 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.' },
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.24.4.69 +2 -1      embperl/test/conf/httpd.conf.src
  
  Index: httpd.conf.src
  ===================================================================
  RCS file: /home/cvs/embperl/test/conf/httpd.conf.src,v
  retrieving revision 1.24.4.68
  retrieving revision 1.24.4.69
  diff -u -r1.24.4.68 -r1.24.4.69
  --- httpd.conf.src    24 Jun 2002 19:22:31 -0000      1.24.4.68
  +++ httpd.conf.src    25 Jun 2002 06:22:18 -0000      1.24.4.69
  @@ -559,6 +559,7 @@
   EMBPERL_APPNAME EmbperlWeb
   EMBPERL_OPTIONS 16
   EMBPERL_DEBUG 0
  +EMBPERL_INPUT_ESCMODE 0
   EMBPERL_ALLOW .
   EMBPERL_OBJECT_BASE base.epl
   EMBPERL_OBJECT_APP  epwebapp.pl
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to