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

Marketing Digital Template freeware
Filter: All | Freeware | Demo
 

Marketing Digital Template

< 1 2 3 4 5 > 
Added: March 09, 2010 | Visits: 707

Template::Plugin::NoFollow Template::Plugin::NoFollow is a TT filter to add rel="nofollow" to all HTML links. SYNOPSIS [% use NoFollow %] ... [% FILTER nofollow %] Google [% END %] ... [% text | nofollow %] Template::Plugin::NoFollow is a filter plugin for TT, which adds rel="nofollow" to all HTML links found...



Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): Template::Plugin::NoFollow Download

Added: October 23, 2010 | Visits: 892

HCKit::Template HCKit::Template is a Perl module with a template system for HTML construction. This module constructs an HTML page from a template. The conversion proceeds with the help of rewrite rules and data sources. Rewrite rules can be specified in the template file itself, or in the Perl script. Data...





Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): HCKit::Template Download

Added: May 09, 2010 | Visits: 773

Template::Plugin::StickyQuery Template::Plugin::StickyQuery is a TT plugin for HTML::StickyQuery. SYNOPSIS use Template; use Apache; use Apache::Request; my $apr = Apache::Request->new(Apache->request); # or CGI.pm will do my $template = Template->new( ... ); $template->process($filename, { apr => $apr }); # in...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (91): Template::Plugin::StickyQuery Download

Added: November 03, 2010 | Visits: 1.969

Template::Plugin::Translit::RU Template::Plugin::Translit::RU is a filter for converting cyrillic text into transliterated one and back. SYNOPSIS Use as filters. [% USE Translit::RU translit detranslit %] [% FILTER translit( koi ) %] ... This text would stay unchanged because it is not cyrillic. ... [% END %] Use as...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (134): Template::Plugin::Translit::RU Download

Added: June 03, 2010 | Visits: 1.217

Template::Plugin::Config::General Template::Plugin::Config::General is a template toolkit plugin which implements wrapper around Config::General module. SYNOPSIS # Config file format ; app.cfg - common configuration for scripts and both ; static and dynamic template pages. base_url = /~liol images_url = $base_url/images...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (91): Template::Plugin::Config::General Download

Added: January 27, 2010 | Visits: 831

Template::Plugin::HTML::BBCode Template::Plugin::HTML::BBCode is a template toolkit plugin which implements wrapper around HTML::BBCode module. SYNOPSIS [%- USE HTML::BBCode -%] [% FILTER bbcode %] [b]BBCode[/b] - is simple [i]markup language[/i] used in [url=http://www.phpbb.com/]phpBB[/url]. [% END %] [%- USE...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Template::Plugin::HTML::BBCode Download

Added: March 19, 2010 | Visits: 1.477

Keyword Marketing Buddy Keyword Marketing Buddy is a great tool that lets you compare the popularity of several different keyword groups at once. Enter in a few general keywords, and Keyword Marketing Buddy will generate a list of keywords related to the original keywords and order them according to popularity....


Platforms: *nix

License: Freeware Size: 5.12 KB Download (106): Keyword Marketing Buddy Download

Added: September 15, 2010 | Visits: 761

Class::DBI::Template::Stash Class::DBI::Template::Stash is a Perl module with Template::Stash subclass for Class::DBI::Template. SYNOPSIS package Music::DBI; use base Class::DBI; use Class::DBI::Template; There is nothing you need to do for this module, it is setup for you when you use Class::DBI::Template. It...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): Class::DBI::Template::Stash Download

Added: July 09, 2010 | Visits: 711

PerlPoint::Template::Traditional PerlPoint::Template::Traditional is a PerlPoint template processor for traditional pp2html layouts..


Platforms: *nix

License: Freeware Size: 13.31 KB Download (88): PerlPoint::Template::Traditional Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 1.101

PerlPoint::Template::TT2 PerlPoint::Template::TT2 is a beta of a PerlPoint template processor for Template Toolkit 2 layouts. METHODS new() Parameters: class The class name. Returns: the new object. Example: # start page $result.="nnnn"; # begin header $result.="nnnn"; # header contents: this was...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): PerlPoint::Template::TT2 Download

