source: announcerplugin/trunk/announcer/templates/fullblog_plaintext.txt

Last change on this file was 7637, checked in by Robert Corsaro, 14 years ago

adds fullblog announcements

File size: 794 bytes
Line 
1#${name}: ${title}
2{% if category == 'post created' or category == 'post updated' %}
3{% if category == 'post created' %}
4Added post "${name}" by ${author} at ${time}
5{% end %}\
6{% if category == 'post updated' %}\
7Changed post "${name}" by ${author} at ${time}.
8Revision: ${version}
9{% end %}\
10Page URL: ${link}
11
12Content:
13
14Title: ${title}
15
16${body}
17
18
19
20{% if comment %}\
21Comment: ${comment}
22{% end %}\
23{% end %}\
24
25{% if category == 'post deleted' %}\
26Deleted post "${name}" by ${author} at ${time}
27{% end %}\
28{% if category == 'post deleted' %}\
29Page URL: ${link}
30Deleted version "${version}" of post "${name}" by ${author} at ${time}
31{% end %}\
32
33{% if category == 'comment created' %}\
34Comment added to post "${name}" by ${author} at ${time}
35Page URL: ${link}
36
37Content:
38
39${comment}
40
41{% end %}
Note: See TracBrowser for help on using the repository browser.