summaryrefslogtreecommitdiff
path: root/design/templates/lttr
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/lttr')
-rw-r--r--design/templates/lttr/confirm_activate.html17
-rw-r--r--design/templates/lttr/message/subscribe.html24
-rw-r--r--design/templates/lttr/message/subscribe.txt9
-rw-r--r--design/templates/lttr/message/subscribe_subject.txt1
-rw-r--r--design/templates/lttr/message/unsubscribe.html19
-rw-r--r--design/templates/lttr/message/unsubscribe.txt9
-rw-r--r--design/templates/lttr/message/unsubscribe_subject.txt1
-rw-r--r--design/templates/lttr/subscribed.html17
-rw-r--r--design/templates/lttr/subscriber_form.html39
9 files changed, 0 insertions, 136 deletions
diff --git a/design/templates/lttr/confirm_activate.html b/design/templates/lttr/confirm_activate.html
deleted file mode 100644
index d67ee1b..0000000
--- a/design/templates/lttr/confirm_activate.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends 'base.html' %}
-{% load typogrify_tags %}
-
-{% block pagetitle %}Luxagraf | Friends of a Long Year {% endblock %}
-{% block metadescription %}An infrequesnt mailing list about travel, photography, tools, walking, the natural world and other ephemera.{% endblock %}
-
-{% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
- <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> &rarr; </li>
- <li>Lttr</li>
- </ul>
- <main role="main" id="essay-archive" class="essay-archive archive-list">
- <div class="essay-intro">
- <h2>You're confirmed, thanks for joining.</h2>
- <p>If you'd like you can <a href="/lttr/">visit the archives</a> of past mailings.</p>
- </div>
- </main>
-{%endblock%}
diff --git a/design/templates/lttr/message/subscribe.html b/design/templates/lttr/message/subscribe.html
deleted file mode 100644
index 3ed34db..0000000
--- a/design/templates/lttr/message/subscribe.html
+++ /dev/null
@@ -1,24 +0,0 @@
-{% load i18n %}<!DOCTYPE html>
-
-<html>
-<head>
- <meta charset="utf-8">
- <title>{% blocktrans with title=newsletter.title %}Subscription to {{ title }}{% endblocktrans %}
-</title>
-</head>
-<body>
-{% blocktrans with name=subscription.name title=newsletter.title domain=site.domain url=subscription.subscribe_activate_url %}
-
-<p>Hola-</p>
-
-<p>Someone, hopefully you, asked to subscribe to {{ title }}, a luxagraf.net letter.</p>
-
-<p>To confirm your subscription, please follow this activation link:
-</p>
-
-https://{{ domain }}{{ url }}
-{% endblocktrans %}
-<p>cheers<br />
-Scott</p>
-</body>
-</html>
diff --git a/design/templates/lttr/message/subscribe.txt b/design/templates/lttr/message/subscribe.txt
deleted file mode 100644
index 2af5378..0000000
--- a/design/templates/lttr/message/subscribe.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Hola-
-
-Someone, hopefully you, asked to subscribe to {{ newsletter.title }}, a luxagraf.net letter.
-
-If you would like to confirm your subscription, please follow this activation link:
-https://{{ site.domain }}{{ subscription.subscribe_activate_url }}
-
-cheers
-Scott
diff --git a/design/templates/lttr/message/subscribe_subject.txt b/design/templates/lttr/message/subscribe_subject.txt
deleted file mode 100644
index f4660e0..0000000
--- a/design/templates/lttr/message/subscribe_subject.txt
+++ /dev/null
@@ -1 +0,0 @@
-Confirm Your Subscription to {{newsletter.title}}
diff --git a/design/templates/lttr/message/unsubscribe.html b/design/templates/lttr/message/unsubscribe.html
deleted file mode 100644
index 4b1a86b..0000000
--- a/design/templates/lttr/message/unsubscribe.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% load i18n %}<!DOCTYPE html>
-
-<html>
-<head>
- <meta charset="utf-8">
- <title>{% blocktrans with title=newsletter.title %}Unsubscription from {{ title }}{% endblocktrans %}</title>
-</head>
-<body>
-{% blocktrans with name=subscription.name title=newsletter.title domain=site.domain url=subscription.unsubscribe_activate_url %}Dear {{ name }},
-
-you, or someone in your name requested unsubscription from {{ title }}.
-
-If you would like to confirm your unsubscription, please follow this activation link:
-http://{{ domain }}{{ url }}
-
-Kind regards,{% endblocktrans %}
-{{ newsletter.sender }}
-</body>
-</html>
diff --git a/design/templates/lttr/message/unsubscribe.txt b/design/templates/lttr/message/unsubscribe.txt
deleted file mode 100644
index ab31fa5..0000000
--- a/design/templates/lttr/message/unsubscribe.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-{% load i18n %}{% blocktrans with name=subscription.name title=newsletter.title domain=site.domain url=subscription.unsubscribe_activate_url %}Dear {{ name }},
-
-you, or someone in your name requested unsubscription from {{ title }}.
-
-If you would like to confirm your unsubscription, please follow this activation link:
-http://{{ domain }}{{ url }}
-
-Kind regards,{% endblocktrans %}
-{{ newsletter.sender }}
diff --git a/design/templates/lttr/message/unsubscribe_subject.txt b/design/templates/lttr/message/unsubscribe_subject.txt
deleted file mode 100644
index 49c68ef..0000000
--- a/design/templates/lttr/message/unsubscribe_subject.txt
+++ /dev/null
@@ -1 +0,0 @@
-{% load i18n %}{{ newsletter.title }} - {% trans "Confirm unsubscription" %}
diff --git a/design/templates/lttr/subscribed.html b/design/templates/lttr/subscribed.html
deleted file mode 100644
index 18ad151..0000000
--- a/design/templates/lttr/subscribed.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends 'base.html' %}
-{% load typogrify_tags %}
-
-{% block pagetitle %}Luxagraf | Friends of a Long Year {% endblock %}
-{% block metadescription %}An infrequesnt mailing list about travel, photography, tools, walking, the natural world and other ephemera.{% endblock %}
-
-{% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
- <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> &rarr; </li>
- <li>Lttr</li>
- </ul>
- <main role="main" id="essay-archive" class="essay-archive archive-list">
- <div class="essay-intro">
- <h2>Thanks for joining.</h2>
- <p>Check your email for a link to confirm your subscription</p>
- </div>
- </main>
-{%endblock%}
diff --git a/design/templates/lttr/subscriber_form.html b/design/templates/lttr/subscriber_form.html
deleted file mode 100644
index 83e1e28..0000000
--- a/design/templates/lttr/subscriber_form.html
+++ /dev/null
@@ -1,39 +0,0 @@
-{% extends 'base.html' %}
-{% load typogrify_tags %}
-
-{% block pagetitle %}Luxagraf | Friends of a Long Year {% endblock %}
-{% block metadescription %}An infrequesnt mailing list about travel, photography, tools, walking, the natural world and other ephemera.{% endblock %}
-
-{% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
- <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> &rarr; </li>
- <li>Lttr</li>
- </ul>
- <main role="main" id="essay-archive" class="essay-archive archive-list">
- <div class="essay-intro">
- <h1 class="list-hed">Join the <em>Friends of a Long Year</em>.</h1>
- <form action="" method="post" class="generic-form flex newsletter-subscribe">{% csrf_token %}
- {% for field in form %}
- <fieldset>
- {{field.label_tag}}
- {{field}}
- </fieldset>
- {% if forloop.last %}<input type="submit" name="post" class="btn" value="Subscribe" />{%endif%}
- </form>
- <small class="alert">{% if field.errors %}{{field.errors}}{% endif %}</small>
- {%endfor%}
- <h2 class="subhead">Say what? </h2>
- <p><em>Friends of a Long Year</em> is an infrequent mailing that will keep you up-to-date with luxagraf and offer some thoughts on topics like travel, photography, the natural world, tools, walking and other ephemera. It comes about twice a month, sometimes less, sometimes more. Unsubscribing is easy. It's all self-hosted, secure, and <a href="/privacy" title="My privacy policy">private</a>.</p>
- <p>The name comes from the great early 20th century explorer and desert rat, Mary Hunter Austin, whose collected essays, <a href="https://archive.org/details/lostbordersillu00brotgoog/page/n8"><cite>Lost Borders</cite></a> is dedicated to the "Friends of a Long Year". This somewhat inscrutable dedication grabbed me, and seemed like the perfect name for this mailing list.</p>
- </div>
- <h3 class="list-title">Letters</h3>
- <ul>{% for object in object_list %}
- <li class="h-entry hentry" itemscope itemType="http://schema.org/Article">
- <span class="date dt-published">{{object.pub_date|date:"F Y"}}</span>
- <a href="{{object.get_absolute_url}}">
- <h2>{{object.title|safe|smartypants|widont}}</h2>
- <p class="p-summary">{% if object.sub_title %}{{object.sub_title|safe|smartypants}}{%else%}{{object.metadescription}}{%endif%}</p>
- </a>
- </li>
- {%endfor%}</ul>
- </main>
-{%endblock%}