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.477.823 Times

Blog Template Apartment freeware
Filter: All | Freeware | Demo
 

Blog Template Apartment

< 1 2 3 4 5 > 
Added: June 02, 2010 | Visits: 1.012

Template::Library::Splash Template::Library::Splash is a template library for building stylish HTML user interfaces. NOTE: This documentation is incomplete, incorrect and outdated. The Splash! library is still evolving and subject to change. See the examples for a much more recent and accurate demonstration of use.... Platforms: *nix

License: Freeware Size: 778.24 KB Download (102): Template::Library::Splash Download

Added: September 24, 2010 | Visits: 978

Template::Plugin::XML::DOM Template::Plugin::XML::DOM is a plugin interface to XML::DOM. SYNOPSIS # load plugin [% USE dom = XML.DOM %] # also provide XML::Parser options [% USE dom = XML.DOM(ProtocolEncoding = ISO-8859-1) %] # parse an XML file [% doc = dom.parse(filename) %] [% doc = dom.parse(file =... Platforms: *nix

License: Freeware Size: 26.62 KB Download (99): Template::Plugin::XML::DOM Download

Added: May 18, 2010 | Visits: 1.749

Scroll Blog Scroll Blog project is a simple yet powerful blog system written in Python using Django. Leveraging the Django framework, one can quickly spin up new modules. Whats New in This Release: - This release moves closer to PEP8, adds a simple resume module, and starts a really simple schedule... Platforms: *nix

License: Freeware Download (93): Scroll Blog Download

Added: May 14, 2010 | Visits: 1.529

The Blog Icon The Blog Icon package contains a collection of high quality vectorial icons to represent common ideas and actions of the blogosphere. They were based on the SVG work from FeedIcons.com. The base button is the same, but mathematically simplified on the XML level. New buttons were added based on... Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): The Blog Icon Download

Added: February 02, 2010 | Visits: 1.539

Bee Template Bee Template is a Web template system parses HTML files into PHP objects which can be manipulated by using tag names or IDs. While other template systems make use of prepared HTML files for templates, Bee Template allows you to use arbitrary HTML files without modification. Bee Template is... Platforms: *nix

License: Freeware Size: 4.1 KB Download (133): Bee Template Download

Added: May 16, 2010 | Visits: 1.341

HTML::Template::Extension::DOC HTML::Template::Extension::DOC are plugins for comments in template. SYNOPSIS use HTML::Template::Extension; my $text = qq | < HTML >< HEAD >< /HEAD >< BODY > < H1 >This is a template example...< /H1 > < TMPL_DOC >An example use of TMPL_DOC tag < /TMPL_DOC > The sum between 1+1 is: <... Platforms: *nix

License: Freeware Size: 15.36 KB Download (104): HTML::Template::Extension::DOC Download

Added: September 04, 2010 | Visits: 3.040

HTML::Template::Extension::SLASH_VAR HTML::Template::Extension::SLASH_VAR is a plugins for < /TMPL_VAR > syntax. SYNOPSIS use HTML::Template::Extension; my $text = qq | SLASH_VAR plugin example ======================== If all is ok you can read this here --> < TMPL_VAR NAME="test" >a placeholder< /TMPL_VAR > |; my... Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): HTML::Template::Extension::SLASH_VAR Download

Added: March 17, 2010 | Visits: 841

OpenInteract::Template::Plugin OpenInteract::Template::Plugin is a Perl module with custom OpenInteract functionality in templates. SYNOPSIS # Create the TT object with the OI plugin my $template = Template->new( PLUGINS => { OI => OpenInteract::Template::Plugin }, ... ); my ( $output ); $template->process(... Platforms: *nix

License: Freeware Size: 655.36 KB Download (93): OpenInteract::Template::Plugin Download

Added: May 13, 2010 | Visits: 1.163

Template::Plugin::SSI Template::Plugin::SSI is a plugin to use SSI in Template Toolkit (wrapper for CGI::SSI). SYNOPSIS [% USE SSI %] # virtual include of the file /foo/bar.inc.html [% SSI.include(virtual, /foo/bar.inc.html) %] # file include of the file /foo/bar.inc.html [% SSI.include(file,... Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): Template::Plugin::SSI Download

Added: May 16, 2010 | Visits: 1.753

Blogger Integration Blogger Integration is a package that can be used to import a blog published in Blogger.com into another site. The project uses the blog page files exported with Blogger FTP blog publish support. The class can process one or more blogs by parsing the blog page files to extract the posts,... Platforms: *nix

License: Freeware Size: 83.97 KB Download (116): Blogger Integration Download

