Merge lp:~midori/midori/appdata into lp:midori

Proposed by Danielle Foré
Status: Merged
Approved by: Paweł Forysiuk
Approved revision: 7058
Merged at revision: 7061
Proposed branch: lp:~midori/midori/appdata
Merge into: lp:midori
Diff against target: 61 lines (+29/-25)
1 file modified
data/midori.appdata.xml.in (+29/-25)
To merge this branch: bzr merge lp:~midori/midori/appdata
Reviewer Review Type Date Requested Status
Paweł Forysiuk Approve
Review via email: mp+277522@code.launchpad.net

Commit message

Update Appdata file metadata according to current syntax

* Indent appropriately
* Differentiate between metadata and project licenses
* Add name, summary, icon
* update copyright date

To post a comment you must log in.
lp:~midori/midori/appdata updated
7058. By Danielle Foré

update appstream metadata

Revision history for this message
Paweł Forysiuk (tuxator) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/midori.appdata.xml.in'
2--- data/midori.appdata.xml.in 2013-11-18 00:55:55 +0000
3+++ data/midori.appdata.xml.in 2015-11-17 03:20:35 +0000
4@@ -1,28 +1,32 @@
5 <?xml version="1.0" encoding="UTF-8"?>
6-<!-- Copyright 2013 Christian Dywan -->
7+<!-- Copyright 2015 Christian Dywan <christian@twotoasts.de> -->
8 <application>
9-<id type="desktop">midori.desktop</id>
10-<licence>CC0</licence>
11-<description>
12-<p>
13-Midori is a fast little WebKit browser with support for HTML5. It can manage
14-many open tabs and windows. The URL bar completes history, bookmarks, search
15-engines and open tabs out of the box. Web developers can use the powerful
16-web inspector that is a part of WebKit. Individual pages can easily be turned
17-into web apps and new profiles can be created on demand.
18-</p>
19-<p>A number of extensions are included by default:</p>
20-<ul>
21- <li>Adblock with support for ABP filter lists and custom rules is built-in</li>
22- <li>You can download files with Aria2 or SteadyFlow</li>
23- <li>User scripts and styles support a la Greasemonkey</li>
24- <li>Managing cookies and scripts via NoJS and Cookie Security Manager</li>
25- <li>Switching open tabs in a vertical panel or a popup window</li>
26-</ul>
27-</description>
28-<url type="homepage">http://www.midori-browser.org/</url>
29-<screenshots>
30- <screenshot type="default">http://www.midori-browser.org/images/screenshots/rdio.png</screenshot>
31-</screenshots>
32-<updatecontact>christian@twotoasts.de</updatecontact>
33+ <id type="desktop">midori.desktop</id>
34+ <metadata_license>CC0</metadata_license>
35+ <project_license>LGPL-2.1 and MIT</project_license>
36+ <name>Midori</name>
37+ <icon type="stock">midori</icon>
38+ <summary>A fast and lightweight web browser</summary>
39+ <description>
40+ <p>
41+ Midori is a fast little WebKit browser with support for HTML5. It can manage
42+ many open tabs and windows. The URL bar completes history, bookmarks, search
43+ engines and open tabs out of the box. Web developers can use the powerful
44+ web inspector that is a part of WebKit. Individual pages can easily be turned
45+ into web apps and new profiles can be created on demand.
46+ </p>
47+ <p>A number of extensions are included by default:</p>
48+ <ul>
49+ <li>Adblock with support for ABP filter lists and custom rules is built-in</li>
50+ <li>You can download files with Aria2 or SteadyFlow</li>
51+ <li>User scripts and styles support a la Greasemonkey</li>
52+ <li>Managing cookies and scripts via NoJS and Cookie Security Manager</li>
53+ <li>Switching open tabs in a vertical panel or a popup window</li>
54+ </ul>
55+ </description>
56+ <url type="homepage">http://www.midori-browser.org/</url>
57+ <screenshots>
58+ <screenshot type="default">http://www.midori-browser.org/images/screenshots/rdio.png</screenshot>
59+ </screenshots>
60+ <updatecontact>christian@twotoasts.de</updatecontact>
61 </application>

Subscribers

People subscribed via source and target branches

to all changes: