website

My personal website
git clone git://git.ckyln.com/website
Log | Files | Refs

commit 0058301d9b8e3bf58b24f60ce08641cba8b456cc
parent a8f32e5857806860ab007d354efe8eaea45171b9
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri, 28 Aug 2020 20:27:10 +0300

update

Diffstat:
Mdocs/rss.xml | 2+-
Mdocs/software.html | 12++++++------
Mdocs/software.txt | 20++++++++++++++------
Msrc/rss.xml | 2+-
Msrc/software.md | 20++++++++++++++------
5 files changed, 36 insertions(+), 20 deletions(-)

diff --git a/docs/rss.xml b/docs/rss.xml @@ -9,7 +9,7 @@ <description>Personal blog/website on Linux/tech/nerdy stuff</description> <link>https://cemkeylan.com</link> <atom:link href="https://cemkeylan.com/rss.xml" rel="self" type="application/rss+xml" /> - <lastBuildDate>Fri Aug 28 2020 16:00</lastBuildDate> + <lastBuildDate>Fri Aug 28 2020 17:00</lastBuildDate> <item> <title>Static linking</title> <pubDate>Fri, 28 Aug 2020</pubDate> diff --git a/docs/software.html b/docs/software.html @@ -47,13 +47,13 @@ git repository, some of them are on <a href="https://github.com/cemkeylan">GitHub</a>.</p> <ul> -<li><strong>Carbs Linux</strong> a Linux distribution aimed for simplicity.</li> -<li><strong>Carbs Packaging Tools</strong> a portable package management toolchain written with +<li><a href="https://carbslinux.org">Carbs Linux</a> a Linux distribution aimed for simplicity.</li> +<li><a href="https://git.carbslinux.org/cpt">Carbs Packaging Tools</a> a portable package management toolchain written with extensibility in mind.</li> -<li><strong>sysmgr</strong> a POSIX sh service supervisor for Linux systems similar to Runit.</li> -<li><strong>shinit</strong> a POSIX sh init daemon with support for acting upon signals.</li> -<li><strong>sxss</strong> Simple X ScreenSaver written in C99.</li> -<li><strong>mu-wizard</strong> Email configuration wizard for setting up mu4e on Emacs.</li> +<li><a href="https://git.ckyln.com/sysmgr">sysmgr</a> a POSIX sh service supervisor for Linux systems similar to Runit.</li> +<li><a href="https://git.ckyln.com/shinit">shinit</a> a POSIX sh init daemon with support for acting upon signals.</li> +<li><a href="https://git.ckyln.com/sxss">sxss</a> Simple X ScreenSaver written in C99.</li> +<li><a href="https://github.com/cemkeylan/mu-wizard">mu-wizard</a> Email configuration wizard for setting up mu4e on Emacs.</li> </ul> diff --git a/docs/software.txt b/docs/software.txt @@ -4,13 +4,21 @@ Software I have written or use Here are some of the software I have written, most of them can be found on my git repository, some of them are on [GitHub]. -- **Carbs Linux** a Linux distribution aimed for simplicity. -- **Carbs Packaging Tools** a portable package management toolchain written with +- [Carbs Linux] a Linux distribution aimed for simplicity. +- [Carbs Packaging Tools] a portable package management toolchain written with extensibility in mind. -- **sysmgr** a POSIX sh service supervisor for Linux systems similar to Runit. -- **shinit** a POSIX sh init daemon with support for acting upon signals. -- **sxss** Simple X ScreenSaver written in C99. -- **mu-wizard** Email configuration wizard for setting up mu4e on Emacs. +- [sysmgr] a POSIX sh service supervisor for Linux systems similar to Runit. +- [shinit] a POSIX sh init daemon with support for acting upon signals. +- [sxss] Simple X ScreenSaver written in C99. +- [mu-wizard] Email configuration wizard for setting up mu4e on Emacs. + + +[Carbs Linux]: https://carbslinux.org +[Carbs Packaging Tools]: https://git.carbslinux.org/cpt +[sysmgr]: https://git.ckyln.com/sysmgr +[shinit]: https://git.ckyln.com/shinit +[sxss]: https://git.ckyln.com/sxss +[mu-wizard]: https://github.com/cemkeylan/mu-wizard -------------------------------------------------------------------------------- diff --git a/src/rss.xml b/src/rss.xml @@ -9,7 +9,7 @@ <description>Personal blog/website on Linux/tech/nerdy stuff</description> <link>https://cemkeylan.com</link> <atom:link href="https://cemkeylan.com/rss.xml" rel="self" type="application/rss+xml" /> - <lastBuildDate>Fri Aug 28 2020 16:00</lastBuildDate> + <lastBuildDate>Fri Aug 28 2020 17:00</lastBuildDate> <item> <title>Static linking</title> <pubDate>Fri, 28 Aug 2020</pubDate> diff --git a/src/software.md b/src/software.md @@ -4,13 +4,21 @@ Software I have written or use Here are some of the software I have written, most of them can be found on my git repository, some of them are on [GitHub]. -- **Carbs Linux** a Linux distribution aimed for simplicity. -- **Carbs Packaging Tools** a portable package management toolchain written with +- [Carbs Linux] a Linux distribution aimed for simplicity. +- [Carbs Packaging Tools] a portable package management toolchain written with extensibility in mind. -- **sysmgr** a POSIX sh service supervisor for Linux systems similar to Runit. -- **shinit** a POSIX sh init daemon with support for acting upon signals. -- **sxss** Simple X ScreenSaver written in C99. -- **mu-wizard** Email configuration wizard for setting up mu4e on Emacs. +- [sysmgr] a POSIX sh service supervisor for Linux systems similar to Runit. +- [shinit] a POSIX sh init daemon with support for acting upon signals. +- [sxss] Simple X ScreenSaver written in C99. +- [mu-wizard] Email configuration wizard for setting up mu4e on Emacs. + + +[Carbs Linux]: https://carbslinux.org +[Carbs Packaging Tools]: https://git.carbslinux.org/cpt +[sysmgr]: https://git.ckyln.com/sysmgr +[shinit]: https://git.ckyln.com/shinit +[sxss]: https://git.ckyln.com/sxss +[mu-wizard]: https://github.com/cemkeylan/mu-wizard --------------------------------------------------------------------------------