blob: 1fd265ad2f6d4e0886626acce97def7b51558f22 (
plain)
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
|
<?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 xml:lang="en">Epiphany</name>
<shortdesc xml:lang="en">A simple, clean, beautiful view of the Web</shortdesc>
<description xml:lang="en">A simple web browser based on the popular WebKit rendering engine.</description>
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<programming-language>C</programming-language>
<homepage rdf:resource="https://wiki.gnome.org/Apps/Web" />
<mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/epiphany-list" />
<download-page rdf:resource="https://download.gnome.org/sources/epiphany/" />
<bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=epiphany" />
<maintainer>
<foaf:Person>
<foaf:name>Carlos Garcia Campos</foaf:name>
<foaf:mbox rdf:resource="mailto:carlosgc@gnome.org" />
<gnome:userid>carlosgc</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Michael Catanzaro</foaf:name>
<foaf:mbox rdf:resource="mailto:mcatanzaro@gnome.org" />
<gnome:userid>mcatanzaro</gnome:userid>
</foaf:Person>
</maintainer>
</Project>
|