Automated build for v0.01
This commit is contained in:
14
templates/digest_template.txt
Normal file
14
templates/digest_template.txt
Normal file
@ -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 -->
|
18
templates/digest_template_html.txt
Normal file
18
templates/digest_template_html.txt
Normal file
@ -0,0 +1,18 @@
|
||||
<!-- $BeginBlock digest -->
|
||||
<h1 style='font-size : x-large'>New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}</h1>
|
||||
<hr/>
|
||||
<!-- $BeginBlock feed -->
|
||||
<h2 style='font-size : large'>${FEED_TITLE}</h2>
|
||||
|
||||
<ul>
|
||||
<!-- $BeginBlock article -->
|
||||
<li><a href="${ARTICLE_LINK}">${ARTICLE_TITLE}</a> — <strong>${ARTICLE_UPDATED}</strong>
|
||||
<div style='font-style : italic'>${ARTICLE_LABELS}</div>
|
||||
<div style='color : gray'>${ARTICLE_EXCERPT}</div>
|
||||
<!-- $EndBlock article -->
|
||||
</ul>
|
||||
<!-- $EndBlock feed -->
|
||||
|
||||
<hr>
|
||||
<em>To unsubscribe, visit your configuration options or contact instance owner.</em>
|
||||
<!-- $EndBlock digest -->
|
16
templates/email_article_template.txt
Normal file
16
templates/email_article_template.txt
Normal file
@ -0,0 +1,16 @@
|
||||
<!-- $BeginBlock email -->
|
||||
Hi,
|
||||
|
||||
Thought I'd share the following with you:
|
||||
|
||||
<!-- $BeginBlock article -->
|
||||
* ${ARTICLE_TITLE}
|
||||
<!-- $BeginBlock note -->
|
||||
${ARTICLE_NOTE}
|
||||
<!-- $EndBlock note -->
|
||||
${ARTICLE_URL}
|
||||
<!-- $EndBlock article -->
|
||||
|
||||
--
|
||||
This message has been sent by Tiny Tiny RSS installation at ${TTRSS_HOST}.
|
||||
<!-- $EndBlock email -->
|
42
templates/generated_feed.txt
Normal file
42
templates/generated_feed.txt
Normal file
@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="atom-to-html.xsl"?>
|
||||
<!-- $BeginBlock feed -->
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>${FEED_TITLE}</title>
|
||||
<generator uri="http://tt-rss.org/">Tiny Tiny RSS/${VERSION}</generator>
|
||||
<updated>${ARTICLE_UPDATED_ATOM}</updated>
|
||||
<id>${FEED_URL}</id>
|
||||
<link href="${FEED_URL}" rel="self"/>
|
||||
<!-- $BeginBlock feed_hub -->
|
||||
<link href="${HUB_URL}" rel="hub"/>
|
||||
<!-- $EndBlock feed_hub -->
|
||||
<link href="${SELF_URL}" rel="alternate"/>
|
||||
<!-- $BeginBlock entry -->
|
||||
<entry>
|
||||
<id>${ARTICLE_ID}</id>
|
||||
<link href="${ARTICLE_LINK}" rel="alternate" type="text/html"/>
|
||||
<title type="html">${ARTICLE_TITLE}</title>
|
||||
<summary type="html"><![CDATA[${ARTICLE_EXCERPT}]]></summary>
|
||||
<content type="html"><![CDATA[${ARTICLE_CONTENT}]]></content>
|
||||
<updated>${ARTICLE_UPDATED_ATOM}</updated>
|
||||
<author><name>${ARTICLE_AUTHOR}</name></author>
|
||||
<source>
|
||||
<id>${ARTICLE_SOURCE_LINK}</id>
|
||||
<link rel="self" href="${ARTICLE_SOURCE_LINK}"/>
|
||||
<updated>${ARTICLE_UPDATED_ATOM}</updated>
|
||||
<title>${ARTICLE_SOURCE_TITLE}</title></source>
|
||||
<!-- $BeginBlock category -->
|
||||
<category term="${ARTICLE_CATEGORY}"/>
|
||||
<!-- $EndBlock category -->
|
||||
<!-- $BeginBlock enclosure -->
|
||||
<link rel="enclosure"
|
||||
type="${ARTICLE_ENCLOSURE_TYPE}"
|
||||
length="${ARTICLE_ENCLOSURE_LENGTH}"
|
||||
href="${ARTICLE_ENCLOSURE_URL}"/>
|
||||
<!-- $EndBlock enclosure -->
|
||||
</entry>
|
||||
<!-- $EndBlock entry -->
|
||||
<!-- $EndBlock feed -->
|
||||
</feed>
|
||||
<!-- vim:ft=xml
|
||||
-->
|
14
templates/resetpass_link_template.txt
Normal file
14
templates/resetpass_link_template.txt
Normal file
@ -0,0 +1,14 @@
|
||||
<!-- $BeginBlock message -->
|
||||
Hello, ${LOGIN}.
|
||||
|
||||
You (or someone else) requested a password reset on this Tiny Tiny RSS
|
||||
instance. Click on the following link to reset your password:
|
||||
|
||||
${RESETPASS_LINK}
|
||||
|
||||
Please note that the above link will only be valid for the next 15 minutes.
|
||||
|
||||
If you don't want to reset your password, ignore this message.
|
||||
|
||||
Sincerely, Tiny Tiny RSS Mail Daemon.
|
||||
<!-- $EndBlock message -->
|
9
templates/resetpass_template.txt
Normal file
9
templates/resetpass_template.txt
Normal file
@ -0,0 +1,9 @@
|
||||
<!-- $BeginBlock message -->
|
||||
Hello, ${LOGIN}.
|
||||
|
||||
Your password for this Tiny Tiny RSS installation has been reset.
|
||||
|
||||
Your new password is ${NEWPASS}, please remember it for later reference.
|
||||
|
||||
Sincerely, Tiny Tiny RSS Mail Daemon.
|
||||
<!-- $EndBlock message -->
|
Reference in New Issue
Block a user