Re: Fop examples up on web

2003-01-06 Thread Darrel Riekhof
FO source is linked in now.  Not sure if all browsers can view it, but 
it shows up fine on Mozilla 1.2 and IE6.

Darrel
Oleg Tkachenko wrote:
   www.webappcore.com/fop
That's great, Darrel! We definitely have to update 
http://xml.apache.org/fop/examples.html page to link this one.
One small feature request - it would be nice to have link to a fo 
file along with pdf.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Fop examples up on web

2003-01-06 Thread Varley, Roger
 
 See them at:
 
 www.webappcore.com/fop
 

giro.fo gives me the file is damaged and couldn't be repaired when viewing
with IE5.5 and Acrobat 5.0. Everything else seems OK. Thanks for the effort.

Regards
Roger

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Fop examples up on web

2003-01-06 Thread Clay Leeds
Darrel,
Thanks for putting this stuff up. It's a great reference. Would it be 
helpfulif someone put PDF versions of these files rendered in 0.20.4 (the 
current stable version)? Also, do you have a script which output these, 
or did you render them individually, one at a time?

BTW, forgive my nitpicky-ness (please!), but although you indicate 
2.0.5rc the version of FOP you are running is probably 0.20.5rc (unless 
I missed a few versions :-).

Thanks again!
Web Maestro Clay
At 06:41 PM 1/4/2003, you wrote:
See them at:
   www.webappcore.com/fop
I'd be happy to throw some other FO's on my server if anyone would like to 
provide some.  Just make sure they run on the version of FOP I'm using 
(currently 2.0.5rc).  Send them to [EMAIL PROTECTED]

Enjoy!
Darrel
Jeremias Maerki wrote:
I don't think the Apache XML FOP site generates the PDF for the 
examples, so I was thinking of giving the world a wonderful new gift, my 
first struts webapp that lets the masses see the fop examples in all 
their glory.  ;)

However, if there are already sites around that do this, I won't bother 
publishing it on my public server.

Please do! That would be real nice!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Clay Leeds
- Web Developer
- [EMAIL PROTECTED] 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Fop examples up on web

2003-01-06 Thread Darrel Riekhof
I fixed giro.fo and fop version mistake.  Going to fix a few other minor 
problems (image paths) before pushing to my public server, so those 
fixes won't show up until later today.

Darrel
Jeremias Maerki wrote:
That's probably the master-name attribute on one of the page-sequence
elements that should actually be a master-reference. That's fixed in CVS. 
But the FO Darrel uses still has this problem. Darrel, could you fix
that?

On 06.01.2003 13:24:40 Varley, Roger wrote:
 

See them at:
   www.webappcore.com/fop
 

giro.fo gives me the file is damaged and couldn't be repaired when viewing
with IE5.5 and Acrobat 5.0. Everything else seems OK. Thanks for the effort.
   


Jeremias Maerki
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Fop examples up on web

2003-01-06 Thread Darrel Riekhof
Clay Leeds wrote:
Thanks for putting this stuff up. It's a great reference. Would it be 
helpfulif someone put PDF versions of these files rendered in 0.20.4 
(the current stable version)? Also, do you have a script which 
output these, or did you render them individually, one at a time? 
Hi Clay,
Unless there is considerable public out-cry from the FOP community, I 
don't plan on moving back to 0.20.4.  I thought 0.20.5rc was pretty 
stable, but I could be wrong.  I'll upgrade to 0.20.5 as soon as its 
available.

Here's how it works--when you pick an FO file, my struts action class 
checks to see if the PDF has been generated yet.  If not, it passes it 
to FOP and generates it.  If so, it serves up the existing PDF.  So, as 
people hit all the examples, the website should get faster.  :)

BTW, forgive my nitpicky-ness (please!), but although you indicate 
2.0.5rc the version of FOP you are running is probably 0.20.5rc 
(unless I missed a few versions :-). 
That will be fixed next time I push it, probably later today.
Thanks for the comments.
Darrel

- Clay Leeds
- Web Developer
- [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Fop examples up on web

2003-01-06 Thread Clay Leeds
Darrel,
At 10:49 AM 1/6/2003, you wrote:
Here's how it works--when you pick an FO file, my struts action class 
checks to see if the PDF has been generated yet.  If not, it passes it to 
FOP and generates it.  If so, it serves up the existing PDF.  So, as 
people hit all the examples, the website should get faster.  :)
Are you saying, that your web site generates these PDF files from FO files 
on the fly? That's bitchin/nifty/cool! The pic of the Tiger is pretty 
s-uh-weet too! Wow! I didn't really understand just how useful SVG was 
until I saw that. I figured it was useful for charts  such. Thanks for 
this great resource.

- Clay Leeds
- Web Developer
- [EMAIL PROTECTED] 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Fop examples up on web

2003-01-06 Thread Darrel Riekhof
Clay Leeds wrote:
Are you saying, that your web site generates these PDF files from FO 
files on the fly? That's bitchin/nifty/cool! The pic of the Tiger is 
pretty s-uh-weet too! Wow! I didn't really understand just how useful 
SVG was until I saw that. I figured it was useful for charts  such. 
Thanks for this great resource. 
Thanks.
Btw, the directory navigation is all dynamic too, so droping in a new 
example fo would be as easy as copying the fo to the directory 
structure.  Thats why I'm more than willing to add other example fo's to 
the site if anyone has any.

I'm planning on making all the src and scripts for this website 
available for an example of how to integrate FOP into webapps. But not 
for while, until I can clean it up and document it.

Darrel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Fop examples up on web

2003-01-05 Thread Oleg Tkachenko
Darrel Riekhof wrote:
See them at:
   www.webappcore.com/fop
That's great, Darrel! We definitely have to update 
http://xml.apache.org/fop/examples.html page to link this one.
One small feature request - it would be nice to have link to a fo file along 
with pdf.
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Fop examples up on web

2003-01-05 Thread Darrel Riekhof
Good suggestion, will add the FO as soon as I can.
Darrel
Oleg Tkachenko wrote:
Darrel Riekhof wrote:
See them at:
   www.webappcore.com/fop
That's great, Darrel! We definitely have to update 
http://xml.apache.org/fop/examples.html page to link this one.
One small feature request - it would be nice to have link to a fo file 
along with pdf.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Fop examples up on web

2003-01-05 Thread Steve Homer
Are there any examples showing complex formatting like text flowing round
svgs bitmap import that kind of thing?

Steve
- Original Message -
From: Oleg Tkachenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, January 05, 2003 9:55 AM
Subject: Re: Fop examples up on web


 Darrel Riekhof wrote:
  See them at:
 
 www.webappcore.com/fop
 That's great, Darrel! We definitely have to update
 http://xml.apache.org/fop/examples.html page to link this one.
 One small feature request - it would be nice to have link to a fo file
along
 with pdf.
 --
 Oleg Tkachenko
 eXperanto team
 Multiconn Technologies, Israel


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]