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 49.598.854 Times

Dnn Blog Module software
Filter: All | Freeware | Demo
 

Dnn Blog Module

< 1 2 3 4 5 > 
Added: October 04, 2010 | Visits: 962

Module::Reload::Selective Module::Reload::Selective can reload Perl modules during development. SYNOPSIS Instead of: use Foobar::MyModule; Do this: use Module::Reload::Selective; &Module::Reload::Selective->reload(qw(Foobar::MyModule)); Or, if you need the "import" semantics of "use", do this: use...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Module::Reload::Selective Download

Added: June 21, 2010 | Visits: 1.145

Module::Build::TestReporter Module::Build::TestReporter is a Perl module to help users report test failures. SYNOPSIS use Module::Build::TestReporter; my $build = Module::Build::TestReporter->new( # normal Module::Build code here ); # or, in your own M::B subclass package My::Module::Build; use Class::Roles...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Module::Build::TestReporter Download

Added: November 18, 2010 | Visits: 1.497

Module::Starter::PBP Module::Starter::PBP is a Perl module to create a module as recommended in "Perl Best Practices". SYNOPSIS # In your ~/.module-starter/config file... author: < Your Name > email: < your@email.addr > plugins: Module::Starter::PBP template_dir: < /some/absolute/path/name > # Then on the...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (197): Module::Starter::PBP Download

Added: September 06, 2010 | Visits: 1.153

Sybase module for Python Sybase module for Python project provides a Python interface to the Sybase relational database system. The Sybase package supports all of the Python Database API, version 2.0 with extensions. Whats New in This Release: - This release works with Python 2.5, Sybase 15, and 64-bit clients. - It...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (107): Sybase module for Python Download

Added: March 26, 2010 | Visits: 1.012

Module::Build::JSAN Module::Build::JSAN is a Perl module to build JavaScript modules for JSAN. SYNOPSIS use Module::Build::JSAN; my $build = Module::Build::JSAN->new( module_name => Foo-Bar, license => perl, dist_author => Joe Developer , dist_abstract => Say something pithy here, dist_version => 0.02,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Module::Build::JSAN Download

Added: January 24, 2010 | Visits: 2.037

ProFTPD Quota LDAP module ProFTPD Quota LDAP module provides a ProFTPD module that imposes quotas based on LDAP user accounts. This module is designed to impose quotas, on FTP accounts, based on user accounts. It is based on the ideas contained in Eric Estabrooks mod_quota and TJ Saunders mod_quotatab; however, this...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (101): ProFTPD Quota LDAP module Download

Added: February 21, 2010 | Visits: 1.400

u24mixer-module u24mixer-module is a simple kernel module that provides ALSA mixer controls for the ESI U24 USB sound card. Whats New in This Release: - All of the mixer controls found in the ESI U24 Windows control panel were implemented..


Platforms: *nix

License: Freeware Size: 51.2 KB Download (91): u24mixer-module Download

Added: March 05, 2010 | Visits: 1.323

Monster Blog Sack Monster Blog Sack Firefox extension is a toolbar that allows users to surf blogs (according to your categories of interest,) sack (a MBS rating system,) tag, search, share, and add blogs to favorites. Sacking a blog shares your opinion on its quality, and lets other community members who share...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (97): Monster Blog Sack Download

Added: May 22, 2010 | Visits: 1.222

Module::Build::Authoring Module::Build::Authoring are authoring Module::Build modules. When creating a Build.PL script for a module, something like the following code will typically be used: use Module::Build; my $build = Module::Build->new ( module_name => Foo::Bar, license => perl, requires => { perl =>...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (90): Module::Build::Authoring Download

Added: September 18, 2010 | Visits: 1.145

Daizu::Gen::Blog Daizu::Gen::Blog is a generator for publishing a blog. To publish a blog using Daizu CMS, create a top-level directory for it and set that directorys generator class to this one. This class is a subclass of Daizu::Gen. The ways in which it differs are described below. Article URLs Article...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (90): Daizu::Gen::Blog Download

Added: July 25, 2010 | Visits: 1.169

Blog::Simple Blog::Simple is a Perl extension for the creation of a simple weblog (blogger) system. SYNOPSIS use Blog::Simple; my $sbO = Blog::Simple->new(); $sbO->create_index(); #generally only needs to be called once my $content=" blah blah blah in XHTM"p" Better when done in XHTM"p""; my $title...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (87): Blog::Simple Download

Added: October 22, 2010 | Visits: 1.297

OpenGeoDB Perl module OpenGeDB Perl module is a module to access the OpenGeoDB database and calculate all ZIP codes in a certain radius..


Platforms: *nix

License: Freeware Size: 3.07 KB Download (97): OpenGeoDB Perl module Download

Added: January 21, 2010 | Visits: 2.671

MySpace Blog Editor MySpace Blog Editor is an extension which allows you to post directly from within Firefox to your MySpace blog. The MySpace Blog Editor allows you to post directly from within Firefox to your MySpace blog aswell as save notes, drag and drop formatted text from webpages, handle images and much...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (111): MySpace Blog Editor Download

Added: January 18, 2010 | Visits: 1.652

MyCMS perl module MyCMS perl module provides the MN::CMS Perl module used by the MyCMS. MyCMS perl module contains Perl object classes to manage the data of MyCMS (such as articles, links, and images). MN::CMS is a perl module that allows you to manage an Internet publishing system.# MyCMS is an extension...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (99): MyCMS perl module Download

Added: July 10, 2010 | Visits: 1.057

Module::Starter::XSimple Module::Starter::XSimple is a Perl module to create XS modules with Module::Starter. Replacement class for Module::Starter::Simple. Can be used in two ways: Using the commandline Pass as an override class to the module-starter script: module-starter --module=[modulename]...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): Module::Starter::XSimple Download

Added: July 01, 2010 | Visits: 1.143

Module::Build Module::Build is a Perl module for build and install Perl modules. SYNOPSIS Standard process for building & installing modules: perl Build.PL ./Build ./Build test ./Build install Or, if youre on a platform (like DOS or Windows) that doesnt require the "./" notation, you can do this:...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (89): Module::Build Download

Added: January 08, 2010 | Visits: 969

Rsync::Config::Module Rsync::Config::Module is a module entry from a rsync configuration file. Rsync::Config::Module is used to create a module who can be later used in generating a rsync configuration file. Each module is made by atoms (Rsync::Config::Atom). SYNOPSIS use Rsync::Config::Module; sub main { my...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (86): Rsync::Config::Module Download

Added: April 03, 2010 | Visits: 960

Jeta SSH Module Jeta SSH Module provides a Horde SSH module. Jeta is the Horde Application Frameworks wrapper module for the SSHTools Java SSH Applet. Jeta is based on a java SSH client. It allows shell access to your web server, or to another machine if used with a port relay daemon (not provided)..


Platforms: *nix

License: Freeware Size: 3.1 MB Download (113): Jeta SSH Module Download

Added: August 19, 2010 | Visits: 904

Module::AutoINC SYNOPSIS perl -MModule::AutoINC < script > ABSTRACT When Module::AutoINC is loaded, it will add itself to @INC and catch any requests for missing resources. If a Perl module is requested that has not been installed, then this will attempt to load it. Under Active State Perl (or any Perl...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Module::AutoINC Download

Added: November 05, 2010 | Visits: 3.018

Webmin OpenVpn Admin Module Webmin OpenVpm Admin Module allows you to create static or CA-based VPNs through a Web interface. Webmin is a valid web-based instrument for Linux/Unix system administrator. OpenVPN allows to create and manage VPN supplying wide possibilities of configuration. Their union, with also the...


Platforms: *nix

License: Freeware Download (231): Webmin OpenVpn Admin Module Download

< 1 2 3 4 5 >