BoV

TwitterFacebook
Get flash to fully experience Pearltrees

Podcast Generator - Open Source Podcast Publishing Solution

What is Podcast Generator? Podcast Generator is a free web based podcast publishing script written in PHP: upload media files (audio-video) via a web form along with episode information and automatically create podcast w3c-compliant feed including iTunes specific tags. It also features a comprehensive web administration. Podcasting has never been so easy! http://podcastgen.sourceforge.net/index.php?lang=en

Posterous

http://search.cpan.org/~shelling/Posterous-0.03/lib/Posterous.pm#___top Posterous - API to posterous.com use Posterous ; $posterous = Posterous -> new ( $user , $pass , $site_id ); $posterous -> account_info ; $posterous -> add_post ( title => "hello posterous" , body => "Post through Posterous.pm" ); Posterous.pm just implement interface to posterous.com in Perl new($user_mail, $pass, $site_id)

Welcome@CMSQlite - SQLite Content Management System

http://www.cmsqlite.net/index.php?c=16&mod=index&mnu=16 Latest Version: 1.3.2 -> download Security Pacth Version: 1.3.1 -> 1.3.2 -> download Welcome to CMSQLite, the CMS based on SQLite. CMSQLite is a small, fast, flexible and complete Content-Management-System (CMS). It's perfect for freelancers, self-employeds, clubs and associations and small companies. CMSQLite is a CMS, basing on PHP and SQLite.

blosxom :: the zen of blogging :: plugins

http://blosxom.sourceforge.net/plugins/ home :: plugins Blosxom Plugin Registry Blosxom is about infinitely extensible via a plugin architecture. Here you'll find oodles of plugins to expand, extend, integrate, and delight.
Create A Network Languages : English • Français • 日本語 • Português do Brasil • Русский • 中文(简体) • ( Add your language ) As of WordPress 3.0 , you have the ability to create a network of sites by using the multisite feature. This article contains instructions for creating a multisite network. A multisite network can be very similar to your own personal version of WordPress.com. End users of your network can create their own sites on demand, just like end users of WordPress.com can create blogs on demand.

Create A Network « WordPress Codex

https://codex.wordpress.org/Create_A_Network

Dancer::Tutorial

http://search.cpan.org/dist/Dancer/lib/Dancer/Tutorial.pod Dancer::Tutorial - An example to get you dancing Dancer is a "micro" web framework which is modeled after a Ruby framework called Sinatra that constructs web applications by building a list of HTTP verbs, URLs (called routes) and methods to handle that type of traffic to that specific URL. use Dancer ; get '/' => sub { return 'Hello World!'

The Onion Stand: Tweetylicious - a Twitter-like microblogging app in just one file!

http://onionstand.blogspot.com/2010/06/tweetylicious-twitter-like.html So, I've been playing a little with Mojolicious::Lite , and here's what I came up with :-) Tweetylicious is a small - but rather complete - microblogging web application in a single file! It is meant to demonstrate how easy and fun it is to create your own Web applications using modern Perl 5 and jQuery ! Some features: