You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xmlgraphics.apache.org by Simon Pepping <sp...@leverkruid.eu> on 2010/07/21 19:39:47 UTC

The Apache Software Foundation Announces Apache FOP Version 1.0

Redesigned, Stable Version of Pioneering XSL Formatting Objects
Processor Rounds Out Apache XML Software Stack

FOREST HILL, Md., July 21 -- The Apache Software Foundation (ASF) -
the all-volunteer developers, stewards, and incubators of nearly 150
Open Source projects and initiatives - today announced the Version 1.0
release of Apache FOP, the Open Source XSL Formatting Objects
Processor.

An Apache project since 1999, FOP is one of the industry's first print
formatters driven by W3C-standard XSL Formatting Objects created to
display, convert, and print to formats such as PDF, PostScript, SVG,
RTF, and XML. In addition, FOP is among the most commonly-used
output-independent formatters.

The Apache FOP code base has grown over the past decade under the
guidance of a Project Management Committee (PMC) who oversee its
day-to-day activities and community development.

"FOP v.1.0 provides a good subset of the W3C XSL-FO 1.0/1.1
specification. Its stable, 1.0 designation provides added recognition
as the productive tool it has been for years," said Jeremias Marki,
member of the Apache XML Graphics Project Management Committee. "Its
redesign and improved features in the layout engine makes it an even
better experience for the many developers and users who produce
millions of pages each year."

Apache FOP is in use at Accenture, Airbus, Australia Post, BNP
Paribas, Capgemini, Credit Suisse, CSC, Denic, European Patent Office,
FedEx, Ford, HP, IBM, IntelliData, Marriot International, Morgan
Stanley, Polaris, Siemens, Swiss Federal Institute of Intellectual
Property, Tecra, US Army, US House of Representatives, and Wyona,
among many others. In addition, FOP is the default implementation
bundled in XML editors such as XSLfast, Oxygen, and XMLSpy.

"Thunderhead relies on open standards, and FOP is at the heart of our
innovative NOW platform. We are proud to have been able to play a part
in its development," said Glen Manchester, CEO of Thunderhead. "As
long-time supporters of FOP, our congratulations go to the whole FOP
team at Apache on reaching the Version 1.0 milestone."

The release of FOP v.1.0 completes a free XML software stack,
comprising: Apache Xerces, Apache Xalan, and Apache FOP. The ability
to insert graphics into one's print output is possible using Apache
Batik. The Apache XML stack makes transforming and formatting XML data
(for example DocBook XML) a viable option for individual and start-up
users without business cash flow.

"Some 'overnight successes' take ten years or more," said James
Governor, Analyst and Founder of RedMonk. "Apache FOP seems to be one
of them."

"The training wheels are long gone," said Apache XML Graphics PMC
Chair Simon Pepping. "FOP's popularity is undisputed; FOP is used from
an individual developer's pet project to large-scale document
production. FOP is not yet 'feature complete', and work on it is
continuing. We hope this important step forward will motivate skilled
developers to jump in and help us make Apache FOP even better."

Availability

FOP v.1.0 is released under the Apache Software License
v2.0. Downloads, documentation, and related resources are available at
http://xmlgraphics.apache.org/fop/.

-- 
Simon Pepping
home page: http://www.leverkruid.eu

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


Re: The Apache Software Foundation Announces Apache FOP Version 1.0

Posted by Simon Pepping <sp...@leverkruid.eu>.
On Thu, Jul 22, 2010 at 12:08:33PM +0200, Pascal Sancho wrote:
> Hi Simon,
> 
> The FOP 1.0 tab homepage is the same as the FOP trunk one (title and
> content).

I see, I missed the part of the message about the text of the index
page. The index page for version 1.0 requires some further changes.

Simon
 
> Le 22/07/2010 09:26, Simon Pepping a écrit :
> > On Thu, Jul 22, 2010 at 08:19:13AM +0200, Michael Seeberger wrote:
> >   
> >> Hi there,
> >>
> >> when i select the "Version 1.0"-Tab on
> >> http://xmlgraphics.apache.org/fop/ it still shows
> >> "Apache FOP Trunk (Development code)" and there is no download-link
> >> to the new version.
> >>
> >> is this the right behaviour?
> >>     
> > Indeed, it is. The download link is in the Home tab, second link under
> > About.

