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

Markup Template freeware
Filter: All | Freeware | Demo
 

Markup Template

1 2 3 4 5 > 
Added: May 06, 2010 | Visits: 686

Blatte Blatte is a Perl module with text macro/markup/template language. SYNOPSIS use Blatte; use Blatte::Builtins; my $perl = &Blatte::Parse(...some Blatte program ...); if (defined($perl)) { my $result = eval $perl; if (defined($result)) { &Blatte::traverse($result, &callback); } elsif...



Platforms: *nix

License: Freeware Size: 31.74 KB Download (93): Blatte Download

Added: August 21, 2013 | Visits: 309

pyramid_haml pyramid_haml configures your pyramid project to allow the use of HAML as template markup language. It uses PyHAML as preprocessor for the Mako template renderer.





Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): pyramid_haml Download

Added: January 27, 2010 | Visits: 832

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: October 24, 2010 | Visits: 827

Template::Simple Template::Simple is a simple and fast template module. SYNOPSIS use Template::Simple; my $tmpl = Template::Simple->new(); my $template = < { date => Jan...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (90): Template::Simple Download

Added: August 15, 2013 | Visits: 472

django-form-scaffold django-form-scaffold is a package of helper functions for generating Django template code with markup from Django form instances. It solves the problem of generating, over and over again, markup for a full form which is effectively a templated version of the BaseForm as_p, as_ul and as_table...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (45): django-form-scaffold Download

Added: September 17, 2013 | Visits: 391

django-markup-mixin A simple django reusable application to provide markup control over a field in a model. Right now this is pretty hacked together, but should become more robust over time. Either way, I've found it quite useful in many places already. On big benefit? You can provide both a markup field, and a...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (39): django-markup-mixin Download

Added: July 08, 2013 | Visits: 425

django-markup-tags Django-markup-tags provides Markdown, Textile, and ReST template tags as opposed to filters. Usage is simple, add 'markuptags' to INSTALLED _APPS load it in the template like so:


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): django-markup-tags Download

Added: January 27, 2006 | Visits: 10.395

RSC Cover Letter Template The RSC Cover Letter Template acts as a guideline containing the structure for working through the components of a professional looking cover letter. The RSC Cover Letter Template is intended for those seeking to create a cover letter that has the key elements necessary to capture the...


Platforms: Windows

License: Freeware Size: 96 KB Download (823): RSC Cover Letter Template Download

Added: August 11, 2006 | Visits: 3.863

Ewisoft Template Builder Web templates bring you publicity and customs, but how to stop users from removing your logos and hyperlinks? Ewisoft Template Builder converts your HTML file to an unmodified one. It can be used with Ewisoft Web Builder, a Free WYSIWYG Html Editor. It supports images and style files also. If...


Platforms: Windows

License: Freeware Size: 2.48 MB Download (579): Ewisoft Template Builder Download

Added: June 03, 2006 | Visits: 5.001

MT Template Wizard This tool will get you creating effective & professional looking templates in no time! You can download your you 100% free copy at any time. It eliminates all the typing of code and allows you to simple point and click your way to a fresh looking template. Software Features: - 100% Free -...


Platforms: Windows

License: Freeware Size: 488 KB Download (281): MT Template Wizard Download

Released: May 28, 2011  |  Added: June 09, 2011 | Visits: 15.994

Excel Invoice Template This is a free Excel Invoice Template that provides a Fill In The Blank invoice form and is capable of calculating and creating invoices. Its what-you-see-is-what-you-get invoice form provides a simple yet effective billing software and invoice software for small businesses. If you know how to...


Platforms: Windows

License: Freeware Size: 29.48 KB Download (2599): Excel Invoice Template Download

Released: May 21, 2008  |  Added: May 24, 2008 | Visits: 21.609

Free PowerPoint Template - Acoolsoft Acoolsoft free PowerPoint template is designed to help your make wonderful PowerPoint presentation. You can download it absolutely for free. And our free PowerPoint template will keep on updating to make your presentation more professional and interesting. There are also some free PowerPoint...


Platforms: Windows

License: Freeware Size: 19.79 MB Download (3084): Free PowerPoint Template - Acoolsoft Download

Released: December 20, 2010  |  Added: December 29, 2010 | Visits: 3.502

WonderWebWare Template Shaker CSS Template Shaker is WYSIWYG (what you see is what you get) xhtml / css template generator. Using the tool is pretty simple: just point and click to customize the look and feel of the template on the fly, in complete WYSIWYG environment. This version comes with 5 templates predefined, but with...


Platforms: Windows

License: Freeware Size: 11.36 MB Download (539): WonderWebWare Template Shaker Download

Released: May 15, 2009  |  Added: October 10, 2009 | Visits: 3.985

HTML Template Browser Anyone who has worked with web templates, knows how difficult it can be to see all the templates you've downloaded. That's what HTML Template Browser is for. Point it at a directory and it will find all the main pages of a template (index.html, default.htm, etc.) and list them in a browse window....


Platforms: Windows

License: Freeware Size: 1.17 MB Download (568): HTML Template Browser Download

Added: January 18, 2010 | Visits: 1.678

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: January 18, 2010 | Visits: 1.763

Template::Ast Template::Ast is a Perl module to process ASTs for Perl Template Toolkit. SYNOPSIS use Template::Ast; # Rebuild AST stored in file: $ast = Template::Ast->read(foo.ast) or die Template::Ast->error(); # Writing existing AST to file: $ast = { Marry => [24, F], John => [21, M] };...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (161): Template::Ast Download

Added: October 15, 2010 | Visits: 1.184

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: October 21, 2010 | Visits: 1.446

Template::Plugin::Digest::MD5 Template::Plugin::Digest::MD5 is a TT2 interface to the MD5 Algorithm. SYNOPSIS [% USE Digest.MD5 -%] [% checksum = content FILTER md5 -%] [% checksum = content FILTER md5_hex -%] [% checksum = content FILTER md5_base64 -%] [% checksum = content.md5 -%] [% checksum = content.md5_hex -%]...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Template::Plugin::Digest::MD5 Download

Added: January 01, 2010 | Visits: 1.476

Template::Plugin::Digest::SHA1 Template::Plugin::Digest::SHA1 is a TT2 interface to the SHA1 Algorithm. SYNOPSIS [% USE Digest.SHA1 -%] [% checksum = content FILTER sha1 -%] [% checksum = content FILTER sha1_hex -%] [% checksum = content FILTER sha1_base64 -%] [% checksum = content.sha1 -%] [% checksum =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Template::Plugin::Digest::SHA1 Download

Added: October 13, 2010 | Visits: 1.691

Template::Plugin::Lingua::EN::Inflect Template::Plugin::Lingua::EN::Inflect is a Perl interface to Lingua::EN::Inflect module. SYNOPSIS [% USE infl = Lingua.EN.Inflect; -%] [% FILTER inflect(number => 42); -%] There PL_V(was) NO(error). PL_ADJ(This) PL_N(error) PL_V(was) fatal. [% END; -%] [% "... and "; infl.ORD(9);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Template::Plugin::Lingua::EN::Inflect Download

1 2 3 4 5 >