aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-10 15:12:18 +0300
committerCem Keylan <cem@ckyln.com>2020-12-10 15:12:18 +0300
commitb06f18a8050e3d23fc468796f75be2759d751536 (patch)
tree41829eaf0229d37fe264f8b373ce8cb871c2f7c5
parentce3c49f6b499cf43c89209f977701ec388154bf6 (diff)
downloadwebsite-b06f18a8050e3d23fc468796f75be2759d751536.tar.gz
update
-rw-r--r--docs/blog/20201210.html50
-rw-r--r--docs/blog/20201210.txt21
-rw-r--r--docs/blog/index.html1
-rw-r--r--docs/blog/index.txt1
-rw-r--r--docs/news.xml2
-rw-r--r--docs/rss.xml31
-rw-r--r--src/blog/20201210.md21
-rw-r--r--src/blog/index.md1
-rw-r--r--src/news.xml2
-rw-r--r--src/rss.xml31
m---------texidocs0
11 files changed, 157 insertions, 4 deletions
diff --git a/docs/blog/20201210.html b/docs/blog/20201210.html
new file mode 100644
index 0000000..cbb4f50
--- /dev/null
+++ b/docs/blog/20201210.html
@@ -0,0 +1,50 @@
+<!DOCTYPE HTML>
+<html lan=en>
+ <head>
+ <title>First Year of Carbs Linux | Carbs Linux</title>
+ <link rel="stylesheet" href="/style.css">
+ <meta charset="utf-8">
+ <meta name="Description" content="Carbs Linux - a simple linux distribution">
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ </head>
+ <body>
+ <p class=header><strong>Carbs Linux - a simple linux distribution</strong></p>
+ <div class="header">
+ <nav>
+ <a href='/'>index</a>
+ <a href="//git.carbslinux.org">git</a>
+ <a href='//dl.carbslinux.org'>downloads</a>
+ <a href='/blog'>blog</a>
+ <a href='/docs/Installation.html'>installation</a>
+ <a href='/docs'>user manual</a>
+ </nav>
+ </div><div class="border"></div>
+<h1>First Year of Carbs Linux</h1>
+
+<p>December 10, 2020 marks the first year after the initial release of Carbs
+Linux. When I forked the KISS Linux repository on the 9th of December, I was
+fairly new to package management. Carbs Linux used to be almost identical to
+KISS Linux. A lot has changed since then:</p>
+
+<ul>
+<li>Replaced default init system to <code>sinit</code> [2020 Jan 13]</li>
+<li>Packaged <code>WebKit2GTK</code> [2020 Jan 15]</li>
+<li>Added <code>bearssl</code> on the testing repository [2020 May 17]</li>
+<li>Added <code>rsync</code> repository support to kiss [2020 May 28]</li>
+<li>Replaced <code>bison</code> with <code>byacc</code> [2020 Jun 03]</li>
+<li>Replaced <code>libressl</code> with <code>bearssl</code> [2020 Jun 11]</li>
+<li>Replaced <code>kiss</code> with <code>cpt</code> [2020 Jun 24]</li>
+</ul>
+
+
+<p>I have really enjoyed maintaining and developing this distribution, and I want
+to thank everyone who was involved in some way or another. While I have slowed
+down in development due to college workload, I am still actively maintaining all
+the packages on the repository. I do have some ideas that I am thinking of
+implementing during the semester break. Hope to see you all in January.</p>
+ <a href="/blog/20201210.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>
+ </body>
+</html>
diff --git a/docs/blog/20201210.txt b/docs/blog/20201210.txt
new file mode 100644
index 0000000..b8ea1a1
--- /dev/null
+++ b/docs/blog/20201210.txt
@@ -0,0 +1,21 @@
+First Year of Carbs Linux
+================================================================================
+
+December 10, 2020 marks the first year after the initial release of Carbs
+Linux. When I forked the KISS Linux repository on the 9th of December, I was
+fairly new to package management. Carbs Linux used to be almost identical to
+KISS Linux. A lot has changed since then:
+
+- Replaced default init system to `sinit` [2020 Jan 13]
+- Packaged `WebKit2GTK` [2020 Jan 15]
+- Added `bearssl` on the testing repository [2020 May 17]
+- Added `rsync` repository support to kiss [2020 May 28]
+- Replaced `bison` with `byacc` [2020 Jun 03]
+- Replaced `libressl` with `bearssl` [2020 Jun 11]
+- Replaced `kiss` with `cpt` [2020 Jun 24]
+
+I have really enjoyed maintaining and developing this distribution, and I want
+to thank everyone who was involved in some way or another. While I have slowed
+down in development due to college workload, I am still actively maintaining all
+the packages on the repository. I do have some ideas that I am thinking of
+implementing during the semester break. Hope to see you all in January.
diff --git a/docs/blog/index.html b/docs/blog/index.html
index 301dfdd..01bb642 100644
--- a/docs/blog/index.html
+++ b/docs/blog/index.html
@@ -24,6 +24,7 @@
<p>This is the Carbs Linux Blog Index. You can find every post here. <a href="/rss.xml">RSS Feed</a></p>
<ul>
+<li>Dec 10 2020 - <a href="20201210.html">First Year of Carbs Linux</a></li>
<li>Aug 03 2020 - <a href="20200803.html">August 2020 News Post</a></li>
<li>Jun 17 2020 - <a href="20200617.html">June Newspost</a></li>
<li>May 28 2020 - <a href="20200528.html">kiss 2.0.0 and overall changes</a></li>
diff --git a/docs/blog/index.txt b/docs/blog/index.txt
index e5172cd..347ef61 100644
--- a/docs/blog/index.txt
+++ b/docs/blog/index.txt
@@ -6,6 +6,7 @@ This is the Carbs Linux Blog Index. You can find every post here. [RSS Feed]
[RSS Feed]: /rss.xml
+* Dec 10 2020 - [First Year of Carbs Linux](20201210.html)
* Aug 03 2020 - [August 2020 News Post](20200803.html)
* Jun 17 2020 - [June Newspost](20200617.html)
* May 28 2020 - [kiss 2.0.0 and overall changes](20200528.html)
diff --git a/docs/news.xml b/docs/news.xml
index dacc721..192e4ca 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -9,7 +9,7 @@
<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>Mon Sep 21 2020 21:00</lastBuildDate>
+ <lastBuildDate>Thu Dec 10 2020 12:00</lastBuildDate>
<item>
<title>Sep 16 2020</title>
<pubDate>Wed, 16 Sep 2020</pubDate>
diff --git a/docs/rss.xml b/docs/rss.xml
index d4fa290..424c2da 100644
--- a/docs/rss.xml
+++ b/docs/rss.xml
@@ -9,7 +9,36 @@
<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>Mon Sep 21 2020 21:00</lastBuildDate>
+ <lastBuildDate>Thu Dec 10 2020 12:00</lastBuildDate>
+<item>
+<title>First Year of Carbs Linux</title>
+<pubDate>Thu, 10 Dec 2020</pubDate>
+<dc:creator>Cem Keylan</dc:creator>
+<link>https://carbslinux.org/blog/20201210.html</link>
+<description>&lt;h1&gt;First Year of Carbs Linux&lt;/h1&gt;
+
+&lt;p&gt;December 10, 2020 marks the first year after the initial release of Carbs
+Linux. When I forked the KISS Linux repository on the 9th of December, I was
+fairly new to package management. Carbs Linux used to be almost identical to
+KISS Linux. A lot has changed since then:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Replaced default init system to &lt;code&gt;sinit&lt;/code&gt; [2020 Jan 13]&lt;/li&gt;
+&lt;li&gt;Packaged &lt;code&gt;WebKit2GTK&lt;/code&gt; [2020 Jan 15]&lt;/li&gt;
+&lt;li&gt;Added &lt;code&gt;bearssl&lt;/code&gt; on the testing repository [2020 May 17]&lt;/li&gt;
+&lt;li&gt;Added &lt;code&gt;rsync&lt;/code&gt; repository support to kiss [2020 May 28]&lt;/li&gt;
+&lt;li&gt;Replaced &lt;code&gt;bison&lt;/code&gt; with &lt;code&gt;byacc&lt;/code&gt; [2020 Jun 03]&lt;/li&gt;
+&lt;li&gt;Replaced &lt;code&gt;libressl&lt;/code&gt; with &lt;code&gt;bearssl&lt;/code&gt; [2020 Jun 11]&lt;/li&gt;
+&lt;li&gt;Replaced &lt;code&gt;kiss&lt;/code&gt; with &lt;code&gt;cpt&lt;/code&gt; [2020 Jun 24]&lt;/li&gt;
+&lt;/ul&gt;
+
+
+&lt;p&gt;I have really enjoyed maintaining and developing this distribution, and I want
+to thank everyone who was involved in some way or another. While I have slowed
+down in development due to college workload, I am still actively maintaining all
+the packages on the repository. I do have some ideas that I am thinking of
+implementing during the semester break. Hope to see you all in January.&lt;/p&gt;</description>
+</item>
<item>
<title>August 2020 News Post</title>
<pubDate>Mon, 03 Aug 2020</pubDate>
diff --git a/src/blog/20201210.md b/src/blog/20201210.md
new file mode 100644
index 0000000..b8ea1a1
--- /dev/null
+++ b/src/blog/20201210.md
@@ -0,0 +1,21 @@
+First Year of Carbs Linux
+================================================================================
+
+December 10, 2020 marks the first year after the initial release of Carbs
+Linux. When I forked the KISS Linux repository on the 9th of December, I was
+fairly new to package management. Carbs Linux used to be almost identical to
+KISS Linux. A lot has changed since then:
+
+- Replaced default init system to `sinit` [2020 Jan 13]
+- Packaged `WebKit2GTK` [2020 Jan 15]
+- Added `bearssl` on the testing repository [2020 May 17]
+- Added `rsync` repository support to kiss [2020 May 28]
+- Replaced `bison` with `byacc` [2020 Jun 03]
+- Replaced `libressl` with `bearssl` [2020 Jun 11]
+- Replaced `kiss` with `cpt` [2020 Jun 24]
+
+I have really enjoyed maintaining and developing this distribution, and I want
+to thank everyone who was involved in some way or another. While I have slowed
+down in development due to college workload, I am still actively maintaining all
+the packages on the repository. I do have some ideas that I am thinking of
+implementing during the semester break. Hope to see you all in January.
diff --git a/src/blog/index.md b/src/blog/index.md
index e5172cd..347ef61 100644
--- a/src/blog/index.md
+++ b/src/blog/index.md
@@ -6,6 +6,7 @@ This is the Carbs Linux Blog Index. You can find every post here. [RSS Feed]
[RSS Feed]: /rss.xml
+* Dec 10 2020 - [First Year of Carbs Linux](20201210.html)
* Aug 03 2020 - [August 2020 News Post](20200803.html)
* Jun 17 2020 - [June Newspost](20200617.html)
* May 28 2020 - [kiss 2.0.0 and overall changes](20200528.html)
diff --git a/src/news.xml b/src/news.xml
index dacc721..192e4ca 100644
--- a/src/news.xml
+++ b/src/news.xml
@@ -9,7 +9,7 @@
<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>Mon Sep 21 2020 21:00</lastBuildDate>
+ <lastBuildDate>Thu Dec 10 2020 12:00</lastBuildDate>
<item>
<title>Sep 16 2020</title>
<pubDate>Wed, 16 Sep 2020</pubDate>
diff --git a/src/rss.xml b/src/rss.xml
index d4fa290..424c2da 100644
--- a/src/rss.xml
+++ b/src/rss.xml
@@ -9,7 +9,36 @@
<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>Mon Sep 21 2020 21:00</lastBuildDate>
+ <lastBuildDate>Thu Dec 10 2020 12:00</lastBuildDate>
+<item>
+<title>First Year of Carbs Linux</title>
+<pubDate>Thu, 10 Dec 2020</pubDate>
+<dc:creator>Cem Keylan</dc:creator>
+<link>https://carbslinux.org/blog/20201210.html</link>
+<description>&lt;h1&gt;First Year of Carbs Linux&lt;/h1&gt;
+
+&lt;p&gt;December 10, 2020 marks the first year after the initial release of Carbs
+Linux. When I forked the KISS Linux repository on the 9th of December, I was
+fairly new to package management. Carbs Linux used to be almost identical to
+KISS Linux. A lot has changed since then:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Replaced default init system to &lt;code&gt;sinit&lt;/code&gt; [2020 Jan 13]&lt;/li&gt;
+&lt;li&gt;Packaged &lt;code&gt;WebKit2GTK&lt;/code&gt; [2020 Jan 15]&lt;/li&gt;
+&lt;li&gt;Added &lt;code&gt;bearssl&lt;/code&gt; on the testing repository [2020 May 17]&lt;/li&gt;
+&lt;li&gt;Added &lt;code&gt;rsync&lt;/code&gt; repository support to kiss [2020 May 28]&lt;/li&gt;
+&lt;li&gt;Replaced &lt;code&gt;bison&lt;/code&gt; with &lt;code&gt;byacc&lt;/code&gt; [2020 Jun 03]&lt;/li&gt;
+&lt;li&gt;Replaced &lt;code&gt;libressl&lt;/code&gt; with &lt;code&gt;bearssl&lt;/code&gt; [2020 Jun 11]&lt;/li&gt;
+&lt;li&gt;Replaced &lt;code&gt;kiss&lt;/code&gt; with &lt;code&gt;cpt&lt;/code&gt; [2020 Jun 24]&lt;/li&gt;
+&lt;/ul&gt;
+
+
+&lt;p&gt;I have really enjoyed maintaining and developing this distribution, and I want
+to thank everyone who was involved in some way or another. While I have slowed
+down in development due to college workload, I am still actively maintaining all
+the packages on the repository. I do have some ideas that I am thinking of
+implementing during the semester break. Hope to see you all in January.&lt;/p&gt;</description>
+</item>
<item>
<title>August 2020 News Post</title>
<pubDate>Mon, 03 Aug 2020</pubDate>
diff --git a/texidocs b/texidocs
-Subproject 797faa922b45e15b594b16c0ec0be334dec0dec
+Subproject 3d2fd81bc0f085723f63c8692001c6607d4bbe0