Re: New module CGI::SSI

2001-01-15 Thread Vadim Y. Ponomarenko

On 13 Jan 2001, Andreas J. Koenig wrote:

> > On Wed, 10 Jan 2001 14:41:01 +0200 (EET), "Vadim Y. Ponomarenko" 
><[EMAIL PROTECTED]> said:
> 
>  > On 9 Jan 2001, Andreas J. Koenig wrote:
> >> We have a namespace clash. CGI::SSI is already uploaded:
> 
>  > Sorry, I was unattantive while choosing the name for the module. The new
>  > name is CGI::SSI_Parser.
> 
> Sorry to pester you, but could you give us a small insight as to why
> CGI::SSI isn't up to the task you want to solve and why
> CGI::SSI_Parser should be listed in the module list?

Everything is simple. I see my module as a light-weight SSI directives
parser designed for heavily loaded sites. As a consequence it doesn't
require any additional modules, its functionality is very limited.
I don't plan a full implementation of all directives.
 won't be supported for sure. Also, I haven't yet decided
if if/else structures will be supported. The main goal is the support of
base directives - exec and include. These are the main differences.

Maybe, as for now I should call the module CGI::SSI_Lite, but I think that
CGI::SSI_Parser fully reflects its goal.

Sorry for a late answer.

> The submissions to this list are often used as a searchable resource
> by perl users, so it would be appropriate to explain the positioning
> of a new module within the CPAN at least once. Thanks In Advance!
> 
> -- 
> andreas
> 
> 
> 
> cpan> m CGI::SSI  
> >> Module id = CGI::SSI
> >> CPAN_USERID  JAMES (James Tolley <[EMAIL PROTECTED]>)
> >> CPAN_VERSION 0.50
> >> CPAN_FILEJ/JA/JAMES/CGI-SSI-0.50.tar.gz
> >> INST_FILE(not installed)
> >> 
> >> 
> >> See also http://www.xray.mpe.mpg.de/mailing-lists/modules/2000-01/msg00112.html
> >> 
> >> Please cooperate with the other author--Thanks!
> >> 
> >> -- 
> >> andreas
> >> 
> >> 
> >> > On Wed, 3 Jan 2001 16:30:06 +0200 (EET), "Vadim Y. Ponomarenko" 
><[EMAIL PROTECTED]> said:
> >> 
> >> > Hello!
> >> > I am recently wrote a new Perl5 module named CGI::SSI, which may be of
> >> > interest to a lot of web-developers. It is an alternative to famous
> >> > Apache::SSI modules, but it doesn't require mod_perl (this is an
> >> > advantage to those who are using public hosting services).
> >> > This is my first entry to PAUSE, so I am requesting both namespace
> >> > (CGI::SSI) and PAUSE account (VADIM).
> >> 
> >> 
> >> > The requirements:
> >> > Name: Vadim Ponomarenko
> >> > Email: [EMAIL PROTECTED]
> >> > Homepage: none
> >> > ID: VADIM
> >> > Description: CGI::SSI - implement SSI for Perl CGI.
> >> 
> >> 
> >> > DSLI:
> >> > Name   DSLI  DescriptionInfo
> >> > -    -- -
> >> > SSIbdpf  Implement SSI for Perl CGI VADIM


Vadim Y. Ponomarenko




Module update for Math::Round

2001-01-15 Thread Perl Authors Upload Server

Record update in the PAUSE modules database:

   modid: [Math::Round]
   statd: [b] was [R]
   stats: [d]
   statl: [p]
   stati: [f] was [O]
 description: [Perl extension for rounding numbers]
  userid: [GROMMEL]
   chapterid: [ 6]
mlstatus: [list]

Data entered by Geoffrey Rommel (GROMMEL).
Please check if they are correct.

The Pause



User Information Change Request for ID RANDY

2001-01-15 Thread Randy Yarger

Hi,

It's been a while since I've used PAUSE, and I've discovered that my 
user information (e-mail address specifically) points to a place that no 
longer exists. Naturally, I also have long forgetten my password. Could 
some helpful soul please change the e-mail address for ID RANDY to 
[EMAIL PROTECTED] so that I can 'request lost password'?

Thanks
Randy Yarger
[EMAIL PROTECTED]




Request for PAUSE Registration

2001-01-15 Thread Bob O'Neill

