Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Blog::Normalize 0.0 RC1

    Download button

    No screenshots available
    Downloads: 384  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.7/5)
    8 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    David Moreno Garza | More programs
    Perl Artistic License / FREE
    February 26th, 2008, 16:06 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Blog::Normalize description

    Blog::Normalize contains a specification for a sane transition between different blogging systems.

    Blog::Normalize contains a specification for a sane transition between different blogging systems.

    SYNOPSIS

    use Blog::Normalize::Wordpress;
    use Blog::Normalize::MovableType;

    # You've got to create the B::N objects with the database info:

    my $wp = Blog::Normalize::Wordpress->new(
    username => $username,
    password => $password,
    hostname => $hostname,
    database => $database,
    prefix => $prefix,
    );

    my $mt = Blog::Normalize::MovableType->new(
    username => $username,
    password => $password,
    hostname => $hostname,
    database => $database,
    );

    $wp->connect;
    $mt->connect;

    # As simple as:
    $mt->import(posts => $wp->posts);

    I needed to convert a Wordpress blog to a MovableType one. Since I didn't find anything useful quickly on the web, I developed my own converter. Then I realized some other people could use it and some other ones could actually want it in the oppposite way. Then I thought on people trying to make the same on different blog systems. I've changed from one blog to another several times since I started my own (http://blog.damog.net/) in 2002 and it's been always a pain in the ass make converters. Hereby, I propose the Blog::Normalize module that could import and export all sorts of data from one blogging system to another, as long as they are supported which should be too hard for me (or everybody else, to do).

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    sane transition | blogging systems | Perl module | sane | transition | blogging

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM