diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-06 14:55:39 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-06 14:55:39 +0300 |
commit | 32bcf63f4e647a8e6b8bc071150710901144b7fb (patch) | |
tree | 4b78582e08da0cea0886c47f47402fe14163c155 /docs | |
parent | fe8603b96b92fe87f5a413c27a3a6b140b3acee5 (diff) | |
download | website-32bcf63f4e647a8e6b8bc071150710901144b7fb.tar.gz |
update
Diffstat (limited to 'docs')
-rw-r--r-- | docs/blog/20200406.html | 76 | ||||
-rw-r--r-- | docs/blog/20200406.txt | 73 | ||||
-rw-r--r-- | docs/blog/index.html | 1 | ||||
-rw-r--r-- | docs/blog/index.txt | 1 | ||||
-rw-r--r-- | docs/rss.xml | 59 |
5 files changed, 210 insertions, 0 deletions
diff --git a/docs/blog/20200406.html b/docs/blog/20200406.html new file mode 100644 index 0000000..4061a29 --- /dev/null +++ b/docs/blog/20200406.html @@ -0,0 +1,76 @@ +<!DOCTYPE HTML> +<html lan="en"> +<head> +<title>Roadmap for Carbs | Carbs Linux</title> +<link rel="stylesheet" href="/assets/style.css"> +<meta charset="utf-8"> +<meta name="Description" content="Carbs Linux - a simple busybox linux distribution"> +<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> +</head> +<p class=header><strong>Carbs Linux - a simple busybox linux distribution</strong></p> +<div class="header"><nav> +<a href='/'>index</a> +<a href='https://github.com/CarbsLinux'>github</a> +<a href='//dl.carbslinux.org'>downloads</a> +<a href='/blog'>blog</a> +<a href='/wiki'>wiki</a> +<a href='/wiki/install.html'>installation</a> +</nav></div><div class="border"></div> +<p>It has been a busy week. There are lots of changes in +direction, and more to come. I want to talk a little +about all of them.</p> + +<h2>Carbs Linux Server Going Down</h2> + +<p>It became harder to maintain and pay for the server, and I will be +shutting it down in May. I am currently in the phase of +carrying over everything to <a href="https://github.com/CarbsLinux">Github</a>. The repository and the +website is served on Github now. I have also moved the <a href="https://github.com/CarbsLinux/wiki/wiki">Wiki</a> +to Github and anyone can edit it there. There are some outdated +posts that I will be fixing around this week.</p> + +<p>I am not quite sure where to store the downloads page now. But I +will be switching that to a new source as well. (Maybe Source Forge?)</p> + +<p>I feel a little sad for switching, but serving on Github is faster, +cheaper, and hassle-free.</p> + +<h2>Forking KISS</h2> + +<p>I had a personal fork of KISS, which I enjoyed thoroughly. I didn’t +intend to make it the default when I started it, but it has matured +enough to be so. The package manager can now be found on <a href="https://github.com/CarbsLinux/kiss">this repository</a>. +See it for the added changes.</p> + +<p>This will be a change for the better, as I can develop the package +manager as it fits my views.</p> + +<h2>Small Changes on the Website</h2> + +<p>I have made some small changes on the website. The build is not dependent +on Plan9 utilities anymore. It was fun messing around with <code>rc</code> and <code>mk</code>, +but they are quite limited compared to POSIX shell.</p> + +<p>RSS feeds are finally working as intended, both for the <a href="https://carbslinux.org/news.xml">news</a> section, and +the <a href="https://carbslinux.org/rss.xml">blog</a> secion.</p> + +<p>You can see every page’s <code>.txt</code> output at the end of the page by clicking +‘View Page Source’. Meanwhile, I will be updating some pages to be a little +more ‘human-readable’.</p> + +<h2>Outsources Repository</h2> + +<p>I have opened an <code>outsources</code> repository, which I will be pushing this week. +I will add a new post when I am ready to push it. I think it will be interesting, +it will also make more sense about the changes I have added to the package +manager. The now empty repository, can be found <a href="https://github.com/CarbsLinux/outsources">here</a>!</p> + +<p>I am planning to add more of these update posts as I’m feeling better about +the website structure overall.</p> + +<p>- Cem</p> +<a href="/blog/20200406.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/20200406.txt b/docs/blog/20200406.txt new file mode 100644 index 0000000..5286adf --- /dev/null +++ b/docs/blog/20200406.txt @@ -0,0 +1,73 @@ + +It has been a busy week. There are lots of changes in +direction, and more to come. I want to talk a little +about all of them. + + +Carbs Linux Server Going Down +----------------------------- + +It became harder to maintain and pay for the server, and I will be +shutting it down in May. I am currently in the phase of +carrying over everything to [Github]. The repository and the +website is served on Github now. I have also moved the [Wiki] +to Github and anyone can edit it there. There are some outdated +posts that I will be fixing around this week. + +I am not quite sure where to store the downloads page now. But I +will be switching that to a new source as well. (Maybe Source Forge?) + +I feel a little sad for switching, but serving on Github is faster, +cheaper, and hassle-free. + +[Github]: https://github.com/CarbsLinux +[Wiki]: https://github.com/CarbsLinux/wiki/wiki + + +Forking KISS +------------ + +I had a personal fork of KISS, which I enjoyed thoroughly. I didn't +intend to make it the default when I started it, but it has matured +enough to be so. The package manager can now be found on [this repository]. +See it for the added changes. + +This will be a change for the better, as I can develop the package +manager as it fits my views. + +[this repository]: https://github.com/CarbsLinux/kiss + + +Small Changes on the Website +---------------------------- + +I have made some small changes on the website. The build is not dependent +on Plan9 utilities anymore. It was fun messing around with `rc` and `mk`, +but they are quite limited compared to POSIX shell. + +RSS feeds are finally working as intended, both for the [news] section, and +the [blog] secion. + +You can see every page's `.txt` output at the end of the page by clicking +'View Page Source'. Meanwhile, I will be updating some pages to be a little +more 'human-readable'. + +[news]: https://carbslinux.org/news.xml +[blog]: https://carbslinux.org/rss.xml + + +Outsources Repository +--------------------- + +I have opened an `outsources` repository, which I will be pushing this week. +I will add a new post when I am ready to push it. I think it will be interesting, +it will also make more sense about the changes I have added to the package +manager. The now empty repository, can be found [here]! + +[here]: https://github.com/CarbsLinux/outsources + + +I am planning to add more of these update posts as I'm feeling better about +the website structure overall. + +\- Cem diff --git a/docs/blog/index.html b/docs/blog/index.html index 724cb88..7313399 100644 --- a/docs/blog/index.html +++ b/docs/blog/index.html @@ -22,6 +22,7 @@ here. <a href="/rss.xml">RSS Feed</a></p> <ul> +<li>Apr 06 2020 - <a href="20200406.html">Roadmap for Carbs</a></li> <li>Jan 28 2020 - <a href="20200128.html">Switching to New Website</a></li> </ul> diff --git a/docs/blog/index.txt b/docs/blog/index.txt index 9d9a9aa..56f9385 100644 --- a/docs/blog/index.txt +++ b/docs/blog/index.txt @@ -6,4 +6,5 @@ here. [RSS Feed] [RSS Feed]: /rss.xml +* Apr 06 2020 - [Roadmap for Carbs](20200406.html) * Jan 28 2020 - [Switching to New Website](20200128.html) diff --git a/docs/rss.xml b/docs/rss.xml index cda12fe..bba7ed1 100644 --- a/docs/rss.xml +++ b/docs/rss.xml @@ -11,6 +11,65 @@ <atom:link href="https://carbslinux.org/rss.xml" rel="self" type="application/rss+xml" /> <lastBuildDate>Apr Mon 2020 11:00</lastBuildDate> <item> +<title>Roadmap for Carbs</title> +<pubDate>Mon, 06 Apr 2020</pubDate> +<dc:creator>Cem Keylan</dc:creator> +<link>https://carbslinux.org/blog/20200406.html</link> +<description><p>It has been a busy week. There are lots of changes in +direction, and more to come. I want to talk a little +about all of them.</p> + +<h2>Carbs Linux Server Going Down</h2> + +<p>It became harder to maintain and pay for the server, and I will be +shutting it down in May. I am currently in the phase of +carrying over everything to <a href="https://github.com/CarbsLinux">Github</a>. The repository and the +website is served on Github now. I have also moved the <a href="https://github.com/CarbsLinux/wiki/wiki">Wiki</a> +to Github and anyone can edit it there. There are some outdated +posts that I will be fixing around this week.</p> + +<p>I am not quite sure where to store the downloads page now. But I +will be switching that to a new source as well. (Maybe Source Forge?)</p> + +<p>I feel a little sad for switching, but serving on Github is faster, +cheaper, and hassle-free.</p> + +<h2>Forking KISS</h2> + +<p>I had a personal fork of KISS, which I enjoyed thoroughly. I didn&rsquo;t +intend to make it the default when I started it, but it has matured +enough to be so. The package manager can now be found on <a href="https://github.com/CarbsLinux/kiss">this repository</a>. +See it for the added changes.</p> + +<p>This will be a change for the better, as I can develop the package +manager as it fits my views.</p> + +<h2>Small Changes on the Website</h2> + +<p>I have made some small changes on the website. The build is not dependent +on Plan9 utilities anymore. It was fun messing around with <code>rc</code> and <code>mk</code>, +but they are quite limited compared to POSIX shell.</p> + +<p>RSS feeds are finally working as intended, both for the <a href="https://carbslinux.org/news.xml">news</a> section, and +the <a href="https://carbslinux.org/rss.xml">blog</a> secion.</p> + +<p>You can see every page&rsquo;s <code>.txt</code> output at the end of the page by clicking +&lsquo;View Page Source&rsquo;. Meanwhile, I will be updating some pages to be a little +more &lsquo;human-readable&rsquo;.</p> + +<h2>Outsources Repository</h2> + +<p>I have opened an <code>outsources</code> repository, which I will be pushing this week. +I will add a new post when I am ready to push it. I think it will be interesting, +it will also make more sense about the changes I have added to the package +manager. The now empty repository, can be found <a href="https://github.com/CarbsLinux/outsources">here</a>!</p> + +<p>I am planning to add more of these update posts as I&rsquo;m feeling better about +the website structure overall.</p> + +<p>- Cem</p></description> +</item> +<item> <title>Switching to New Website</title> <pubDate>Tue, 28 Jan 2020</pubDate> <dc:creator>Cem Keylan</dc:creator> |