summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-30 07:57:03 +0100
committerAndrew Dolgov <[email protected]>2007-10-30 07:57:03 +0100
commitc62a2c21ba0dc186c560acef92f6451be122b4d9 (patch)
tree38a84d946b3163d34cf8f220d8e0b49209178ecd /templates
parent70364a420d8bd77e2988dd37b8ee67d4bcbd6fe6 (diff)
digest improvements and bugfixes
Diffstat (limited to 'templates')
-rw-r--r--templates/digest_template.txt14
-rw-r--r--templates/digest_template_html.txt14
2 files changed, 28 insertions, 0 deletions
diff --git a/templates/digest_template.txt b/templates/digest_template.txt
new file mode 100644
index 000000000..aa56fb3ae
--- /dev/null
+++ b/templates/digest_template.txt
@@ -0,0 +1,14 @@
+<!-- $BeginBlock digest -->
+New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}
+==============================================================
+<!-- $BeginBlock feed -->
+${FEED_TITLE}
+
+<!-- $BeginBlock article -->
+* ${ARTICLE_TITLE} - ${ARTICLE_UPDATED}
+ ${ARTICLE_LINK}
+<!-- $EndBlock article -->
+<!-- $EndBlock feed -->
+--
+To unsubscribe, visit your configuration options or contact instance owner.
+<!-- $EndBlock digest -->
diff --git a/templates/digest_template_html.txt b/templates/digest_template_html.txt
new file mode 100644
index 000000000..4b85f8ba9
--- /dev/null
+++ b/templates/digest_template_html.txt
@@ -0,0 +1,14 @@
+<!-- $BeginBlock digest -->
+<h1>New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}</h1>
+<!-- $BeginBlock feed -->
+<h2>${FEED_TITLE}</h2>
+
+<ul>
+<!-- $BeginBlock article -->
+<li><a href="${ARTICLE_LINK}">${ARTICLE_TITLE}</a> - ${ARTICLE_UPDATED}
+<!-- $EndBlock article -->
+</ul>
+<!-- $EndBlock feed -->
+
+<p><em>To unsubscribe, visit your configuration options or contact instance owner.</em></p>
+<!-- $EndBlock digest -->