This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
library-web/library-web.doap

37 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<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>Library Web Site</name>
<shortname>library-web</shortname>
<shortdesc>Web site library.gnome.org</shortdesc>
<description>
The GNOME Library Web Site provides access to all the GNOME Documentation,
both for users and developers.
</description>
<homepage rdf:resource="http://library.gnome.org"/>
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
<bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=website&amp;component=library.gnome.org"/>
<category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure" />
<programming-language>Python</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Frederic Peters</foaf:name>
<foaf:mbox rdf:resource="mailto:fpeters@0d.be"/>
<gnome:userid>fpeters</gnome:userid>
</foaf:Person>
</maintainer>
<author>
<foaf:Person>
<foaf:name>Frederic Peters</foaf:name>
<foaf:mbox rdf:resource="mailto:fpeters@0d.be"/>
</foaf:Person>
</author>
</Project>