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

Craigslist Template software
Filter: All | Freeware | Demo
 

Craigslist Template

< 1 2 3 4 5 > 
Released: August 08, 2020  |  Added: April 21, 2021 | Visits: 1.373

X-Brown Template for ApPHP Hotel Site X-Brown Template for ApPHP Hotel Site. This is a fully featured specially designed template compatible with ApPHP Hotel Site v4.0.0 or later.



Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $42.00 USD Size: 40 KB Download (152): X-Brown Template for ApPHP Hotel Site Download

Added: November 06, 2010 | Visits: 1.773

Template::Tutorial Template::Tutorial are template toolkit tutorials. This section includes tutorials on using the Template Toolkit. Subjects currently include an general overview of the Template Toolkit, showing users how to get quickly up to speed building web content, and a tutorial on generating and using...





Platforms: *nix

License: Freeware Size: 778.24 KB Download (146): Template::Tutorial Download

Released: November 08, 2019  |  Added: February 08, 2021 | Visits: 1.339

X-Voyage Template for ApPHP Hotel Site X-Voyage Template for ApPHP Hotel Site. This is a fully featured specially designed template compatible with ApPHP Hotel Site v4.0.0 or later.


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $48.00 USD Size: 40 KB Download (146): X-Voyage Template for ApPHP Hotel Site Download

Added: February 18, 2010 | Visits: 1.293

HTML::Template::JIT HTML::Template::JIT is a just-in-time compiler for HTML::Template. Templates are compiled into native machine code using Inline::C. When using HTML::Template::JIT, the compiled code is stored to disk and reused on subsequent calls. HTML::Template::JIT is up to 8 times as fast as HTML::Template...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (145): HTML::Template::JIT Download

Added: April 23, 2010 | Visits: 1.176

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 (143): Template::Magic Download

Added: November 03, 2010 | Visits: 1.973

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 (140): Template::Plugin::Translit::RU Download

Added: March 10, 2010 | Visits: 1.224

HTML::Template::Expr HTML::Template::Expr module provides an extension to HTML::Template which allows expressions in the template syntax. HTML::Template::Expr module is purely an addition--all the normal HTML::Template options, syntax, and behaviors will still work. Expression support includes comparisons, math...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (135): HTML::Template::Expr Download

Added: February 02, 2010 | Visits: 1.531

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: August 05, 2010 | Visits: 1.725

Template::Provider::OpenOffice Template::Provider::OpenOffice is a OpenOffice (ODT) Provider for Template Toolkit. This module extends Template::Provider to automatically extract the content.xml file from an OpenOffice zip file and run it through Template::Toolkit for processing. We use OpenOffice::OODoc to actually open...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (129): Template::Provider::OpenOffice Download

Added: October 20, 2010 | Visits: 1.548

Template::Manual::Plugins Template::Manual::Plugins is Perl module for standard plugins. This section lists the standard plugins which can be used to extend the runtime functionality of the Template Toolkit. The plugins are distributed with the Template Toolkit but may required additional modules from CPAN. TEMPLATE...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (128): Template::Manual::Plugins 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

Released: January 10, 1999  |  Added: February 23, 2006 | Visits: 3.376

fKey Template Designer fKey Template Designer v20 - $25 from SigmaTech Software. A design tool to construct and print a keyboard template of a programs function key and shortcut key combinations. The program presently can print a template to fit all known keyboard layouts. You may have up to six rows of function key...


Platforms: Windows

License: Shareware Cost: $25.00 USD Size: 4.13 MB Download (126): fKey Template Designer Download

Added: November 05, 2010 | Visits: 1.055

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: January 25, 2010 | Visits: 749

Check Template CheckTemplate is a startup add-on that dynamically checks to see that the link between a document and it's template has not been broken. CheckTemplate looks for the proper template when the document is loaded and whenever it is activated.This is extremely useful if you move documents between two...


Platforms: Mac

License: Freeware Download (126): Check Template Download

Added: January 25, 2010 | Visits: 966

24U FM Template 24U FM Template is a template project for developing FileMaker Pro external function plug-ins using the Metrowerks CodeWarrior integrated development environment. It is intended for beginning plug-in developers as well as for experienced developers who don't want to spend too much time...


Platforms: Mac

License: Freeware Size: 285 KB Download (122): 24U FM Template Download

Added: May 07, 2010 | Visits: 1.020

Template::Plugin::AutoLink Template::Plugin::AutoLink is a TT filter plugin to replace URL and e-mail address with hyperlink automatically. SYNOPSIS # in template [% use AutoLink %] [% FILTER auto_link target=_blank %] Search here http://www.google.com [% END %] # result in Search here < a...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (121): Template::Plugin::AutoLink Download

Released: September 27, 2011  |  Added: October 25, 2011 | Visits: 1.270

Template Phrases for Microsoft Outlook With this handy plug-in for Outlook you need just a mouse click to insert frequently-typed phrases into your e-mail messages. The Template Phrases pane is built into the right part of the message window letting you see all your phrases at a glance organized in a multi-level tree structure....


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 9.19 MB Download (117): Template Phrases for Microsoft Outlook Download

Added: June 22, 2010 | Visits: 1.709

Template::Library::HTML Template::Library::HTML is a template library for building basic HTML pages. NOTE: This documentation is incomplete and may be incorrect in places. The html template library is distributed as part of the Template Toolkit. It can be found in the templates sub-directory of the installation...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (116): Template::Library::HTML Download

Released: April 01, 2012  |  Added: April 18, 2012 | Visits: 1.831

iFocus Photography XML Template It's not only supports deeplink,fullscreen background with 15 effect,slides with 13 effect,musicplayer, social button,about,news,services and support image/video gallery,php contact. You also can set logo/menu layout and site information/social layout.You can add any module into the template just...


Platforms: Windows, Mac, *nix, Pocket PC, DOS, Android,BlackBerry,Handheld/Mobile Other,iPhone,iPod,iTouch,Java,Netware,OpenVMS,Palm,Symbian,Other,Not Applicable

License: Commercial Cost: $40.00 USD Size: 712.89 KB Download (114): iFocus Photography XML Template Download

Added: June 23, 2010 | Visits: 1.681

Template::Tutorial::Web Template::Tutorial::Web is a Perl module for generating web content using the template toolkit. This tutorial document provides a introduction to the Template Toolkit and demonstrates some of the typical ways it may be used for generating web content. It covers the generation of static pages...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (113): Template::Tutorial::Web Download

< 1 2 3 4 5 >