Added: January 15, 2010 | Visits: 1.078

Template::TT2Site Template::TT2Site is a Perl module to create standard web sites with the Template Toolkit. SYNOPSIS $ mkdir NewSite $ cd NewSite $ tt2site setup ... make your pages ... $ tt2site build ... point your browser at html/index.html ... tt2site is just a wrapper program. tt2site setup is...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (94): Template::TT2Site Download

Added: February 09, 2010 | Visits: 878

Pod::Template Pod::Template is a Perl module for building pod documentation from templates. SYNOPSIS ### As a module ### use Pod::Template; my $parser = new Pod::Template; $parser->parse( template => documentation.ptmpl ); print $parser->as_string ### As a script ### $ podtmpl -I dir1 -I dir2...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (92): Pod::Template Download

Added: August 27, 2010 | Visits: 1.380

Digital Invisible Ink Toolkit The Digital Invisible Ink Toolkit is a Java steganography tool that can hide any sort of file inside a digital image (regarding that the message will fit, and the image is 24 bit colour). Digital Invisible Ink Toolkit will work on Linux and Max OS, even on Windows because it is written in Java...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (161): Digital Invisible Ink Toolkit Download

Added: May 17, 2010 | Visits: 1.106

Template::Plugin::Page Template::Plugin::Page is a plugin to help when paging through sets of results. SYNOPSIS [% USE page = Page($total_entries, $entries_per_page, $current_page) %] First page: [% page.first_page %] Last page: [% page.last_page %] First entry on page: [% page.first %] Last entry on page: [%...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (89): Template::Plugin::Page Download

Added: May 10, 2013 | Visits: 1.172

Template Lite Template Lite is a very fast, small HTML template engine written in PHP. The engine supports most of the Smarty template engine functions and filters. Template Lite has many advantages over other template engines, as well as a few disadvantages. - Template Lite is a stripped down version of...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (128): Template Lite Download

Added: March 11, 2010 | Visits: 898

Template::Plugin::XML::LibXML Template::Plugin::XML::LibXML is a XML::LibXML Template Toolkit Plugin. SYNOPSIS [% USE docroot = XML.LibXML("helloworld.xml") %] The message is: [% docroot.find("/greeting/text") %] This module provides a plugin for the XML::LibXML module. It can be utilised the same as any other...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): Template::Plugin::XML::LibXML Download

Added: May 07, 2010 | Visits: 888

Class::MakeMethods::Template Class::MakeMethods::Template package contains extensible code templates. SYNOPSIS package MyObject; use Class::MakeMethods::Template::Hash ( new => new, string => foo, number => bar, ); my $obj = MyObject->new( foo => "Foozle", bar => 23 ); print $obj->foo(); $obj->bar(42);...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (86): Class::MakeMethods::Template Download

Added: October 16, 2010 | Visits: 752

Class::MakeMethods::Template::Generic Class::MakeMethods::Template::Generic Perl module contains templates for common meta-method types. SYNOPSIS package MyObject; use Class::MakeMethods ( Template::Hash:new => [ new ], Template::Hash:scalar => [ foo ] Template::Static:scalar => [ bar ] ); package main; my $obj =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (86): Class::MakeMethods::Template::Generic Download

Added: September 14, 2010 | Visits: 996

Template::Alloy::Parse Template::Alloy::Parse is a Perl module with common parsing role for creating AST from templates. The Template::Alloy::Parse role is reponsible for storing the majority of directive parsing code, as well as for delegating to the TT, HTE, Tmpl, and Velocity roles for finding variables and...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (92): Template::Alloy::Parse Download

Added: April 07, 2010 | Visits: 885

Template::Alloy::VMethod Template::Alloy::VMethod is a Perl module with VMethod role. The Template::Alloy::VMethod role provides all of the extra vmethods, filters, and virtual objects that add to the base featureset of Template::Alloy. Most of the vmethods listed here are similar to those provided by...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Template::Alloy::VMethod Download

< 1 2 3 4 5 >