-- 
Simon Pepping
home page: http://www.leverkruid.eu

Re: The Apache Software Foundation Announces Apache FOP Version 1.0

Posted by Pascal Sancho <pa...@takoma.fr>.
Hi Simon,

The FOP 1.0 tab homepage is the same as the FOP trunk one (title and
content).

Great ( and expected ;-) ) job otherwise, congratulations.

--
Pascal


Le 22/07/2010 09:26, Simon Pepping a écrit :
> On Thu, Jul 22, 2010 at 08:19:13AM +0200, Michael Seeberger wrote:
>   
>> Hi there,
>>
>> when i select the "Version 1.0"-Tab on
>> http://xmlgraphics.apache.org/fop/ it still shows
>> "Apache FOP Trunk (Development code)" and there is no download-link
>> to the new version.
>>
>> is this the right behaviour?
>>     
> Indeed, it is. The download link is in the Home tab, second link under
> About.
>
> Simon
>
>   


Re: FOP 1.0 in the maven repository [was: Re: The Apache Software Foundation Announces Apache FOP Version 1.0]

Posted by Simon Pepping <sp...@leverkruid.eu>.
You can find maven bundles at
http://people.apache.org/~spepping/commons-1_4/xmlgraphics-commons-1.4-bundle.jar
and http://people.apache.org/~spepping/fop-1_0/fop-1.0-bundle.jar. If
you open the jar files as zip files, you will find pom.xml. For your
convenience I extracted them as
http://people.apache.org/~spepping/commons-1_4/pom.xml and
http://people.apache.org/~spepping/fop-1_0/pom.xml.

Simon

