M bin/riku => bin/riku +0 -0
M web/handler/html.go => web/handler/html.go +7 -4
@@ 26,14 26,14 @@ var TplMap = map[string]string{
</form>
</pre>
-<p>...and retrieve all the responses on the web interface or via the RSS feed.</p>
+<p>...and retrieve all the responses on the web interface or via the atom feed.</p>
<p>
<a href="/register">Register</a><br>
- <a href="">Source code</a>
+ <a href="https://git.sr.ht/~m15o/riku">Source code</a>
</p>
-<p>Questions? Send me an email at m15o at posteo dot net</p>
+<p>Questions? Send me an email at m15o at posteo dot net.</p>
<p><a href="/manual">Read the manual to learn more</a></p>
{{ end }}`,
@@ 69,7 69,6 @@ var TplMap = map[string]string{
<pre>
<form action="" method="post">
-
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" required>
@@ 123,6 122,10 @@ var TplMap = map[string]string{
<p>Now all requests coming from the contact form will be labeled with "contact".</p>
+<h2>Getting a notification for your responses</h2>
+
+<p>Riku provides an atom feed that you can find on the navigation bar at the top. Pass the feed to your feed reader of choice.</p>
+
{{ end }}`,
"register": `{{ define "title" }}Register{{ end }}
M web/handler/html/index.html => web/handler/html/index.html +1 -1
@@ 25,7 25,7 @@
<p>
<a href="/register">Register</a><br>
- <a href="">Source code</a>
+ <a href="https://git.sr.ht/~m15o/riku">Source code</a>
</p>
<p>Questions? Send me an email at m15o at posteo dot net.</p>