1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
###############################################################################
#
# Cool signatures for Signify
#
###############################################################################
% $name=My Name
% $email=myid@mycompany.com
#
# Sign my name. I want these centered, so they must be in a section.
# Note that the two "blank" lines actually have a single space. Empty
# lines are ignored by Signify.
#
% { center=50
$name
$email
% }
#
# Put a separator line between name and quote
#
-------------------------------------------------------------------------------
#
# Here is my collection of quotes...
#
% { center
If it doesn't work, force it. If it breaks, it needed replacing anyway.
% | center
Friends are relatives you make for yourself.
% | center, weight=2
The squeaky wheel doesn't always get the grease. Sometimes it gets replaced.
% |
If you're passed on the right, you're in the wrong lane.
#
# And, to help out the developers of Signify, a little plug for them...
# (A little free advertising for them gives them additional reason to
# generate more free software for me!)
#
% | center, weight=0.1
Generated by $PROGRAM. For this and more, visit $WEBSITE
#
# And thus ends my quotes definition and columns definition
#
% }
|