Author: spepping
Date: Mon Jul  5 15:05:55 2010
New Revision: 960618

URL: http://svn.apache.org/viewvc?rev=960618&view=rev
Log:
First changes for the release, mainly documentation changes

Modified:
    xmlgraphics/fop/branches/fop-1_0/NOTICE
    xmlgraphics/fop/branches/fop-1_0/README
    xmlgraphics/fop/branches/fop-1_0/build.xml
    xmlgraphics/fop/branches/fop-1_0/fop.bat
    
xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/compliance.ihtml
    
xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/dev/release.xml
    
xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/download.xml
    xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/index.xml
    xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/site.xml
    xmlgraphics/fop/branches/fop-1_0/status.xml

Modified: xmlgraphics/fop/branches/fop-1_0/NOTICE
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_0/NOTICE?rev=960618&r1=960617&r2=960618&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_0/NOTICE (original)
+++ xmlgraphics/fop/branches/fop-1_0/NOTICE Mon Jul  5 15:05:55 2010
@@ -1,5 +1,5 @@
 Apache FOP
-Copyright 1999-2009 The Apache Software Foundation
+Copyright 1999-2010 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: xmlgraphics/fop/branches/fop-1_0/README
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_0/README?rev=960618&r1=960617&r2=960618&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_0/README (original)
+++ xmlgraphics/fop/branches/fop-1_0/README Mon Jul  5 15:05:55 2010
@@ -90,6 +90,52 @@ http://xmlgraphics.apache.org/fop/stable
   RELEASE NOTES
 ==============================================================================
 
+Version 1.0
+===========
+
+This is a production grade release of Apache FOP.
+It contains many bug fixes and new features. See below for details.
+
+Compliance
+----------
+
+This release implements the XSL 1.0 and 1.1 recommendations to a high
+degree of compliance. See the compliance page
+http://xmlgraphics.apache.org/fop/compliance.html for a detailed
+overview.
+
+Known issues
+------------
+
+The known issues of this release are listed at
+http://xmlgraphics.apache.org/fop/1.0/knownissues_overview.html.
+
+Major Changes in Version 1.0
+----------------------------
+
+* Added support for addressing all glyphs available in a Type 1 font
+* Added support for auto-configuring TrueType Collections. XML font
+  metrics files for *.ttc fonts are not required anymore.
+* Added support for rendering pages using Java Printing System.
+* Support character-by-character font-selection strategy on
+  fo:character element.
+* Implemented word-by-ford font-selection strategy on text.
+* AFP Output: Various enhancements
+* FOP now creates ToUnicode CMaps for single-byte fonts that don't use
+  built-in encodings
+* Introduced a new, additional intermediate format optimized for
+  performance. See the intermediate format documentation for details.
+* Added an initial set of extensions for prepress support.
+* Added limited support for different page widths within a page-sequence.
+* Added support for TrueType fonts with symbol character maps (like
+  "Wingdings" and "Symbol").
+
+The long list of changes in this release is available at
+http://xmlgraphics.apache.org/fop/1.0/changes_1.0.html.
+
+The long list of changes in this and earlier releases is available at
+http://xmlgraphics.apache.org/fop/changes.html.
+
 Version 0.95
 ============
 

Modified: xmlgraphics/fop/branches/fop-1_0/build.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_0/build.xml?rev=960618&r1=960617&r2=960618&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_0/build.xml (original)
+++ xmlgraphics/fop/branches/fop-1_0/build.xml Mon Jul  5 15:05:55 2010
@@ -103,6 +103,8 @@ list of possible build targets.
     <include name="build.*"/>
     <include name="forrest.properties"/>
     <include name="fop.bat"/>
+    <include name="fop.cmd"/>
+    <include name="fop.js"/>
     <include name="fop"/>
   </fileset>
   <path id="libs-build-classpath">
@@ -134,7 +136,7 @@ list of possible build targets.
   <property name="name" value="fop"/>
   <property name="NAME" value="FOP"/>
   <property name="version" value="svn-trunk"/>
-  <property name="year" value="1999-2009"/>
+  <property name="year" value="1999-2010"/>
   <property name="javac.debug" value="on"/>
   <property name="javac.optimize" value="off"/>
   <property name="javac.deprecation" value="on"/>

Modified: xmlgraphics/fop/branches/fop-1_0/fop.bat
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_0/fop.bat?rev=960618&r1=960617&r2=960618&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_0/fop.bat (original)
+++ xmlgraphics/fop/branches/fop-1_0/fop.bat Mon Jul  5 15:05:55 2010
@@ -13,6 +13,7 @@ REM  distributed under the License is di
 REM  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 REM  See the License for the specific language governing permissions and
 REM  limitations under the License.
+REM  $Id$
 
 rem %~dp0 is the expanded pathname of the current script under NT
 set LOCAL_FOP_HOME=
@@ -61,7 +62,7 @@ set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIB
 set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xalan-2.7.0.jar
 set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\serializer-2.7.0.jar
 set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\batik-all-1.7.jar
-set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xmlgraphics-commons-1.4svn.jar
+set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xmlgraphics-commons-1.4.jar
 set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\avalon-framework-4.2.0.jar
 set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\commons-io-1.3.1.jar
 set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\commons-logging-1.0.4.jar
@@ -80,5 +81,5 @@ goto runFop
 if "%JAVACMD%" == "" set JAVACMD=java
 
 :runFop
-rem ECHO "%JAVACMD%"
+rem ECHO "%JAVACMD%" %JAVAOPTS% %LOGCHOICE% %LOGLEVEL% -cp "%LOCALCLASSPATH%" 
%FOP_OPTS% org.apache.fop.cli.Main %FOP_CMD_LINE_ARGS%
 "%JAVACMD%" %JAVAOPTS% %LOGCHOICE% %LOGLEVEL% -cp "%LOCALCLASSPATH%" 
%FOP_OPTS% org.apache.fop.cli.Main %FOP_CMD_LINE_ARGS%



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to