r16950 by craig - Doc update from Christoph, Oct/No.5

scribus-commit scribus-commit at lists.scribus.net
Tue Nov 1 21:14:04 UTC 2011


Author: craig
Date: Tue Nov  1 21:14:03 2011
New Revision: 16950

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=16950
Log:
Doc update from Christoph, Oct/No.5

Added:
    trunk/Scribus/doc/en/images/file-error1.png   (with props)
    trunk/Scribus/doc/en/images/file-error2.png   (with props)
    trunk/Scribus/doc/en/images/file-error3.png   (with props)
    trunk/Scribus/doc/en/toolbox19.html
Modified:
    trunk/Scribus/doc/en/fileproblems.html
    trunk/Scribus/doc/en/specs.html

Modified: trunk/Scribus/doc/en/fileproblems.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=16950&path=/trunk/Scribus/doc/en/fileproblems.html
==============================================================================
--- trunk/Scribus/doc/en/fileproblems.html (original)
+++ trunk/Scribus/doc/en/fileproblems.html Tue Nov  1 21:14:03 2011
@@ -9,31 +9,67 @@
 <h3>Damaged Files</h3>
 
 <h4>Parsing Errors</h4>
+<p>One of the major reasons for a damaged file (any file, not just Scribus files) is an interrupted saving procedure, e.g. a power failure or a system crash while the program was writing the data to the storage medium (like a hard drive or a USB stick). Other reasons can be file system errors or a damaged storage medium. Since Scribus SLA (and the older SCD) files are Plain Text XML-based files, these files can also be damaged by users themselves if they open and edit the files in a text editor. </p>
+<p>No matter what the reason for a damage to a particular file may be, the result will be that Scribus can’t “parse” (i.e., in very general terms, read and interpret) the file’s content, e.g. due to missing XML tags or invalid data. In such a case, Scribus will display a warning that indicates the line number of the file in which it stumbled across the error:</p>
+
+<table width="100%"><tr><td align="center"><img src="images/file-error3.png" title="Indicator for a parsing error" alt="Indicator for a parsing error"/></td></tr></table>
+
+<p>To fix damaged SLA and SCD files, a simple text editor is sufficient. For practical reasons, however, it’s recommended that the text editor provide a little more features than, for instance, Notepad on Windows. At the very least, the text editor should be able to show line numbers and support XML syntax highlighting. In case you are unfamiliar with XML concepts like tags etc., you can file a <a href="bugreport.html">bug report</a> and upload the damaged file to the bugtracker. In general, you can expect the file to be fixed by the developers within 48 hours. Be aware, though, that fixing a file by the developers need not mean that all content can be restored, as not all of it may have been written to the storage medium before the error occured. Thus, repairing a file may only result in a file that can be opened by Scribus again.</p>
 
 <h4>Other File Errors</h4>
-
+<p>While it’s relatively easy to repair SLA and SCD files, things are more complicated if you’ve been saving a compressed version (SLA.GZ or SCD.GZ). In such a case you will have to use a tool that can either repair a damaged gzip archive or, if the latter is impossible, retrieve as much of the archive’s content as possible.</p>
 
 <h3>Documents Created with Another Version of Scribus</h3>
 
 <h4>Files Created with an Earlier Version of Scribus</h4>
+<p>When you open a file created with an earlier version of Scribus, you will see a warning that you may or may not want to ignore. You can ignore it if you are sure that the file won’t have to be opened in an earlier version again, e.g. if you created the file yourself and simply upgraded to a newer Scribus version. If you’re working in a team, you should <b>always</b> make sure that all team members use the same version of Scribus.</p>
 
-<h4>Files Created with a Later Version of Scribus</h4>
+<table width="100%"><tr><td align="center"><img src="images/file-error2.png" title="Warning about file format backward incompatibilty" alt="Warning about file format backward incompatibilty"/></td></tr></table>
 
