aboutsummaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-09-26 00:02:27 +0200
committerDavid Runge <dave@sleepmap.de>2016-09-26 00:02:27 +0200
commita606859210855d6df9f03e2744f8aec2b8d8eb31 (patch)
tree2fdd817f8ea0d780d842850eb3ee3eee2c5aab04 /content
parenta510c79ac0c54d41921f73cbe58c23baca6ac803 (diff)
downloadsleepmap-a606859210855d6df9f03e2744f8aec2b8d8eb31.tar.gz
sleepmap-a606859210855d6df9f03e2744f8aec2b8d8eb31.tar.bz2
sleepmap-a606859210855d6df9f03e2744f8aec2b8d8eb31.tar.xz
sleepmap-a606859210855d6df9f03e2744f8aec2b8d8eb31.zip
content/pages/software/rts.rst: Moving to rst.
Diffstat (limited to 'content')
-rw-r--r--content/pages/software/rts.md17
-rw-r--r--content/pages/software/rts.rst61
2 files changed, 61 insertions, 17 deletions
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 <a href="https://rt.wiki.kernel.org/index.php/Tuna" target="_blank">tuna</a> for example).
-
-# Development
-All development takes place in my <a href="https://git.sleepmap.de" target="_blank">private git</a> 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 <a href="https://git.sleepmap.de/rts.git/about/" target="_blank">About</a> page for rts.
-
-# Packages
-
-* Archlinux (AUR): <a href="(https://aur.archlinux.org/packages/rts-git/" target="_blank">rts-git</a>
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
+
+ <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>
+