On Mon, Aug 16, 2010 at 11:08:23PM -0700, user7474 wrote:
> Ognjen Blagojevic-5 wrote:
> > 
> > On 23.7.2010 12:19, Simon Pepping wrote:
> > We could install 1.0 manually to local repo, but it would be much easier 
> > to have it in Maven Central.
> > 
> 
> I have added fop 1.0 to our local maven repository.
> Because of the fact that there is no pom.xml I have written one,
> is the following correct, especially the dependencies?
> 
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>org.apache.xmlgraphics</groupId>
>   <artifactId>fop</artifactId>
>   <version>1.0</version>
>   <url>http://xmlgraphics.apache.org/fop/</url>
>   <description>
> 
>    Apache FOP (Formatting Objects Processor) is the world's first print
> formatter driven by XSL formatting objects (XSL-FO)
>    and the world's first output independent formatter.
> 
>    It is a Java application that reads a formatting object (FO) tree and
> renders the resulting pages to a specified output.
>    Output formats currently supported include PDF, PCL, PS, AFP, TIFF, PNG,
> SVG, XML (area tree representation), Print, AWT and TXT.
>    The primary output target is PDF.
>   </description>
>   <inceptionYear>2010</inceptionYear>
>   <mailingLists>
> 	<mailingList>
> 	  <name>FOP Users List</name>
> 	  <subscribe>fop-users-subscribe@xmlgraphics.apache.org</subscribe>
> 	  <unsubscribe>fop-users-unsubscribe@xmlgraphics.apache.org</unsubscribe>
> 
> 	 
> <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/</archive>
> 	</mailingList>
> 	<mailingList>
> 	  <name>FOP Developer List</name>
> 	  <subscribe>fop-dev-subscribe@xmlgraphics.apache.org</subscribe>
> 	  <unsubscribe>fop-dev-unsubscribe@xmlgraphics.apache.org</unsubscribe>
> 	 
> <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/</archive>
> 
> 	 </mailingList>
> 	<mailingList>
> 	  <name>FOP Commit List</name>
> 	  <subscribe>fop-commits-subscribe@xmlgraphics.apache.org</subscribe>
> 	  <unsubscribe>fop-commits-unsubscribe@xmlgraphics.apache.org</unsubscribe>
> 	 
> <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-commits/</archive>
> 	</mailingList>
> 
> 	</mailingLists>
> 	<licenses>
> 		<license>
> 		<name>The Apache Software License, Version 2.0</name>
> 		<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
> 		<distribution>repo</distribution>
> 		</license>
> 
> 	</licenses>
>   <scm>
>   
> <connection>scm:svn:http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</connection>
>   
> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</developerConnection>
>   
> <url>http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/?root=Apache-SVN</url>
>   </scm>
>   <organization>
> 
>    <name>Apache Software Foundation</name>
>    <url>http://www.apache.org/</url>
>   </organization>
> 
>   <dependencies>
> 	<!-- XML Graphics -->
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 
> 	  <artifactId>xmlgraphics-commons</artifactId>
> 	  <version>1.4</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 	  <artifactId>batik-svg-dom</artifactId>
> 
> 	  <version>1.7</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 	  <artifactId>batik-bridge</artifactId>
> 	  <version>1.7</version>
> 
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 	  <artifactId>batik-awt-util</artifactId>
> 	  <version>1.7</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 	  <artifactId>batik-gvt</artifactId>
> 	  <version>1.7</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 
> 	  <artifactId>batik-transcoder</artifactId>
> 	  <version>1.7</version>
> 	  <exclusions>
> 		<exclusion>
> 		  <groupId>org.apache.xmlgraphics</groupId>
> 		  <artifactId>fop</artifactId>
> 		</exclusion>
> 
> 	  </exclusions>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 	  <artifactId>batik-extension</artifactId>
> 	  <version>1.7</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 	  <artifactId>batik-ext</artifactId>
> 	  <version>1.7</version>
> 	</dependency>
> 
> 	<!-- other dependencies -->
> 
> 	<dependency>
> 	  <groupId>commons-logging</groupId>
> 	  <artifactId>commons-logging</artifactId>
> 	  <version>1.0.4</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>commons-io</groupId>
> 
> 	  <artifactId>commons-io</artifactId>
> 	  <version>1.3.1</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.avalon.framework</groupId>
> 	  <artifactId>avalon-framework-api</artifactId>
> 
> 	  <version>4.3.1</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>javax.servlet</groupId>
> 	  <artifactId>servlet-api</artifactId>
> 	  <version>2.2</version>
> 
> 	  <scope>provided</scope>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>xalan</groupId>
> 	  <artifactId>xalan</artifactId>
> 	  <version>2.7.0</version>
> 
> 	  <scope>provided</scope>
> 	</dependency>
> 
>   </dependencies>
> </project>

-- 
Simon Pepping
home page: http://www.leverkruid.eu

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


Re: FOP 1.0 in the maven repository [was: Re: The Apache Software Foundation Announces Apache FOP Version 1.0]

Posted by user7474 <fi...@googlemail.com>.

Ognjen Blagojevic-5 wrote:
> 
> On 23.7.2010 12:19, Simon Pepping wrote:
> We could install 1.0 manually to local repo, but it would be much easier 
> to have it in Maven Central.
> 

I have added fop 1.0 to our local maven repository.
Because of the fact that there is no pom.xml I have written one,
is the following correct, especially the dependencies?

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.xmlgraphics</groupId>
  <artifactId>fop</artifactId>
  <version>1.0</version>
  <url>http://xmlgraphics.apache.org/fop/</url>
  <description>

   Apache FOP (Formatting Objects Processor) is the world's first print
formatter driven by XSL formatting objects (XSL-FO)
   and the world's first output independent formatter.

   It is a Java application that reads a formatting object (FO) tree and
renders the resulting pages to a specified output.
   Output formats currently supported include PDF, PCL, PS, AFP, TIFF, PNG,
SVG, XML (area tree representation), Print, AWT and TXT.
   The primary output target is PDF.
  </description>
  <inceptionYear>2010</inceptionYear>
  <mailingLists>
	<mailingList>
	  <name>FOP Users List</name>
	  <subscribe>fop-users-subscribe@xmlgraphics.apache.org</subscribe>
	  <unsubscribe>fop-users-unsubscribe@xmlgraphics.apache.org</unsubscribe>

	 
<archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/</archive>
	</mailingList>
	<mailingList>
	  <name>FOP Developer List</name>
	  <subscribe>fop-dev-subscribe@xmlgraphics.apache.org</subscribe>
	  <unsubscribe>fop-dev-unsubscribe@xmlgraphics.apache.org</unsubscribe>
	 
<archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/</archive>

	 </mailingList>
	<mailingList>
	  <name>FOP Commit List</name>
	  <subscribe>fop-commits-subscribe@xmlgraphics.apache.org</subscribe>
	  <unsubscribe>fop-commits-unsubscribe@xmlgraphics.apache.org</unsubscribe>
	 
<archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-commits/</archive>
	</mailingList>

	</mailingLists>
	<licenses>
		<license>
		<name>The Apache Software License, Version 2.0</name>
		<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
		<distribution>repo</distribution>
		</license>

	</licenses>
  <scm>
  
<connection>scm:svn:http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</connection>
  
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</developerConnection>
  
<url>http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/?root=Apache-SVN</url>
  </scm>
  <organization>

   <name>Apache Software Foundation</name>
   <url>http://www.apache.org/</url>
  </organization>

  <dependencies>
	<!-- XML Graphics -->
	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>

	  <artifactId>xmlgraphics-commons</artifactId>
	  <version>1.4</version>
	</dependency>

	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>
	  <artifactId>batik-svg-dom</artifactId>

	  <version>1.7</version>
	</dependency>

	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>
	  <artifactId>batik-bridge</artifactId>
	  <version>1.7</version>

	</dependency>

	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>
	  <artifactId>batik-awt-util</artifactId>
	  <version>1.7</version>
	</dependency>

	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>
	  <artifactId>batik-gvt</artifactId>
	  <version>1.7</version>
	</dependency>

	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>

	  <artifactId>batik-transcoder</artifactId>
	  <version>1.7</version>
	  <exclusions>
		<exclusion>
		  <groupId>org.apache.xmlgraphics</groupId>
		  <artifactId>fop</artifactId>
		</exclusion>

	  </exclusions>
	</dependency>

	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>
	  <artifactId>batik-extension</artifactId>
	  <version>1.7</version>
	</dependency>

	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>
	  <artifactId>batik-ext</artifactId>
	  <version>1.7</version>
	</dependency>

	<!-- other dependencies -->

	<dependency>
	  <groupId>commons-logging</groupId>
	  <artifactId>commons-logging</artifactId>
	  <version>1.0.4</version>
	</dependency>

	<dependency>
	  <groupId>commons-io</groupId>

	  <artifactId>commons-io</artifactId>
	  <version>1.3.1</version>
	</dependency>

	<dependency>
	  <groupId>org.apache.avalon.framework</groupId>
	  <artifactId>avalon-framework-api</artifactId>

	  <version>4.3.1</version>
	</dependency>

	<dependency>
	  <groupId>javax.servlet</groupId>
	  <artifactId>servlet-api</artifactId>
	  <version>2.2</version>

	  <scope>provided</scope>
	</dependency>

	<dependency>
	  <groupId>xalan</groupId>
	  <artifactId>xalan</artifactId>
	  <version>2.7.0</version>

	  <scope>provided</scope>
	</dependency>

  </dependencies>
</project>


-- 
View this message in context: http://old.nabble.com/The-Apache-Software-Foundation-Announces-Apache-FOP-Version-1.0-tp29228778p29449221.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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


Re: FOP 1.0 in the maven repository [was: Re: The Apache Software Foundation Announces Apache FOP Version 1.0]

Posted by Ognjen Blagojevic <og...@gmail.com>.
On 23.7.2010 12:19, Simon Pepping wrote:
> On Fri, Jul 23, 2010 at 11:18:01AM +0200, Sergiu Dumitriu wrote:
>> And when will 1.0 be available on the central maven repo?
>
> At this moment maven is outside the scope of the available FOP team
> members. I have requested help.

Any news regarding this issue?

We could install 1.0 manually to local repo, but it would be much easier 
to have it in Maven Central.

Regards,
Ognjen


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


FOP 1.0 in the maven repository [was: Re: The Apache Software Foundation Announces Apache FOP Version 1.0]

