diff options
Diffstat (limited to 'docs/repositories.html')
-rw-r--r-- | docs/repositories.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/repositories.html b/docs/repositories.html new file mode 100644 index 0000000..368535f --- /dev/null +++ b/docs/repositories.html @@ -0,0 +1,45 @@ +<!DOCTYPE HTML> +<html lan="en"> +<head> +<title>repositories | 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> +<h1>Repositories endorsed by Carbs</h1> + +<p>The power of KISS package manager is the way +it is really flexible. You can use multiple +repositories at the same time.</p> + +<h2>Official Repository</h2> + +<p>The official repository comes installed in +the rootfs tarball. You can view the sources +<a href="//git.carbslinux.org/repository/log.html">online</a></p> + +<h2>Other repositories</h2> + +<ul> +<li><a href="https://github.com/kisslinux/community">KISS Community Repository</a></li> +<li><a href="https://github.com/kisslinux/repo">KISS Official Repository</a></li> +</ul> + + +<p><strong>NOTE:</strong> Note that the <em>official</em> repositories of +KISS Linux are not identical and may have conflicts.</p> +<a href="/repositories.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> |