]> the.earth.li Git - htag.git/blob - docs/MACRO_DESCRIPTION
Import Upstream version 0.0.23
[htag.git] / docs / MACRO_DESCRIPTION
1 Reserved plugin letters
2 -----------------------
3
4 Used in @x24R@ constructs where x is:
5
6 D - date plugin.
7 M - Mark 'n lard plugin.
8 S - Sesame Street plugin.
9 U - uptime plugin.
10
11
12 Macros
13 ------
14
15 Used in @x constructs where x is:
16
17 B - Newline (think Break line)
18 F - First name
19 L - Last name
20 N - Full name
21 V - Version in the form x.y.z
22
23 @NOTAG@ is special and means that no tagline is to be appended to this sig
24 but that it will still be parsed and have macros substituted etc.
25
26 The name variants are only available if htag is passed a message with
27 headers like "To: Simon Huggins <huggie@earth.li>".
28
29
30 Magic Reformatting
31 ------------------
32
33 This isn't supported yet but I think it's what I want.  I just need to be
34 able to match nested constructs but I think there is a module for this.
35 Hmm.  Need more CFT.
36 Used in @x24@ constructs where x is:
37
38 CENTER  - Center over line width
39 RIGHT   - Right align
40 LEFT    - Left align with padding
41
42 Without a following length the operations are done over the line width.