📝 Added Artix news to rss feeds
This commit is contained in:
parent
d852112b65
commit
22c99a3c8d
4 changed files with 330 additions and 0 deletions
164
.config/newsboat/rss/artix.php
Normal file
164
.config/newsboat/rss/artix.php
Normal file
|
|
@ -0,0 +1,164 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>Artix Linux news</title>
|
||||
<description>News from Artix Linux</description>
|
||||
<link>https://artixlinux.org/</link>
|
||||
<lastBuildDate>Thu, 25 Aug 2022 00:00:00 GMT</lastBuildDate>
|
||||
<managingEditor>sgorava@artixlinux.org (Juraj Oravec)</managingEditor>
|
||||
<item>
|
||||
<title> Debuginfod server deployed</title>
|
||||
<link>https://artixlinux.org/news.php#Debuginfod_server_deployed</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#Debuginfod_server_deployed</guid>
|
||||
<pubDate>Thu, 25 Aug 2022 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
Our debuginfod service is up and running at <a href="https://debuginfod.artixlinux.org">https://debuginfod.artixlinux.org</a>.<br>
|
||||
<br>
|
||||
Read the <a href="https://lists.artixlinux.org/archives/artix-announce/2022-August/000006.html">mailing list announcement</a> for more details.
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title> New official installation images</title>
|
||||
<link>https://artixlinux.org/news.php#New_official_installation_images</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#New_official_installation_images</guid>
|
||||
<pubDate>Sat, 23 Jul 2022 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
New official installation media are available at our <a href="https://artixlinux.org/download.php">download section</a>.<br>
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>artix-archlinux-support moves to [universe]</title>
|
||||
<link>https://artixlinux.org/news.php#artix-archlinux-support_moves_to_%5Buniverse%5D</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#artix-archlinux-support_moves_to_%5Buniverse%5D</guid>
|
||||
<pubDate>Mon, 27 Jun 2022 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
As more and more packages are available through our repositories, we
|
||||
decided to move <i>artix-archlinux-support</i> to the [universe] repository.
|
||||
This package provides virtual systemd dependencies and Arch repository entries in <b>/etc/pacman.conf</b>.
|
||||
New users who wish to use Arch-provided packages, especially from [community], should:
|
||||
<br><br>
|
||||
1. <a href="https://wiki.artixlinux.org/Main/Repositories#Universe">Enable the [universe] repository</a>
|
||||
<br>
|
||||
2. Install <i>artix-archlinux-support</i> and follow the post-install instructions
|
||||
<br><br>
|
||||
Existing users who have already enabled the Arch repositories are not affected.
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Suite66 retirement</title>
|
||||
<link>https://artixlinux.org/news.php#Suite66_retirement</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#Suite66_retirement</guid>
|
||||
<pubDate>Wed, 08 Jun 2022 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
Support for the 66 init system (also called suite66 here) has
|
||||
officially been retired.
|
||||
<br><br>
|
||||
The primary reasons are the lack of
|
||||
maintainership (the previous 66 maintainer stepped down) and the
|
||||
significant overlap with other init systems. For now, all suite66
|
||||
packages have been moved to the <a href="https://wiki.artixlinux.org/Main/Repositories#Universe">[universe] repository</a> where they will remain
|
||||
for some unspecified period of time before being removed completely.
|
||||
<br>
|
||||
Current 66 users are encouraged to switch to another init as soon as
|
||||
possible with s6 being the recommended choice for those who want
|
||||
something similar. Check the Wiki <a href="https://wiki.artixlinux.org/Main/SwitchInit">for a brief guide on switching init systems</a>.
|
||||
<br><br>
|
||||
Follow this announcement on our <a href="https://forum.artixlinux.org/index.php/topic,4135.msg26657/topicseen.html#msg26657">forum</a>.
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>FFMPEG upgrade</title>
|
||||
<link>https://artixlinux.org/news.php#FFMPEG_upgrade</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#FFMPEG_upgrade</guid>
|
||||
<pubDate>Tue, 25 Jan 2022 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
The latest ffmpeg-2:5.0-3 was accidentally pulled earlier than intended from our staging ([goblins]) repository.
|
||||
If you haven't upgraded yet and use stuff with ffmpeg dependencies from the Arch repositories,
|
||||
refrain from upgrading for now.
|
||||
<br><br>
|
||||
If you have already upgraded, you can either
|
||||
<a href="https://forum.artixlinux.org/index.php/topic,3582.msg23145.html#msg23145">downgrade to the status-quo ante</a>,
|
||||
using the Artix and Arch package archives or install
|
||||
<a href="https://forum.artixlinux.org/index.php/topic,3582.msg23255.html#msg23255"><i>ffmpeg4.4</i>
|
||||
from [galaxy] (easier)</a>.
|
||||
<code>sudo pacman -Sy --asdeps ffmpeg4.4</code>
|
||||
or, if you get dependency errors
|
||||
<code>sudo pacman -Sy --asdeps ffmpeg ffmpeg4.4</code>
|
||||
<br>
|
||||
All affected packages in our own repositories have already rebuilt against the new ffmpeg, so ffmpeg4.4
|
||||
should only be needed until Arch rolls its own packages out of [staging].
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title> The first official installation images of 2022</title>
|
||||
<link>https://artixlinux.org/news.php#The_first_official_installation_images_of_2022</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#The_first_official_installation_images_of_2022</guid>
|
||||
<pubDate>Sun, 23 Jan 2022 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
After extensive testing and bug squashing, we are pleased to announce <a href="https://artixlinux.org/download.php">new stable ISO releases</a>.<br>
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Support for dinit is now official</title>
|
||||
<link>https://artixlinux.org/news.php#Support_for_dinit_system_is_now_official</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#Support_for_dinit_system_is_now_official</guid>
|
||||
<pubDate>Mon, 08 Nov 2021 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
A new init system, <a href="https://github.com/davmac314/dinit">dinit</a>, has left testing and entered the <a href="https://artixlinux.org/download.php#weekly">weekly downloads section</a>.
|
||||
Should you decide to try it out, please report your findings to our <a href="https://forum.artixlinux.org/index.php/topic,3255.new.html">new forum board</a>.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Octopi and Pamac moved to [universe]</title>
|
||||
<link>https://artixlinux.org/news.php#Octopi_and_Pamac_moved_to_%5Buniverse%5D</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#Octopi_and_Pamac_moved_to_%5Buniverse%5D</guid>
|
||||
<pubDate>Mon, 25 Oct 2021 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
To accommodate for the wishes of the users who expressed their
|
||||
preference to have pamac and octopi provided by Artix, these have now
|
||||
been added to the - <strong>not officially supported</strong> - universe repository.
|
||||
<br />A clear warning and disclaimer are displayed when installing or
|
||||
upgrading these packages:
|
||||
<br />
|
||||
<code>&gt;&gt;&gt; THIS TOOL IS NOT SUPPORTED BY ARTIX (NOR BY ARCH)
|
||||
THE USE OF AUR HELPERS CAN RESULT IN A BROKEN SYSTEM
|
||||
MAKE SURE TO HAVE A VALID BACKUP FIRST AND USE AT YOUR OWN RISK
|
||||
</code>
|
||||
<br>
|
||||
<a href="https://forum.artixlinux.org/index.php/topic,3186.0.html">Related forum discussion</a>.
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Octopi and Pamac removed from repositories</title>
|
||||
<link>https://artixlinux.org/news.php#Octopi_and_Pamac_removed_from_repositories</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#Octopi_and_Pamac_removed_from_repositories</guid>
|
||||
<pubDate>Fri, 22 Oct 2021 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
Due to major issues occurring for users as a result of using some AUR helpers, it has been decided to remove Pamac and Octopi from our repositories.
|
||||
<br />
|
||||
We know some users liked using these tools, but unfortunaly the havoc they keep creating outweighs their benefits.
|
||||
<br /><br />
|
||||
Join the discussion on the forum.<br />
|
||||
<a href="https://forum.artixlinux.org/index.php/topic,3186.0.html">https://forum.artixlinux.org/index.php/topic,3186.0.html</a>
|
||||
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>s6: Major s6-base and s6-scripts upgrade with new features</title>
|
||||
<link>https://artixlinux.org/news.php#s6%3A_Major_s6-base_and_s6-scripts_upgrade_with_new_features</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#s6%3A_Major_s6-base_and_s6-scripts_upgrade_with_new_features</guid>
|
||||
<pubDate>Tue, 21 Sep 2021 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
The upcoming <em>s6-base</em> <strong>2.0-1</strong> and <em>s6-scripts</em> <strong>20210921-1</strong> packages introduce
|
||||
a couple of major new features for s6 users.
|
||||
<br /><br />
|
||||
First, the <strong>/etc/s6/adminsv</strong> directory is supported for writing custom
|
||||
s6-rc services.<br />
|
||||
Additionally, network detection for services on startup is now supported
|
||||
via editing the new network bundle.
|
||||
<br /><br />
|
||||
For complete details, see the full announcement post on the forums.<br />
|
||||
<a href="https://forum.artixlinux.org/index.php/topic,3064.0.html">https://forum.artixlinux.org/index.php/topic,3064.0.html</a>
|
||||
</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
@ -13,4 +13,5 @@ file://./rss/VYPJXZwH.rss
|
|||
file://./rss/ewontfix.rss
|
||||
file://./rss/0pointer.rss
|
||||
file://./rss/lkml.php
|
||||
file://./rss/artix.php
|
||||
file://./rss/skolelinux.rss
|
||||
|
|
|
|||
164
newsboat/rss/artix.php
Normal file
164
newsboat/rss/artix.php
Normal file
|
|
@ -0,0 +1,164 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>Artix Linux news</title>
|
||||
<description>News from Artix Linux</description>
|
||||
<link>https://artixlinux.org/</link>
|
||||
<lastBuildDate>Thu, 25 Aug 2022 00:00:00 GMT</lastBuildDate>
|
||||
<managingEditor>sgorava@artixlinux.org (Juraj Oravec)</managingEditor>
|
||||
<item>
|
||||
<title> Debuginfod server deployed</title>
|
||||
<link>https://artixlinux.org/news.php#Debuginfod_server_deployed</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#Debuginfod_server_deployed</guid>
|
||||
<pubDate>Thu, 25 Aug 2022 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
Our debuginfod service is up and running at <a href="https://debuginfod.artixlinux.org">https://debuginfod.artixlinux.org</a>.<br>
|
||||
<br>
|
||||
Read the <a href="https://lists.artixlinux.org/archives/artix-announce/2022-August/000006.html">mailing list announcement</a> for more details.
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title> New official installation images</title>
|
||||
<link>https://artixlinux.org/news.php#New_official_installation_images</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#New_official_installation_images</guid>
|
||||
<pubDate>Sat, 23 Jul 2022 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
New official installation media are available at our <a href="https://artixlinux.org/download.php">download section</a>.<br>
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>artix-archlinux-support moves to [universe]</title>
|
||||
<link>https://artixlinux.org/news.php#artix-archlinux-support_moves_to_%5Buniverse%5D</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#artix-archlinux-support_moves_to_%5Buniverse%5D</guid>
|
||||
<pubDate>Mon, 27 Jun 2022 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
As more and more packages are available through our repositories, we
|
||||
decided to move <i>artix-archlinux-support</i> to the [universe] repository.
|
||||
This package provides virtual systemd dependencies and Arch repository entries in <b>/etc/pacman.conf</b>.
|
||||
New users who wish to use Arch-provided packages, especially from [community], should:
|
||||
<br><br>
|
||||
1. <a href="https://wiki.artixlinux.org/Main/Repositories#Universe">Enable the [universe] repository</a>
|
||||
<br>
|
||||
2. Install <i>artix-archlinux-support</i> and follow the post-install instructions
|
||||
<br><br>
|
||||
Existing users who have already enabled the Arch repositories are not affected.
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Suite66 retirement</title>
|
||||
<link>https://artixlinux.org/news.php#Suite66_retirement</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#Suite66_retirement</guid>
|
||||
<pubDate>Wed, 08 Jun 2022 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
Support for the 66 init system (also called suite66 here) has
|
||||
officially been retired.
|
||||
<br><br>
|
||||
The primary reasons are the lack of
|
||||
maintainership (the previous 66 maintainer stepped down) and the
|
||||
significant overlap with other init systems. For now, all suite66
|
||||
packages have been moved to the <a href="https://wiki.artixlinux.org/Main/Repositories#Universe">[universe] repository</a> where they will remain
|
||||
for some unspecified period of time before being removed completely.
|
||||
<br>
|
||||
Current 66 users are encouraged to switch to another init as soon as
|
||||
possible with s6 being the recommended choice for those who want
|
||||
something similar. Check the Wiki <a href="https://wiki.artixlinux.org/Main/SwitchInit">for a brief guide on switching init systems</a>.
|
||||
<br><br>
|
||||
Follow this announcement on our <a href="https://forum.artixlinux.org/index.php/topic,4135.msg26657/topicseen.html#msg26657">forum</a>.
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>FFMPEG upgrade</title>
|
||||
<link>https://artixlinux.org/news.php#FFMPEG_upgrade</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#FFMPEG_upgrade</guid>
|
||||
<pubDate>Tue, 25 Jan 2022 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
The latest ffmpeg-2:5.0-3 was accidentally pulled earlier than intended from our staging ([goblins]) repository.
|
||||
If you haven't upgraded yet and use stuff with ffmpeg dependencies from the Arch repositories,
|
||||
refrain from upgrading for now.
|
||||
<br><br>
|
||||
If you have already upgraded, you can either
|
||||
<a href="https://forum.artixlinux.org/index.php/topic,3582.msg23145.html#msg23145">downgrade to the status-quo ante</a>,
|
||||
using the Artix and Arch package archives or install
|
||||
<a href="https://forum.artixlinux.org/index.php/topic,3582.msg23255.html#msg23255"><i>ffmpeg4.4</i>
|
||||
from [galaxy] (easier)</a>.
|
||||
<code>sudo pacman -Sy --asdeps ffmpeg4.4</code>
|
||||
or, if you get dependency errors
|
||||
<code>sudo pacman -Sy --asdeps ffmpeg ffmpeg4.4</code>
|
||||
<br>
|
||||
All affected packages in our own repositories have already rebuilt against the new ffmpeg, so ffmpeg4.4
|
||||
should only be needed until Arch rolls its own packages out of [staging].
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title> The first official installation images of 2022</title>
|
||||
<link>https://artixlinux.org/news.php#The_first_official_installation_images_of_2022</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#The_first_official_installation_images_of_2022</guid>
|
||||
<pubDate>Sun, 23 Jan 2022 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
After extensive testing and bug squashing, we are pleased to announce <a href="https://artixlinux.org/download.php">new stable ISO releases</a>.<br>
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Support for dinit is now official</title>
|
||||
<link>https://artixlinux.org/news.php#Support_for_dinit_system_is_now_official</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#Support_for_dinit_system_is_now_official</guid>
|
||||
<pubDate>Mon, 08 Nov 2021 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
A new init system, <a href="https://github.com/davmac314/dinit">dinit</a>, has left testing and entered the <a href="https://artixlinux.org/download.php#weekly">weekly downloads section</a>.
|
||||
Should you decide to try it out, please report your findings to our <a href="https://forum.artixlinux.org/index.php/topic,3255.new.html">new forum board</a>.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Octopi and Pamac moved to [universe]</title>
|
||||
<link>https://artixlinux.org/news.php#Octopi_and_Pamac_moved_to_%5Buniverse%5D</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#Octopi_and_Pamac_moved_to_%5Buniverse%5D</guid>
|
||||
<pubDate>Mon, 25 Oct 2021 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
To accommodate for the wishes of the users who expressed their
|
||||
preference to have pamac and octopi provided by Artix, these have now
|
||||
been added to the - <strong>not officially supported</strong> - universe repository.
|
||||
<br />A clear warning and disclaimer are displayed when installing or
|
||||
upgrading these packages:
|
||||
<br />
|
||||
<code>&gt;&gt;&gt; THIS TOOL IS NOT SUPPORTED BY ARTIX (NOR BY ARCH)
|
||||
THE USE OF AUR HELPERS CAN RESULT IN A BROKEN SYSTEM
|
||||
MAKE SURE TO HAVE A VALID BACKUP FIRST AND USE AT YOUR OWN RISK
|
||||
</code>
|
||||
<br>
|
||||
<a href="https://forum.artixlinux.org/index.php/topic,3186.0.html">Related forum discussion</a>.
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Octopi and Pamac removed from repositories</title>
|
||||
<link>https://artixlinux.org/news.php#Octopi_and_Pamac_removed_from_repositories</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#Octopi_and_Pamac_removed_from_repositories</guid>
|
||||
<pubDate>Fri, 22 Oct 2021 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
Due to major issues occurring for users as a result of using some AUR helpers, it has been decided to remove Pamac and Octopi from our repositories.
|
||||
<br />
|
||||
We know some users liked using these tools, but unfortunaly the havoc they keep creating outweighs their benefits.
|
||||
<br /><br />
|
||||
Join the discussion on the forum.<br />
|
||||
<a href="https://forum.artixlinux.org/index.php/topic,3186.0.html">https://forum.artixlinux.org/index.php/topic,3186.0.html</a>
|
||||
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>s6: Major s6-base and s6-scripts upgrade with new features</title>
|
||||
<link>https://artixlinux.org/news.php#s6%3A_Major_s6-base_and_s6-scripts_upgrade_with_new_features</link>
|
||||
<guid isPermaLink="true">https://artixlinux.org/news.php#s6%3A_Major_s6-base_and_s6-scripts_upgrade_with_new_features</guid>
|
||||
<pubDate>Tue, 21 Sep 2021 00:00:00 GMT</pubDate>
|
||||
<description>
|
||||
The upcoming <em>s6-base</em> <strong>2.0-1</strong> and <em>s6-scripts</em> <strong>20210921-1</strong> packages introduce
|
||||
a couple of major new features for s6 users.
|
||||
<br /><br />
|
||||
First, the <strong>/etc/s6/adminsv</strong> directory is supported for writing custom
|
||||
s6-rc services.<br />
|
||||
Additionally, network detection for services on startup is now supported
|
||||
via editing the new network bundle.
|
||||
<br /><br />
|
||||
For complete details, see the full announcement post on the forums.<br />
|
||||
<a href="https://forum.artixlinux.org/index.php/topic,3064.0.html">https://forum.artixlinux.org/index.php/topic,3064.0.html</a>
|
||||
</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
@ -13,4 +13,5 @@ file://./rss/VYPJXZwH.rss
|
|||
file://./rss/ewontfix.rss
|
||||
file://./rss/0pointer.rss
|
||||
file://./rss/lkml.php
|
||||
file://./rss/artix.php
|
||||
file://./rss/skolelinux.rss
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue