-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdevhelp.doap
43 lines (37 loc) · 1.87 KB
/
devhelp.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
34
35
36
37
38
39
40
41
42
43
<?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">devhelp</name>
<shortdesc xml:lang="en">A developer tool for browsing and searching API documentation</shortdesc>
<description xml:lang="en">
Devhelp is a developer tool for browsing and searching API documentation.
It provides an easy way to navigate through libraries and to search by
function, struct, or macro.
The documentation must be installed locally, so an internet connection is
not needed to use Devhelp.
Devhelp works natively with GTK-Doc, so the GTK and GNOME libraries are
well supported. But other development platforms can be supported as well,
as long as the API documentation is available in HTML and a *.devhelp2
index file is generated.
Devhelp integrates with other applications such as Glade, Builder or
Anjuta, and plugins are available for different text editors (gedit, Vim,
Emacs, Geany, …).
</description>
<homepage rdf:resource="https://wiki.gnome.org/Apps/Devhelp" />
<developer-forum rdf:resource="https://discourse.gnome.org/c/platform/5" />
<support-forum rdf:resource="https://discourse.gnome.org/c/platform/5" />
<download-page rdf:resource="https://download.gnome.org/sources/devhelp/" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/devhelp/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<programming-language>C</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Emmanuele Bassi</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>ebassi</gnome:userid>
</foaf:Person>
</maintainer>
</Project>