docs: Port README to Markdown and update a few references
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
03436eacf5
commit
e22986d75c
|
@ -1,8 +1,8 @@
|
||||||
malcontent
|
malcontent
|
||||||
=====================
|
==========
|
||||||
|
|
||||||
malcontent implements support for restricting the abilities of
|
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
|
used, a non-administrator account will be for a child using the system; and the
|
||||||
administrator accounts will be for the parents.
|
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.
|
All the library APIs are currently unstable and are likely to change wildly.
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
============
|
------------
|
||||||
|
|
||||||
• accounts-service
|
• accounts-service
|
||||||
• dbus-daemon
|
• dbus-daemon
|
||||||
|
@ -22,16 +22,12 @@ Dependencies
|
||||||
• gobject-2.0 ≥ 2.54
|
• gobject-2.0 ≥ 2.54
|
||||||
|
|
||||||
Licensing
|
Licensing
|
||||||
=========
|
---------
|
||||||
|
|
||||||
All code in this project is licensed under LGPL-2.1+. See COPYING for more details.
|
All code in this project is licensed under LGPL-2.1+. See COPYING for more details.
|
||||||
|
|
||||||
Bugs
|
Bugs
|
||||||
====
|
----
|
||||||
|
|
||||||
Bug reports and patches should be filed in GitHub.
|
Bug reports and patches should be filed in
|
||||||
|
[GitLab](https://gitlab.freedesktop.org/pwithnall/malcontent).
|
||||||
Contact
|
|
||||||
=======
|
|
||||||
|
|
||||||
https://gitlab.freedesktop.org/pwithnall/malcontent
|
|
|
@ -1,7 +1,7 @@
|
||||||
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns="http://usefulinc.com/ns/doap#">
|
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns="http://usefulinc.com/ns/doap#">
|
||||||
<name xml:lang="en">malcontent</name>
|
<name xml:lang="en">malcontent</name>
|
||||||
<shortdesc xml:lang="en">malcontent provides restrictions for children on EOS</shortdesc>
|
<shortdesc xml:lang="en">malcontent provides restrictions for children on Linux systems</shortdesc>
|
||||||
<description xml:lang="en">malcontent implements support for restricting the abilities of non-administrator accounts on an Endless OS system.</description>
|
<description xml:lang="en">malcontent implements support for restricting the abilities of non-administrator accounts on a Linux system.</description>
|
||||||
<homepage rdf:resource="https://gitlab.freedesktop.org/pwithnall/malcontent"/>
|
<homepage rdf:resource="https://gitlab.freedesktop.org/pwithnall/malcontent"/>
|
||||||
<license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"/>
|
<license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"/>
|
||||||
<download-page rdf:resource="https://gitlab.freedesktop.org/pwithnall/malcontent"/>
|
<download-page rdf:resource="https://gitlab.freedesktop.org/pwithnall/malcontent"/>
|
||||||
|
|
Loading…
Reference in New Issue