~midori/midori/trunk

« back to all changes in this revision

Viewing changes to data/midori.appdata.xml.in

  • Committer: btkostner at gmail
  • Date: 2016-08-02 19:34:31 UTC
  • Revision ID: btkostner@gmail.com-20160802193431-783ge0qw9k6fdcuy
Update appdata file to follow new appstream metadata spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<!-- Copyright 2015 Christian Dywan <christian@twotoasts.de> -->
3
 
<application>
4
 
  <id type="desktop">midori.desktop</id>
5
 
  <metadata_license>CC0</metadata_license>
 
3
<component type="desktop">
 
4
  <id>midori.desktop</id>
 
5
  <metadata_license>CC0-1.0</metadata_license>
6
6
  <project_license>LGPL-2.1 and MIT</project_license>
7
7
  <name>Midori</name>
8
8
  <icon type="stock">midori</icon>
17
17
    </p>
18
18
    <p>A number of extensions are included by default:</p>
19
19
    <ul>
20
 
        <li>Adblock with support for ABP filter lists and custom rules is built-in</li>
21
 
        <li>You can download files with Aria2 or SteadyFlow</li>
22
 
        <li>User scripts and styles support a la Greasemonkey</li>
23
 
        <li>Managing cookies and scripts via NoJS and Cookie Security Manager</li>
24
 
        <li>Switching open tabs in a vertical panel or a popup window</li>
 
20
      <li>Adblock with support for ABP filter lists and custom rules is built-in</li>
 
21
      <li>You can download files with Aria2 or SteadyFlow</li>
 
22
      <li>User scripts and styles support a la Greasemonkey</li>
 
23
      <li>Managing cookies and scripts via NoJS and Cookie Security Manager</li>
 
24
      <li>Switching open tabs in a vertical panel or a popup window</li>
25
25
    </ul>
26
26
  </description>
27
27
  <url type="homepage">http://www.midori-browser.org/</url>
28
28
  <screenshots>
29
 
      <screenshot type="default">http://www.midori-browser.org/images/screenshots/rdio.png</screenshot>
 
29
    <screenshot type="default">
 
30
      <image>http://www.midori-browser.org/images/screenshots/rdio.png</image>
 
31
    </screenshot>
30
32
  </screenshots>
31
 
  <updatecontact>christian@twotoasts.de</updatecontact>
32
 
</application>
 
33
  <update_contact>christian@twotoasts.de</update_contact>
 
34
  <developer_name>Christian Dywan</developer_name>
 
35
  <url type="bugtracker">https://bugs.launchpad.net/midori</url>
 
36
</component>