~teemperor/elementary-system-monitor/correct-branch

« back to all changes in this revision

Viewing changes to gnome-system-monitor.doap

  • Committer: Sergey "Shnatsel" Davidoff
  • Date: 2012-10-29 17:35:41 UTC
  • Revision ID: sergey@elementaryos.org-20121029173541-vz0t8fsfttaqx51a
Initial import, version 3.4.1-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
2
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
 
3
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
 
4
         xmlns:gnome="http://api.gnome.org/doap-extensions#"
 
5
         xmlns="http://usefulinc.com/ns/doap#">
 
6
 
 
7
  <name xml:lang="en">System Monitor</name>
 
8
  <shortdesc xml:lang="en">View current processes and monitor system state</shortdesc>
 
9
  <description>Gnome System Monitor is a GNOME process viewer and system monitor with
 
10
an attractive, easy-to-use interface, It has features, such as a tree
 
11
view for process dependencies, icons for processes, the ability to hide
 
12
processes that you don't want to see, graphical time histories of
 
13
CPU/memory/swap usage, the ability to kill/renice processes needing root
 
14
access, as well as the standard features that you might expect from a
 
15
process viewer.</description>
 
16
  <download-page rdf:resource="http://download.gnome.org/sources/gnome-system-monitor/" />
 
17
  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=system-monitor" />
 
18
  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
 
19
 
 
20
  <maintainer>
 
21
    <foaf:Person>
 
22
      <foaf:name>Chris Kühl</foaf:name>
 
23
      <foaf:mbox rdf:resource="mailto:blixtra@gmail.com" />
 
24
      <gnome:userid>chriskuehl</gnome:userid>
 
25
    </foaf:Person>
 
26
  </maintainer>
 
27
</Project>