Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vimplate(1) [debian man page]

VIMPLATE(1)						User Contributed Perl Documentation					       VIMPLATE(1)

NAME
vimplate - the vim template system. DEPENDS on PACKAGES Template-Toolkit http://search.cpan.org/~abw/Template-Toolkit-2.14 please install Template-Toolkit on your system. DEPENDS on SETTINGS variable HOME on unix/bsd/linux the variable home is set. On Windows please set the variable home to the value where _vimplaterc should be locatet. SYNOPSIS
vimplate <-template=<template>> [-out=<file>] [-user=<user>] [-dir=<dir>] [-config=<file>] vimplate <-createconfig> vimplate <-listtemplates> vimplate <-listusers> vimplate <-version> vimplate <-help|-h|-?> vimplate <-man> OPTIONS
-help|-h|-? Print a brief help message and exit. -man Print the manual page and exit. -version Print the version and exit. -createconfig Write a vimplate config to $HOME/.vimplaterc or %HOME%\_vimplaterc (on Windows) and exit. -listtemplate Print the avaible templates and exit. -listusers Print the avaible users and exit. -user|u=<username> Use the information form user <username> while parsing templates. -dir|d=<templatedir> Search templatefiles in <templatedir>. -template=<templatefile> Use the <templatefile>. DESCRIPTION
vimplate Print a spezified template to standard output. AUTHOR
Urs Stotz <stotz@gmx.ch> COPYRIGHT
Copyright (c) 2004-2005, Urs Stotz <stotz@gmx.ch> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
perl(1) Template(3) perl v5.14.2 2012-10-07 VIMPLATE(1)

Check Out this Related Man Page

Template::Manual(3)					User Contributed Perl Documentation				       Template::Manual(3)

NAME
Template::Manual - Template Toolkit User Manual Template Toolkit Manual The Template Toolkit manual contains documentation on using and extending the Template Toolkit. Template::Manual::Intro The Template::Manual::Intro page provides an introduction to the Template Toolkit Template::Manual::Syntax The Template::Manual::Syntax desribes the syntax and structure of templates and the directive tags embedded within them. Template::Manual::Directives The Template::Manual::Directives page lists all the Template Toolkit directives and gives examples of their use. Template::Manual::Variables The Template::Manual::Variables page describes the use of variables in templates. Template::Manual::VMethods The Template::Manual::VMethods page provides a full list of virtual methods that can be used in conjunction with variables, and gives examples of their use. Template::Manual::Config The Template::Manual::Config page describes all of the Template Toolkit configuration options. Template::Manual::Filters The Template::Manual::Filters page lists all of the Template Toolkit filters and gives examples of their use. Template::Manual::Plugins The Template::Manual::Plugins page lists all of the standard plugins distributed with Template Toolkit and gives examples of their use. Template::Manual::Internals The Template::Manual::Internals page describes the internal workings of the Template Toolkit. It is aimed at developers who wish to extend or modify the Template::Manual::Views The Template::Manual::Views page describes the experimental "VIEW" directive. Template::Manual::Credits The Template::Manual::Credits page lists the people who have contributed to the Template Toolkit. perl v5.16.3 2011-12-20 Template::Manual(3)
Man Page