⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.177
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
.cpan
/
build
/
Template-Toolkit-3.102-0
/
bin
/
View File Name :
README
#======================================================================== # Template Toolkit - bin/ #======================================================================== This directory contains the 'tpage' and 'ttree' template processing scripts. These will be installed automatically by a 'make install'. 'tpage' is a simple script interface to the Template module. You can specify one or more filenames on the command line which will be processed in turn. The script will read from STDIN if no files are specified. See 'perldoc tpage' for further information. Examples: tpage websrc/myfile.html > public_html/myfile.html tpage header body footer > mypage.html foobar | tpage > foobar.html 'ttree' is a more advanced script for processing templates en masse. You can point it at a source directory and it will walk traverse down through the tree, processing any template files it finds on the way. The output generated by each template is written to the corresponding file in a destination directory. It is ideally suited for the task of building web site documents from a set of input templates. It provides a range of configuration options which can be expressed in config files or via command line options. See 'ttree -h' and 'perldoc ttree' for further information. Examples: ttree ttree index.html page1.html page2.html ttree -v -r ttree -src ~/tmp/templates -dest ~/public_html/test ttree -f config The other files including 'tt2inst' and 'gifsplash' are legacy scripts from previous version of TT2. They will be removed at some point in the future.