-
Notifications
You must be signed in to change notification settings - Fork 5
/
gnome-flashback.doap
33 lines (27 loc) · 1.46 KB
/
gnome-flashback.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">gnome-flashback</name>
<shortdesc xml:lang="en">GNOME Flashback session and helper application</shortdesc>
<description>GNOME Flashback provides unofficial session and helper application.
This session consists of gnome-applets, gnome-flashback, 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" />
<support-forum rdf:resource="https://discourse.gnome.org/" />
<download-page rdf:resource="https://download.gnome.org/sources/gnome-flashback/" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-flashback/issues/" />
<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>