+<p>But what if you ignored the warning or saved the file inadvertently, knowing that your partner has to or wants to use an earlier version? Saving back to an older file format version isn’t possible. What you can do in such a case is to <i>group</i> all items on every page and then copy each group to the Scrapbook, page by page. You can then send your Scrapbook to the person that uses the older version, because the Scrapbook format didn’t change between versions. Be aware, though, that <i>linked text frames</i> on different pages cannot be re-created this way: You’ll have to re-link them in the earlier version.</p>
+<p>While every newer version of Scribus can open files created in older versions, including SCD and SCD.GZ files saved by early 0.x versions from more than a decade ago, you should <b>always</b> check the text layout, because the Scribus text layout algorithms have changed significantly over time. This measure of caution is especially important with older file versions, but it is recommended to always check the text layout if you open the file on another computer or after a font upgrade. While Scribus always does a <a href="fonts2.html">font check</a> during startup, it does not check for different font versions when it opens a file. Thus, different font versions or fonts with the same PostScript font name, but from different vendors/sources may result in broken text layout, e.g. unintended text overflow.</p>
+<table border="1" align="center">
+  <tbody>
+    <tr>
+      <td><span style="color: red;"><i><b>A special note about files created with Scribus versions 1.3.5 to 1.4 Release Candidate 5:</b> An important fix to the text layout engine in Scribus 1.4 Release Candidate 6 may cause significant text layout changes in text frames with certain text layout features (e.g. First Line Offset) applied, so re-formatting of text may be necessary in files created in versions prior to 1.4RC6.</i></span></td>
+    </tr>
+  </tbody>
+</table>
+
+
+<h4>Files Created with a Later Version of Scribus or Non-Scribus Files</h4>
+<p>Files created in later versions of Scribus cannot be opened by earlier ones. This is even true when both versions use the same file format, e.g. 1.3.9 and 1.4.0. Trying to open a file created in a later version with an earlier one will result in the following warning. This warning will also be displayed if you open a SLA, SLA.GZ, SCD or SCD.GZ file that is no Scribus file at all (there may be other programs that use these file extensions). The same goes, of course, for other file formats that can be opened by Scribus directly.</p>
+
+<table width="100%"><tr><td align="center"><img src="images/file-error1.png" title="Indicator for a file that has been created with a later version or that isn’t a Scribus file at all" alt="Indicator for a file that has been created with a later version or that isn’t a Scribus file at all"/></td></tr></table>
+<p>If you, for one reason or the other, can’t use the latest stable release of Scribus, and your version supports the same file format, you can open the SLA file in a text editor and replace the Scribus version in the file header:</p>
+<p>Example:</p>
+<p><code><?xml version="1.0" encoding="UTF-8"?><br>
+<SCRIBUSUTF8NEW Version="1.4.0"></code></p>
+<p>can be changed to:</p>
+<p><code><?xml version="1.0" encoding="UTF-8"?><br>
+<SCRIBUSUTF8NEW Version="1.3.9"></code></p>
+<p>Be aware, though, that you do so at your own risk, especially if you consider the changes made to the text layout engine since 1.4RC6.</p>
 <h3>Safety Measures</h3>
-
+<p>It may sound like a platitude, but every program and every operating system can crash, which means you may lose some or all of your work. Likewise, no computer is expected to run flawlessly forever and, like all material things, will cease working one day. Thus, the timeless hint “save your file regularly” also applies to Scribus. Fortunately, Scribus allows for automating the saving procedure to let you concentrate on your layout.</p>
 <h4>Autosave</h4>
-
-<h4>Backup Files</h4>
+<p>To let Scribus save your results in regular intervals, you can activate “Autosave” and set the interval in the <a href="settings1.html#2">Document section</a> of the Document Setup/Preferences. In addition to automatically saving your Scribus document, Scribus also creates a copy of the document. The copy’s file name consists of the original file name extended by the extension “.autosave”. Thus, the “autosave” copy of <code>myfile.sla</code> will be stored as <code>myfile.sla.autosave</code>. Should a SLA file have been damaged, you can always remove the “.autosave” extension and then open the “autosaved” version in Scribus. This procedure will give you the latest automatically saved version of your Scribus document.</p>
+<h4>Emergency Backup Files</h4>
 
 <h3>Other Potential Sources for Errors</h3>
 
+<h4>Missing Images</h4>
+<p>Images you have loaded into an <a href="WwImages.html">image frame</a> will not be stored in your Scribus file. Instead, Scribus will save the path to the image relative the the Scribus file. When you open the Scribus file, Scribus will search for the image(s) used in the document in the paths stored in the file and the directory where the Scribus file itself is located. If you have moved either the Scribus file or the image(s) to another directory, Scribus probably won’t find the image(s) and display empty image frames. You can then use <i>Extras > Manage Images</i> to let scribus search for the new location of the image(s).</p>
+<p>If you plan to exchange Scribus files with images between computers, you should always use <i>File > Collect for Output</i> to make sure all images are included.</p>
+<p>Note that bitmap <a href="WwFill.html">patterns</a> will also have to be treated like regular images.</p>
+
 <h4>File Substitutions</h4>
-
-<h4>Missing Images</h4>
+<p>Scribus not only saves the paths to images but also paths to other file types used in connection with your documents. These are fonts and color profiles. Upon opening a file, you will be asked to substitute both file types. See the <a href="fonts1.html">font</a> and <a href="cms.html">color management</a> chapters for more information. Note that substituting fonts and/or color profiles may have consequences for your layout or color correctness. To avoid potential errors, you are advised to export these resources with your Scribus document by using <i>File > Collect for Output</i>.</p>
 
 <h4>Render Frames</h4>
+<p>Since the content of <a href="WwRenderframes.html">Render Frames</a> will be rendered anew each time you open a file, you have to make sure that third party applications used for rendering content are installed and configured correctly if you are exchanging files between computers and/or platforms. Otherwise, the frames will remain empty.</p>
 
 <h4>Settings/Preferences</h4>
+<p>If, for no obvious reasons, a Scribus installation that used to work without any issues suddenly starts to behave strangely or doesn’t work at all, the reason may be damaged <a href="settings1.html#20">Preferences</a> files. In case you are encountering any strange behavior of Scribus you can try to <b>rename</b> the hidden <code>.scribus</code> directory that contains these files and start Scribus anew. The program will then create new configuration files from scratch. This may or may not solve the issue. If it doesn’t, the reason for your problem is probably unrelated to Scribus, e.g. a hardware issue or compatibility issues after an update of other components of your system, like a Windows update or a Qt4 update under Linux/UNIX. In such a case you can delete the newly created <code>./scribus</code> directory and restore the previously renamed folder. Of course this won’t solve your problem, but at least you don’t lose your previous default settings that way.</p>
 <!--<hr>
 See also:
 <ul>

Modified: trunk/Scribus/doc/en/specs.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=16950&path=/trunk/Scribus/doc/en/specs.html
==============================================================================
--- trunk/Scribus/doc/en/specs.html (original)
+++ trunk/Scribus/doc/en/specs.html Tue Nov  1 21:14:03 2011
@@ -1,112 +1,520 @@
 <html>
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-	<title>Scribus Specifications</title>
+	<title>Scribus 1.4 Data Sheet</title>
 </head>
 <body>
