From ce25c00d60dce89a77d38e44793d9aad561a32dd Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 7 Oct 2015 12:01:37 +0200 Subject: [PATCH 1/1] port projects file to markdown --- projects/index.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/projects/index.md b/projects/index.md index 3427f36..17be61a 100644 --- a/projects/index.md +++ b/projects/index.md @@ -7,20 +7,17 @@ To solve some issue I was having, or to facilitate my daily computer usage. The tools were usually not written with general reusability in mind. But maybe you are having just the same problem as I did, in which case I hope they can be helpful. -* `LiLaSS `_: A simple xrandr-based application to configure laptop screens on Linux. If you are using a +* [LiLaSS](lilass/): A simple xrandr-based application to configure laptop screens on Linux. If you are using a Laptop, frequently work both with and without an external screen, and you are not happy with the configuration options your desktop provides, this may be for you. -* `dyn-nsupdate `_: A tool to dynamically and securely update DNS zones via CGI. +* [dyn-nsupdate](dyn-nsupdate/): A tool to dynamically and securely update DNS zones via CGI. This provides self-hosted DynDNS services. -* `zonemaker `_: A small script to generate DNS zone files from Python. -* `schsh `_: A collection of scripts and configuration files which can be used to grant +* [zonemaker](zonemaker/): A small script to generate DNS zone files from Python. +* [schsh](schsh/): A collection of scripts and configuration files which can be used to grant someone secure (SSH-based) access to a machine, without giving them a shell or read access to the entire file system. -* `Rust-101 `_: A small tutorial for the `Rust language `_. -* `git-mirror `_: This can keep multiple git repositories of the same project in sync automatically. +* [Rust-101](