<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>João Prado Maia's Weblog &#187; Papercut</title>
	<atom:link href="http://pessoal.org/blog/category/papercut/feed/" rel="self" type="application/rss+xml" />
	<link>http://pessoal.org/blog</link>
	<description></description>
	<lastBuildDate>Tue, 11 Aug 2009 00:42:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Papercut CVS browser working again</title>
		<link>http://pessoal.org/blog/2005/08/10/papercut-cvs-browser-working-again/</link>
		<comments>http://pessoal.org/blog/2005/08/10/papercut-cvs-browser-working-again/#comments</comments>
		<pubDate>Wed, 10 Aug 2005 17:01:18 +0000</pubDate>
		<dc:creator>jpm</dc:creator>
				<category><![CDATA[Papercut]]></category>

		<guid isPermaLink="false">http://pessoal.org/blog/?p=34</guid>
		<description><![CDATA[Sorry about that, it took me a while to realize that the Chora installation was set to the old webroot path.
Works fine now.
]]></description>
			<content:encoded><![CDATA[<p>Sorry about that, it took me a while to realize that the <a href="http://pessoal.org/papercut/cvs/chora/">Chora installation</a> was set to the old webroot path.</p>
<p>Works fine now.</p>
]]></content:encoded>
			<wfw:commentRss>http://pessoal.org/blog/2005/08/10/papercut-cvs-browser-working-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Papercut + weblog = distributed weblogs?</title>
		<link>http://pessoal.org/blog/2004/01/19/papercut-weblog-distributed-weblogs/</link>
		<comments>http://pessoal.org/blog/2004/01/19/papercut-weblog-distributed-weblogs/#comments</comments>
		<pubDate>Mon, 19 Jan 2004 23:16:21 +0000</pubDate>
		<dc:creator>jpm</dc:creator>
				<category><![CDATA[Papercut]]></category>

		<guid isPermaLink="false">http://pessoal.org/wp/?p=19</guid>
		<description><![CDATA[Jan-Willem Hiddink has an interesting post about the possibility of hacking a new Papercut storage module to handle weblog entries.
Jan: that is indeed possible. Bill Seitz also had some interesting thoughts on this, which can be summarized in the following:
- Each weblog will become a newsgroup and each weblog post will be a newsgroup message [...]]]></description>
			<content:encoded><![CDATA[<p>Jan-Willem Hiddink has an interesting <a title="BETERBETER.COM » Papercut" href="http://www.beterbeter.com/pivot/entry.php?id=377">post</a> about the possibility of hacking a new Papercut storage module to handle weblog entries.</p>
<p>Jan: that is indeed possible. Bill Seitz also had some <a href="http://webseitz.fluxent.com/wiki/PaperCut">interesting thoughts</a> on this, which can be summarized in the following:</p>
<p>- Each weblog will become a newsgroup and each weblog post will be a newsgroup message (maybe comments could become replies to the post?)<br />
- Weblog readers and writers may use papercut as their replication mechanism. Everyone will run papercut locally and then connect to &#8216;localhost&#8217; using Outlook Express or whatever to either read weblog entries and post new weblog entries (or even comments to existing weblog entries)<br />
- They would need some way to add a weblog papercut host/port to their subscription list (changing settings.py or a local database in the process)</p>
<p>I took a few hours to write down what would need to be developed for this to happen:</p>
<p>- Add support for the IHAVE command in Papercut<br />
- Need a client side tool to help people add weblog servers to their subscription list<br />
- New storage module to store subscriptions/weblog entries locally (maybe SQLite?)<br />
- Need a new authentication mechanism to allow weblog authors to post a new &#8216;thread&#8217; (or weblog entry) in their newsgroups and to prevent other people from doing the same</p>
<p>Anyway, aside from these requirements a client side tool could be written using Fredrik Lundh&#8217;s effbot platform (or just plain TKinter) to make it easier to start/stop the service on Windows, for instance.</p>
]]></content:encoded>
			<wfw:commentRss>http://pessoal.org/blog/2004/01/19/papercut-weblog-distributed-weblogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Papercut 0.9.8 is up!</title>
		<link>http://pessoal.org/blog/2003/04/24/papercut-098-is-up/</link>
		<comments>http://pessoal.org/blog/2003/04/24/papercut-098-is-up/#comments</comments>
		<pubDate>Thu, 24 Apr 2003 14:35:07 +0000</pubDate>
		<dc:creator>jpm</dc:creator>
				<category><![CDATA[Papercut]]></category>

		<guid isPermaLink="false">http://pessoal.org/wp/?p=14</guid>
		<description><![CDATA[A new version of Papercut is available for download. Papercut is a news server written in Python. Its main objective is to integrate existing web based message board software (Phorum is one of the supported ones) with an Usenet front-end. However, its extensibility enables developers to write their own containers for the storage of the [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of <a href="http://papercut.org">Papercut</a> is available for download. Papercut is a news server written in Python. Its main objective is to integrate existing web based message board software (Phorum is one of the supported ones) with an Usenet front-end. However, its extensibility enables developers to write their own containers for the storage of the Usenet articles (messages). That means that the code is extensible enough that _you_ could write new containers to integrate the news server with other web message board projects or even other ways to store the messages.</p>
<p>I love working on this project &#8211; the possibilities for novel uses of it are really endless. It even looks like someone else might want to use the mbox integration :)</p>
]]></content:encoded>
			<wfw:commentRss>http://pessoal.org/blog/2003/04/24/papercut-098-is-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