-<h2>Scribus Specifications</h2>
-<h3>Summary:</h3>
-<p>Scribus is an Open Source, cross-platform desktop publishing (DTP) program. Originally developed on Linux, Scribus also runs natively on *BSD, other flavors of UNIX, Mac OS X 10.5 or later, OS/2 Warp 4, eComStation and Windows 2000 or later. The goal of the Scribus Team is to enable beginners to create professional-grade page layout and output, without limiting the advanced requirements of professional designers.</p>
-<h3>General:</h3>
-<ul>
-	<li>Scribus uses an XML-based file format, so that Scribus files (SLA) can be easily edited with a text editor or manipulated via Scripts (Perl, Python etc.).</li>
-	<li>Frames that can be edited more flexibly than in most other DTP programs.</li>
-	<li>Master Pages and Page Palettes allow for easy page management</li>
-	<li>Document-wide layers: Items can be moved between layers, and it's possible to apply blend modes and transparency to individual layers. </li>	
-	<li>Object linking, grouping, moving, locking, resizing and converting between different object types.</li>
-	<li>A sophisticated Scrapbook allows for easy sharing of design objects (such as text blocks, logo images, backgrounds etc.) between documents or via a network.</li>
-	<li>Render Frames allow for importing LaTeX formulas and other markup content directly into frames, as well as editing the markup code in an integrated editor.</li>
-</ul>
-<h3>Import Filters:</h3>
-<ul>
-	<li><b>Text:</b> Open Document Text (ODT), OpenOffice.org Writer 1 (SXW), HTML, MS Word (DOC), Comma Separated Values (CSV) and Plain Text in various encodings.</li>
-	<li><b>Bitmap Images:</b> Encapsulated PostScript (EPS), Graphics Interchange Format (GIF), JPEG, Portable Networks Graphic (PNG), Photoshop Document (PSD), Tagged Image File Format (TIFF), Windows/OS/2 bitmap (BMP), and X PixMap (XPM).</li>
-	<li><b>Vector Formats:</b> Adobe Illustrator (AI), Calamus Vector Graphics (CVG), Dia Shapes (SHAPE), Encapsulated PostScript (EPS), Kivio Stencils (SML), OpenDocument Graphics (ODG), OpenOffice.org Draw 1 (SXD), Macintosh PICT File (PICT), PostScript (PS), Scalable Vector Graphics (SVG, SVGZ), Windows Metafile (WMF) and Xfig (FIG).</li>
-	<li><b>Color Swatches:</b> Adobe Illustrator (AI), Encapsulated PostScript (EPS), GIMP Palette (GPL), OpenOffice.org Swatch (SOC) and PostScript (PS).</li>
-	<li><b>Other:</b> Almost all supported vector formats can also be opened as documents. In addition, there is an experimental PDF filter that can open some PDF files directly. PDF files can also be imported into image frames.</li>
-</ul>
-<h3>Typography</h3>
-<ul>
-<li>Paragraph and Character Styles with numerous paragraph and text style options</li>
-<li>Integrated versatile Style Manager for managing Paragraph, Character and Line Styles.</li>
-<li>Style inheritance.</li>
-<li>Sophisticated type handling including manual kerning of type, optical margins and word and glyph spacing options.</li>
-<li>Various line spacing options, including basline grid and first line offset.</li>
-<li>Full support for Type 1, TrueType and OpenType fonts.</li>
-<li>Integrated font preview and font management.</li>
-<li>Various options for text flow around objects.</li>
-<li>Configurable hyphenator.</li>
-<li> Short Words plug-in to avoid undesirable line breaks.</li>
-</ul>
-<h3>Text Editing</h3>
-<ul>
-<li>Integrated Text Editor for quick text editing.</li>
-<li>Search and Replace for text and text formatting.</li>
-<li>Spell checker.</li>
-<li>Flexible page numbering options.</li>
-</ul>
-<h3>Image Editing</h3>
-<ul>
-<li>Non-destructive image effects for all supported image files.</li>
-<li>Extensive support for Photoshop PSD and layered TIFF files. Layer blending modes and clipping paths are supported. Photoshop Duo, Tri and Quadtones are similarly well supported. 16-bit TIFF and PSD support is in testing.</li>
-<li>Support for DCS (Desktop Color Separations) files.</li>
-<li>An option to start an image editor of choice (e.g. GIMP, Krita, Photoshop) from within Scribus.</li>
-</ul>
-<h3>Vector Editing</h3>
-<ul>
-<li>All imported vector drawings can be edited with the help of Scribus's own set of vector tools.</li>
-<li>Scribus is shipped with a considerable set of default shapes.</li>
-<li>A versatile set of path and transform tools, comparable only to specialized vector drawing programs.</li>
-<li>Integrated line editor.</li>
-<li>Gradients, transparency and blend modes for vector items.</li>
-<li>Support for bitmap and vector patterns.</li>
-<li>PostScript barcode generator.</li>
-</ul>
-<h3>Color</h3>
-<ul>
-<li>ICC color management, including previews of images and embedding ICC profiles in PDF documents for accurate screen to print color. Scribus supports the proposed OpenICC specification for profiles.</li>
-<li>Emulation of various kinds of color blindness.</li>
-<li>Creation of color harmonies with the Color Wheel.</li>
-<li>Support for spot colors.</li>
-<li>A Search and Replace feature for solid colors.</li>
-<li>A huge collection of Open Source, government and commercial solid color libraries.</li>
-</ul>
-<h3>Professional Publishing Features:</h3>
-<ul>
-	<li>Creation of CMYK color PostScript separations.</li>
-	<li>Creation of RGB, CMYK and Greyscale PDF files.</li>
-	<li>Full support for Level 2 PostScript output, a very large subset of Level 3 and support for PDF 1.4/1.5 features including transparency, gradients and 128 bit security.</li>
-	<li>Full Compliance with PDF/X-3.</li>
-	<li>Supports font embedding and subsetting in both PostScript and PDF export.</li>
-	<li>Advanced pre-press features, like bleed and printing marks</li> 
-	<li>Creation of PDF forms, including nearly all PDF field types, and JavaScript actions.</li>
-	<li>Creation of PDF presentations, including presentation effects.</li>
-</ul>
+<h2>Scribus 1.4 Data Sheet</h2><br>
 
