diff options
Diffstat (limited to 'src')
m--------- | src/docs | 0 | ||||
-rw-r--r-- | src/index.md | 22 | ||||
-rw-r--r-- | src/news.md | 7 | ||||
-rw-r--r-- | src/news.xml | 26 | ||||
-rw-r--r-- | src/rss.xml | 14 |
5 files changed, 44 insertions, 25 deletions
diff --git a/src/docs b/src/docs new file mode 160000 +Subproject 8b98d178edefd2981e06e72ead837a3c290b4b1 diff --git a/src/index.md b/src/index.md index 6635bc7..46ae09e 100644 --- a/src/index.md +++ b/src/index.md @@ -5,8 +5,8 @@ distribution. Package Manager -------------------------------------------------------------------------------- -Carbs Linux uses its own fork of the [kiss package manager] which is an -extremely flexible package manager. +Carbs Linux uses its own package manager [Carbs Packaging Tools], a POSIX shell +package manager forked from KISS with the tool-based approach of xbps. Small base @@ -43,7 +43,7 @@ other system supervision technique along with your own init scripts. [carbs-init]: https://github.com/CarbsLinux/repository/tree/master/core/carbs-init -[kiss package manager]: https://github.com/CarbsLinux/kiss +[Carbs Packaging Tools]: https://github.com/CarbsLinux/cpt Links -------------------------------------------------------------------------------- @@ -60,6 +60,14 @@ News [RSS Feed](/news.xml) | [See all news](/news.html) +Jul 27 2020 +-------------------------------------------------------------------------------- + +Carbs Linux's fork of the `kiss` package manager has been renamed to +`Carbs Packaging Tools` due to huge amount of changes. Your latest `kiss` +update will handle the bootstrapping. You will need to rename your `KISS-*` +variables to `CPT-*` + Jun 17 2020 -------------------------------------------------------------------------------- @@ -90,11 +98,3 @@ with GCC 10.1. This issue can be resolved by applying this [patch] to your kernel sources. [patch]: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/patch/?id=f670269a42bfdd2c83a1118cc3d1b475547eac22 - -Apr 27 2020 --------------------------------------------------------------------------------- - -A new rootfs tarball has been released! You can -see it on <https://dl.carbslinux.org/releases>! - -**EDIT:** A new bug fix release has been made. diff --git a/src/news.md b/src/news.md index 91b1ce8..f297a81 100644 --- a/src/news.md +++ b/src/news.md @@ -1,3 +1,10 @@ +Jul 27 2020 +-------------------------------------------------------------------------------- + +Carbs Linux's fork of the `kiss` package manager has been renamed to +`Carbs Packaging Tools` due to huge amount of changes. Your latest `kiss` +update will handle the bootstrapping. You will need to rename your `KISS-*` +variables to `CPT-*` Jun 17 2020 -------------------------------------------------------------------------------- diff --git a/src/news.xml b/src/news.xml index 4ca82dd..f16599b 100644 --- a/src/news.xml +++ b/src/news.xml @@ -4,12 +4,24 @@ xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > -<channel> -<title>Carbs Linux</title> -<description>a simple busybox linux distribution</description> -<link>https://carbslinux.org</link> -<atom:link href="https://carbslinux.org/news.xml" rel="self" type="application/rss+xml" /> -<lastBuildDate>Jun Sat 2020 20:00</lastBuildDate> + <channel> + <title>Carbs Linux</title> + <description>a simple linux distribution</description> + <link>https://carbslinux.org</link> + <atom:link href="https://carbslinux.org/news.xml" rel="self" type="application/rss+xml" /> + <lastBuildDate>Sun Jul 26 2020 22:00</lastBuildDate> +<item> +<title>Jul 27 2020</title> +<pubDate>Mon, 27 Jul 2020</pubDate> +<dc:creator>Cem Keylan</dc:creator> +<link>https://carbslinux.org/index.html</link> +<description><h2>Jul 27 2020</h2> + +<p>Carbs Linux&rsquo;s fork of the <code>kiss</code> package manager has been renamed to +<code>Carbs Packaging Tools</code> due to huge amount of changes. Your latest <code>kiss</code> +update will handle the bootstrapping. You will need to rename your <code>KISS-*</code> +variables to <code>CPT-*</code></p></description> +</item> <item> <title>Jun 17 2020</title> <pubDate>Wed, 17 Jun 2020</pubDate> @@ -322,5 +334,5 @@ This is for adding standalone runit/runit-init to the repositories.</p></d <p>First alpha release was made. See the <a href="//dl.carbslinux.org/releases">downloads page</a>.</p></description> </item> -</channel> + </channel> </rss> diff --git a/src/rss.xml b/src/rss.xml index 5788d02..e10b7b5 100644 --- a/src/rss.xml +++ b/src/rss.xml @@ -4,12 +4,12 @@ xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > -<channel> -<title>Carbs Linux</title> -<description>a simple busybox linux distribution</description> -<link>https://carbslinux.org</link> -<atom:link href="https://carbslinux.org/rss.xml" rel="self" type="application/rss+xml" /> -<lastBuildDate>Jun Sat 2020 20:00</lastBuildDate> + <channel> + <title>Carbs Linux</title> + <description>a simple linux distribution</description> + <link>https://carbslinux.org</link> + <atom:link href="https://carbslinux.org/rss.xml" rel="self" type="application/rss+xml" /> + <lastBuildDate>Sun Jul 26 2020 22:00</lastBuildDate> <item> <title>June Newspost</title> <pubDate>Wed, 17 Jun 2020</pubDate> @@ -388,5 +388,5 @@ and POSIX sh. I am not yet exactly familiar with rc, but I will replace the shell scripts when I feel like I can.</p></description> </item> -</channel> + </channel> </rss> |