Súbor: [Platon] / scripts / shell / sign / README (stiahnutie)
Revízia 1.3, Fri Apr 12 17:33:02 2002 UTC (22 years, 8 months ago) by jombik9
Zmeny od 1.2: +41 -5
[lines]
Multi user support implemented.
Only enabled signatures are now written in ~/.s.db file.
Documentation update.
|
sign
----
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!
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.
Platon Group <platon@platon.sk> http://platon.sk/
|