Biblio::WebPortal

Perl extension for Digital Library support
Download

Biblio::WebPortal Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alberto Manuel Brand?o Sim?es
  • Publisher web site:
  • http://search.cpan.org/~ambs/

Biblio::WebPortal Tags


Biblio::WebPortal Description

Perl extension for Digital Library support Biblio::WebPortal is a Perl module that uses Biblio::Thesaurus and a configuration file to manage digital libraries in a simple way. For this purpose, we define a digital library as a set of searchable catalogs and an ontology for that subject. Biblio::WebPortal configuration file has a list of catalogs with their respective parse information.To this be possible, it should be some way to access any kind of catalog: a plain text file, XML document, SQL database or anything else. The only method possible is to define functions to convert these implementation techniques into a mathematical definition. So, the user should give four functions to this module to it be capable of use the catalog.SYNOPSIS use Bilio::WebPortal; $a = mkdiglib($conf) $a->search( term => 'animal', regexp => 'water' ); $a->asHTML(); $a->asLaTeX(); print $diglib->navigate(%vars); Requirements: · Perl


Biblio::WebPortal Related Software