diff options
author | David Runge <dave@sleepmap.de> | 2019-04-19 09:09:15 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2019-04-19 09:09:15 +0200 |
commit | 50bbaea602f3a8734b7e10946a8942e7842bdc64 (patch) | |
tree | fb4e10d3ace0b980b63f643b6826eb93a1a4ee7e /pages/software | |
parent | 3b49e6b16cb2eff84311abccd6387376c6f4bcbf (diff) | |
download | sleepmap-50bbaea602f3a8734b7e10946a8942e7842bdc64.tar.gz sleepmap-50bbaea602f3a8734b7e10946a8942e7842bdc64.tar.bz2 sleepmap-50bbaea602f3a8734b7e10946a8942e7842bdc64.tar.xz sleepmap-50bbaea602f3a8734b7e10946a8942e7842bdc64.zip |
Moving pages to locations where nikola can use them.
Diffstat (limited to 'pages/software')
-rw-r--r-- | pages/software/bowelyzer.rst | 46 | ||||
-rw-r--r-- | pages/software/crypted-backups.rst | 55 | ||||
-rw-r--r-- | pages/software/rts.rst | 61 | ||||
-rw-r--r-- | pages/software/uenv.rst | 74 |
4 files changed, 236 insertions, 0 deletions
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 + + <a href="https://supercollider.github.io" target="_blank">SuperCollider</a> + +.. |osc| raw:: html + + <a href="https://en.wikipedia.org/wiki/Open_Sound_Control" target="_blank">OSC</a> + +.. |bowelyzer-about| raw:: html + + <a href="https://git.sleepmap.de/audio/bowelyzer.git/about/" target="_blank">about page</a> + +.. |bowelyzer-git| raw:: html + + <a href="https://git.sleepmap.de/audio/bowelyzer.git" target="_blank">git repository</a> + +.. |ssh-key| raw:: html + + <a href="https://en.wikipedia.org/wiki/Secure_Shell#ARCHITECTURE" target="_blank">SSH public key</a> + +.. |bowelyzer-refs| raw:: html + + <a href="https://git.sleepmap.de/audio/bowelyzer.git/ref" target="_blank">references page</a> + 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 + + <a href="https://www.freedesktop.org/wiki/Software/systemd/" target="_blank">systemd</a> + +.. |crypted-backups-about| raw:: html + + <a href="https://git.sleepmap.de/software/crypted-backups.git/about/" target="_blank">about page</a> + +.. |crypted-backups-git| raw:: html + + <a href="https://git.sleepmap.de/software/crypted-backups.git" target="_blank">git repository</a> + +.. |ssh-key| raw:: html + + <a href="https://en.wikipedia.org/wiki/Secure_Shell#ARCHITECTURE" target="_blank">SSH public key</a> + +.. |archlinux| raw:: html + + <a href="https://archlinux.org" target="_blank">Arch Linux</a> + +.. |aur| raw:: html + + <a href="https://aur.archlinux.org" target="_blank">AUR</a> + +.. |crypted-backups-git-aur| raw:: html + + <a href="https://aur.archlinux.org/packages/crypted-backups-git/" target="_blank">crypted-backups-git</a> + 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 + + <a href="https://www.freedesktop.org/wiki/Software/systemd/" target="_blank">systemd</a> + +.. |real-time| raw:: html + + <a href="https://en.wikipedia.org/wiki/Soft_Hard_Real-Time_Kernel" target="_blank">real-time</a> + +.. |tuna| raw:: html + + <a href="https://rt.wiki.kernel.org/index.php/Tuna" target="_blank">tuna</a> + +.. |rts-about| raw:: html + + <a href="https://git.sleepmap.de/software/rts.git/about/" target="_blank">about page</a> + +.. |rts-git| raw:: html + + <a href="https://git.sleepmap.de/software/rts.git" target="_blank">git repository</a> + +.. |ssh-key| raw:: html + + <a href="https://en.wikipedia.org/wiki/Secure_Shell#ARCHITECTURE" target="_blank">SSH public key</a> + +.. |archlinux| raw:: html + + <a href="https://archlinux.org" target="_blank">Arch Linux</a> + +.. |aur| raw:: html + + <a href="https://aur.archlinux.org" target="_blank">AUR</a> + +.. |rts-git-aur| raw:: html + + <a href="https://aur.archlinux.org/packages/rts-git/" target="_blank">rts-git</a> + 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 + + <a href="https://www.freedesktop.org/wiki/Software/systemd/" target="_blank">systemd</a> + +.. |desktop-environments| raw:: html + + <a href="https://en.wikipedia.org/wiki/Desktop_environment" target="_blank">desktop environments</a> + +.. |kde| raw:: html + + <a href="https://www.kde.org/" target="_blank">KDE</a> + +.. |gnome| raw:: html + + <a href="https://www.gnome.org/" target="_blank">Gnome</a> + +.. |tiling-window-managers| raw:: html + + <a href="https://en.wikipedia.org/wiki/Tiling_window_manager" target="_blank">tiling window managers</a> + +.. |headless_computers| raw:: html + + <a href="https://en.wikipedia.org/wiki/Headless_computer" target="_blank">headless computers</a> + +.. |uenv-about| raw:: html + + <a href="https://git.sleepmap.de/software/uenv.git/about/" target="_blank">about page</a> + +.. |uenv-git| raw:: html + + <a href="https://git.sleepmap.de/software/uenv.git" target="_blank">git repository</a> + +.. |ssh-key| raw:: html + + <a href="https://en.wikipedia.org/wiki/Secure_Shell#ARCHITECTURE" target="_blank">SSH public key</a> + +.. |archlinux| raw:: html + + <a href="https://archlinux.org" target="_blank">Arch Linux</a> + +.. |aur| raw:: html + + <a href="https://aur.archlinux.org" target="_blank">AUR</a> + +.. |uenv-git-aur| raw:: html + + <a href="https://aur.archlinux.org/packages/uenv-git/" target="_blank">uenv-git</a> + |