From 50bbaea602f3a8734b7e10946a8942e7842bdc64 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 19 Apr 2019 09:09:15 +0200 Subject: Moving pages to locations where nikola can use them. --- pages/software/bowelyzer.rst | 46 ++++++++++++++++++++++++ pages/software/crypted-backups.rst | 55 ++++++++++++++++++++++++++++ pages/software/rts.rst | 61 +++++++++++++++++++++++++++++++ pages/software/uenv.rst | 74 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 236 insertions(+) create mode 100644 pages/software/bowelyzer.rst create mode 100644 pages/software/crypted-backups.rst create mode 100644 pages/software/rts.rst create mode 100644 pages/software/uenv.rst (limited to 'pages/software') diff --git a/pages/software/bowelyzer.rst b/pages/software/bowelyzer.rst new file mode 100644 index 0000000..1b7bb62 --- /dev/null +++ b/pages/software/bowelyzer.rst @@ -0,0 +1,46 @@ +bowelyzer +######### + +:authors: David Runge + +| Inheriting its name from the city of Darmstadt, where it was first used, **bowelyzer** is a |supercollider| based multi-channel audio analysis tool, that sends |osc| messages according to its findings. +| It features a GUI, where you can add, remove and setup the channels you would like to use and define to which host you want to send your messages. +| For further information and installation instructions, please refer to its |bowelyzer-about|. +| + +Development +___________ + +| All development takes place in a |bowelyzer-git|. You can ask for your |ssh-key| to be included to be able to push to this repository. +| For readonly access, just clone the repository: + + .. code:: bash + + git clone git://sleepmap.de/audio/bowelyzer.git + +| You can also choose to download the latest release tarball from the |bowelyzer-refs|. + +.. |supercollider| raw:: html + + SuperCollider + +.. |osc| raw:: html + + OSC + +.. |bowelyzer-about| raw:: html + + about page + +.. |bowelyzer-git| raw:: html + + git repository + +.. |ssh-key| raw:: html + + SSH public key + +.. |bowelyzer-refs| raw:: html + + references page + diff --git a/pages/software/crypted-backups.rst b/pages/software/crypted-backups.rst new file mode 100644 index 0000000..edc3e70 --- /dev/null +++ b/pages/software/crypted-backups.rst @@ -0,0 +1,55 @@ +crypted-backups +############### + +:authors: David Runge + +| This collection of |systemd| services, timers and scripts enables a precise - gpg encrypted - backup of certain configuration data. +| System-wide and user-specific backups are possible. +| For further information read its |crypted-backups-about|. +| + +Development +___________ + +| All development takes place in |crypted-backups-git|. You can ask for your |ssh-key| to be included to be able to push to this repository. +| For readonly access, just clone: + + .. code:: bash + + git clone git://sleepmap.de/software/crypted-backups.git + + + +Packages +________ + +* |archlinux| (|aur|): |crypted-backups-git-aur| + +.. |systemd| raw:: html + + systemd + +.. |crypted-backups-about| raw:: html + + about page + +.. |crypted-backups-git| raw:: html + + git repository + +.. |ssh-key| raw:: html + + SSH public key + +.. |archlinux| raw:: html + + Arch Linux + +.. |aur| raw:: html + + AUR + +.. |crypted-backups-git-aur| raw:: html + + crypted-backups-git + diff --git a/pages/software/rts.rst b/pages/software/rts.rst new file mode 100644 index 0000000..dc0b935 --- /dev/null +++ b/pages/software/rts.rst @@ -0,0 +1,61 @@ +rts +### + +:authors: David Runge + +| **rts** is a collection of |systemd| services and scripts that allow to set pre-defined |real-time| related scheduling settings, using |tuna|. +| For further information read its |rts-about|. +| + +Development +___________ + +| All development takes place in a |rts-git|. You can ask for your |ssh-key| to be included to be able to push to this repository. +| For readonly access, just clone: + + .. code:: bash + + git clone git://sleepmap.de/software/rts.git + +Packages +________ + +* |archlinux| (|aur|): |rts-git-aur| + + +.. |systemd| raw:: html + + systemd + +.. |real-time| raw:: html + + real-time + +.. |tuna| raw:: html + + tuna + +.. |rts-about| raw:: html + + about page + +.. |rts-git| raw:: html + + git repository + +.. |ssh-key| raw:: html + + SSH public key + +.. |archlinux| raw:: html + + Arch Linux + +.. |aur| raw:: html + + AUR + +.. |rts-git-aur| raw:: html + + rts-git + diff --git a/pages/software/uenv.rst b/pages/software/uenv.rst new file mode 100644 index 0000000..5670ce1 --- /dev/null +++ b/pages/software/uenv.rst @@ -0,0 +1,74 @@ +uenv +#### + +:authors: David Runge + +| **uenv** - as in **u**\ seful **env**\ ironments - is a collection of scripts, |systemd| service and timer units and configuration that go along with it. +| Some of the functionalities implemented here can only be found in |desktop-environments| like |kde| or |gnome| and therefore are very useful in more minimalistic environments such as |tiling-window-managers| or |headless_computers|. +| For further information read its |uenv-about|. +| + +Development +___________ + +| All development takes place in a |uenv-git|. You can ask for your |ssh-key| to be included to be able to push to this repository. +| For readonly access, just clone: + + .. code:: bash + + git clone git://sleepmap.de/software/uenv.git + +Packages +________ + +* |archlinux| (|aur|): |uenv-git-aur| + + +.. |systemd| raw:: html + + systemd + +.. |desktop-environments| raw:: html + + desktop environments + +.. |kde| raw:: html + + KDE + +.. |gnome| raw:: html + + Gnome + +.. |tiling-window-managers| raw:: html + + tiling window managers + +.. |headless_computers| raw:: html + + headless computers + +.. |uenv-about| raw:: html + + about page + +.. |uenv-git| raw:: html + + git repository + +.. |ssh-key| raw:: html + + SSH public key + +.. |archlinux| raw:: html + + Arch Linux + +.. |aur| raw:: html + + AUR + +.. |uenv-git-aur| raw:: html + + uenv-git + -- cgit v1.2.3-54-g00ecf