diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:41:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:41:01 +0000 |
commit | cc02f613f361981a338db8916e7516e5001253c0 (patch) | |
tree | 2a83d7350ec7b2877249a1588891d718caf56c06 /gnome-session.doap | |
parent | Initial commit. (diff) | |
download | gnome-session-cc02f613f361981a338db8916e7516e5001253c0.tar.xz gnome-session-cc02f613f361981a338db8916e7516e5001253c0.zip |
Adding upstream version 3.38.0.upstream/3.38.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gnome-session.doap')
-rw-r--r-- | gnome-session.doap | 58 |
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> |