Name: Bob O'Neill
Email: [EMAIL PROTECTED]
Preferred user-ID: BOB-O

Description of first planned contribution:

This module will solve "cryptoquotes" very efficiently.  Cryptoquotes are
puzzles in which every letter in a quote is substituted for another letter.
These can typically be found in newspaper puzzle sections.

DSLI entry:

Games::
::Cryptoquote bdpf Solves cryptoquotes BOB-O

Discussion:

There has been no public discussion of this module, however I think the
Games:: namespace could use really cool things like this. :)



User update for RANDY

2001-01-15 Thread Perl Authors Upload Server

(This Mail was generated by the server
  https://pause.kbx.de/pause/authenquery;ACTION=edit_cred
automatically)

Record update in the PAUSE users database:

 userid: [RANDY]
   fullname: [Randy Jay Yarger]
  asciiname: []
  email: [[EMAIL PROTECTED]] was [[EMAIL PROTECTED]]
   homepage: [http://hs1.hst.msu.edu/~randy/]
cpan_mail_alias: [publ]


Data were entered by ANDK (Andreas J. König).
Please check if they are correct.

Thanks,
The Pause



Re: User Information Change Request for ID RANDY

2001-01-15 Thread Andreas J. Koenig

> On Mon, 15 Jan 2001 10:25:54 -0500, Randy Yarger <[EMAIL PROTECTED]> said:

 > Hi,
 > It's been a while since I've used PAUSE, and I've discovered that my
 > user information (e-mail address specifically) points to a place that
 > no longer exists. Naturally, I also have long forgetten my password.
 > Could some helpful soul please change the e-mail address for ID RANDY
 > to [EMAIL PROTECTED] so that I can 'request lost password'?

Done.

-- 
andreas



RFC for Config::Properties

2001-01-15 Thread Randy Yarger

Howdy,

I have a module which I use to read and store Java-style Properties 
files. It seems to me that the logical place for this module would be in 
the Config:: namespace, alongside the other Config:: modules which 
read/write other types of config files (INI, XML, etc).

Does anyone have any objection to me taking Config::Properties?

Best,
Randy Jay Yarger
[EMAIL PROTECTED]




Re: Result paging module: need naming ideas

2001-01-15 Thread Andreas J. Koenig

> On Sat, 13 Jan 2001 20:51:40 +, Leon Brocard <[EMAIL PROTECTED]> said:

   > Yup - it's currently called Functional in my CPAN directory, but I've
   > renamed it Language::Functional and uploaded it again. Which do you
   > reckon is best, actually?

After "Language::" I would expect an existing language like Basic,
Prolog, or XS, not a language feature.

   > It should be:
   > Functional bdpf A module which makes Perl slightly more functional

It probably really deserves a root level namespace, I have no better
suggestion.

-- 
andreas



Re: request for a PAUSE username

2001-01-15 Thread Andreas J. Koenig

> On Sun, 14 Jan 2001 12:34:46 + (GMT), Ewan Birney <[EMAIL PROTECTED]> said:

  > It would be good if both chris and I could have full permissions across
  > the Bio:: namespace. Internally to bioperl we have good communication
  > lines, and chris and I can coordinate uploads between teh two of us...

Done for all *existing* namespaces under Bio::

Future namespaces will as always be assigned to the one who does the
first upload. Please note that uploading isn't restricted in any way,
just indexing, so this will probably work for a while.

By the way, Chris, do you know anything about a second Chris Dagdigian
or is that one also you. And if so, should "he" be deleted?

cpan> a /dagdig/
Author  CHDAG ("Chris Dagdigian" <[EMAIL PROTECTED]>)
Author  CRAFFI ("Chris Dagdigian" <[EMAIL PROTECTED]>)
2 items found


-- 
andreas



New module CGI::SSI

2001-01-15 Thread Perl Authors Upload Server


The next version of the Module List will list the following module:

  modid:   CGI::SSI
  DSLI:RdpO
  description: Use SSI from CGI scripts
  userid:  JAMES (James Tolley)
  chapterid:   15 (World_Wide_Web_HTML_HTTP_CGI)
  enteredby:   ANDK (Andreas J. König)
  enteredon:   Mon Jan 15 21:48:27 2001 GMT

The resulting entry will be:

CGI::
::SSI RdpO Use SSI from CGI scripts JAMES

Please allow a few days until the entry will appear in the published
module list.

Parts of the data listed above can be edited interactively on the
PAUSE. See https://pause.kbx.de/pause/authenquery?ACTION=edit_mod

Thanks for registering,
The Pause Team



Re: New module CGI::SSI

2001-01-15 Thread Andreas J. Koenig

> On Sun, 14 Jan 2001 16:48:16 -0800, "James Tolley" <[EMAIL PROTECTED]> said:

 > Hello,
 > Thank you for trying to stop the upload of what seems at first blush to be a
 > redundant and unnecessary module.

Well, I didn't really try to stop something but to encourage code
reuse:-)

 > Possibly, this module was created and uploaded in part because the author
 > could not easily find me on CPAN. I'm not sure why (I thought I took all of
 > the proper steps), but I'm not listed in the authors page
 > (http://www.cpan.org/modules/by-authors/), and on some other indexes, but I
 > am listed in others - and, of course, my module is ready for download from
 > CPAN. Can you please let me know what steps I can take to get myself
 > properly listed?

The by-authors directory is an ancient relict and not maintained
anymore. It just doesn't scale well to have a directory crowded with
1000s of names.

As for CGI::SSI, I plugged it in just now.

Thanks & Regards,
-- 
andreas



New module Config::Ini

2001-01-15 Thread Perl Authors Upload Server


The next version of the Module List will list the following module:

  modid:   Config::Ini
  DSLI:RdpO
  description: Accesses Windows .ini and .reg files
  userid:  AVATAR (Albert K. T. Hui)
  chapterid:   12 (Opt_Arg_Param_Proc)
  enteredby:   ANDK (Andreas J. König)
  enteredon:   Mon Jan 15 21:53:46 2001 GMT

The resulting entry will be:

Config::
::Ini RdpO Accesses Windows .ini and .reg files AVATAR

Please allow a few days until the entry will appear in the published
module list.

Parts of the data listed above can be edited interactively on the
PAUSE. See https://pause.kbx.de/pause/authenquery?ACTION=edit_mod

Thanks for registering,
The Pause Team



New module Convert::RACE

2001-01-15 Thread Perl Authors Upload Server


The next version of the Module List will list the following module:

  modid:   Convert::RACE
  DSLI:bdpf
  description: Conversion between Unicode and RACE
  userid:  MIYAGAWA (MIYAGAWA Tatsuhiko)
  chapterid:   17 (Archiving_and_Compression)
  enteredby:   ANDK (Andreas J. König)
  enteredon:   Mon Jan 15 21:55:00 2001 GMT

The resulting entry will be:

Convert::
::RACEbdpf Conversion between Unicode and RACE  MIYAGAWA

Please allow a few days until the entry will appear in the published
module list.

Parts of the data listed above can be edited interactively on the
PAUSE. See https://pause.kbx.de/pause/authenquery?ACTION=edit_mod

Thanks for registering,
The Pause Team



Welcome new user ASGEIRN

2001-01-15 Thread Perl Authors Upload Server


Welcome Asgeir Nilsen,

PAUSE, the Perl Authors Upload Server, has a userid for you:

ASGEIRN

Once you've gone through the procedure of password approval (see the
separate mail you should receive about right now), this userid will be
the one that you can use to upload your work or edit your credentials
in the PAUSE database.

