You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by bu...@apache.org on 2013/03/18 16:05:34 UTC

svn commit: r854958 - in /websites/staging/xmlgraphics/trunk/content: ./ commons/postscript.html

Author: buildbot
Date: Mon Mar 18 15:05:34 2013
New Revision: 854958

Log:
Staging update by buildbot for xmlgraphics

Modified:
    websites/staging/xmlgraphics/trunk/content/   (props changed)
    websites/staging/xmlgraphics/trunk/content/commons/postscript.html

Propchange: websites/staging/xmlgraphics/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 18 15:05:34 2013
@@ -1 +1 @@
-1457698
+1457793

Modified: websites/staging/xmlgraphics/trunk/content/commons/postscript.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/commons/postscript.html (original)
+++ websites/staging/xmlgraphics/trunk/content/commons/postscript.html Mon Mar 18 15:05:34 2013
@@ -155,10 +155,13 @@ $(document).ready(function () {
 <p>Two Graphics2D implementations, one for plain PostScript and one for writing Encapsulated PostScript (EPS).</p>
 </li>
 <li>
-<p>A DSC-parser/processor: Parse, post-process and change DSC-compliant PostScript files.
-We don't currently include a PostScript interpreter though we would love to have one. A Java-based PostScript interpreter to keep an eye on is the one from the <a href="http://foray.sourceforge.net">FOray project</a>.</p>
+<p>A DSC-parser/processor: Parse, post-process and change DSC-compliant PostScript files.</p>
 </li>
 </ul>
+<blockquote>
+<p><strong>NOTE</strong></p>
+<p>We don't currently include a PostScript interpreter though we would love to have one. A Java-based PostScript interpreter to keep an eye on is the one from the <a href="http://foray.sourceforge.net">FOray project</a>.</p>
+</blockquote>
 <h1 id="generator">The PostScript generator</h1>
 <p>The "PSGenerator" class can help writing PostScript files. It deals with things like escaping, saving/tracking/restoring graphics state, writing DSC comments and tracking of DSC resources.</p>
 <p>You will rarely interact with the PS generator itself, as it is probably more interesting to generate a PostScript file using Java2D which is described in the following section.</p>
@@ -206,8 +209,11 @@ We don't currently include a PostScript 
 </li>
 </ul>
 <p>The DSC parser (DSCParser) was designed as a pull parser, i.e. you fetch new events from the parser inspecting them and acting on them as they are found. If you prefer to work with a push parser, you can pass the DSCParser a DSCHandler implementation and the parser will send you all the events.</p>
-<p>The best example to understand how to use the DSC parser is the PageExtractor class that implements the page extraction functionality mentioned above.
-The DSC parser is not considered feature-complete. The basic infrastructure is there but, for example, not all DSC comments are available as concrete Java classes. If you need to extend the DSC parser for your own use cases, please send us your patches.</p></div>
+<p>The best example to understand how to use the DSC parser is the PageExtractor class that implements the page extraction functionality mentioned above.</p>
+<blockquote>
+<p><strong>NOTE:</strong></p>
+<p>The DSC parser is not considered feature-complete. The basic infrastructure is there but, for example, not all DSC comments are available as concrete Java classes. If you need to extend the DSC parser for your own use cases, please send us your patches.</p>
+</blockquote></div>
       </div>
       
       <div class="clear"></div>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org