aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/support/news-items/_index.html')
-rw-r--r--content/support/news-items/_index.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/content/support/news-items/_index.html b/content/support/news-items/_index.html
new file mode 100644
index 0000000..e175012
--- /dev/null
+++ b/content/support/news-items/_index.html
@@ -0,0 +1,43 @@
+---
+section: "support"
+title: "Repository news items"
+date: 2020-09-04T17:25:33+02:00
+draft: false
+layout: news-items
+---
+
+<p class="lead">
+ Important news regarding packages available in Gentoo are published via <em>news items</em>. They can be found below.
+</p>
+
+<div class="alert alert-info">
+ <strong>Which items affect me?</strong>
+ <p>
+ This page lists <strong>all</strong> available news items for the official Gentoo ebuild repository, 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 provides notifications after each operation if there are news items affecting the system configuration:
+ </p>
+ <p>
+ </p><pre> * IMPORTANT: 2 news items need reading for repository 'gentoo'.
+ * Use eselect news to read news items.</pre>
+ <p></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://www.gentoo.org/glep/glep-0042.html">GLEP 42</a>.
+</p>
+
+<h2>Published news items</h2>
+
+<table class="table table-condensed table-striped">
+ <tbody><tr>
+ <th>Date</th>
+ <th>Title</th>
+ </tr>
+
+ <!-- TODO: News items here -->
+
+ </tbody>
+</table>