Re: New module Circa

2001-08-29 Thread Alain BARBET

Tim Bunce wrote:

>Why not Search::Circa, or some other non-top-level name?
>
Ok I've rename all module to Search::Circa::*, put a new release on 
Pause and mark for delete all old Circa package. But I don't know if 
Circa entry in pause interface will point to Search::Circa ...
Regards,
--
Alian

>
>
>Tim.
>
>On Thu, Aug 16, 2001 at 06:39:36AM +0200, Perl Authors Upload Server wrote:
>
>>The next version of the Module List will list the following module:
>>
>>  modid:   Circa
>>  DSLIP:   RdpOp
>>  description: Search Engine/Indexer running with Mysql
>>  userid:  ALIAN (Alain Barbet)
>>  chapterid:   15 (World_Wide_Web_HTML_HTTP_CGI)
>>  enteredby:   ANDK (Andreas J. Knig)
>>  enteredon:   Thu Aug 16 04:39:36 2001 GMT
>>
>






Re: Module update for Circa

2001-10-14 Thread Alain BARBET

Perl Authors Upload Server wrote:

> Record update in the PAUSE modules database:
>modid: [Circa]
> Data entered by Andreas J. König (ANDK).
> Please check if they are correct.
> The Pause


No, it's Search::Circa. I do it after this:


> Tim Bunce wrote:
> Why not Search::Circa, or some other non-top-level name?
> Tim.
> On Thu, Aug 16, 2001 at 06:39:36AM +0200, Perl Authors Upload Server wrote:


Regards,
--
Alain BARBET




Re: Module update for Circa

2001-10-15 Thread Alain BARBET

>  ab> Perl Authors Upload Server wrote:
>  >> Record update in the PAUSE modules database:
>  >> modid: [Circa]

> The status says, that this module can be deleted from the module list.


Ok for deletion, sorry.
Regards,
--
Alain BARBET







Registration request and module proposal (Circa::Indexer and Circa::Search)

2000-10-15 Thread Alain BARBET

Hi,

Name : Alain BARBET
Email address : [EMAIL PROTECTED]
Homepage : http://www.alianwebserver.com/circa
Preferred user-ID on CPAN: ALIAN
Module description:
D: b
S: d
L : p
I : O
Description : 
Module for provide search on Web Site with MySQL
Circa::Indexer : provide function to administrate,add and index url in
Circa
Circa::Search : provide function to perform search on url indexes with
Circa
Categorize : 
   15) World Wide Web, HTML, HTTP, CGI, MIME etc (see Text Processing)

Discusstion : Annonced in comp.infosystems.www.authoring.cgi,
comp.lang.perl.modules
Reply on personnal mail.

Thank you,
--
Alain BARBET



Registration request

2000-10-17 Thread Alain BARBET

Hi,

Name : Alain BARBET
Email address : [EMAIL PROTECTED]
Homepage : http://www.alianwebserver.com
Preferred user-ID on CPAN: ALIAN
Module description:  DSLI: bmpO
Description : 
WWW::Search::Go - backend class for searching search engine Go with
WWW::Search
WWW::Search::Nomade - backend class for searching search engine Nomade
with WWW::Search

Regards,
--
Alain BARBET



WWW::Search::Go

2000-10-18 Thread Alain BARBET

Hi,

Name : Alain BARBET
Email address : [EMAIL PROTECTED]
Homepage : http://www.alianwebserver.com
Preferred user-ID on CPAN: ALIAN
DSLI: bmpO

NAME

WWW::Search::Go - backend class for searching with go.com

SYNOPSIS

require WWW::Search;
$search = new WWW::Search('Go');

DESCRIPTION

This class is an Go specialization of WWW::Search.
It handles making and interpreting Go searches
F<http://www.Go.com>, older Infoseek search engine.

This class exports no public interface; all interaction should be done
through WWW::Search objects.

USAGE EXAMPLE

  use WWW::Search;
  my $oSearch = new WWW::Search('Go');
  $oSearch->maximum_to_retrieve(100);
  #$oSearch ->{_debug}=1;
  my $sQuery = WWW::Search::escape_query("cgi");
  $oSearch->gui_query($sQuery);
  while (my $oResult = $oSearch->next_result())
   {print $oResult->url,"\t",$oResult->title,"\n";}

Put on UPLOAD server as
$CPAN/authors/id/A/AL/ALIAN/WWW-Search-Go-0.1.tar.gz

Regards,
--
Alain BARBET



Re: WWW::Search::Go

2000-10-18 Thread Alain BARBET

Mmmh sorry forgot on last mail:

where I've discussed about this:
With author of WWW::Search and on [EMAIL PROTECTED] (mailing-list
of WWW::Search).
--
Alain BARBET



MIME::Lite::HTML

2000-10-26 Thread Alain BARBET

Hi,

User-ID on CPAN: ALIAN
DSLI: bmpO

NAME

MIME::Lite::HTML : Provide routine to transform a HTML page in a
MIME::Lite mail

SYNOPIS

  use MIME::Lite;
  use MIME::Lite::HTML;
  
  my $mailHTML = new MIME::Lite::HTML
From=> '[EMAIL PROTECTED]',
To  => 'alian@jupiter',
Subject => 'Mail in HTML with images';

  $MIMEmail = $mailHTML->parse('http://www.alianwebserver.com');
  $MIMEmail->send; 
  # or for win user: 
  $mail->send_by_smtp('smtp.fai.com');

DESCRIPTION

This module provide routine to transform a HTML page in MIME::Lite mail. 
The job done is:

 + Get the file (LWP)
 + Parse page to find include images
 + Attach them to mail with adequat cid
 + Include external CSS,Javascript file
 + Replace relative url with absolute one

It can be used by example in a HTML newsletter. You make a classic HTML
page, 
and give just url to MIME::Lite::HTML.

About the namespace and job:
I talk with author of MIME::Lite, it would be ok.

Put on UPLOAD server as
$CPAN/authors/id/A/AL/ALIAN/MIME-Lite-HTML-0.3.tar.gz

Regards,
--
Alain BARBET