summaryrefslogtreecommitdiff
path: root/cheese.doap
blob: 7fb70b543213d3dc8c266dd57f0009ee8745e4ac (plain)
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
<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">Cheese</name>
  <shortdesc xml:lang="en">Take photos and videos with your webcam, with fun graphical effects</shortdesc>
  <description>Cheese uses your webcam to take photos and videos, applies fancy
  special effects and lets you share the fun with others. It was written as
  part of Google's 2007 Summer of Code lead by daniel g. siegel and mentored by
  Raphaƫl Slinckx. Under the hood, Cheese uses GStreamer to apply fancy effects
  to photos and videos. With Cheese it is easy to take photos of you, your
  friends, pets or whatever you want and share them with others. After the
  success of the Summer of Code, the development continued and we are still
  looking for people with nice ideas and patches ;)</description>
  <homepage rdf:resource="https://wiki.gnome.org/Apps/Cheese" />
  <download-page rdf:resource="https://download.gnome.org/sources/cheese/" />
  <support-forum rdf:resource="https://discourse.gnome.org/c/applications/" />
  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/cheese/issues/" />
  <category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
  <repository>
    <GitRepository>
      <location rdf:resource="https://gitlab.gnome.org/GNOME/cheese.git" />
      <browse rdf:resource="https://gitlab.gnome.org/GNOME/cheese" />
    </GitRepository>
  </repository>
  <programming-language>C</programming-language>
  <programming-language>Vala</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>David King</foaf:name>
      <foaf:mbox rdf:resource="mailto:amigadave@amigadave.com" />
      <foaf:seeAlso rdf:resource="http://amigadave.com/foaf.rdf#david" />
      <gnome:userid>davidk</gnome:userid>
      <foaf:account>
        <foaf:OnlineAccount>
            <foaf:accountServiceHomepage rdf:resource="https://gitlab.gnome.org/"/>
            <foaf:accountName>davidk</foaf:accountName>
        </foaf:OnlineAccount>
      </foaf:account>
    </foaf:Person>
  </maintainer>
</Project>