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 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).
|
|
@ -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#">
|
||||
<name xml:lang="en">malcontent</name>
|
||||
<shortdesc xml:lang="en">malcontent provides restrictions for children on EOS</shortdesc>
|
||||
<description xml:lang="en">malcontent implements support for restricting the abilities of non-administrator accounts on an Endless OS system.</description>
|
||||
<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 a Linux system.</description>
|
||||
<homepage rdf:resource="https://gitlab.freedesktop.org/pwithnall/malcontent"/>
|
||||
<license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"/>
|
||||
<download-page rdf:resource="https://gitlab.freedesktop.org/pwithnall/malcontent"/>
|
||||
|
|
Loading…
Reference in New Issue