Bookmarks::Parser

A class to parse and represent collections of bookmarks
Download

Bookmarks::Parser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Jess Robinson
  • Publisher web site:
  • http://search.cpan.org/~jrobinson/

Bookmarks::Parser Tags


Bookmarks::Parser Description

A class to parse and represent collections of bookmarks Bookmarks::Parser is a Perl class that implements a collection of bookmarks. Supported representations currently include:Netscape/MozillaOperaA9DeliciousThe various types of collections are automatically recognised. Each is parsed into a tree like structure which can then be accessed in parts or re-written as any of the supported bookmark collection types. Two types of bookmark item are distinguished, folder objects can contain other items, url objects cannot. For bookmark collections with tagging instead of folders, the tags are stored as folders. Each unique URL is stored exactly once, but can appear under many folder items.SYNOPSIS use Bookmarks::Parser; my $parser = Bookmarks::Parser->new(); my $bookmarks = $parser->parse({filename => 'bookmarks.html'}); my @rootitems = $bookmarks->get_top_level(); Requirements: · Perl


Bookmarks::Parser Related Software