kisscommunity

kisscommunity.bvnf.space site sources
git clone git://bvnf.space/home/kiss/kisscommunity.git
Log | Files | Refs | Submodules | README | LICENSE

commit 025ae4be21532b5eaea62f6439fad2499c9fc5ca
parent 9a8cbbc7c3384ced4254871af3e89cd09ef7a30a
Author: phoebos <ben@bvnf.space>
Date:   Fri, 26 Apr 2024 16:04:35 +0100

change links from archive to kisslinux.github.io

Diffstat:
Mbuild-page.c | 2+-
Mcgi-bin/search | 2+-
Mwiki/FAQ/index.md | 6+++---
Mwiki/index.md | 6+++---
Mwiki/kiss/install/index.md | 2+-
Mwiki/kiss/package-manager/index.md | 2+-
Mwiki/kiss/universe/index.md | 2+-
7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/build-page.c b/build-page.c @@ -30,7 +30,7 @@ char *html_header = char *html_nav_bar = "\t<span class=\"right\">\n" "\t\t<a href=\"/cgi-bin/search\">Search</a>\n" "\t\t<a href=\"https://codeberg.org/kiss-community\">Codeberg</a>\n" - "\t\t<a href=\"https://kisslinux.org\">Official site</a>\n" + "\t\t<a href=\"https://kisslinux.github.io\">Official site</a>\n" "\t</span>\n"; char *html_footer = "</html>\n"; diff --git a/cgi-bin/search b/cgi-bin/search @@ -101,7 +101,7 @@ if {0==[catch main res]} { <span class="right"> <a href="/cgi-bin/search">Search</a> <a href="https://codeberg.org/kiss-community">Codeberg</a> - <a href="https://kisslinux.org">Official site</a> + <a href="https://kisslinux.github.io">Official site</a> </span></div><div id="content"><div id="main"> } append document $res {</div></div></body></html>} diff --git a/wiki/FAQ/index.md b/wiki/FAQ/index.md @@ -6,11 +6,11 @@ KISS documentation, but it can be spread out, hard to find, and easy to miss. Therefore, this page collects solutions to some of the most common problems. **This is not a substitute for a thorough reading of the -[install guide](https://web.archive.org/web/20240224161212/https://kisslinux.org/install) and the appropriate -[wiki](https://web.archive.org/web/20240207194458/https://kisslinux.org/wiki/) page.** +[install guide](https://kisslinux.github.io/install) and the appropriate +[wiki](https://kisslinux.github.io/wiki/) page.** This page does not answer questions about the philosophy of KISS, or why KISS -is designed in any certain way. For those questions, refer to <https://kisslinux.org/answers>. +is designed in any certain way. For those questions, refer to <https://kisslinux.github.io/answers>. ## [%[000]] General tips for identifying build errors diff --git a/wiki/index.md b/wiki/index.md @@ -2,17 +2,17 @@ KISS Linux is a meta-distribution created by Dylan Araps, featuring the `kiss` package manager which makes it easy to maintain your own system. -> [KISS Linux](https://web.archive.org/web/20240224161022/https://kisslinux.org/) is an independent Linux(R) distribution with a focus on simplicity and the concept of less is more. +> [KISS Linux](https://kisslinux.github.io/) is an independent Linux(R) distribution with a focus on simplicity and the concept of less is more. We're on IRC at #kisslinux on [libera.chat](irc://irc.libera.chat) ([logs are available here](https://libera.irclog.whitequark.org/kisslinux)). ## Important links -**WARNING**: the `kisslinux.org` website seems to have been taken over by bad actors and although it looks similar to Dylan's pages (which have expired) they contain analytics and adverts. You can view the original pages [via the Internet Archive](https://web.archive.org/web/20240224161022/https://kisslinux.org/), which all links on this website use. +**WARNING**: the old `kisslinux.org` website seems to have been taken over by bad actors and although it looks similar to Dylan's pages (which have expired) they contain analytics and adverts. Dylan's website is now available here: <https://kisslinux.github.io/> - [$/kiss-community](https://codeberg.org/kiss-community) - [$/kiss-community/awesome-kiss](https://github.com/kiss-community/awesome-kiss) - [Community package listing](https://jedahan.com/kiss-find) ([updated tool](https://github.com/aabacchus/kiss-find)) -- [Official website (archived)](https://web.archive.org/web/20240224161022/https://kisslinux.org/) +- [Official website](https://kisslinux.github.io/) - [$/kisslinux](https://github.com/kisslinux) You can contribute to this wiki! See [website/](website/) for details. diff --git a/wiki/kiss/install/index.md b/wiki/kiss/install/index.md @@ -4,7 +4,7 @@ KISS Linux Community Installation Guide Since Dylan is currently on a hiatus, the KISS community is maintaining a set of repos and a fork of the package manager. We have made enough minor changes to the system that some differences to the install process should be noted. -Dylan's page (<https://web.archive.org/web/20240224161212/https://kisslinux.org/install>) is still the canonical +Dylan's page (<https://kisslinux.github.io/install>) is still the canonical reference. This page lists the differences to the official guide. If you run into any problems, please join us in IRC (`#kisslinux` in diff --git a/wiki/kiss/package-manager/index.md b/wiki/kiss/package-manager/index.md @@ -1,6 +1,6 @@ # KISS Package Manager -Some extra information which isn't available on [https://kisslinux.org/wiki/package-manager](https://web.archive.org/web/20231225090525/https://kisslinux.org/wiki/package-manager). +Some extra information which isn't available on <https://kisslinux.github.io/wiki/package-manager>. ## [%[0.0]] Index diff --git a/wiki/kiss/universe/index.md b/wiki/kiss/universe/index.md @@ -2,7 +2,7 @@ ## Other implementations of kiss This doesn't include package managers for forks of the KISS operating system, -such as Carbs and cpt. These are listed instead in [https://kisslinux.org/wiki/forks](https://web.archive.org/web/20220418162338/https://kisslinux.org/wiki/forks). +such as Carbs and cpt. These are listed instead in <https://kisslinux.github.io/wiki/forks>. * kiss.el (elisp) <https://github.com/ehawkvu/kiss.el> * kiss-rs (rust) <https://codeberg.org/XDream8/kiss-rs>