diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 10 | ||||
-rw-r--r-- | docs/index.txt | 12 | ||||
-rw-r--r-- | docs/news.html | 5 | ||||
-rw-r--r-- | docs/news.txt | 8 | ||||
-rw-r--r-- | docs/news.xml | 10 | ||||
-rw-r--r-- | docs/rss.xml | 2 |
6 files changed, 35 insertions, 12 deletions
diff --git a/docs/index.html b/docs/index.html index de9c159..0c641b9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -72,6 +72,11 @@ some other system supervision technique along with your own init scripts.</p> <p><a href="/news.xml">RSS Feed</a> | <a href="/news.html">See all news</a></p> +<h3>May 26 2020</h3> + +<p>An initial version for binary package management is released. +It can be found on the <a href="https://github.com/CarbsLinux/kiss-bin">GitHub page</a>.</p> + <h3>May 19 2020</h3> <p>A rootfs tarball targeting the i686 architecture has @@ -93,11 +98,6 @@ see it on <a href="https://dl.carbslinux.org/releases">https://dl.carbslinux.org <h3>Apr 10 2020</h3> <p>IRC channel can now be accessed from <code>#carbslinux</code> at freenode!</p> - -<h3>Apr 06 2020</h3> - -<p>A new rootfs tarball has been released. See the -<a href="https://dl.carbslinux.org">downloads</a> page</p> <a href="/index.txt">View Page Source</a><div class=border></div> <p class=footer>Linux® is a registered trademark of Linus Torvalds</p> <p class=footer>Copyright © 2019-2020 Cem Keylan</p> diff --git a/docs/index.txt b/docs/index.txt index 1e23174..846507a 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -59,6 +59,13 @@ News [RSS Feed](/news.xml) | [See all news](/news.html) +### May 26 2020 + +An initial version for binary package management is released. +It can be found on the [GitHub page]. + +[GitHub page]: https://github.com/CarbsLinux/kiss-bin + ### May 19 2020 A rootfs tarball targeting the i686 architecture has @@ -84,8 +91,3 @@ see it on <https://dl.carbslinux.org/releases>! ### Apr 10 2020 IRC channel can now be accessed from `#carbslinux` at freenode! - -### Apr 06 2020 - -A new rootfs tarball has been released. See the -[downloads](https://dl.carbslinux.org) page diff --git a/docs/news.html b/docs/news.html index 6e2f71a..d45ef5a 100644 --- a/docs/news.html +++ b/docs/news.html @@ -16,6 +16,11 @@ <a href='/wiki'>wiki</a> <a href='/wiki/install.html'>installation</a> </nav></div><div class="border"></div> +<h2>May 26 2020</h2> + +<p>An initial version for binary package management is released. +It can be found on the <a href="https://github.com/CarbsLinux/kiss-bin">GitHub page</a>.</p> + <h2>May 19 2020</h2> <p>A rootfs tarball targeting the i686 architecture has diff --git a/docs/news.txt b/docs/news.txt index 3e3308b..1a943f8 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -1,4 +1,12 @@ +May 26 2020 +----------- + +An initial version for binary package management is released. +It can be found on the [GitHub page]. + +[GitHub page]: https://github.com/CarbsLinux/kiss-bin + May 19 2020 ----------- diff --git a/docs/news.xml b/docs/news.xml index 386f44c..b8500d3 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -9,7 +9,15 @@ <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>May Tue 2020 16:00</lastBuildDate> +<lastBuildDate>May Tue 2020 17:00</lastBuildDate> +<item> +<title>20200526.news</title> +<pubDate>Tue, 26 May 2020</pubDate> +<dc:creator>Cem Keylan</dc:creator> +<link>https://carbslinux.org/index.html</link> +<description><p>An initial version for binary package management is released. +It can be found on the <a href="https://github.com/CarbsLinux/kiss-bin">GitHub page</a>.</p></description> +</item> <item> <title>20200519.news</title> <pubDate>Tue, 19 May 2020</pubDate> diff --git a/docs/rss.xml b/docs/rss.xml index abbcc79..a790a6f 100644 --- a/docs/rss.xml +++ b/docs/rss.xml @@ -9,7 +9,7 @@ <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>May Tue 2020 16:00</lastBuildDate> +<lastBuildDate>May Tue 2020 17:00</lastBuildDate> <item> <title>The Relation of Carbs and KISS</title> <pubDate>Fri, 08 May 2020</pubDate> |