Put two lines inside p tags in rawtherapee.appdata.xml

This commit is contained in:
DrSlony
2015-03-25 17:26:51 +01:00
parent b971c031f0
commit 38355b3ef1

View File

@@ -1,40 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Maciej Dworak www.londonlight.org --> <!-- Copyright 2014 Maciej Dworak www.londonlight.org -->
<application> <application>
<id type="desktop">rawtherapee.desktop</id> <id type="desktop">rawtherapee.desktop</id>
<metadata_license>CC-BY-SA-4.0</metadata_license> <metadata_license>CC-BY-SA-4.0</metadata_license>
<project_license>GPL-3.0+</project_license> <project_license>GPL-3.0+</project_license>
<name>RawTherapee</name> <name>RawTherapee</name>
<summary>A powerful cross-platform raw image processing program</summary> <summary>A powerful cross-platform raw image processing program</summary>
<description> <description>
<p> <p>
RawTherapee is a powerful raw image processing program. All the internal calculations are done in a high precision 32-bit floating point engine which facilitates non-destructive editing. Images are opened directly without the hassle of having to import them. Adjustments made by the user are immediately reflected in the preview and saved to a separate sidecar file. These adjustments are then applied during the export process, or can be copied (fully and partially) onto other images, thereby allowing easy batch image processing. RawTherapee is a powerful raw image processing program. All the internal calculations are done in a high precision 32-bit floating point engine which facilitates non-destructive editing. Images are opened directly without the hassle of having to import them. Adjustments made by the user are immediately reflected in the preview and saved to a separate sidecar file. These adjustments are then applied during the export process, or can be copied (fully and partially) onto other images, thereby allowing easy batch image processing.
</p> </p>
<p> <p>
All aspects of RawTherapee are documented in the RawPedia wiki. There is also an active forum and IRC channel for interaction with the developers and other users. All aspects of RawTherapee are documented in the RawPedia wiki. There is also an active forum and IRC channel for interaction with the developers and other users.
</p> </p>
Supported input formats: <p>
<ul> Supported input formats:
<li>Most raw formats including those from Bayer and X-Trans type sensors</li> </p>
<li>HDR DNG 1.4 with floating-point data</li> <ul>
<li>8-bit, 16-bit and 32-bit TIFF (RGB)</li> <li>Most raw formats including those from Bayer and X-Trans type sensors</li>
<li>8-bit and 16-bit PNG (RGB)</li> <li>HDR DNG 1.4 with floating-point data</li>
<li>JPEG</li> <li>8-bit, 16-bit and 32-bit TIFF (RGB)</li>
</ul> <li>8-bit and 16-bit PNG (RGB)</li>
Supported output formats: <li>JPEG</li>
<ul> </ul>
<li>JPEG</li> <p>
<li>8-bit and 16-bit TIFF</li> Supported output formats:
<li>8-bit and 16-bit PNG</li> </p>
</ul> <ul>
</description> <li>JPEG</li>
<screenshots> <li>8-bit and 16-bit TIFF</li>
<screenshot type="default">http://rawtherapee.com/images/screenshots/rt-42_07-hdr-landscape.jpg</screenshot> <li>8-bit and 16-bit PNG</li>
<screenshot>http://rawtherapee.com/images/screenshots/rt-42_03-macro-detail-toning.jpg</screenshot> </ul>
<screenshot>http://rawtherapee.com/images/screenshots/rt-42_05-cow-bw-toning.jpg</screenshot> </description>
<screenshot>http://rawtherapee.com/images/screenshots/rt-42_08-fb-metadata.jpg</screenshot> <screenshots>
<screenshot>http://rawtherapee.com/images/screenshots/rt-42_09-queue.jpg</screenshot> <screenshot type="default">http://rawtherapee.com/images/screenshots/rt-42_07-hdr-landscape.jpg</screenshot>
</screenshots> <screenshot>http://rawtherapee.com/images/screenshots/rt-42_03-macro-detail-toning.jpg</screenshot>
<url type="homepage">http://rawtherapee.com/</url> <screenshot>http://rawtherapee.com/images/screenshots/rt-42_05-cow-bw-toning.jpg</screenshot>
<updatecontact>contactus_at_rawtherapee.com</updatecontact> <screenshot>http://rawtherapee.com/images/screenshots/rt-42_08-fb-metadata.jpg</screenshot>
<screenshot>http://rawtherapee.com/images/screenshots/rt-42_09-queue.jpg</screenshot>
</screenshots>
<url type="homepage">http://rawtherapee.com/</url>
<updatecontact>contactus_at_rawtherapee.com</updatecontact>
</application> </application>