From e22986d75c7b7eb7fd0cbb0530a68283049ab4b8 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 26 Feb 2019 17:48:03 +0000 Subject: [PATCH] docs: Port README to Markdown and update a few references Signed-off-by: Philip Withnall --- README => README.md | 18 +++++++----------- malcontent.doap | 4 ++-- 2 files changed, 9 insertions(+), 13 deletions(-) rename README => README.md (74%) diff --git a/README b/README.md similarity index 74% rename from README rename to README.md index a500a21..1a10d53 100644 --- a/README +++ b/README.md @@ -1,8 +1,8 @@ malcontent -===================== +========== malcontent implements support for restricting the abilities of -non-administrator accounts on an Endless OS system. Typically, when this is +non-administrator accounts on a Linux system. Typically, when this is used, a non-administrator account will be for a child using the system; and the administrator accounts will be for the parents. @@ -13,7 +13,7 @@ accessing and applying the app filter. All the library APIs are currently unstable and are likely to change wildly. Dependencies -============ +------------ • accounts-service • dbus-daemon @@ -22,16 +22,12 @@ Dependencies • gobject-2.0 ≥ 2.54 Licensing -========= +--------- All code in this project is licensed under LGPL-2.1+. See COPYING for more details. Bugs -==== +---- -Bug reports and patches should be filed in GitHub. - -Contact -======= - -https://gitlab.freedesktop.org/pwithnall/malcontent +Bug reports and patches should be filed in +[GitLab](https://gitlab.freedesktop.org/pwithnall/malcontent). diff --git a/malcontent.doap b/malcontent.doap index 7a8e2f6..c746cc4 100644 --- a/malcontent.doap +++ b/malcontent.doap @@ -1,7 +1,7 @@ malcontent - malcontent provides restrictions for children on EOS - malcontent implements support for restricting the abilities of non-administrator accounts on an Endless OS system. + malcontent provides restrictions for children on Linux systems + malcontent implements support for restricting the abilities of non-administrator accounts on a Linux system.