forked from GNOME/gnome-flashback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbudgie-helper.doap
33 lines (27 loc) · 1.48 KB
/
budgie-helper.doap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<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:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">budgie-helper</name>
<shortdesc xml:lang="en">Budgie Helper session and helper application</shortdesc>
<description>Budgie Helper provides unofficial session and helper application.
This session consists of gnome-applets, budgie-helper, gnome-panel and
metacity. And all other modules that are used in official GNOME session.
Helper application main job is to provide all features that is need for
our session, but has been removed from GNOME and/or moved to mutter or
gnome-shell.
NOTE: This session is not supported by GNOME in any way!</description>
<homepage rdf:resource="https://wiki.gnome.org/Projects/GnomeFlashback" />
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/budgie-helper-list" />
<download-page rdf:resource="http://download.gnome.org/sources/budgie-helper/" />
<bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=budgie-helper" />
<programming-language>C</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Alberts Muktupāvels</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>muktupavels</gnome:userid>
</foaf:Person>
</maintainer>
</Project>