From a606859210855d6df9f03e2744f8aec2b8d8eb31 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 26 Sep 2016 00:02:27 +0200 Subject: content/pages/software/rts.rst: Moving to rst. --- content/pages/software/rts.md | 17 ------------ content/pages/software/rts.rst | 61 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 17 deletions(-) delete mode 100644 content/pages/software/rts.md create mode 100644 content/pages/software/rts.rst (limited to 'content') diff --git a/content/pages/software/rts.md b/content/pages/software/rts.md deleted file mode 100644 index 547cde7..0000000 --- a/content/pages/software/rts.md +++ /dev/null @@ -1,17 +0,0 @@ -Title: 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 example). - -# 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/rts.git - - -You can also read the About page for rts. - -# Packages - -* Archlinux (AUR): rts-git diff --git a/content/pages/software/rts.rst b/content/pages/software/rts.rst new file mode 100644 index 0000000..dc0b935 --- /dev/null +++ b/content/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 + -- cgit v1.2.3-54-g00ecf