summaryrefslogtreecommitdiffstats
path: root/gnome-session.doap
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:49:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:49:37 +0000
commit35504d91654321ff2b378229ff13150f53d5aad2 (patch)
treecb85edefc751b37c8423d78c5e5888f42cc01e4b /gnome-session.doap
parentInitial commit. (diff)
downloadgnome-session-upstream.tar.xz
gnome-session-upstream.zip
Adding upstream version 43.0.upstream/43.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gnome-session.doap')
-rw-r--r--gnome-session.doap58
1 files changed, 58 insertions, 0 deletions
diff --git a/gnome-session.doap b/gnome-session.doap
new file mode 100644
index 0000000..0d2bbef
--- /dev/null
+++ b/gnome-session.doap
@@ -0,0 +1,58 @@
+<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 Session Manager</name>
+ <shortdesc xml:lang="en">The GNOME Session Manager</shortdesc>
+ <description>The GNOME Session Manager is in charge of starting the core
+components of the GNOME desktop, and applications that should be launched at
+login time.
+
+GNOME Session also provides the definition of what a standard GNOME session
+consists of.</description>
+ <homepage rdf:resource="https://wiki.gnome.org/Projects/SessionManagement" />
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list" />
+ <download-page rdf:resource="http://download.gnome.org/sources/gnome-session/" />
+ <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gnome-session" />
+
+ <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
+ <programming-language>C</programming-language>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Ray Strode</foaf:name>
+ <foaf:mbox rdf:resource="mailto:rstrode@redhat.com" />
+ <gnome:userid>halfline</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>William Jon McCann</foaf:name>
+ <foaf:mbox rdf:resource="mailto:mccann@jhu.edu" />
+ <gnome:userid>mccann</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Colin Walters</foaf:name>
+ <foaf:mbox rdf:resource="mailto:walters@verbum.org" />
+ <gnome:userid>walters</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Iain Lane</foaf:name>
+ <foaf:mbox rdf:resource="mailto:iainl@gnome.org" />
+ <gnome:userid>iainl</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Benjamin Berg</foaf:name>
+ <foaf:mbox rdf:resource="mailto:bberg@gnome.org" />
+ <gnome:userid>bberg</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>