Posted by Simon Pepping <sp...@leverkruid.eu>.
On Fri, Jul 23, 2010 at 11:18:01AM +0200, Sergiu Dumitriu wrote:
> And when will 1.0 be available on the central maven repo?

At this moment maven is outside the scope of the available FOP team
members. I have requested help.

Simon

-- 
Simon Pepping
home page: http://www.leverkruid.eu

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


Re: The Apache Software Foundation Announces Apache FOP Version 1.0

Posted by Sergiu Dumitriu <se...@xwiki.com>.
On 07/22/2010 09:26 AM, Simon Pepping wrote:
> On Thu, Jul 22, 2010 at 08:19:13AM +0200, Michael Seeberger wrote:
>> Hi there,
>>
>> when i select the "Version 1.0"-Tab on
>> http://xmlgraphics.apache.org/fop/ it still shows
>> "Apache FOP Trunk (Development code)" and there is no download-link
>> to the new version.
>>
>> is this the right behaviour?
>
> Indeed, it is. The download link is in the Home tab, second link under
> About.

And when will 1.0 be available on the central maven repo?

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/

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


Re: The Apache Software Foundation Announces Apache FOP Version 1.0

Posted by Simon Pepping <sp...@leverkruid.eu>.
On Thu, Jul 22, 2010 at 08:19:13AM +0200, Michael Seeberger wrote:
> Hi there,
> 
> when i select the "Version 1.0"-Tab on
> http://xmlgraphics.apache.org/fop/ it still shows
> "Apache FOP Trunk (Development code)" and there is no download-link
> to the new version.
> 
> is this the right behaviour?

Indeed, it is. The download link is in the Home tab, second link under
About.

Simon

-- 
Simon Pepping
home page: http://www.leverkruid.eu

Re: The Apache Software Foundation Announces Apache FOP Version 1.0

Posted by Simon Pepping <sp...@leverkruid.eu>.
On Thu, Jul 22, 2010 at 08:19:13AM +0200, Michael Seeberger wrote:
> Hi there,
> 
> when i select the "Version 1.0"-Tab on
> http://xmlgraphics.apache.org/fop/ it still shows
> "Apache FOP Trunk (Development code)" and there is no download-link
> to the new version.
> 
> is this the right behaviour?

Indeed, it is. The download link is in the Home tab, second link under
About.

Simon

-- 
Simon Pepping
home page: http://www.leverkruid.eu

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


Re: The Apache Software Foundation Announces Apache FOP Version 1.0

Posted by Michael Seeberger <Mi...@isys-software.de>.
Hi there,

when i select the "Version 1.0"-Tab on 
http://xmlgraphics.apache.org/fop/ it still shows
"Apache FOP Trunk (Development code)" and there is no download-link to 
the new version.

is this the right behaviour?

Greetings
Michael Seeberger

