-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmogwai.doap
15 lines (14 loc) · 1.04 KB
/
mogwai.doap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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">Mogwai</name>
<shortdesc xml:lang="en">Mogwai monitors network usage and schedules downloads to minimise their cost</shortdesc>
<description xml:lang="en">Mogwai allows systems to take advantage of reduced cost bandwidth at off-peak times of day. It provides a monitoring daemon which checks bandwidth usage, a scheduling daemon which prioritises downloads to minimise cost, and a tariff library which describes different data plans.</description>
<homepage rdf:resource="https://gitlab.freedesktop.org/pwithnall/mogwai"/>
<license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"/>
<download-page rdf:resource="https://gitlab.freedesktop.org/pwithnall/mogwai"/>
<maintainer>
<foaf:Person>
<foaf:name>Philip Withnall</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
</foaf:Person>
</maintainer>
</Project>