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/uenv.rst | 74 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 pages/software/uenv.rst (limited to 'pages/software/uenv.rst') 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