-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathadg.doap
71 lines (60 loc) · 2.45 KB
/
adg.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?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="http://usefulinc.com/ns/doap#">
<name>adg</name>
<shortdesc xml:lang="en">
Automatic Drawing Generation (ADG for short) is a non-interactive canvas
for generating technical drawings.
</shortdesc>
<description xml:lang="en">
Automatic Drawing Generation is GObject-based library that provides
a non-interactive cairo canvas specifically designed for generating
technical drawings.
If you want to develop an application that needs to show and print
drawings where some data changes but the overall design is always the
same, the ADG library can be quite useful. A typical example would
be the technical office of a manufacturing industry.
</description>
<homepage rdf:resource="http://adg.entidi.com/"/>
<license rdf:resource="http://www.gnu.org/licenses/lgpl-2.1.html"/>
<screenshots rdf:resource="http://adg.entidi.com/home/hints/"/>
<audience>Developers</audience>
<programming-language>C</programming-language>
<platform>GTK+</platform>
<download-page rdf:resource="http://adg.entidi.com/home/download/"/>
<bug-database rdf:resource="http://dev.entidi.com/p/adg/"/>
<mailing-list rdf:resource="https://lists.sourceforge.net/lists/listinfo/adg-devel"/>
<service-endpoint rdf:resource="http://adg.entidi.com/demo/"/>
<repository>
<GitRepository>
<location rdf:resource="git://repo.or.cz/adg.git"/>
<browse rdf:resource="http://repo.or.cz/w/adg.git/tree/"/>
</GitRepository>
</repository>
<repository>
<GitRepository>
<location rdf:resource="https://gitlab.com/libadg/adg.git"/>
<browse rdf:resource="https://gitlab.com/libadg/adg/tree/master"/>
</GitRepository>
</repository>
<repository>
<GitRepository>
<location rdf:resource="https://github.com/ntd/adg.git"/>
<browse rdf:resource="https://github.com/ntd/adg"/>
</GitRepository>
</repository>
<repository>
<GitRepository>
<location rdf:resource="git://git.code.sf.net/p/adg/code"/>
<browse rdf:resource="https://sourceforge.net/p/adg/code/"/>
</GitRepository>
</repository>
<maintainer>
<foaf:Person>
<foaf:name>Nicola Fontana</foaf:name>
<rdfs:seeAlso rdf:resource="http://www.entidi.com/assets/foaf.rdf"/>
</foaf:Person>
</maintainer>
</Project>