From 746097fbb9ff492fd0f7446de4bc46d720e9e5ab Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 3 Aug 2015 20:48:17 +0200 Subject: content/pages/projects: Moving projects to software. --- content/pages/projects.md | 5 ----- content/pages/projects/crypted-backups.md | 18 ------------------ content/pages/projects/rts.md | 17 ----------------- content/pages/projects/uenv.md | 19 ------------------- content/pages/software.md | 5 +++++ content/pages/software/crypted-backups.md | 18 ++++++++++++++++++ content/pages/software/rts.md | 17 +++++++++++++++++ content/pages/software/uenv.md | 19 +++++++++++++++++++ 8 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 content/pages/projects.md delete mode 100644 content/pages/projects/crypted-backups.md delete mode 100644 content/pages/projects/rts.md delete mode 100644 content/pages/projects/uenv.md create mode 100644 content/pages/software.md create mode 100644 content/pages/software/crypted-backups.md create mode 100644 content/pages/software/rts.md create mode 100644 content/pages/software/uenv.md diff --git a/content/pages/projects.md b/content/pages/projects.md deleted file mode 100644 index 4d5d121..0000000 --- a/content/pages/projects.md +++ /dev/null @@ -1,5 +0,0 @@ -Title: Projects -Authors: David Runge - -Whenever I find the time to code I do. Sometimes packages emerge from that. -Have a look in the menu, to get an idea. diff --git a/content/pages/projects/crypted-backups.md b/content/pages/projects/crypted-backups.md deleted file mode 100644 index 39347c0..0000000 --- a/content/pages/projects/crypted-backups.md +++ /dev/null @@ -1,18 +0,0 @@ -Title: crypted-backups -Authors: David Runge - -This collection of services, timers and scripts enables a precise - gpg encrypted - backup of certain configuration data. -System-wide and user-specific backups are possible. - -# Development -All development takes place in my [private git](https://git.sleepmap.de) 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/crypted-backups.git - - -* [About crypted-backups in git repository](https://git.sleepmap.de/crypted-backups.git/about/) - -# Packages - -* Archlinux (AUR): [crypted-backups-git](https://aur.archlinux.org/packages/crypted-backups-git/) diff --git a/content/pages/projects/rts.md b/content/pages/projects/rts.md deleted file mode 100644 index 61789e7..0000000 --- a/content/pages/projects/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](https://rt.wiki.kernel.org/index.php/Tuna) for example). - -# Development -All development takes place in my [private git](https://git.sleepmap.de) 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 - - -* [About rts in git repository](https://git.sleepmap.de/rts.git/about/) - -# Packages - -* Archlinux (AUR): [rts-git](https://aur.archlinux.org/packages/rts-git/) diff --git a/content/pages/projects/uenv.md b/content/pages/projects/uenv.md deleted file mode 100644 index d5973ca..0000000 --- a/content/pages/projects/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](http://awesome.naquadah.org/), that stem from a minimalistic approach... -Some of the functionalities implemented here can be found in desktop environments like [KDE](https://www.kde.org/) or [Gnome](https://www.gnome.org/). - -# Development -All development takes place in my [private git](https://git.sleepmap.de) 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 - - -* [About uenv in git repository](https://git.sleepmap.de/uenv.git/about/) - -# Packages - -* Archlinux (AUR): [uenv-git](https://aur.archlinux.org/packages/uenv-git/) diff --git a/content/pages/software.md b/content/pages/software.md new file mode 100644 index 0000000..6403e87 --- /dev/null +++ b/content/pages/software.md @@ -0,0 +1,5 @@ +Title: Software +Authors: David Runge + +Whenever I find the time to code I do. Sometimes packages emerge from that. +Have a look in the menu, to get an idea. diff --git a/content/pages/software/crypted-backups.md b/content/pages/software/crypted-backups.md new file mode 100644 index 0000000..39347c0 --- /dev/null +++ b/content/pages/software/crypted-backups.md @@ -0,0 +1,18 @@ +Title: crypted-backups +Authors: David Runge + +This collection of services, timers and scripts enables a precise - gpg encrypted - backup of certain configuration data. +System-wide and user-specific backups are possible. + +# Development +All development takes place in my [private git](https://git.sleepmap.de) 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/crypted-backups.git + + +* [About crypted-backups in git repository](https://git.sleepmap.de/crypted-backups.git/about/) + +# Packages + +* Archlinux (AUR): [crypted-backups-git](https://aur.archlinux.org/packages/crypted-backups-git/) diff --git a/content/pages/software/rts.md b/content/pages/software/rts.md new file mode 100644 index 0000000..61789e7 --- /dev/null +++ b/content/pages/software/rts.md @@ -0,0 +1,17 @@ +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](https://rt.wiki.kernel.org/index.php/Tuna) for example). + +# Development +All development takes place in my [private git](https://git.sleepmap.de) 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 + + +* [About rts in git repository](https://git.sleepmap.de/rts.git/about/) + +# Packages + +* Archlinux (AUR): [rts-git](https://aur.archlinux.org/packages/rts-git/) diff --git a/content/pages/software/uenv.md b/content/pages/software/uenv.md new file mode 100644 index 0000000..d5973ca --- /dev/null +++ b/content/pages/software/uenv.md @@ -0,0 +1,19 @@ +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](http://awesome.naquadah.org/), that stem from a minimalistic approach... +Some of the functionalities implemented here can be found in desktop environments like [KDE](https://www.kde.org/) or [Gnome](https://www.gnome.org/). + +# Development +All development takes place in my [private git](https://git.sleepmap.de) 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 + + +* [About uenv in git repository](https://git.sleepmap.de/uenv.git/about/) + +# Packages + +* Archlinux (AUR): [uenv-git](https://aur.archlinux.org/packages/uenv-git/) -- cgit v1.2.3-54-g00ecf