-
Notifications
You must be signed in to change notification settings - Fork 2
/
filemanager-actions.doap
35 lines (27 loc) · 1.44 KB
/
filemanager-actions.doap
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
<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">FileManager-Actions</name>
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<programming-language>C</programming-language>
<shortdesc xml:lang="en">A file-manager extension which offers user configurable context menu actions</shortdesc>
<description xml:lang="en">
FileManager-Actions is a file-manager extension whose principal
function is to allow the user to add arbitrary actions to the
file-manager context menus. These actions may be organized in menus
and submenus, exported and shared with other desktop environments.
</description>
<!-- <homepage rdf:resource="http://www.nautilus-actions.org" /> -->
<download-page rdf:resource="https://download.gnome.org/sources/filemanager-actions/" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/filemanager-actions/issues/" />
<!-- <mailing-list rdf:resource="http://mailman.nautilus-actions.org/listinfo" /> -->
<maintainer>
<foaf:Person>
<foaf:name>Pierre Wieser</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>pwieser</gnome:userid>
</foaf:Person>
</maintainer>
</Project>