Am 21.07.2010 19:39, schrieb Simon Pepping:
> Redesigned, Stable Version of Pioneering XSL Formatting Objects
> Processor Rounds Out Apache XML Software Stack
>
> FOREST HILL, Md., July 21 -- The Apache Software Foundation (ASF) -
> the all-volunteer developers, stewards, and incubators of nearly 150
> Open Source projects and initiatives - today announced the Version 1.0
> release of Apache FOP, the Open Source XSL Formatting Objects
> Processor.
>
> An Apache project since 1999, FOP is one of the industry's first print
> formatters driven by W3C-standard XSL Formatting Objects created to
> display, convert, and print to formats such as PDF, PostScript, SVG,
> RTF, and XML. In addition, FOP is among the most commonly-used
> output-independent formatters.
>
> The Apache FOP code base has grown over the past decade under the
> guidance of a Project Management Committee (PMC) who oversee its
> day-to-day activities and community development.
>
> "FOP v.1.0 provides a good subset of the W3C XSL-FO 1.0/1.1
> specification. Its stable, 1.0 designation provides added recognition
> as the productive tool it has been for years," said Jeremias Marki,
> member of the Apache XML Graphics Project Management Committee. "Its
> redesign and improved features in the layout engine makes it an even
> better experience for the many developers and users who produce
> millions of pages each year."
>
> Apache FOP is in use at Accenture, Airbus, Australia Post, BNP
> Paribas, Capgemini, Credit Suisse, CSC, Denic, European Patent Office,
> FedEx, Ford, HP, IBM, IntelliData, Marriot International, Morgan
> Stanley, Polaris, Siemens, Swiss Federal Institute of Intellectual
> Property, Tecra, US Army, US House of Representatives, and Wyona,
> among many others. In addition, FOP is the default implementation
> bundled in XML editors such as XSLfast, Oxygen, and XMLSpy.
>
> "Thunderhead relies on open standards, and FOP is at the heart of our
> innovative NOW platform. We are proud to have been able to play a part
> in its development," said Glen Manchester, CEO of Thunderhead. "As
> long-time supporters of FOP, our congratulations go to the whole FOP
> team at Apache on reaching the Version 1.0 milestone."
>
> The release of FOP v.1.0 completes a free XML software stack,
> comprising: Apache Xerces, Apache Xalan, and Apache FOP. The ability
> to insert graphics into one's print output is possible using Apache
> Batik. The Apache XML stack makes transforming and formatting XML data
> (for example DocBook XML) a viable option for individual and start-up
> users without business cash flow.
>
> "Some 'overnight successes' take ten years or more," said James
> Governor, Analyst and Founder of RedMonk. "Apache FOP seems to be one
> of them."
>
> "The training wheels are long gone," said Apache XML Graphics PMC
> Chair Simon Pepping. "FOP's popularity is undisputed; FOP is used from
> an individual developer's pet project to large-scale document
> production. FOP is not yet 'feature complete', and work on it is
> continuing. We hope this important step forward will motivate skilled
> developers to jump in and help us make Apache FOP even better."
>
> Availability
>
> FOP v.1.0 is released under the Apache Software License
> v2.0. Downloads, documentation, and related resources are available at
> http://xmlgraphics.apache.org/fop/.
>
>    

Re: The Apache Software Foundation Announces Apache FOP Version 1.0

Posted by to...@student.matnat.uio.no.
Congratulations with the release!

rgds
Tore Engvig

> Redesigned, Stable Version of Pioneering XSL Formatting Objects
> Processor Rounds Out Apache XML Software Stack
>
> FOREST HILL, Md., July 21 -- The Apache Software Foundation (ASF) -
> the all-volunteer developers, stewards, and incubators of nearly 150
> Open Source projects and initiatives - today announced the Version 1.0
> release of Apache FOP, the Open Source XSL Formatting Objects
> Processor.
>
> An Apache project since 1999, FOP is one of the industry's first print
> formatters driven by W3C-standard XSL Formatting Objects created to
> display, convert, and print to formats such as PDF, PostScript, SVG,
> RTF, and XML. In addition, FOP is among the most commonly-used
> output-independent formatters.
>
> The Apache FOP code base has grown over the past decade under the
> guidance of a Project Management Committee (PMC) who oversee its
> day-to-day activities and community development.
>
> "FOP v.1.0 provides a good subset of the W3C XSL-FO 1.0/1.1
> specification. Its stable, 1.0 designation provides added recognition
> as the productive tool it has been for years," said Jeremias Marki,
> member of the Apache XML Graphics Project Management Committee. "Its
> redesign and improved features in the layout engine makes it an even
> better experience for the many developers and users who produce
> millions of pages each year."
>
> Apache FOP is in use at Accenture, Airbus, Australia Post, BNP
> Paribas, Capgemini, Credit Suisse, CSC, Denic, European Patent Office,
> FedEx, Ford, HP, IBM, IntelliData, Marriot International, Morgan
> Stanley, Polaris, Siemens, Swiss Federal Institute of Intellectual
> Property, Tecra, US Army, US House of Representatives, and Wyona,
> among many others. In addition, FOP is the default implementation
> bundled in XML editors such as XSLfast, Oxygen, and XMLSpy.
>
> "Thunderhead relies on open standards, and FOP is at the heart of our
> innovative NOW platform. We are proud to have been able to play a part
> in its development," said Glen Manchester, CEO of Thunderhead. "As
> long-time supporters of FOP, our congratulations go to the whole FOP
> team at Apache on reaching the Version 1.0 milestone."
>
> The release of FOP v.1.0 completes a free XML software stack,
> comprising: Apache Xerces, Apache Xalan, and Apache FOP. The ability
> to insert graphics into one's print output is possible using Apache
> Batik. The Apache XML stack makes transforming and formatting XML data
> (for example DocBook XML) a viable option for individual and start-up
> users without business cash flow.
>
> "Some 'overnight successes' take ten years or more," said James
> Governor, Analyst and Founder of RedMonk. "Apache FOP seems to be one
> of them."
>
> "The training wheels are long gone," said Apache XML Graphics PMC
> Chair Simon Pepping. "FOP's popularity is undisputed; FOP is used from
> an individual developer's pet project to large-scale document
> production. FOP is not yet 'feature complete', and work on it is
> continuing. We hope this important step forward will motivate skilled
> developers to jump in and help us make Apache FOP even better."
>
> Availability
>
> FOP v.1.0 is released under the Apache Software License
> v2.0. Downloads, documentation, and related resources are available at
> http://xmlgraphics.apache.org/fop/.
>
> --
> Simon Pepping
> home page: http://www.leverkruid.eu
>



