summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'views/subscribe.erb')
-rw-r--r--views/subscribe.erb76
1 files changed, 76 insertions, 0 deletions
diff --git a/views/subscribe.erb b/views/subscribe.erb
new file mode 100644
index 0000000..45ad15c
--- /dev/null
+++ b/views/subscribe.erb
@@ -0,0 +1,76 @@
+<h1 class="first-header">Stay informed</h1>
+
+<div class="row">
+ <div class="col-md-4 text-right">
+ <i class="fa fa-terminal fa-5x"></i>
+ </div>
+ <div class="col-md-8">
+ <h2>Check your system's status</h2>
+
+ <p>Use <kbd>glsa-check</kbd> to check your system's security status.<br>
+ To see all advisories that affect your system, run:</p>
+
+ <p class="lead"><kbd>% glsa-check -t affected</kbd></p>
+
+ <p>
+ If you don't have the utility installed, run <kbd>emerge -va app-portage/gentoolkit</kbd>.<br>
+ For more information, review the <a href="https://wiki.gentoo.org/wiki/GLSA">documentation</a> on our Wiki.</p>
+ </div>
+</div>
+
+<hr>
+
+<div class="row">
+ <div class="col-md-4 text-right">
+ <i class="fa fa-inbox fa-5x"></i>
+ </div>
+ <div class="col-md-8">
+ <h2>Subscribe via E-Mail</h2>
+
+ <p>Our advisories are posted to the <em>gentoo-announce</em> mailing list.</p>
+
+ <p>You can subscribe by sending an emtpy e-mail to:</p>
+
+ <p class="lead"><a href="mailto:gentoo-announce+subscribe@lists.gentoo.org">gentoo-announce+subscribe@lists.gentoo.org</a></p>
+
+ <p>A confirmation email will be sent. Reply to this email to complete the subscription.</p>
+ </div>
+</div>
+
+<hr>
+
+<div class="row">
+ <div class="col-md-4 text-right">
+ <i class="fa fa-rss fa-5x"></i>
+ </div>
+ <div class="col-md-8">
+ <h2>Feeds</h2>
+
+ <p>We offer <em>RSS</em> and <em>Atom</em> feeds that you can subscribe to using your news reader:</p>
+
+ <ul class="lead">
+ <li><a href="/glsa/feed.rss">RSS 2.0</a></li>
+ <li><a href="/glsa/feed.atom">Atom 1.4.3</a></li>
+ </ul>
+ </div>
+</div>
+
+<hr>
+
+<div class="row">
+ <div class="col-md-4 text-right">
+ <i class="fa fa-twitter fa-5x"></i>
+ </div>
+ <div class="col-md-8">
+ <h2>Twitter</h2>
+
+ <p>There were several <strong>unofficial</strong> Twitter feeds containing GLSAs.</p>
+
+ <p>None of them are currently up to date. Stay tuned.</p>
+
+ <!--<ul class="lead">
+ <li><a href="http://twitter.com/gentoosecurity">gentoosecurity <i class="fa-twitter fa"></i></a></li>
+ </ul>
+ -->
+ </div>
+</div> \ No newline at end of file