File: gnome-logs.doap

package info (click to toggle)
gnome-logs 3.36.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,660 kB
  • sloc: ansic: 6,252; xml: 78; python: 10; makefile: 6
file content (38 lines) | stat: -rw-r--r-- 1,633 bytes parent folder | download | duplicates (3)
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>