Re: The Apache Software Foundation Announces Apache FOP Version 1.0

Posted by Simon Pepping <sp...@leverkruid.eu>.
On Wed, Jul 21, 2010 at 08:10:57PM +0200, Simon Pepping wrote:
> On Wed, Jul 21, 2010 at 08:01:19PM +0200, Simon Pepping wrote:
> > I did not send the announcement to (cf. our release check list):
> > - XSL-FO@yahoogroups.com (I am not a subscriber)
> > - docbook-apps@lists.oasis-open.org (I am not a subscriber)
> > - dita-users@yahoogroups.com (I am not a subscriber)
> > - xsl-list@lists.mulberrytech.com (they complain about GMail's MIME
> >   Content-Type 'multipart/alternative'; I will try again later to
> >   avoid it)
> 
> xsl-list@lists.mulberrytech.com done
> 
> > - http://xslfo-zone.com/news/index.jsp (the domain cannot be found)
> > - http://www.w3.org/Style/XSL/ (where do I send announcements?)

Sent to Liam Quin.

> > Perhaps one of you can send the announcement to one of these
> > addresses?

-- 
Simon Pepping
home page: http://www.leverkruid.eu

Re: The Apache Software Foundation Announces Apache FOP Version 1.0

Posted by Simon Pepping <sp...@leverkruid.eu>.
On Wed, Jul 21, 2010 at 08:01:19PM +0200, Simon Pepping wrote:
> I did not send the announcement to (cf. our release check list):
> - XSL-FO@yahoogroups.com (I am not a subscriber)
> - docbook-apps@lists.oasis-open.org (I am not a subscriber)
> - dita-users@yahoogroups.com (I am not a subscriber)
> - xsl-list@lists.mulberrytech.com (they complain about GMail's MIME
>   Content-Type 'multipart/alternative'; I will try again later to
>   avoid it)

xsl-list@lists.mulberrytech.com done

> - http://xslfo-zone.com/news/index.jsp (the domain cannot be found)
> - http://www.w3.org/Style/XSL/ (where do I send announcements?)
> 
> Perhaps one of you can send the announcement to one of these
> addresses?

-- 
Simon Pepping
home page: http://www.leverkruid.eu

Re: The Apache Software Foundation Announces Apache FOP Version 1.0

Posted by Simon Pepping <sp...@leverkruid.eu>.
I did not send the announcement to (cf. our release check list):
- XSL-FO@yahoogroups.com (I am not a subscriber)
- docbook-apps@lists.oasis-open.org (I am not a subscriber)
- dita-users@yahoogroups.com (I am not a subscriber)
- xsl-list@lists.mulberrytech.com (they complain about GMail's MIME
  Content-Type 'multipart/alternative'; I will try again later to
  avoid it)
- http://xslfo-zone.com/news/index.jsp (the domain cannot be found)
- http://www.w3.org/Style/XSL/ (where do I send announcements?)

Perhaps one of you can send the announcement to one of these
addresses?

Simon

-- 
Simon Pepping
home page: http://www.leverkruid.eu