Rev 11292 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
32 | reyssat | 1 | !! +exec+ +var+ |
11210 | bpr | 2 | tit:mailurl |
3 | type:$type_both |
||
11292 | bpr | 4 | syntax:!mailurl ``address name ...'' |
11210 | bpr | 5 | mean:Creates a javascript-crypted email interface that is difficult\ |
6 | for spammer-robot to decrypt.\ |
||
11288 | bpr | 7 | <p>\ |
11210 | bpr | 8 | The first word of the first line in the parameter should be the email address.\ |
17228 | bpr | 9 | <br>\ |
11210 | bpr | 10 | The rest of the first line is the recepient name (default to email address).\ |
17228 | bpr | 11 | <br>\ |
11210 | bpr | 12 | The second line and up is the mail subject.\ |
11288 | bpr | 13 | </p><p>\ |
11210 | bpr | 14 | This command calls, in the order of priority, one of the following files:\ |
15 | </p>\ |
||
16 | <ol>\ |
||
17 | <li>"mailurl.proc" in the module directory.</li>\ |
||
18 | <li>"mailurl.proc" in the current theme.</li>\ |
||
19 | <li>"scripts/mailurl.proc".</li>\ |
||
20 | </ol>\ |
||
21 | This allows site managers and authors to define different address encryption methods.\ |
||
17228 | bpr | 22 | <br>\ |
11210 | bpr | 23 | Mail addresses are not encrypted when the user is within a virtual class.\ |
17228 | bpr | 24 | <br>\ |
32 | reyssat | 25 | This command collapses some variables beginning with "mailurl_". |