-<h3>Ease of use features:</h3>
-<ul>
-	<li>Online Help Browser with extensive and continually updated documentation.</li>
-	<li>User-configurable keyboard shortcuts.</li>
-	<li>Ability to run in 27 different languages without reinstallation, recompilation or application re-start.</li>
-	<li>Detailed and flexible user preferences for document and application default settings.</li>
-	<li>A continually updated set of templates especially created for new users to reach quick results and to get accustomed to Scribus.</li>
-	<li>A set of useful scripts, including a calendar wizard.</li>
-	<li>A flexible Undo/Redo system.</li>
-	<li>Easy precision placement of items on a page, including guides, multiple duplicate, align and distribute etc.</li>
-</ul>
+<body text="#000000">
+<table frame=VOID cellspacing=0 cols=2 rules=NONE border=0>
+	
+	<tbody>
+		<tr>
+			<td height=42 align=LEFT valign=TOP bgcolor="#CCCCCC"><b>Supported Operating Systems</b></td>
+			<td align=LEFT bgcolor="#CCCCCC">Linux, FreeBSD, NetBSD, OpenBSD, Solaris, OpenSolaris, Nexenta, Mac OS X 10.5 or later, OS/2 Warp 4, eComStation 1 or later, Windows 2000 or later</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP><b>UI Languages</b></td>
+			<td align=LEFT sdval="25" sdnum="1031;">25</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC"><b>Import Filters</b></td>
+			<td align=LEFT bgcolor="#CCCCCC"></td>
+		</tr>
+		<tr>
+			<td height=46 align=LEFT valign=TOP>Text</td>
+			<td align=LEFT>Open Document Text (ODT), OpenOffice.org Writer 1 (SXW), HTML, MS Word (DOC), Comma Separated Values (CSV), Plain Text in various encodings. </td>
+		</tr>
+		<tr>
+			<td height=84 align=LEFT valign=TOP bgcolor="#CCCCCC">Bitmap</td>
+			<td align=LEFT bgcolor="#CCCCCC">Desktop Color Separations (DCS), Encapsulated PostScript (EPS), Graphics Interchange Format (GIF), JPEG, Portable Networks Graphic (PNG), Photoshop Document (PSD), Tagged Image File Format (TIFF), Windows/OS/2 Bitmap (BMP),  X PixMap (XPM)</td>
+		</tr>
+		<tr>
+			<td height=103 align=LEFT valign=TOP>Vector</td>
+			<td align=LEFT>Adobe Illustrator (AI), Calamus Vector Graphics (CVG), Dia Shapes (SHAPE), Encapsulated PostScript (EPS), Kivio Stencils (SML), OpenDocument Graphics (ODG), OpenOffice.org Draw (SXD), Macintosh PICT File (PICT), PostScript (PS), Scalable Vector Graphics (SVG, SVGZ), Scribus Objects (SCE), Windows Metafile (WMF), Xfig (FIG)</td>
+		</tr>
+		<tr>
+			<td height=46 align=LEFT valign=TOP bgcolor="#CCCCCC">Color Palettes</td>
+			<td align=LEFT bgcolor="#CCCCCC">Adobe Illustrator (AI), Encapsulated PostScript (EPS), GIMP Palette (GPL), OpenDocument Swatch (SOC), PostScript (PS), Scribus Palette (XML)</td>
+		</tr>
+		<tr>
+			<td height=46 align=LEFT valign=TOP>Other</td>
+			<td align=LEFT>PDF (direct opening and import into image frames), Scribus Unicode Glyph Palette (UCP)</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC"><b>Export Filters:</b></td>
+			<td align=LEFT bgcolor="#CCCCCC"></td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>PDF:</td>
+			<td align=LEFT>1.3, 1.4, 1.5, X-3</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">PostScript:</td>
+			<td align=LEFT bgcolor="#CCCCCC">Level 2, 3</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Vector:</td>
+			<td align=LEFT>Encapsulated PostScript (EPS), Scalable Vector Graphics (SVG, SVGZ)</td>
+		</tr>
+		<tr>
+			<td height=42 align=LEFT valign=TOP bgcolor="#CCCCCC">Bitmap:</td>
+			<td align=LEFT bgcolor="#CCCCCC">BMP, BW, EPS, ICO, JP2, JPEG, PCX, PIC, PNG, PPM, RGB, RGBA, SGI, TGA, TIFF, XBM, XPM, XV</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Text:</td>
+			<td align=LEFT>Plain Text</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC"><b>Native File Formats</b></td>
+			<td align=LEFT bgcolor="#CCCCCC">SLA (XML-based Plain Text), SLA.GZ (Compressed SLA)</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP><b>Layout/Page Management</b></td>
+			<td align=LEFT></td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Preset Margin Layouts</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Master Pages</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Grids/Guides</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Page Palette</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Layers</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Page Import</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Flexible Page Numbering</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Individual Page Layout/Dimensions</td>
+			<td align=LEFT>✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Table of Contents</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Bookmarks</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC"><b>Text/Typography</b></td>
+			<td align=LEFT bgcolor="#CCCCCC"></td>
+		</tr>
+		<tr>
+			<td height=19 align=LEFT valign=TOP>Paragraph/Character Styles</td>
+			<td align=LEFT>✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Style Manager</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Glyph Scaling</td>
+			<td align=LEFT>Manual/Automatic</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Character/Word Tracking</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Glyph Extension</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Optical Margins</td>
+			<td align=LEFT bgcolor="#CCCCCC">Left, Right</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Drop Caps</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">First Line Offset</td>
+			<td align=LEFT bgcolor="#CCCCCC">Maximum Ascent, Font Ascent, Line Spacing</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Baseline Grid</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Indent/Tabulators</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Columns/Text Distance from Frame</td>
+			<td align=LEFT>✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Text Flow around Objects</td>
+			<td align=LEFT bgcolor="#CCCCCC">Automatic/Flexible</td>
+		</tr>
+		<tr>
+			<td height=46 align=LEFT valign=TOP>Hyphenation Control</td>
+			<td align=LEFT>Language-based, Consecutive Hyphenations, Smallest Word, Exception List, Ignore List</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Spellcheck</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓<sup>1</sup></td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Linebreak Control for Abbreviations</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Inline Objects</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Supported Font Formats</td>
+			<td align=LEFT>Type 1 (Mac and PC), TrueType, OpenType</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Font Management</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Font Previewer</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Control Characters</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Integrated Text Editor (Story Editor)</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Glyph Collections</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Tables</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Text along Path</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP><b>Bitmap Images</b></td>
+			<td align=LEFT></td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">RGB/CMYK/Spot Color</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓/✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Support for Embedded Clipping Paths</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Support for Layers/Blend Modes</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Non-destructive Image Effects</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Image Manager</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>EXIF Support</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Configurable Preview Resolution</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=46 align=LEFT valign=TOP>Assignment of Color Profiles to Individual Image Frames</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Launcher for External Image Editor</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP><b>Vector Graphics</b></td>
+			<td align=LEFT></td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Import as Vector</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Import as Image</td>
+			<td align=LEFT>✓<sup>2</sup></td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Color Import</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Drawing Tools</td>
+			<td align=LEFT>Straight Lines, Bézier Curves, Freehand Lines, Shape Library</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Line Styles/Line Style Editor</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓/✓</td>
+		</tr>
+		<tr>
+			<td height=46 align=LEFT valign=TOP>Path Tools</td>
+			<td align=LEFT>Lens Effects, Mesh Distortion, Path Along Path, Connect Paths, Cut Polygon, Boolean Path Operations, Path from Stroke, Subdivide Path</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Text Import</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓<sup>3</sup></td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP><b>Object Handling</b></td>
+			<td align=LEFT></td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Duplicate/Multiple Duplicate/Transform</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓/✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Editable Frame Shapes</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Property-based Multiple Select</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Undo/Redo</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Action Manager</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Object Browser</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Align/Distribute/Mirror/Rotate</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓/✓/✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Scratch Space around Pages</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Configurable Rulers</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Scrapbook for Reuseable Objects</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Measuring Tool</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=46 align=LEFT valign=TOP>Fill</td>
+			<td align=LEFT>Solid Colors, Gradients (Horizontal, Vertical, Diagonal, Cross, Radial), Patterns (Bitmap and Vector)</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Color Palette Management</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=46 align=LEFT valign=TOP>Solid/Spot Color Palettes</td>
+			<td align=LEFT>Open Source Palettes, National/Government Standards, Resene® Colors, Crayola® Colors, GCMI Colors, dtp studio collection</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Frame Type Conversion</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Transparency/Blend Modes</td>
+			<td align=LEFT>✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Grouping/Locking/Combining of Objects</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓/✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Support for Traditional Measuring Units</td>
+			<td align=LEFT>Cicero, Pica</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC"><b>Pre-Press/Printing</b></td>
+			<td align=LEFT bgcolor="#CCCCCC"></td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>RGB/CMYK/Spot Colors</td>
+			<td align=LEFT>✓/✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Color Management</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Printer Emulation on Screen</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Out-of-Gamut Warning</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Emulation of Color Blindness</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Knockout/Overprinting</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Color Separations</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Printing Marks</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Print/Separation Preview</td>
+			<td align=LEFT>✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Display of Ink Coverage</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Under Color Removal</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Document Bleed</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Font Embedding Control</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Preflight Verifier</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Collect for Output</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC"><b>Scripting</b></td>
+			<td align=LEFT bgcolor="#CCCCCC"></td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Supported Languages</td>
+			<td align=LEFT>Python</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Scripting Console</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Ready-to-Use Scripts via UI</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Sample Scripts</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP><b>Other Features</b></td>
+			<td align=LEFT></td>
+		</tr>
+		<tr>
+			<td height=46 align=LEFT valign=TOP bgcolor="#CCCCCC">Render Frames to Render Markup Languages Inside Scribus</td>
+			<td align=LEFT bgcolor="#CCCCCC">Pre-configured for LaTeX, Lilypond, Gnuplot, GraphViz, POV-Ray</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>PDF-Forms</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">PDF JavaScript</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>PDF Presentations</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">PDF Encryption</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>PDF/EPS Embedding in PDF Files</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Color Wheel to Create Color Harmonies</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Barcode Generator</td>
+			<td align=LEFT>✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Dublin Core Metadata Support</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP><b>Documentation/Support</b></td>
+			<td align=LEFT></td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Tooltips</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Integrated Help/<br>Searchable/Bookmarks</td>
+			<td align=LEFT>✓/✓/✓</td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP bgcolor="#CCCCCC">Printed Manual</td>
+			<td align=LEFT bgcolor="#CCCCCC">✓<sup>4</sup></td>
+		</tr>
+		<tr>
+			<td height=24 align=LEFT valign=TOP>Templates</td>
+			<td align=LEFT>✓</td>
+		</tr>
+</tbody>
+</table>
+<hr>
+<p><sup>1</sup> Not available on OS/2, eComStation and Windows.</p>
+<p><sup>2</sup> EPS and PostScript only.</p>
+<p><sup>3</sup> AI and EPS only.</p>
+<p><sup>4</sup> For the previous version. An update is being worked on.</p>
+<hr>
+<p><b>License</b>: <a href="scribuscopyright.html">GPL 2 with exceptions</a></p>
+</body>
 
-
-<h3>Architecture:</h3>
-<ul>
-	<li>The current version of Scribus is being developed with Qt 4.</li>
-	<li>Plug-in support and API (C++) including import and export plug-ins. </li>
-	<li>Powerful Python scripting plug-in for extending Scribus functions and automating tasks.</li>
-</ul>
-<h3>Target Usage:</h3>
-<ul>
-	<li>Layouts for newsletters, corporate stationery, posters, training manuals, technical documentation, business cards and other documents that need flexible layout and/or sophisticated image handling, as well as precise typographical controls.</li>
-	<li>Users needing the ability to output to professional quality image setting equipment, as well as re-purposing for internal printing, web-distributed PDFs or presentations.</li>
-	<li>Users needing to create interactive PDF forms, including CGI/PHP form submission via PDF.</li>
-</ul>
-</body>
 </html>




More information about the scribus-commit mailing list