aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'support/news-items/index.html')
-rw-r--r--support/news-items/index.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/support/news-items/index.html b/support/news-items/index.html
new file mode 100644
index 0000000..396aec7
--- /dev/null
+++ b/support/news-items/index.html
@@ -0,0 +1,49 @@
+---
+title: 'Repository News Items'
+navtitle: 'News Items'
+
+nav1: support
+
+nav2: news-items
+nav2-show: true
+---
+<p class="lead">
+ Important news regarding packages available in Gentoo are published via <em>news items</em>. You can find them below.
+</p>
+
+<div class="alert alert-info">
+ <strong>Which items affect me?</strong>
+ <p>
+ This page lists <strong>all</strong> available news items, but sometimes items don't affect you because you don't have the relevant package installed,
+ or use a different architecture.
+ <br>
+ The <kbd>emerge</kbd> command notifies you after each operation if there are news items affecting your configuration:
+ </p>
+ <p>
+ <pre>
+ * IMPORTANT: 2 news items need reading for repository 'gentoo'.
+ * Use eselect news to read news items.</pre>
+ </p>
+ Use <kbd>eselect news read new</kbd> to read the pending items and mark them as read.
+</div>
+
+<p>
+ For more information on the "Critical News" publication system, please see <a href="https://wiki.gentoo.org/wiki/GLEP:42">GLEP 42</a>.
+</p>
+
+<h2>Published News Items</h2>
+
+<table class="table table-striped">
+ <tr>
+ <th>Title</th>
+ <th>Author</th>
+ <th>Date</th>
+ </tr>
+ {% for entry in site.data.newsitems %}
+ <tr>
+ <td><a href="{{ entry.url}}">{{ entry.title | xml_escape }}</a></td>
+ <td>{{ entry.author | xml_escape }}</td>
+ <td>{{ entry.date | xml_escape }}</td>
+ </tr>
+ {% endfor %}
+</table> \ No newline at end of file