doc: update copyright line for 2021
[adg.git] / adg.doap
blobaece05345eaf5db7073dd9ccb78450a951710614
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
4 xmlns:foaf="http://xmlns.com/foaf/0.1/"
5 xmlns="http://usefulinc.com/ns/doap#">
7 <name>adg</name>
9 <shortdesc xml:lang="en">
10 Automatic Drawing Generation (ADG for short) is a non-interactive canvas
11 for generating technical drawings.
12 </shortdesc>
14 <description xml:lang="en">
15 Automatic Drawing Generation is GObject-based library that provides
16 a non-interactive cairo canvas specifically designed for generating
17 technical drawings.
19 If you want to develop an application that needs to show and print
20 drawings where some data changes but the overall design is always the
21 same, the ADG library can be quite useful. A typical example would
22 be the technical office of a manufacturing industry.
23 </description>
25 <homepage rdf:resource="http://adg.entidi.com/"/>
26 <license rdf:resource="http://www.gnu.org/licenses/lgpl-2.1.html"/>
27 <screenshots rdf:resource="http://adg.entidi.com/home/hints/"/>
28 <audience>Developers</audience>
29 <programming-language>C</programming-language>
30 <platform>GTK+</platform>
31 <download-page rdf:resource="http://adg.entidi.com/home/download/"/>
32 <bug-database rdf:resource="http://dev.entidi.com/p/adg/"/>
33 <mailing-list rdf:resource="https://lists.sourceforge.net/lists/listinfo/adg-devel"/>
34 <service-endpoint rdf:resource="http://adg.entidi.com/demo/"/>
36 <repository>
37 <GitRepository>
38 <location rdf:resource="git://repo.or.cz/adg.git"/>
39 <browse rdf:resource="http://repo.or.cz/w/adg.git/tree/"/>
40 </GitRepository>
41 </repository>
43 <repository>
44 <GitRepository>
45 <location rdf:resource="https://gitlab.com/libadg/adg.git"/>
46 <browse rdf:resource="https://gitlab.com/libadg/adg/tree/master"/>
47 </GitRepository>
48 </repository>
50 <repository>
51 <GitRepository>
52 <location rdf:resource="https://github.com/ntd/adg.git"/>
53 <browse rdf:resource="https://github.com/ntd/adg"/>
54 </GitRepository>
55 </repository>
57 <repository>
58 <GitRepository>
59 <location rdf:resource="git://git.code.sf.net/p/adg/code"/>
60 <browse rdf:resource="https://sourceforge.net/p/adg/code/"/>
61 </GitRepository>
62 </repository>
64 <maintainer>
65 <foaf:Person>
66 <foaf:name>Nicola Fontana</foaf:name>
67 <rdfs:seeAlso rdf:resource="http://www.entidi.com/assets/foaf.rdf"/>
68 </foaf:Person>
69 </maintainer>
71 </Project>