[Perl-org-patches] "Collect mailing lists from perl 5 wiki"-script news

Shlomi Fish shlomif at iglu.org.il
Fri Nov 6 14:27:47 GMT 2009


Hi all!

I've worked a little on my collect mailing lists from the perl 5 wiki script:

http://svn.berlios.de/svnroot/repos/web-cpan/perl.org-work/trunk/

<<<<
collect-mailing-lists.pl - collect the mailing lists entries from
the Perl 5 Wiki into one database.
>>>>

It currently collects them all into a big, but well-formed Perl 5 data 
structure, that I currently do persistence for using YAML::XS (though I think 
I can use JSON too). 

The main addition this time is a set of canonical keys which are easier to 
process:

<<<<<<<<<
my %canonical_keys = 
(
    'Archive[s]' => "archives",
    'Archive' => "archives",
    'Mail-Archive Archive[s]' => "mail_archive",
    "Comments" => "comments",
    'Help' => "help",
    "Homepage" => "homepage",
    'Name' => "basename",
    'NNTP Archive' => "nntp_archive_url",
    'RSS RDF Feed' => "rss_rdf_feed_url",
    "Subscribe" => "subscribe",
    "Subscribe/Unsubscribe/Set Options" => "all_in_one_ml_settings",
    "Unsubscribe" => "unsubscribe",
);
>>>>>>>>

I had to fix some non-well-formed syntax in the wikis' pages for it to work, 
but now it seems to work.

In any case, enjoy.

Regards,

	Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Rethinking CPAN - http://shlom.in/rethinking-cpan

Chuck Norris read the entire English Wikipedia in 24 hours. Twice.



More information about the Perl-org-patches mailing list