summaryrefslogtreecommitdiff
path: root/gnome-logs.doap
blob: 58cb4f595ccd90eefa857fa58a2c0c4404fd61a2 (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
<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">Logs</name>
  <shortdesc xml:lang="en">A log viewer for the systemd journal</shortdesc>
  <description>Logs makes it easy to view and filter log messages and events.
  Filter logs by category and importance to get the information you want. Use
  the integrated search to get more relevant results.</description>
  <homepage rdf:resource="https://wiki.gnome.org/Apps/Logs" />
  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-logs/issues/" />
  <category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
  <repository>
    <GitRepository>
      <location rdf:resource="https://gitlab.gnome.org/GNOME/gnome-logs.git" />
      <browse rdf:resource="https://gitlab.gnome.org/GNOME/gnome-logs" />
    </GitRepository>
  </repository>
  <programming-language>C</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>Jonathan Kang</foaf:name>
      <foaf:mbox rdf:resource="mailto:jonathan121537@gmail.com" />
      <gnome:userid>jonathankang</gnome:userid>
    </foaf:Person>
  </maintainer>
  <maintainer>
    <foaf:Person>
      <foaf:name>David King</foaf:name>
      <foaf:mbox rdf:resource="mailto:davidk@gnome.org" />
      <foaf:seeAlso rdf:resource="http://amigadave.com/foaf.rdf#david" />
      <gnome:userid>davidk</gnome:userid>
    </foaf:Person>
  </maintainer>
</Project>