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

TPAGE(1)						User Contributed Perl Documentation						  TPAGE(1)

NAME
Template::Tools::tpage - Process templates from command line USAGE
tpage [ --define var=value ] file(s) DESCRIPTION
The tpage script is a simple wrapper around the Template Toolkit processor. Files specified by name on the command line are processed in turn by the template processor and the resulting output is sent to STDOUT and can be redirected accordingly. e.g. tpage myfile > myfile.out tpage header myfile footer > myfile.html If no file names are specified on the command line then tpage will read STDIN for input. The "--define" option can be used to set the values of template variables. e.g. tpage --define author="Andy Wardley" skeleton.pm > MyModule.pm See Template for general information about the Perl Template Toolkit and the template language and features. AUTHOR
Andy Wardley <abw@wardley.org> <http://wardley.org/> VERSION
2.68, distributed as part of the Template Toolkit version 2.19, released on 27 April 2007. COPYRIGHT
Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
ttree perl v5.16.3 2012-01-13 TPAGE(1)
Man Page