[dia] dia.doap: add description and progamming languages



commit dd962f5fef1d3a4606b60d6c5bb71bb1c1b32f82
Author: Hans Breuer <hans breuer org>
Date:   Sat Oct 25 11:43:03 2014 +0200

    dia.doap: add description and progamming languages

 dia.doap |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/dia.doap b/dia.doap
index 1fee793..a696963 100644
--- a/dia.doap
+++ b/dia.doap
@@ -11,6 +11,23 @@
   <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=dia"; />
   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/dia-list"; />
 
+  <programming-language>C</programming-language>
+  <programming-language>Python</programming-language>
+
+  <description xml:lang="en">
+    Dia is an application to create technical diagrams. It provides various
+    sets of diagram building blocks from basic tools (line, polyline, polygon,
+    arc, ellipse, curves, boxes and text) as well as special sets for Flowchart,
+    UML, SADT, Network diagrams and many more areas.
+    If you need your own set of diagram objects you can create them yourself
+    with the custom shape module.
+    Diagrams can be exported to multiple vector graphics formats e.g. CGM,
+    DXF, HPGL, PDF, SVG, VDX, WPG, Xfig and common bitmap formats. There
+    are specialized exporters to generate source code from UML diagrams.
+    Dia can also import graphics from vector (DXF, SVG, VDX, WPG, XFig) and
+    bitmap formats.
+  </description>
+
   <maintainer>
     <foaf:Person>
       <foaf:name>Hans Breuer</foaf:name>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]