This is what we have stored in the database now:

  Name:  Asgeir Nilsen
  email: [EMAIL PROTECTED]
  homepage:  
  enteredby: Andreas J. König

Please note that your email address is exposed in various listings and
database dumps. You can register with both a public and a secret email
if you want to protect yourself from SPAM. If you want to do this,
please visit
  https://pause.kbx.de/pause/authenquery?ACTION=edit_cred
or
  http://pause.kbx.de/pause/authenquery?ACTION=edit_cred

If you need any further information, please visit
  $CPAN/modules/04pause.html.
If this doesn't answer your questions, contact [EMAIL PROTECTED]

Thank you for your prospective contributions,
The Pause Team



Re: request for a PAUSE username

2001-01-15 Thread chris dagdigian


Hmm...

Yes I am 'both' Chris Dagdigian's...the first account (CHDAG) was created 
initially when Ewan Birney and I were kicking off the BioPerl.org project. 
There were some problems with my password and I don't believe that I was 
ever able to login as CHDAG. I let the account go fallow as Ewan handled 
the CPAN upload process for the bioperl project.

The 'CRAFFI' account is the newly created one and is what I used to upload 
Bundle::BioPerl.

So, I would recommend that the [EMAIL PROTECTED] account (CHDAG) be 
deleted. Any bioperl related uploads I will do from the CRAFFI account.

