Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.320.025 Times

Podcast::Publisher 0.50

  Date Added: September 02, 2010  |  Visits: 1.118

Podcast::Publisher

Report Broken Link
Printer Friendly Version


Product Homepage
Download (98 downloads)



Podcast::Publisher is a Perl module for creating and managing podcasts. SYNOPSIS use Podcast::Publisher; my $podcast = Podcast::Publisher->new; $podcast->set_logger( sub { my $msg = shift; print $msg; } ); $podcast->set_error_logger( sub { my $msg = shift; print STDERR $msg; } ); my $xml = "./podcast.xml"; $podcast->set_file( $xml ); $podcast->set_remote_root( "http://localhost.localdomain/podcast/publishing/" ); $podcast->set_db_connection( { driver => "mysql", username => foo, password => bar, host => localhost, database => podcast } ); # If we change podcast information, synchronize this information in the MP3 file itself $podcast->set_synchronize( 1 ); $podcast->set_metadata( { title => "Chris Podcast", description => "All About Chris", "docs" => "http://localhost", "editor" => "podcastmanager@localhost", "webmaster" => "podcastmanager@localhost", } ); # This adds an item to the database, and synchronizes the # MP3 Tag information in the file with the database $podcast->add_new_episode( { title => Some title, author => Chris of course category => Jazz description => First in a series of many mp3 => /home/foobar/mp3s/episode1.mp3 } ); $podcast->set_upload_settings( { host => localhost.localdomain, username => someuser, password => somepass, path => podcast/publishing/, remote_root => http://localhost.localdomain/podcast/publishing/ } ); $podcast->upload();.

Requirements: No special requirements
Platforms: Linux
Keyword: Creating Libraries Managing Module Msg Perl Perl Module Podcast Podcastpublisher Programming
Users rating: 0/10

License: Freeware Size: 12.29 KB
USER REVIEWS
More Reviews or Write Review


PODCAST::PUBLISHER RELATED
Libraries  -  Acme::EyeDrops 1.51
Acme::EyeDrops is a Perl module for visual programming in Perl. SYNOPSIS use Acme::EyeDrops qw(sightly); print sightly( { Shape => camel, SourceFile => eyesore.pl } ); Acme::EyeDrops converts a Perl program into an equivalent one, but...
102.4 KB  
Libraries  -  Tk::Help 0.2
Tk::Help is simple widget for creating a help system for Perl/Tk applications. SYNOPSIS use Tk::Help; my $help = $main->Help(-variable => @array); This is an answer to a personal need to be able to create help systems for my Perl/Tk...
5.12 KB  
Modules  -  Module Object Oriented Programming API 6.x- 1.0
The oop syntax module must implement hook_boot().InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 6.x
 
Modules  -  Travel Log 6.x--beta2 1.0
The module allows creating and managing multiple travel logs per user, while each user can manage his/her own logs.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules....
 
Modules  -  Module Object Oriented Programming API 6.x- 1.0
The oop syntax module must implement hook_boot().InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 6.x
 
Modules  -  Travel Log 6.x--beta2 1.0
The module allows creating and managing multiple travel logs per user, while each user can manage his/her own logs.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules....
 
Application Add-Ins  -  Ecommerce Shopping Cart: CRE Loaded TM 6. 2. 2011
Robust Open Source Shopping Cart Software for creating and managing a complete online e-commerce store. This fully supported and customizable application includes Credit Card Process & Payment, Shipping, Newsletter & Gift Voucher tools; allows...
10.58 MB  
Modules  -  Custom Filter 1.0
Instead of creating a new module for each filter you need, now you can easily create and organize your own filters. Your filter will appear in Input Format configuration.Filters are defined using regular expressions, and for replacement texts you...
 
FAQ and Knowledgebase  -  phpFAQTory 1.4RC1
phpFAQTory is a multi-user PHP based tool for creating, maintaining, managing, and generating Web based documents.It can be used for FAQs, HOWTOs, manuals, guides, and other Web based documents requiring a hierarchical structure.
71.68 KB  
Development Editors  -  WebTst for Linux 0.9.3
WebTst is an open-source test management tool aimed at creating and managing user-centric testing. It's goals include: Provide a tool to assist site developers in adding new features to their sites in a controled fashion. Provide...
204.8 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB