summaryrefslogtreecommitdiffstats
path: root/data/org.gnome.Nautilus.appdata.xml.in.in
blob: a8074a4cb0e46db2954adc7dab6a0f06b929461f (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
  <id>@appid@.desktop</id>
  <metadata_license>CC0-1.0</metadata_license>
  <name>Files</name>
  <summary>Access and organize files</summary>
  <description>
    <p>
      Files, also known as Nautilus, is the default file manager of the GNOME desktop.
      It provides a  simple and integrated way of managing your files and browsing your file system.
    </p>
    <p>
      Nautilus supports all the basic functions of a file manager and more.
      It can search and manage your files and folders, both locally and on a network,
      read and write data to and from removable media, run scripts, and launch applications.
      It has three views: Icon Grid, Icon List, and Tree List.
      Its functions can be extended with plugins and scripts.
    </p>
  </description>
  <categories>
    <category>System</category>
  </categories>
  <url type="bugtracker">https://gitlab.gnome.org/GNOME/nautilus/issues</url>
  <url type="donation">https://www.gnome.org/support-gnome/</url>
  <url type="help">https://wiki.gnome.org/action/show/Apps/Nautilus</url>
  <url type="homepage">https://wiki.gnome.org/action/show/Apps/Nautilus</url>
  <url type="translate">https://wiki.gnome.org/TranslationProject</url>
  <launchable type="desktop-id">@appid@.desktop</launchable>
  <releases>
    <release version="43.2" date="2023-01-08" />
  </releases>
  <project_group>GNOME</project_group>
  <project_license>GPL-3.0-or-later</project_license>
  <developer_name>The GNOME Project</developer_name>
  <screenshots>
    <screenshot type="default">
      <image>https://static.gnome.org/appdata/gnome-43/files/files-grid.png</image>
      <caption>Grid View</caption>
    </screenshot>
    <screenshot>
      <image>https://static.gnome.org/appdata/gnome-43/files/files-list.png</image>
      <caption>List View</caption>
    </screenshot>
    <screenshot>
      <image>https://static.gnome.org/appdata/gnome-43/files/files-search.png</image>
      <caption>Search</caption>
    </screenshot>
    <screenshot>
      <image>https://static.gnome.org/appdata/gnome-43/files/files-other-locations.png</image>
      <caption>Other Locations</caption>
    </screenshot>
  </screenshots>
  <update_contact>nautilus-list@gnome.org</update_contact>
  <translation type="gettext">nautilus</translation>
  <kudos>
    <kudo>HiDpiIcon</kudo>
    <kudo>ModernToolkit</kudo>
    <kudo>Notifications</kudo>
    <kudo>SearchProvider</kudo>
  </kudos>
</component>