diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-26 13:41:14 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-26 13:41:14 +0300 |
commit | 607aeb8d1788652f9c7cac8fb51eedc2ecb5646c (patch) | |
tree | fa970ee9f4ca93ea6d2899a53f45a8dbdab575e4 /docs | |
parent | 16278eed2f9304c5158875f535f96f0c369a190a (diff) | |
download | website-607aeb8d1788652f9c7cac8fb51eedc2ecb5646c.tar.gz |
update
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 1 | ||||
-rw-r--r-- | docs/index.txt | 5 | ||||
-rw-r--r-- | docs/mailing-lists.html | 31 | ||||
-rw-r--r-- | docs/mailing-lists.txt | 11 |
4 files changed, 47 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 1dd4d40..de9c159 100644 --- a/docs/index.html +++ b/docs/index.html @@ -64,6 +64,7 @@ some other system supervision technique along with your own init scripts.</p> <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> </ul> diff --git a/docs/index.txt b/docs/index.txt index a207c90..1e23174 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -48,8 +48,11 @@ Links ----- * IRC - `#carbslinux` on freenode -* Reddit - [/r/carbslinux](http://reddit.com/r/carbslinux) +* Reddit - [/r/carbslinux] +* [Mailing Lists] +[/r/carbslinux]: http://reddit.com/r/carbslinux +[Mailing Lists]: /mailing-lists.html News ---- diff --git a/docs/mailing-lists.html b/docs/mailing-lists.html new file mode 100644 index 0000000..4a6b3f3 --- /dev/null +++ b/docs/mailing-lists.html @@ -0,0 +1,31 @@ +<!DOCTYPE HTML> +<html lan="en"> +<head> +<title>Mailing Lists | 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> +<p>We have mailing lists set up at <a href="https://sr.ht">sourcehut</a>. You +can subscribe to the mailing list by sending an +empty mail to</p> + +<pre><code>~carbslinux/dev+subscribe@lists.sr.ht +</code></pre> + +<p>You can also see the <a href="https://lists.sr.ht/~carbslinux/dev">archives</a>.</p> +<a href="/mailing-lists.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> diff --git a/docs/mailing-lists.txt b/docs/mailing-lists.txt new file mode 100644 index 0000000..c6f1a93 --- /dev/null +++ b/docs/mailing-lists.txt @@ -0,0 +1,11 @@ + +We have mailing lists set up at [sourcehut]. You +can subscribe to the mailing list by sending an +empty mail to + + ~carbslinux/dev+subscribe@lists.sr.ht + +You can also see the [archives]. + +[sourcehut]: https://sr.ht +[archives]: https://lists.sr.ht/~carbslinux/dev |