r21431 by mrdocs -

scribus-commit scribus-commit at lists.scribus.net
Fri Aug 26 02:59:11 UTC 2016


Author: mrdocs
Date: Fri Aug 26 02:59:11 2016
New Revision: 21431

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=21431
Log:
Fixup scribus.appdata.xml file
  + Shorten name to just "scribus".
  + Use images from github repository as appstream fails to load
    images from https://wki.scribus.net.
  + Improve a caption.
  + Fix height of screenshot 2.

Modified:
    trunk/Scribus/scribus.appdata.xml

Modified: trunk/Scribus/scribus.appdata.xml
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21431&path=/trunk/Scribus/scribus.appdata.xml
==============================================================================
--- trunk/Scribus/scribus.appdata.xml	(original)
+++ trunk/Scribus/scribus.appdata.xml	Fri Aug 26 02:59:11 2016
@@ -1,24 +1,36 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2016 Peter Linnell  plinnell at scribus.net> -->
-
-<component type="desktop">
-  <id>scribus.desktop</id>
+<component>
+  <id type="desktop">scribus.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
+  <name>Scribus</name>
   <project_license>GPL-2.0+</project_license>
+  <summary>Open Source Page Layout and Desktop Publishing (DTP)</summary>
+  <url type="homepage">http://www.scribus.net/</url>
   <description>
+    <p>Scribus is a open source page layout program which
+produces commercial grade output in PDF and Postscript, primarily,
+though not exclusively, for Linux.</p>
     <p>
-      Scribus is a desktop publishing application that allows you to create posters,
-      magazines and books ready to send off to a printing house.
-      It supports professional publishing features, such color separations, CMYK and
-      spot colors, ICC color management, and versatile PDF creation.
-    </p>
-    <!-- FIXME: Probably needs another paragraph or two -->
+While the goals of the program are ease of use and simple
+easy-to-understand tools, Scribus support for professional
+publishing features, such as CMYK and spot colors, easy PDF creation,
+Encapsulated Postscript import and export and creation of color
+separations.</p>
   </description>
-  <url type="homepage">http://scribus.net/</url>
   <screenshots>
     <screenshot type="default">
-      <image>http://upload.wikimedia.org/wikipedia/commons/f/f4/Scribus-1.3-Linux.png</image>
+      <image height="708" width="1000">https://raw.githubusercontent.com/scribusproject/scribus/master/doc/en/images/Rembrandt2.png</image>
+      <caption>Main Window with blank page</caption>
+    </screenshot>
+    <screenshot>
+      <image height="702" width="1000">https://raw.githubusercontent.com/scribusproject/scribus/master/doc/en/images/Rembrandt18.png</image>
+      <caption>Properties window</caption>
+    </screenshot>
+    <screenshot>
+      <image height="477" width="629">https://raw.githubusercontent.com/scribusproject/scribus/master/doc/en/images/Rembrandt16.png</image>
+      <caption>Image effects tab</caption>
     </screenshot>
   </screenshots>
-  <update_contact>admin at scribus.net</update_contact>
+  <update_contact>scribus-dev at lists.scribus.net</update_contact>
 </component>




More information about the scribus-commit mailing list