<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: New version plenty of new features, but still under a RC tag</title>
	<atom:link href="http://osclass.org/2010/03/25/new-version-plenty-of-new-features-but-still-under-a-rc-tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://osclass.org/2010/03/25/new-version-plenty-of-new-features-but-still-under-a-rc-tag/</link>
	<description>Professional open source classifieds</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:17:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Juan Ramón</title>
		<link>http://osclass.org/2010/03/25/new-version-plenty-of-new-features-but-still-under-a-rc-tag/comment-page-1/#comment-215</link>
		<dc:creator>Juan Ramón</dc:creator>
		<pubDate>Tue, 03 Aug 2010 10:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://osclass.org/?p=20#comment-215</guid>
		<description>@Craig Ringer: Here you will find info about how create new plugins: http://code.google.com/p/osclass/wiki/Plugins Any question you have, please contact.</description>
		<content:encoded><![CDATA[<p>@Craig Ringer: Here you will find info about how create new plugins: <a href="http://code.google.com/p/osclass/wiki/Plugins" rel="nofollow">http://code.google.com/p/osclass/wiki/Plugins</a> Any question you have, please contact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Ringer</title>
		<link>http://osclass.org/2010/03/25/new-version-plenty-of-new-features-but-still-under-a-rc-tag/comment-page-1/#comment-170</link>
		<dc:creator>Craig Ringer</dc:creator>
		<pubDate>Wed, 07 Jul 2010 13:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://osclass.org/?p=20#comment-170</guid>
		<description>Hi

I&#039;ve recently developed a print classified pagination tool that&#039;ll be going open source shortly. The tool allows any system that maintains a database of classified ads to fairly easily produce print-ready PDFs containing classified ad listings.

It should handle any restricted-tags plain-text ads and image-only ads effortlessly. Rich text ads, such as those using HTML subset markup, can be supported easily so long as the markup translates reasonably well into XSL-FO (which most simple HTML does).

If you&#039;re interested in using such a tool to provide osclass with print output facilities, I&#039;d be happy to throw the code your way for an initial look, while I work on tidying it up for wider release. Email me at the address supplied if this strikes your fancy.

A few technical and feature details:

- Automatically inserts house ads where required to fill white-space holes at the bottom of columns
- Proper heading repeat at the top of classifications broken over columns
- Proper vertical justification in columns - no ugly whitespace holes
- Absolutely no manual intervention required for fiddling with layout like house ad placement
- Produces PDF, PostScript, or any other format supported by Apache FOP as a final target
- Can be used to produce press-ready pages, or sections to import into Quark/InDesign/whatever
- Uses Apache FOP to do the grunt-work of pagination and layout
- Uses the standard XSL-FO format to feed into FOP
- Produces FOP input using XSLT from any reasonable XML structure.
- Easily database driven, as any decent database can produce ready-to-consume XML from whatever structure the ad management app is using to represent ads
- Written in Java (to make use of the Java-based Apache FOP easier), but callable from anything via a simple command line or embedding in another Java app/servlet.

Limitations:

- Single column ads only. No ads may span a column.
- RGB or greyscale only, due to Apache FOP limitations. However, it&#039;ll happily spit out press-ready PDF/X1a with appropriate ICC profile tags, and you can always use PitStop etc to convert that to CMYK if you have a brain-dead printer that doesn&#039;t use embedded profiles properly.
- You&#039;ll need to learn XSL-FO to develop your page templates, there&#039;s no design tool and probably won&#039;t be.
- You&#039;ll need to learn XSLT to develop the conversion between your ad format and the required XSL-FO input, unless you can produce ads in a structure that the existing XSLT understands.

Contact: python -c &quot;print &#039;Y3JhaWdAcG9zdG5ld3NwYXBlcnMuY29tLmF1&#039;.decode(&#039;base-64&#039;)&quot;</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;ve recently developed a print classified pagination tool that&#8217;ll be going open source shortly. The tool allows any system that maintains a database of classified ads to fairly easily produce print-ready PDFs containing classified ad listings.</p>
<p>It should handle any restricted-tags plain-text ads and image-only ads effortlessly. Rich text ads, such as those using HTML subset markup, can be supported easily so long as the markup translates reasonably well into XSL-FO (which most simple HTML does).</p>
<p>If you&#8217;re interested in using such a tool to provide osclass with print output facilities, I&#8217;d be happy to throw the code your way for an initial look, while I work on tidying it up for wider release. Email me at the address supplied if this strikes your fancy.</p>
<p>A few technical and feature details:</p>
<p>- Automatically inserts house ads where required to fill white-space holes at the bottom of columns<br />
- Proper heading repeat at the top of classifications broken over columns<br />
- Proper vertical justification in columns &#8211; no ugly whitespace holes<br />
- Absolutely no manual intervention required for fiddling with layout like house ad placement<br />
- Produces PDF, PostScript, or any other format supported by Apache FOP as a final target<br />
- Can be used to produce press-ready pages, or sections to import into Quark/InDesign/whatever<br />
- Uses Apache FOP to do the grunt-work of pagination and layout<br />
- Uses the standard XSL-FO format to feed into FOP<br />
- Produces FOP input using XSLT from any reasonable XML structure.<br />
- Easily database driven, as any decent database can produce ready-to-consume XML from whatever structure the ad management app is using to represent ads<br />
- Written in Java (to make use of the Java-based Apache FOP easier), but callable from anything via a simple command line or embedding in another Java app/servlet.</p>
<p>Limitations:</p>
<p>- Single column ads only. No ads may span a column.<br />
- RGB or greyscale only, due to Apache FOP limitations. However, it&#8217;ll happily spit out press-ready PDF/X1a with appropriate ICC profile tags, and you can always use PitStop etc to convert that to CMYK if you have a brain-dead printer that doesn&#8217;t use embedded profiles properly.<br />
- You&#8217;ll need to learn XSL-FO to develop your page templates, there&#8217;s no design tool and probably won&#8217;t be.<br />
- You&#8217;ll need to learn XSLT to develop the conversion between your ad format and the required XSL-FO input, unless you can produce ads in a structure that the existing XSLT understands.</p>
<p>Contact: python -c &#8220;print &#8216;Y3JhaWdAcG9zdG5ld3NwYXBlcnMuY29tLmF1&#8242;.decode(&#8216;base-64&#8242;)&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

