summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-10-06 00:43:28 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-10-06 00:43:28 +0100
commit2d69a1392d5b8c858d65178921fa909d6be73d3e (patch)
treec528f987746c1e0e691f07b81e02901a7070c996
parent20442aef790497ba778376b6e2c5db805ea900ed (diff)
first news article : news delivery system
-rw-r--r--news/n_news.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/news/n_news.txt b/news/n_news.txt
new file mode 100644
index 0000000..7ca7c52
--- /dev/null
+++ b/news/n_news.txt
@@ -0,0 +1,22 @@
+2024-10-06 : Sisyphus news delivery system
+
+ Author : Ghiunhan Mamut <venerix@redcorelinux.org>
+
+Bug https://bugs.redcorelinux.org/show_bug.cgi?id=163 has shown that
+not everyone of you are reading the news we post on the website and
+as a result, you may miss important news such as the profile change
+described in the above bug report.
+
+We took the bug-report very seriously, as such changes can completely
+break the system if not acted upon in a timely manner. As such, we've
+been working on a news delivery system, similar to what Portage has.
+
+Important news will be delivered straight to your terminal every time
+you run the 'sisyphus update' command starting with Sisyphus v6.2410.0.
+You can then list the articles using the 'sisyphus news list' command,
+mark them as read using the 'sisyphus news read <INDEX>' command, or
+mark them as unread using the 'sisyphus news unread <INDEX>' command.
+
+For detailed information about the usage, use the 'sisyphus news --help'
+command.
+---