From bb7fb68c057d7371a13f6765859fa6cb38fea56a Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Mon, 4 May 2020 23:11:27 +0200 Subject: [PATCH] add selfhosted links --- README.md | 9 +++-- raw/body.md | 2 +- raw/body_selfhosted.md | 22 +++++++++++ raw/generate.sh | 4 ++ raw/header.md | 5 ++- raw/header_selfhosted.md | 4 ++ raw/test.md | 79 ---------------------------------------- selfhosted.md | 30 +++++++++++++++ 8 files changed, 71 insertions(+), 84 deletions(-) create mode 100644 raw/body_selfhosted.md create mode 100644 raw/header_selfhosted.md delete mode 100644 raw/test.md create mode 100644 selfhosted.md diff --git a/README.md b/README.md index ed55a7c..43160f1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,10 @@ categories. [Casual](#casual) contains software for everyone. technically more interested. If you are using **Android**, take a look at the [**Android -List**](./android.md). +Links**](./android.md). + +If you are owning a **server**, take a look at the [**Selfhosted +Links**](./selfhosted.md). - [Casual](#casual) - [Communication](#communication) @@ -25,7 +28,7 @@ List**](./android.md). - [Programming Languages](#programming-languages) - [Search Engines](#search-engines) - [Terminal](#terminal) - - [Version Controlling](#version-controlling) + - [Version Control](#version-control) - [Video](#video) - [Web Browsers](#web-browsers) - [Window Managers](#window-managers) @@ -162,7 +165,7 @@ List**](./android.md). Python-powered, cross-platform, Unix-gazing shell language and command prompt -### Version Controlling +### Version Control - [**Git**](https://git-scm.com/) Distributed version control system designed to handle everything diff --git a/raw/body.md b/raw/body.md index 70a8cb1..f87f563 100644 --- a/raw/body.md +++ b/raw/body.md @@ -152,7 +152,7 @@ Nerdy : Python-powered, cross-platform, Unix-gazing shell language and command prompt -### Version Controlling +### Version Control [**Git**](https://git-scm.com/) : Distributed version control system designed to handle everything diff --git a/raw/body_selfhosted.md b/raw/body_selfhosted.md new file mode 100644 index 0000000..db32417 --- /dev/null +++ b/raw/body_selfhosted.md @@ -0,0 +1,22 @@ +### Communication + +[**SNM**](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/) +: Complete and simple NixOS mailserver + +[**Synapse**](https://matrix.org/docs/projects/server/synapse/) +: Matrix.org's reference server + +### DAV + +[**Radicale**](https://radicale.org/) +: Small but powerful CalDAV and CardDAV server + +### Newsfeeds + +[**Tiny Tiny RSS**](https://tt-rss.org/) +: Web-based news feed reader and aggregator + +### Version Control + +[**Gitea**](https://gitea.io/) +: Community managed lightweight code hosting solution written in Go diff --git a/raw/generate.sh b/raw/generate.sh index 31639f5..66cbc3c 100755 --- a/raw/generate.sh +++ b/raw/generate.sh @@ -5,9 +5,13 @@ pandoc header.md -o header.md pandoc body.md -o body.md pandoc header_android.md -o header_android.md pandoc body_android.md -o body_android.md +pandoc header_selfhosted.md -o header_selfhosted.md +pandoc body_selfhosted.md -o body_selfhosted.md # Generate README.md and android.md pandoc -H header.md --toc body.md -o ../README.md pandoc -t gfm ../README.md -o ../README.md pandoc -H header_android.md --toc body_android.md -o ../android.md pandoc -t gfm ../android.md -o ../android.md +pandoc -H header_selfhosted.md --toc body_selfhosted.md -o ../selfhosted.md +pandoc -t gfm ../selfhosted.md -o ../selfhosted.md diff --git a/raw/header.md b/raw/header.md index 63b2733..7bd0165 100644 --- a/raw/header.md +++ b/raw/header.md @@ -7,4 +7,7 @@ categories. [Casual](#casual) contains software for everyone. technically more interested. If you are using **Android**, take a look at the [**Android -List**](./android.md). +Links**](./android.md). + +If you are owning a **server**, take a look at the [**Selfhosted +Links**](./selfhosted.md). diff --git a/raw/header_selfhosted.md b/raw/header_selfhosted.md new file mode 100644 index 0000000..342c07e --- /dev/null +++ b/raw/header_selfhosted.md @@ -0,0 +1,4 @@ +Android Links +============= + +This is a collection of nice open source software for your server. diff --git a/raw/test.md b/raw/test.md deleted file mode 100644 index 8b8092b..0000000 --- a/raw/test.md +++ /dev/null @@ -1,79 +0,0 @@ -# Links - -This is a collection of nice open source software. - -- [Casual](#casual) - - [Office](#office) -- [Nerdy](#nerdy) - - [Package Managers](#package-managers) - - [Operating Systems](#operating-systems) - - [File Sharing / Synchronisation](#file-sharing-synchronisation) - - [Writing](#writing) - - [Editors](#editors) - - [Search Engines](#search-engines) - - [Window Managers](#window-managers) - - [Web Browsers](#web-browsers) - -Casual ------- - -### Office - -- [**Libre Office**](https://libreoffice.org/)\ - Free and powerful office suite - -Nerdy ------ - -### Package Managers - -- [**Nix**](https://nixos.org/nix/)\ - Purely functional package manager, available for all Unix based - distributions - -### Operating Systems - -- [**NixOS**](https://nixos.org/)\ - Declarative operating system, based on the **Nix** package manager - -### File Sharing / Synchronisation - -- [**Magic Wormhole**](https://github.com/warner/magic-wormhole/)\ - Get things from one computer to another, safely - -- [**Syncthing**](https://syncthing.net/)\ - Synchronizes files between two or more computers in real time, - safely protected from prying eyes - -### Writing - -- [**Pandoc**](https://pandoc.org/)\ - Swiss-army knife for converting files from one markup format into - another - -### Editors - -- [**Kakoune**](https://kakoune.org/)\ - Modal editor, similar to Vim - -### Search Engines - -- [**searx**](https://asciimoo.github.io/searx/)\ - Searx is a free internet metasearch engine which aggregates results - from more than 70 search services - -### Window Managers - -- [**i3**](https://i3wm.org/)\ - Improved tiling window manager - -- [**i3-gaps**](https://github.com/Airblader/i3/)\ - **i3** with more features - -### Web Browsers - -- [**qutebrowser**](https://qutebrowser.org/)\ - Keyboard-focused browser with a minimal GUI - -- [**w3m**](http://w3m.sourceforge.net/)\ - Text-based web browser as well as a pager diff --git a/selfhosted.md b/selfhosted.md new file mode 100644 index 0000000..3fc0de5 --- /dev/null +++ b/selfhosted.md @@ -0,0 +1,30 @@ +# Android Links + +This is a collection of nice open source software for your server. + + - [Communication](#communication) + - [DAV](#dav) + - [Newsfeeds](#newsfeeds) + - [Version Control](#version-control) + +### Communication + + - [**SNM**](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/) + Complete and simple NixOS mailserver + - [**Synapse**](https://matrix.org/docs/projects/server/synapse/) + Matrix.org’s reference server + +### DAV + + - [**Radicale**](https://radicale.org/) + Small but powerful CalDAV and CardDAV server + +### Newsfeeds + + - [**Tiny Tiny RSS**](https://tt-rss.org/) + Web-based news feed reader and aggregator + +### Version Control + + - [**Gitea**](https://gitea.io/) + Community managed lightweight code hosting solution written in Go