diff options
Diffstat (limited to '.doap')
-rw-r--r-- | .doap | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/"> + <name>Shotwell</name> + <shortname>Shotwell</shortname> + <shortdesc>Digital Photo Manager</shortdesc> + <description>Shotwell is a digital photo manager designed for the GNOME desktop environment. It allows you to import photos from disk or camera, organize them in various ways, view them in full-window or fullscreen mode, and export and share them with others by publishing them to popular web services. + +Visit http://www.yorba.org/shotwell to read about the current state of Shotwell's development.</description> + <homepage rdf:resource="http://www.yorba.org/projects/shotwell/" /> + <wiki rdf:resource="http://redmine.yorba.org/projects/shotwell/wiki" /> + <download-page rdf:resource="http://www.yorba.org/projects/shotwell/install/" /> + <bug-database rdf:resource="http://redmine.yorba.org/projects/shotwell/issues" /> + <programming-language>Vala</programming-language> + <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" /> + <maintainer> + <foaf:Person> + <foaf:name>Jim Nelson</foaf:name> + <foaf:mbox_sha1sum>4cf80db74d6388f6e8f0c4509dcc696ca5abb8d1</foaf:mbox_sha1sum> + </foaf:Person> + </maintainer> + +</Project> |