From 2838201177ec62dcc578a2d62a2620bb35d31331 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 26 Sep 2016 00:16:44 +0200 Subject: content/pages/software/uenv.rst: Moving to rst. --- content/pages/software/uenv.md | 19 ----------- content/pages/software/uenv.rst | 74 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 19 deletions(-) delete mode 100644 content/pages/software/uenv.md create mode 100644 content/pages/software/uenv.rst (limited to 'content') diff --git a/content/pages/software/uenv.md b/content/pages/software/uenv.md deleted file mode 100644 index 0f7a292..0000000 --- a/content/pages/software/uenv.md +++ /dev/null @@ -1,19 +0,0 @@ -Title: uenv -Authors: David Runge - -**uenv** - as in *"useful environments"* - is a collection of scripts, systemd service and timer units and configuration that go along with it. -A couple of them might only be useful, when using window managers like Awesome, that stem from a minimalistic approach... -Some of the functionalities implemented here can be found in desktop environments like KDE or Gnome. - -# Development -All development takes place in my private git repository. However you can ask for your SSH key to be included to be able to push to this repository. -For readonly access, just clone: - - git clone git://sleepmap.de/uenv.git - - -You can also read the About page for uenv. - -# Packages - -* Archlinux (AUR): uenv-git diff --git a/content/pages/software/uenv.rst b/content/pages/software/uenv.rst new file mode 100644 index 0000000..5670ce1 --- /dev/null +++ b/content/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