Added: August 22, 2010 | Visits: 792

Template::Plugin::ASCIITable Template::Plugin::ASCIITable is a Perl module that allows you to use Text::ASCIITable in your templates. SYNOPSIS [% USE ASCIITable %] blah [% ASCIITable.cols(a, b, c); ASCIITable.rows([1,2,3],[one,two,three]); ASCIITable.draw() %] A plugin object will be instantiated with the... Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Template::Plugin::ASCIITable Download

Added: September 26, 2010 | Visits: 1.391

Template::Tutorial::Datafile Template::Tutorial::Datafile is a Perl module for creating Data Output Files Using the Template Toolkit. This tutorial gives an overview of the Template Toolkit, showing in particular how to use it to read and write data files in various different formats and styles. It was written by Dave... Platforms: *nix

License: Freeware Size: 778.24 KB Download (100): Template::Tutorial::Datafile Download

Added: March 27, 2010 | Visits: 1.048

HTML::Template::Set HTML::Template::Set is a HTML::Template extension that adds set support. SYNOPSIS in your HTML: < TMPL_SET NAME="handler" >apples_to_oranges< /TMPL_SET > < TMPL_SET NAME="title" >Apples Are Green< /TMPL_SET > < HTML > < HEAD > < TITLE >< TMPL_VAR NAME="title" >< /TITLE > < /HEAD > <... Platforms: *nix

License: Freeware Size: 9.22 KB Download (94): HTML::Template::Set Download

Added: February 04, 2010 | Visits: 829

Thread::Apartment Thread::Apartment is an apartment threading wrapper for Perl objects. SYNOPSIS package MyClass; use Thread::Apartment::Server; use base qw(Thread::Apartment::Server); sub new { # # the usual constructor # } # # mark some methods as simplex # sub get_simplex_methods { return {... Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): Thread::Apartment Download

Added: July 03, 2010 | Visits: 835

Template::Plugin::Data::HTMLDumper Template::Plugin::Data::HTMLDumper is a template toolkit plugin interface to Data::HTMLDumper. SYNOPSIS [% USE Data.HTMLDumper %] [% Data.HTMLDumper.dump(myvar) %] A very simple Template Toolkit Plugin Interface to the Data::HTMLDumper module. The Data::HTMLDumper module displays output... Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): Template::Plugin::Data::HTMLDumper Download

Added: November 05, 2010 | Visits: 1.058

Dicop::Item::Template Dicop::Item::Template is an object defining Dicop::Item subclasses. SYNOPSIS use Dicop::Request::Template push @templates, Dicop::Item::Template->new ( class => Dicop::Item::Subclass, fields => "name => { maxlen => 128, def => some name }", );. Platforms: *nix

License: Freeware Size: 112.64 KB Download (126): Dicop::Item::Template Download

Added: April 23, 2010 | Visits: 1.183

Template::Magic Template::Magic is a Perl module for magic merger of runtime values with templates. SYNOPSIS Just add these 2 magic lines to your code... use Template::Magic; Template::Magic->new->print( /path/to/template ); to have all your variable and subroutines merged with the template file, or set... Platforms: *nix

License: Freeware Size: 46.08 KB Download (149): Template::Magic Download

Added: March 12, 2010 | Visits: 1.349

Template::Magic::HTML Template::Magic::HTML Perl module contains HTML handlers for Template::Magic used in a HTML environment. SYNOPSIS $tm = new Template::Magic::HTML ; # that means $tm = new Template::Magic markers => HTML , value_handlers => HTML ; # that explicitly means $tm = new Template::Magic... Platforms: *nix

License: Freeware Size: 46.08 KB Download (105): Template::Magic::HTML Download

Added: August 26, 2010 | Visits: 1.066

Bundle::Template::Magic Bundle::Template::Magic is a bundle to install MagicTemplate distribution plus all related extensions and prerequisites. SYNOPSIS perl -MCPAN -e install Bundle::Template::Magic CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler... Platforms: *nix

License: Freeware Size: 46.08 KB Download (97): Bundle::Template::Magic Download

Added: October 17, 2010 | Visits: 940

Template::Plugin::MP3 Template::Plugin::MP3 is a Perl interface to the MP3::Info Module. SYNOPSIS [% USE mp3 = MP3("Montana.mp3") %] [% mp3.title %] [% mp3.album %] # perldoc MP3::Info for more ideas Template::Plugin::MP3 provides a simple wrapper for using MP3::Info in object oriented mode; see MP3::Info... Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Template::Plugin::MP3 Download

< 1 2 3 4 5 >