aboutsummaryrefslogtreecommitdiff
path: root/docs/blog/20200528.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/blog/20200528.html')
-rw-r--r--docs/blog/20200528.html145
1 files changed, 83 insertions, 62 deletions
diff --git a/docs/blog/20200528.html b/docs/blog/20200528.html
index 0685a87..119a7ea 100644
--- a/docs/blog/20200528.html
+++ b/docs/blog/20200528.html
@@ -1,70 +1,91 @@
-<!DOCTYPE HTML>
-<html lan=en>
- <head>
- <title>kiss 2.0.0 and overall changes | 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>
-<h1>kiss 2.0.0 and overall changes</h1>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!-- 2021-02-02 -->
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<title>kiss 2.0.0 and Overall Changes</title>
+<meta name="generator" content="Org mode">
+<meta name="author" content="Cem Keylan">
+<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>
-<p>Carbs Linux kiss version 2.0.0 has been released which introduces
-rsync repositories.</p>
+ <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">
+<header>
+<h1 class="title">kiss 2.0.0 and Overall Changes</h1>
+<p class="subtitle">posted on 2020-05-28</p>
+</header><p>
+Carbs Linux kiss version 2.0.0 has been released which introduces rsync
+repositories.
+</p>
-<p>Git is no longer a mandatory dependency for the package manager,
-every git source on the core repository has been replaced with
-https sources (sbase, sinit), and rootfs tarballs will no longer
-ship with git. Repositories in the upcoming tarball will be rsync
-repositories.</p>
+<p>
+Git is no longer a mandatory dependency for the package manager, every git
+source on the core repository has been replaced with https sources (sbase,
+sinit), and rootfs tarballs will no longer ship with git. Repositories in the
+upcoming tarball will be rsync repositories.
+</p>
-<p>Git is now on the <code>extra</code> repository and is still (optionally)
-used in the package manager.</p>
+<p>
+Git is now on the <code>extra</code> repository and is still (optionally) used in the
+package manager.
+</p>
-<p>The idea behind this change is size reductions and increased
-speed with rsync. As I said on the previous post, git repositories
-get larger and larger over the time span. Currently my personal
-copy of the git repository is around 77MB and I have forked KISS
-Linux (as a shallow copy) around December. Obviously, I have commits
-that I ommitted. I tend to create commits I dislike, which I change
-with &lsquo;git reset &ndash;soft HEAD^&rsquo;, which doesn&rsquo;t actually remove the
-commits, etc. A user will have a repository much smaller than mine.</p>
+<p>
+The idea behind this change is size reductions and increased speed with rsync.
+As I said on the previous post, git repositories get larger and larger over the
+time span. Currently my personal copy of the git repository is around 77MB and I
+have forked KISS Linux (as a shallow copy) around December. Obviously, I have
+commits that I ommitted. I tend to create commits I dislike, which I change with
+<code>git reset --soft HEAD^</code>, which doesn't actually remove the commits, etc. A user
+will have a repository much smaller than mine.
+</p>
-<p>This is a precaution with the added bonuses of speed and dropping a
-mandatory dependency.</p>
+<p>
+This is a precaution with the added bonuses of speed and dropping a mandatory
+dependency.
+</p>
-<p>You can see the rest of the changelog <a href="https://github.com/CarbsLinux/kiss/blob/master/CHANGELOG.md">here</a>.</p>
+<p>
+You can see the rest of the changelog <a href="https://github.com/CarbsLinux/kiss/blob/master/CHANGELOG.md">here</a>.
+</p>
-<h2>Binary Repositories</h2>
-
-<p>A few days ago, I have also published <a href="https://github.com/CarbsLinux/kiss-bin">kiss-bin</a>, a first version
-for managing binary repositories. Currently, there are some caveats
-that I&rsquo;ll be fixing along the way. I decided not to include this
-in the package manager natively as managing the source based and
-binary based packages together adds levels of complexity that we
-do not want. Instead, this is an extension for kiss which sources
-the package manager as a library. I hope to see it being adopted
-by others interested on the matter as well.</p>
-
-<p>That&rsquo;s about it.</p>
-
-<p>Cheers,
-Cem</p>
- <a href="/blog/20200528.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>
+<div id="outline-container-orgf930250" class="outline-2">
+<h2 id="orgf930250">Binary Repositories</h2>
+<div class="outline-text-2" id="text-orgf930250">
+<p>
+A few days ago, I have also published <a href="https://github.com/CarbsLinux/kiss-bin">kiss-bin</a>, a first version for managing
+binary repositories. Currently, there are some caveats that I'll be fixing along
+the way. I decided not to include this in the package manager natively as
+managing the source based and binary based packages together adds levels of
+complexity that we do not want. Instead, this is an extension for kiss which
+sources the package manager as a library. I hope to see it being adopted by
+others interested on the matter as well.
+</p>
+</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>