diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:59:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:59:44 +0000 |
commit | fb31765cbe33890f325a87015507364156741321 (patch) | |
tree | 0c5cd12aee0a0a6a6e2d542520df5846859bd40d /gnome-system-monitor.doap | |
parent | Initial commit. (diff) | |
download | gnome-system-monitor-fb31765cbe33890f325a87015507364156741321.tar.xz gnome-system-monitor-fb31765cbe33890f325a87015507364156741321.zip |
Adding upstream version 42.0.upstream/42.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gnome-system-monitor.doap')
-rw-r--r-- | gnome-system-monitor.doap | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/gnome-system-monitor.doap b/gnome-system-monitor.doap new file mode 100644 index 0000000..3572e87 --- /dev/null +++ b/gnome-system-monitor.doap @@ -0,0 +1,42 @@ +<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">System Monitor</name> + <shortdesc xml:lang="en">View current processes and monitor system state</shortdesc> + <category rdf:resource="http://api.gnome.org/doap-extensions#core" /> + <programming-language>C++</programming-language> + <description>GNOME System Monitor is a GNOME process viewer and system monitor with +an attractive, easy-to-use interface, It has features, such as a tree +view for process dependencies, icons for processes, the ability to hide +processes that you don't want to see, graphical time histories of +CPU/memory/swap usage, the ability to kill/renice processes needing root +access, as well as the standard features that you might expect from a +process viewer.</description> + <homepage rdf:resource="https://wiki.gnome.org/Apps/SystemMonitor" /> + <download-page rdf:resource="http://download.gnome.org/sources/gnome-system-monitor/" /> + <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-system-monitor/issues" /> + <repository> + <GitRepository> + <location rdf:resource="https://gitlab.gnome.org/GNOME/gnome-system-monitor.git" /> + <browse rdf:resource="https://gitlab.gnome.org/GNOME/gnome-system-monitor" /> + </GitRepository> + </repository> + <maintainer> + <foaf:Person> + <foaf:name>Chris Kühl</foaf:name> + <foaf:mbox rdf:resource="mailto:blixtra@gmail.com" /> + <gnome:userid>chriskuehl</gnome:userid> + </foaf:Person> + </maintainer> + + <maintainer> + <foaf:Person> + <foaf:name>Robert Roth</foaf:name> + <foaf:mbox rdf:resource="mailto:robert.roth.off@gmail.com" /> + <gnome:userid>robertroth</gnome:userid> + </foaf:Person> + </maintainer> +</Project> |