aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-26 20:19:34 +0300
committerCem Keylan <cem@ckyln.com>2020-05-26 20:19:34 +0300
commit503809f35cc98f7703a52b5239f512f755727d04 (patch)
tree89486728cc34ceeb7717ca3c48b1df662ee3970c
parent3e7c72e1f97a9b43ccc1b64c761708f1aed7c62e (diff)
downloadwebsite-503809f35cc98f7703a52b5239f512f755727d04.tar.gz
update
-rw-r--r--docs/index.html10
-rw-r--r--docs/index.txt12
-rw-r--r--docs/news.html5
-rw-r--r--docs/news.txt8
-rw-r--r--docs/news.xml10
-rw-r--r--docs/rss.xml2
-rw-r--r--index/20200526.news4
-rw-r--r--src/index.md12
-rw-r--r--src/news.md8
9 files changed, 54 insertions, 17 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>&lt;p&gt;An initial version for binary package management is released.
+It can be found on the &lt;a href=&quot;https://github.com/CarbsLinux/kiss-bin&quot;&gt;GitHub page&lt;/a&gt;.&lt;/p&gt;</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>
diff --git a/index/20200526.news b/index/20200526.news
new file mode 100644
index 0000000..77fba11
--- /dev/null
+++ b/index/20200526.news
@@ -0,0 +1,4 @@
+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
diff --git a/src/index.md b/src/index.md
index 1e23174..846507a 100644
--- a/src/index.md
+++ b/src/index.md
@@ -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/src/news.md b/src/news.md
index 3e3308b..1a943f8 100644
--- a/src/news.md
+++ b/src/news.md
@@ -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
-----------