Your help has been greatly appreciated!

Regards,
Chris



At 10:43 PM 1/15/01 +0100, you wrote:
> > On Sun, 14 Jan 2001 12:34:46 + (GMT), Ewan Birney 
> <[EMAIL PROTECTED]> said:
>
>By the way, Chris, do you know anything about a second Chris Dagdigian
>or is that one also you. And if so, should "he" be deleted?
>
>cpan> a /dagdig/
>Author  CHDAG ("Chris Dagdigian" <[EMAIL PROTECTED]>)
>Author  CRAFFI ("Chris Dagdigian" <[EMAIL PROTECTED]>)
>2 items found




Re: PAUSE Developer registration request

2001-01-15 Thread Andreas J. Koenig

> On Sun, 14 Jan 2001 23:17:03 +0100, Asgeir Nilsen <[EMAIL PROTECTED]> said:

 > * Name - Asgeir Nilsen
 > * Email - [EMAIL PROTECTED]
 > * Userid - ASGEIRN
 > * Description:

 > For now, a small module for Norwegian users, enabling users to query
 > the Norwegian White Pages avaliable at http://www.telefonkatalogen.no
 > by phone number.  The module inherits LWP::UserAgent for
 > communciaction and uses HTML::Parser for results parsing.

 > Other modules may follow later, for instance a module with the working
 > name Strfmt enabling users to create their own %C-escapes (as
 > POSIX::strftime does).

 > * Module description in module list format

 > No::
 > ::Telefonkatalogen adpO Phone no. queries in Norwegian White Pages

No:: was only used by Gisle because his were very early human language
related modules. Later we discovered that we cannot reserve the whole
catalogue of language codes as root level namespaces--because some are
already taken, Tk, GD, IO, Pg, NT--these are all very old modules and
have older rights.

So the idea was born to use the Lingua:: namespace for human language
related modules. Could you please use it?--Thanks!

-- 
andreas



New module Quantum::Entanglement

2001-01-15 Thread Perl Authors Upload Server


The next version of the Module List will list the following module:

  modid:   Quantum::Entanglement
  DSLI:Rdph
  description: QM entanglement of variables in perl
  userid:  AJGOUGH (Alex Gough)
  chapterid:6 (Data_Type_Utilities)
  enteredby:   ANDK (Andreas J. König)
  enteredon:   Mon Jan 15 22:04:07 2001 GMT

The resulting entry will be:

Quantum::
::EntanglementRdph QM entanglement of variables in perl AJGOUGH

Please allow a few days until the entry will appear in the published
module list.

Parts of the data listed above can be edited interactively on the
PAUSE. See https://pause.kbx.de/pause/authenquery?ACTION=edit_mod

Thanks for registering,
The Pause Team



New module POE::Component::IRC::Onjoin

2001-01-15 Thread Perl Authors Upload Server


The next version of the Module List will list the following module:

  modid:   POE::Component::IRC::Onjoin
  DSLI:bdpO
  description: Provides IRC moved message & onjoin services
  userid:  AFOXSON (Adam J. Foxson)
  chapterid:6 (Data_Type_Utilities)
  enteredby:   ANDK (Andreas J. König)
  enteredon:   Mon Jan 15 22:05:16 2001 GMT

The resulting entry will be:

POE::Component::IRC::
::Onjoin  bdpO Provides IRC moved message & onjoin services AFOXSON

Please allow a few days until the entry will appear in the published
module list.

Parts of the data listed above can be edited interactively on the
PAUSE. See https://pause.kbx.de/pause/authenquery?ACTION=edit_mod

Thanks for registering,
The Pause Team



Module update for XML::CSV

2001-01-15 Thread Perl Authors Upload Server

Record update in the PAUSE modules database:

   modid: [XML::CSV]
   statd: [a] was [i]
   stats: [m] was [?]
   statl: [p] was [c]
   stati: [O]
 description: [Transform comma separated values to XML]
  userid: [ISTERIN]
   chapterid: [11]
mlstatus: [list]

Data entered by Ilya Sterin (ISTERIN).
Please check if they are correct.

The Pause