diff options
author | sajolida <sajolida@pimienta.org> | 2016-09-13 19:59:45 +0000 |
---|---|---|
committer | sajolida <sajolida@pimienta.org> | 2016-09-13 20:13:53 +0000 |
commit | 6f466ca41631d6bf53602a8d8e8b70e8c99d74f7 (patch) | |
tree | 0d5702d1e9a000de9f5b89b44c04078141b2b0e4 /wiki/src/news.html | |
parent | daca5d3720456405bbedbe6c1b00b3703420715c (diff) |
Rename /home in HTML
We'll do weird stuff in there and .html will make nicer PO files.
As a consequence /news needs to be changed to HTML as it's inlined by
/home for the time being.
Diffstat (limited to 'wiki/src/news.html')
-rw-r--r-- | wiki/src/news.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/wiki/src/news.html b/wiki/src/news.html new file mode 100644 index 0000000..10708e3 --- /dev/null +++ b/wiki/src/news.html @@ -0,0 +1,23 @@ +[[!meta title="News"]] + +<ul> + +<li> + <p>Subscribe to the [[amnesia-news mailing + list|about/contact#amnesia-news]] to receive the same news + by email:</p> + <form method="POST" action="https://mailman.boum.org/subscribe/amnesia-news"> + <input class="text" name="email" value=""/> + <input class="button" type="submit" value="Subscribe"/> + </form> +</li> + +<li> + <p>Follow us on Twitter <a href="https://twitter.com/tails_live">@Tails_live</a>.</p> +</li> + +</ul> + +[[!inline pages="page(news/*) and !news/*/* and !news/discussion and (currentlang() or news/report_2* or news/version_0* or news/test_0* or news/test_*-rc?)" show="10"]] +[[!inline pages="page(news/*) and !news/*/* and !news/discussion and (currentlang() or news/report_2* or news/version_0* or news/test_0* or news/test_*-rc?) and tagged(announce)" +show="10" feeds="yes" feedonly="yes" feedfile="emails"]] |