version 1.2, 2002/02/04 18:38:11 |
version 1.3, 2002/04/12 17:33:02 |
|
|
* sign.sh is main script, use this one |
sign |
for example put in your ~/.bashrc: |
---- |
|
|
alias pine="$HOME/prog/scripts/sign/sign.sh `which pine`;" |
This package is powerful signature generator with ability for multi |
|
users and/or accounts. Usage is simple. Follow these steps. |
|
|
|
1. Create your signature file. Put there all your signatures and |
|
separate them with "~~". If you want disable some signature, separate |
|
it with "~~!!". You can start and end you signature line with '`' |
|
character to specify code to generate signature. |
|
|
|
2. After you have signature file created, put it fe. into data/ |
|
subdirectory. Edit 'hash.cfg' file. Structure is described in that |
|
file itself. You can define particular signature for various user/host |
|
combinations. Note, that the closest match will be used, but only if |
|
specified file exists. |
|
|
|
3. Edit appropriate constants in 'sign_gen.sh' file. You can change |
|
you signature separators, which are described above. There are also |
|
directories and so on, you can probably this step safely skip. |
|
|
|
4. Create alias for 'sign.sh' script. Note, that 'sign.sh' is main |
|
script. Script 'sign_gen.sh' is called from sign.sh, don't use it |
|
directly. So put in your ~/.bashrc something like this: |
|
|
|
alias pine="$HOME/prog/scripts/sign/sign.sh `which pine`;" |
|
|
|
5. Now you have sign properly configured. Your actual signature is |
|
situated in ~/.s file. Actual date is in ~/.d file. All your enabled |
|
signatures are in ~/.s.db file. |
|
|
|
6. Have fun! |
|
|
* sign_gen.sh is called from sign.sh; don't use directly |
|
|
|
(c) 2001-2002 Ondrej Jombik <nepto@pobox.sk> |
Developed by Ondrej Jombik <nepto@pobox.sk>, http://www.nepto.sk/ |
|
Copyright (c) 2001-2002 Platon SDG, http://www.platon.sk/ |
|
|
|
Comments, suggestions, bug reports and patches are always welcome. |
|
Please e-mail them to the following address: <platon@pobox.sk> |
|
|
|
The latest official release of libplaton is available from: |
|
http://www.platon.sk/projects/sign/ |
|
|
|
This document was written by Ondrej Jombik in 12th April 2002. |
|
|