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

Chicago Style Template software
Filter: All | Freeware | Demo
 

Chicago Style Template

< 1 2 3 4 5 > 
Added: November 23, 2010 | Visits: 1.351

Template::Plugin::XML Template::Plugin::XML is a XML plugin for the Template Toolkit. SYNOPSIS [% USE XML; dom = XML.dom(foo.xml); xpath = XML.xpath(bar.xml); simple = XML.simple(baz.xml); rss = XML.simple(news.rdf); %] [% USE XML(file=foo.xml); dom = XML.dom xpath = XML.xpath # ...etc... %] [% USE...



Platforms: *nix

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

Added: January 18, 2010 | Visits: 1.680

Aapl C++ Template Library Aapl is a C++ template library for generic programming. Aapl supports different generic programming paradigms by providing variations of standard data structures. For example, a by-value linked list template may be used to store a user supplied type such as an integer. A different list...





Platforms: *nix

License: Freeware Size: 122.88 KB Download (105): Aapl C++ Template Library Download

Added: February 12, 2010 | Visits: 1.121

XML::Parser::Style::Stream XML::Parser::Style::Stream is a Stream style for XML::Parser. SYNOPSIS use XML::Parser; my $p = XML::Parser->new(Style => Stream, Pkg => MySubs); $p->parsefile(foo.xml); { package MySubs; sub StartTag { my ($e, $name) = @_; # do something with start tags } sub EndTag { my ($e,...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (105): XML::Parser::Style::Stream Download

Added: March 12, 2010 | Visits: 1.347

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

Released: October 10, 2012  |  Added: October 30, 2012 | Visits: 1.492

Consulting Invoice Template As a small home-based business, contractor, consultant or freelancer, you don't need a complicated invoicing system for just creating professional looking invoices. All you need is a free invoice template. This Excel-based invoice template is created basically for consultants, with all the fields...


Platforms: Windows

License: Freeware Size: 55.78 KB Download (105): Consulting Invoice Template Download

Added: May 16, 2010 | Visits: 1.339

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: October 16, 2010 | Visits: 876

Template::Plugin::Java::Constants Template::Plugin::Java::Constants is a Perl module with constants for the Java Template plugin modules. SYNOPSIS use Template::Plugin::Java::Constants qw/:regex/; use Template::Plugin::Java::Constants qw/:boolean/; use Template::Plugin::Java::Constants qw/:all/; regex The "regex" tag...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (104): Template::Plugin::Java::Constants Download

Released: March 22, 2011  |  Added: March 28, 2011 | Visits: 1.142

Project Maintenance Template Creating a project maintenance document using this template is not difficult. All you have to do is fill in text under the relevant and well-defined headings and your document practically gets created. This project maintenance template comes with tips under most of the headings and so if some of...


Platforms: Windows, Other

License: Commercial Cost: $19.99 USD Size: 155 KB Download (104): Project Maintenance Template Download

Released: September 28, 2011  |  Added: October 13, 2011 | Visits: 1.115

RFP Response template Unless you think you will be the only one to reply to a specific RFP with your proposal, you would be advised to produce the most professional and impressive proposal response that you can. Use the MethodA RFP Response template which is based on years of successful RFP and Proposal...


Platforms: Windows, Other

License: Shareware Cost: $19.99 USD Size: 742.12 KB Download (104): RFP Response template Download

Added: April 12, 2010 | Visits: 1.414

Template::FAQ Template::FAQ contains Frequently Asked Questions about the Template Toolkit. Template Toolkit Language Why doesnt [% a = b IF c %] work as expected? Because the parser interprets it as [% a = (b IF c) %] Do this instead: [% SET a = b IF c %] If Im using TT to write out a TT...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (103): Template::FAQ Download

Added: June 02, 2010 | Visits: 1.533

Template::Tools::ttree Template::Tools::ttree module can process entire directory trees of templates. SYNOPSIS ttree [options] [files] The ttree script is used to process entire directory trees containing template files. The resulting output from processing each file is then written to a corresponding file in a...


Platforms: *nix

License: Freeware Size: 768 KB Download (102): Template::Tools::ttree Download

Added: June 02, 2010 | Visits: 1.009

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 27, 2010 | Visits: 2.066

Create New Template Service Menu Create New Template Service Menu is a context menu item for KDE and Konqueror that automates adding Create New... menu entries from existing files. It adds a "Create Template" item to the Actions submenu of the context menu. It consists of a service menu .desktop file and a shell script. KDE...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (102): Create New Template Service Menu Download

Added: February 04, 2010 | Visits: 866

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


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Template::Plugin::MP3::Tag Download

Added: August 15, 2010 | Visits: 1.305

Template::Plugin::XML::Style Template::Plugin::XML::Style is a Perl module for simple XML stylesheet transformations. SYNOPSIS [% USE xmlstyle table = { attributes = { border = 0 cellpadding = 4 cellspacing = 1 } } %] [% FILTER xmlstyle %] < table > < tr > < td >Foo< /td > < td >Bar< /td > < td >Baz< /td >...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (101): Template::Plugin::XML::Style Download

Added: February 27, 2010 | Visits: 1.104

Template::Multilingual Template::Multilingual is a Perl module with multilingual templates for Template Toolkit. SYNOPSIS This subclass of Template Toolkits Template class supports multilingual templates: templates that contain text in several languages. < t > < en >Hello!< /en > < fr >Bonjour !< /fr > < /t >...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (101): Template::Multilingual Download

Added: October 15, 2010 | Visits: 1.187

Piffle::Template Piffle::Template is a Perlish templating language. SYNOPSIS use Piffle::Template; use Piffle::Template qw{template_to_perl expand_template}; # OO syntax, with output stored and returned: print Piffle::Template->expand(source_file => foo/fish.xml, include_path => [foo/inc,foo]); #...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Piffle::Template Download

Added: September 26, 2010 | Visits: 1.388

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

Released: September 28, 2011  |  Added: October 16, 2011 | Visits: 947

Proposal Evaluation Template Evaluating proposals that you received in response to your RFP must be done based on objective criteria. In addition, the proposal evaluation criteria and results need to be presentable and convincing. This is especially true (but not only) when your choice is open to public scrutiny and possible...


Platforms: Windows, Other

License: Shareware Cost: $9.99 USD Size: 742.12 KB Download (100): Proposal Evaluation Template Download

Added: March 14, 2010 | Visits: 1.174

Template::Manual::Views Template::Manual::Views is a template toolkit views (experimental). This section describes dynamic views: a powerful but experimental new feature in version 2.01 of the Template Toolkit. A view is effectively a collection of templates and/or variable definitions which can be passed around as...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (99): Template::Manual::Views Download

< 1 2 3 4 5 >