aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html247
1 files changed, 156 insertions, 91 deletions
diff --git a/docs/index.html b/docs/index.html
index 6397956..904339a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,112 +1,177 @@
-<!DOCTYPE HTML>
-<html lan=en>
- <head>
- <title>index | 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/install.html'>installation</a>
- <a href='/docs'>user manual</a>
- </nav>
- </div><div class="border"></div>
-<p>Carbs Linux is an in-development Linux® distribution with a suckless mindset.
-The base system consists of only the necessary programs to create a Linux
-distribution.</p>
-
-<h2>Package Manager</h2>
-
-<p>Carbs Linux uses its own package manager <a href="https://github.com/CarbsLinux/cpt">Carbs Packaging Tools</a>, a POSIX shell
-package manager forked from KISS with the tool-based approach of xbps.</p>
-
-<h2>Small base</h2>
-
-<p>By default, Carbs Linux comes with busybox for coreutils, bearssl for its
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!-- 2021-02-02 -->
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<title>Carbs Linux</title>
+<meta name="generator" content="Org mode">
+<meta name="author" content="Cem Keylan">
+<meta name="description" content="a simple Linux distribution"
+>
+<link rel="stylesheet" type="text/css" href="/style.css">
+</head>
+<body>
+<div id="preamble" class="status">
+<nav id="navbar">
+ <a href="/" class=navbartitle>Carbs Linux</a>
+
+ <label for="hamburger">&#9776;</label>
+ <input type="checkbox" id="hamburger" />
+ <ul id=navbarlist>
+ <li><a href="/" title="Home Page">Home</a></li>
+ <li><a href="//git.carbslinux.org" title="Git Repository">Git</a></li>
+ <li><a href="/download.html" title="Download Carbs Linux">Download</a></li>
+ <li><a href="/blog" title="Blog Posts">Blog</a></li>
+ <li><a href="/install.html" title="Installation Instructions">Installation</a></li>
+ <li><a href="/docs.html" title="Documentation">Docs</a></li>
+ </ul>
+</nav>
+</div>
+<div id="content">
+<p>
+Carbs Linux is a source-based Linux&reg; distribution that aims to be simple,
+flexible and extensible while staying as pragmatic and practical as possible.
+The system can consist of as much or as little as its user can intend to.
+</p>
+
+<div id="outline-container-orgd3ebc46" class="outline-2">
+<h2 id="orgd3ebc46">Package Manager</h2>
+<div class="outline-text-2" id="text-orgd3ebc46">
+<p>
+Carbs Linux uses its own package manager <a href="https://github.com/CarbsLinux/cpt">Carbs Packaging Tools</a>, a POSIX shell
+package manager forked from KISS with the tool-based approach of xbps.
+</p>
+</div>
+</div>
+
+
+<div id="outline-container-org1ed7ef0" class="outline-2">
+<h2 id="org1ed7ef0">Small base</h2>
+<div class="outline-text-2" id="text-org1ed7ef0">
+<p>
+By default, Carbs Linux comes with busybox for coreutils, bearssl for its
crypto library, musl libc, and other basic utilities that are required for
-building new software. The majority of the base packages are statically linked.</p>
+building new software. The majority of the base packages are statically linked.
+</p>
+</div>
+</div>
-<h2>Multiple Init Support</h2>
-<p>Carbs Linux has support for multiple init systems and service supervisors. In
-the main repository are</p>
+<div id="outline-container-orge0f142d" class="outline-2">
+<h2 id="orge0f142d">Multiple Init Support</h2>
+<div class="outline-text-2" id="text-orge0f142d">
+<p>
+Carbs Linux has support for multiple init systems and service supervisors. In
+the main repository are
+</p>
-<ul>
+<ul class="org-ul">
<li><code>sinit</code></li>
<li><code>busybox-init</code> (SysVinit clone)</li>
<li><code>runit-init</code></li>
</ul>
+<p>
+for init systems, and
+</p>
-<p>for init systems, and</p>
-
-<ul>
+<ul class="org-ul">
<li><code>sysmgr</code></li>
<li><code>busybox-runit</code></li>
<li><code>runit</code></li>
</ul>
-
-<p>for service supervisors. The <a href="https://github.com/CarbsLinux/repository/tree/master/core/carbs-init">carbs-init</a> package is the collection of init
+<p>
+for service supervisors. The <a href="https://github.com/CarbsLinux/repository/tree/master/core/carbs-init">carbs-init</a> package is the collection of init
scripts that ensure the interoperability of these init and service systems, and
make it easier for the user to switch to their preferred combinations of system
-supervision.</p>
-
-<p>Nothing holds you back, however, from ditching any of these and packaging some
-other system supervision technique along with your own init scripts.</p>
-
-<h2>Links</h2>
-
-<ul>
-<li>IRC - <code>#carbslinux</code> on freenode</li>
-<li>Reddit - <a href="http://reddit.com/r/carbslinux">/r/carbslinux</a></li>
-<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+supervision.
+</p>
+
+<p>
+Nothing holds you back, however, from ditching any of these and packaging some
+other system supervision technique along with your own init scripts.
+</p>
+</div>
+</div>
+
+
+<div id="outline-container-org5534422" class="outline-2">
+<h2 id="org5534422">Links</h2>
+<div class="outline-text-2" id="text-org5534422">
+<ul class="org-ul">
+<li>IRC - <code>#carbslinux</code> on freenode</li>
+<li>Reddit - <a href="https://reddit.com/r/carbslinux">r/carbslinux</a></li>
+<li><a href="mailing-lists.html">Mailing Lists</a></li>
</ul>
-
-
-<h2>News</h2>
-
-<p><a href="/news.xml">RSS Feed</a> | <a href="/news.html">See all news</a></p>
-
-<h2>Sep 16 2020</h2>
-
-<p>The libressl &ldquo;revert&rdquo; was reverted. System update will replace libressl
+</div>
+</div>
+
+<div id="outline-container-org99ea5f4" class="outline-2">
+<h2 id="org99ea5f4">News</h2>
+<div class="outline-text-2" id="text-org99ea5f4">
+<p>
+<a href="./news.xml">RSS Feed</a> | <a href="./news">See all news</a>
+</p>
+</div>
+
+<div id="outline-container-orgcc372e7" class="outline-3">
+<h3 id="orgcc372e7"><a href="../news/20200916.html">Sep 16, 2020</a></h3>
+<div class="outline-text-3" id="text-orgcc372e7">
+<p>
+The libressl "revert" was reverted. System update will replace libressl
dependencies with bearssl. You may choose to keep or remove bearssl after the
-update.</p>
-
-<h2>Sep 03 2020</h2>
-
-<p>The default TLS provider has been reverted to &lsquo;libressl&rsquo;. System update will
+update.
+</p>
+</div>
+</div>
+<div id="outline-container-org5a36fc2" class="outline-3">
+<h3 id="org5a36fc2"><a href="../news/20200903.html">Sep 03, 2020</a></h3>
+<div class="outline-text-3" id="text-org5a36fc2">
+<p>
+The default TLS provider has been reverted to <code>libressl</code>. System update will
replace bearssl dependencies with libressl. You may choose to keep or remove
-bearssl after the update.</p>
-
-<h2>Jul 27 2020</h2>
-
-<p>Carbs Linux&rsquo;s fork of the <code>kiss</code> package manager has been renamed to
-<code>Carbs Packaging Tools</code> due to huge amount of changes. Your latest <code>kiss</code>
-update will handle the bootstrapping. You will need to rename your <code>KISS-*</code>
-variables to <code>CPT-*</code></p>
-
-<h2>Jun 17 2020</h2>
-
-<p>A new rootfs tarball including the changes to the core is released and can be
-found on the downloads page.</p>
-
-<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>
- <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-2021 Cem Keylan</p>
- </body>
+bearssl after the update.
+</p>
+</div>
+</div>
+<div id="outline-container-org4a4807f" class="outline-3">
+<h3 id="org4a4807f"><a href="../news/20200727.html">Jul 27, 2020</a></h3>
+<div class="outline-text-3" id="text-org4a4807f">
+<p>
+Carbs Linux's fork of the <code>kiss</code> package manager has been renamed to <code>Carbs
+ Packaging Tools</code> due to huge amount of changes. Your latest <code>kiss</code> update will
+handle the bootstrapping. You will need to rename your <code>KISS-*</code> variables to
+<code>CPT-*</code>.
+</p>
+</div>
+</div>
+<div id="outline-container-org7f7d626" class="outline-3">
+<h3 id="org7f7d626"><a href="../news/20200617.html">Jun 17, 2020</a></h3>
+<div class="outline-text-3" id="text-org7f7d626">
+<p>
+A new rootfs tarball including the changes to the core is released and can be
+found on the downloads page.
+</p>
+</div>
+</div>
+<div id="outline-container-org6162ade" class="outline-3">
+<h3 id="org6162ade"><a href="../news/20200526.html">May 26, 2020</a></h3>
+<div class="outline-text-3" id="text-org6162ade">
+<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>
+</div>
+</div>
+</div>
+</div>
+<div id="postamble" class="status">
+<footer>
+ <p>Linux&reg; is a registered trademark of Linus Torvalds</p>
+ <p>Copyright &copy; 2019-2021 Cem Keylan</p>
+</footer>
+</div>
+</body>
</html>