diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-10 15:12:18 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-10 15:12:18 +0300 |
commit | b06f18a8050e3d23fc468796f75be2759d751536 (patch) | |
tree | 41829eaf0229d37fe264f8b373ce8cb871c2f7c5 /docs/blog/20201210.html | |
parent | ce3c49f6b499cf43c89209f977701ec388154bf6 (diff) | |
download | website-b06f18a8050e3d23fc468796f75be2759d751536.tar.gz |
update
Diffstat (limited to 'docs/blog/20201210.html')
-rw-r--r-- | docs/blog/20201210.html | 50 |
1 files changed, 50 insertions, 0 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> |