tart-custom(5) | LinuxTaRT template format | tart-custom(5) |
tart-custom - Template format for LinuxTaRT
LinuxTaRT can use a user defined template file to generate the signature. The name and location of this file can be specified in ~/.tartrc, but defaults to the following location:
~/.tart-custom
LinuxTaRT recognizes the following directives in the template and replaces them with the corresponding values:
Any other characters in the template are copied to the signature as is.
The following template:
LinuxTaRT - The Automatic Random Tagline
%hr
/dev/random says:
%tg
http://mycompany.com
%hr
Generates the following signature:
LinuxTaRT - The Automatic Random Tagline
-------------------------------------------------------
/dev/random says:
Best way to dispose of the Borg: Give them Windows 3.1.
http://mycompany.com
-------------------------------------------------------
~/.custom
1.0.0 | Mark Veinot |