<?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>Jansch.nl &#187; achievo</title>
	<atom:link href="http://www.jansch.nl/tag/achievo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jansch.nl</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sun, 31 Jul 2011 14:58:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Bugtraq report for Achievo 1.1</title>
		<link>http://www.jansch.nl/2007/05/16/bugtraq-report-for-achievo-11/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bugtraq-report-for-achievo-11</link>
		<comments>http://www.jansch.nl/2007/05/16/bugtraq-report-for-achievo-11/#comments</comments>
		<pubDate>Wed, 16 May 2007 23:22:24 +0000</pubDate>
		<dc:creator>Ivo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[achievo]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.jansch.nl/?p=571</guid>
		<description><![CDATA[Yesterday someone reported a security issue in bugtraq: http://www.securityfocus.com/bid/23992/info Although the issue was reported directly to SecurityFocus and not to us, I want to stress that this is a bug in an old version of Achievo. Version 1.2 that was released over a year ago already had a fix for this issue. (The report originally [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday someone reported a security issue in bugtraq:</p>
<p><a href="http://www.securityfocus.com/bid/23992/info">http://www.securityfocus.com/bid/23992/info</a></p>
<p>Although the issue was reported directly to SecurityFocus and not to us, I want to stress that this is a bug in an old version of Achievo. Version 1.2 that was released over a year ago already had a fix for this issue. (The report originally didn't mention this but I had them include the info on 1.2 when I discovered the report.)</p>
<p>Those of you still running Achievo 1.1 are advised to upgrade to the latest stable version of Achievo, 1.2.1. </p>
<p>If that is not an option, the issue can be fixed in two ways:</p>
<ul>
<li>Make sure that register_globals is turned off in php.ini. The problem is not present when this setting is turned off.
<li>Edit index.php, and add the line $config_atkroot = "./"; right in front of the include of atk.inc</ul>
<p>When in doubt, or if you have questions according to this issue, please consult the <a href="http://www.achievo.org/forum">Achievo forum</a> or contact me directly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jansch.nl/2007/05/16/bugtraq-report-for-achievo-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &#8216;hoursurvey fund raiser&#8217;</title>
		<link>http://www.jansch.nl/2007/01/22/the-hoursurvey-fund-raiser/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-hoursurvey-fund-raiser</link>
		<comments>http://www.jansch.nl/2007/01/22/the-hoursurvey-fund-raiser/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 15:14:13 +0000</pubDate>
		<dc:creator>Ivo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[achievo]]></category>
		<category><![CDATA[donation]]></category>
		<category><![CDATA[hoursurvey]]></category>

		<guid isPermaLink="false">http://www.jansch.nl/?p=531</guid>
		<description><![CDATA[This is a blog message particularly for readers of my blog that are using the Achievo project management application. Many of you had problems in the past with the hoursurvey in Achievo, when using it, but also when making extensions to it. The hoursurvey is based on code that was written for Achievo back when [...]]]></description>
			<content:encoded><![CDATA[<p>This is a blog message particularly for readers of my blog that are using the Achievo project management application.</p>
<p>Many of you had problems in the past with the hoursurvey in Achievo, when using it, but also when making extensions to it. </p>
<p>The hoursurvey is based on code that was written for Achievo back when the ATK framework didn't exist yet, and ever since we've been dealing with the legacy of that.</p>
<p>Given the demand for a better version of the hoursurvey, I would like to combine forces and see if we can raise some money to be able to invest in the hoursurvey.</p>
<p>The best way to do this is through the donations option, on </p>
<p><a href="http://www.achievo.org/support/donate">http://www.achievo.org/support/donate</a></p>
<p>Now, we wouldn't want to waste anybody's money if we don't raise enough, so we came up with the following plan:</p>
<p><strong>Option 1</strong></p>
<p>If we manage to raise 2000 euro, we have enough to invest in a new hoursurvey that is based on the more generic 'extended search' functionality that is present in ATK (compare to the extended search in other screens). We'd rewrite the hoursurvey report to make use of this functionality, and make it easier for external modules (such as billing) to append new columns and criteria to the hoursurvey. The report itself would be based on the 'basereport' class (if you don't know what this means, it's a more generic way of creating lists of records).</p>
<p>So basically, option 1 gives us roughly the same functionality as the current hoursurvey, only with code that is easier to maintain. </p>
<p><strong>Option 2</strong></p>
<p>If we manage to raise 4000 euro in total, we can do option 1, but also make use of the ajax based 'smart search' method, which includes the ability to store and load predefined searches. Also, in this option, we can use the generic CSV export function of ATK to export the entries to a CSV file.</p>
<p>So this gives us the current functionality, is easier to maintain, and gives us some new functionality.</p>
<p><strong>Option 3</strong></p>
<p>If we manage to raise 6000 euro in total, we are able to generalize the hoursurvey in such a way that a report like this is not generated in code, but can be defined in the database. This way, we can more easiliy create similar reports for other parts of Achievo and/or other ATK applications.</p>
<p><strong>Fallback option</strong></p>
<p>There is a risk that we may not raise enough for option 1. If that is the case, to prevent us from having to reimburse everybody's investment, we would like to dedicate the funds to fixing as much of the issues and getting as close to option 1 as we can. </p>
<p>Also, if we raise more than, say, option 1 but not enough for option 2, we'll invest the extra money in the quality and features of that option.</p>
<p>If you like this idea, and want to help improve the hoursurvey, which in our opinion is one of the most important parts of Achievo, please consider donating funds.</p>
<p>We will keep the fund raiser open for about 2 weeks; at which point we look at how much we raised and which option we are going to implement. </p>
<p>Funds can be donated on:</p>
<p><a href="http://www.achievo.org/support/donate">http://www.achievo.org/support/donate</a></p>
<p>(please specify 'hoursurvey' somewhere in your comment, so we know that your donation is for the hoursurvey fund raiser).</p>
<p>If you do not want to use paypal but want to donate in a different manner please contact me at ivo at achievo.org</p>
<p>On behalf of the Achievo crew, thanks for any donation that you want to do.</p>
<p>If you have any questions, please post them here or send them to me personally (ivo at achievo.org).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jansch.nl/2007/01/22/the-hoursurvey-fund-raiser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Achievo 1.2.1 release and ATK news</title>
		<link>http://www.jansch.nl/2006/05/30/achievo-121-release-and-atk-news/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=achievo-121-release-and-atk-news</link>
		<comments>http://www.jansch.nl/2006/05/30/achievo-121-release-and-atk-news/#comments</comments>
		<pubDate>Tue, 30 May 2006 19:12:36 +0000</pubDate>
		<dc:creator>Ivo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[achievo]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[atk]]></category>
		<category><![CDATA[epointment]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.jansch.nl/?p=391</guid>
		<description><![CDATA[My decision to hand over project maintenance of the Achievo project has turned out to be a good one. Since Sandy took over, we've had 3 new releases. A first release candidate for Achievo 1.2 was out when he was at the helm hardly one month, and yesterday, he released Achievo 1.2.1, which contains several [...]]]></description>
			<content:encoded><![CDATA[<p>My decision to hand over project maintenance of the <a href="http://www.achievo.org">Achievo</a> project has turned out to be a good one.</p>
<p>Since Sandy took over, we've had 3 new releases. A first release candidate for Achievo 1.2 was out when he was at the helm hardly one month, and yesterday, he released <a href="http://www.achievo.org/download/releasenotes/1_2_1">Achievo 1.2.1</a>, which contains several important bugfixes for the 1.2 branch.</p>
<p>I've had several remarks from users who were 'glad the project was apparently still alive after months without a release'. I think the project would've died prematurely if Sandy hadn't taken over.</p>
<p>As a result of the takeover, I was able to finally take the time to do some other things I've been planning to do for a while now. I've written a <a href="http://www.achievo.org/forum/viewtopic.php?t=1134">Typo3 ATK bridge</a> that makes it possible to develop Typo3 backend modules in ATK. This reduces Typo3 backend modules from hundreds of lines of code to the minimal amount of coding we're used to from using ATK. This extension is currently being tested internally and will be released with a howto soon.</p>
<p>Also, I'm finishing up ATK 5.6. It contains some interesting new features, among which is an atkCalculatorAttribute for arbitrary calculations on fields and an atkMlWrapper which can turn any attribute into an internationalised field (sponsored by our friends at <a href="http://www.zicht.nl">Zicht</a>). ATK 5.6 should be out within 2 weeks.</p>
<p>Finally I've been spending a lot of time on <a href="http://www.epointment.com">epointment.com</a>. We're finally getting somewhere with the features we need. I will be writing a 'syncing Achievo with epointment.com' howto soon. Although at its current state, we have a lot of competition from <a href="http://www.google.com/calendar">the big guys</a>, we're seeing quite an amount of interest from Dutch people (probably because Google Calendar only has an English interface at the moment), so we're coming along nicely. We're also talking to the guys from <a href="http://www.markthisdate.com">MarkThisDate</a> for cooperation (open standards rule!).</p>
<p>The largest benefit for ATK will be that we're pushing the development of the Ajax functionality in the framework. In ATK 5.7 (which might become ATK 6) you can expect a lot of (optional, ofcourse) Ajax powered functionality such as autocompletion and Partial Page Rendering.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jansch.nl/2006/05/30/achievo-121-release-and-atk-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stepping down</title>
		<link>http://www.jansch.nl/2006/03/10/stepping-down/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=stepping-down</link>
		<comments>http://www.jansch.nl/2006/03/10/stepping-down/#comments</comments>
		<pubDate>Fri, 10 Mar 2006 09:02:19 +0000</pubDate>
		<dc:creator>Ivo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[achievo]]></category>
		<category><![CDATA[atk]]></category>
		<category><![CDATA[epointment]]></category>
		<category><![CDATA[sandy]]></category>

		<guid isPermaLink="false">http://www.jansch.nl/?p=321</guid>
		<description><![CDATA[For almost 6 years, I've been the lead developer of the Achievo Project Management application. It has always been an interesting project. While being a relatively small application, among larger suites such as phpGroupware, we've always tried to keep it simple, targeted at a certain set of functionality, with a specific focus. I think we [...]]]></description>
			<content:encoded><![CDATA[<p>For almost 6 years, I've been the lead developer of the <a href="http://www.achievo.org">Achievo Project Management</a> application. It has always been an interesting project. While being a relatively small application, among larger suites such as <a href="http://www.phpgroupware.org">phpGroupware</a>, we've always tried to keep it simple, targeted at a certain set of functionality, with a specific focus. I think we succeeded in doing so, as because of this, it appeals to a specific set of users and mainly to smaller companies with small projects they need to track.</p>
<p>About 5 months after its first release, we rewrote Achievo from scratch, because a community started to form that demanded new features that were time consuming to add, even if it was just the addition of a new field. Achievo was in fact the first thing I ever wrote in PHP, so the code was not something to be proud of. We learned an important lesson from that first release, and we replaced the large set of php scripts with clean, object oriented code, and the basis of this quickly became a framework. About two years ago the framework had evolved enough to stand on it's own, and the <a href="http://www.achievo.org/atk">ATK</a> framework was released as a separate product.</p>
<p>Since then, ATK has seen a lot of growth. Last year, the ATK community became larger than the original Achievo community, and as such, took up a lot more of my time. Also, I'm working hard to get my own company, <a href="http://www.epointment.com">epointment</a> up and running.</p>
<p>The result is that the Achievo Project Management application does not get the amount of attention that it deserves anymore. This is painfully evident in the release frequency, the last stable release was (although development never stopped) a year ago. This is not motivating for the developers that are working on new features, and it's not good for the community. </p>
<p>So I've made the decision to hand over the Achievo Project Management app, so I can concentrate on ATK and epointment. The most likely candidate for taking over is Sandy Pleyte, as he has been one of the main developers since the start, and has always fueled Achievo development. I've discussed the future of Achievo with him, and he has a lot of ideas, both for functionality and for restructuring the development process, so I'm confident that Achievo is in good hands with him. </p>
<p>This does not mean I will leave the project entirely. I will remain on the development team, and will continue to work together with the rest of the team. It's just that I think the project maintainer should be able to have more dedication for the project than I am currently able to offer. </p>
<p>So I think this is what's best for the project, and I wish Sandy the best of luck. You will probably start seeing the results of this very soon, as Sandy is eager to put his plans to action. <img src='http://www.jansch.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jansch.nl/2006/03/10/stepping-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You don&#8217;t have to be a newbie to make stupid mistakes</title>
		<link>http://www.jansch.nl/2005/11/02/you-dont-have-to-be-a-newbie-to-make-stupid-mistakes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=you-dont-have-to-be-a-newbie-to-make-stupid-mistakes</link>
		<comments>http://www.jansch.nl/2005/11/02/you-dont-have-to-be-a-newbie-to-make-stupid-mistakes/#comments</comments>
		<pubDate>Wed, 02 Nov 2005 08:44:25 +0000</pubDate>
		<dc:creator>Ivo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[achievo]]></category>
		<category><![CDATA[atk]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[ipc]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[shiflett]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://www.jansch.nl/?p=201</guid>
		<description><![CDATA[I know my way around PHP. I've been working on frameworks, web applications and CMS'es for almost 6 years now. I'm even a Zend Certified Engineer. Still, last week I amazed myself in how stupid I can be. ATK can be downloaded with a demo application. To aid the developer, most pages in the demo [...]]]></description>
			<content:encoded><![CDATA[<p>I know my way around PHP. I've been working on <a href="http://www.achievo.org/atk">frameworks</a>, <a href="http://www.achievo.org">web applications</a> and <a href="http://www.ibuildings.nl/producten/content/platform">CMS'es</a> for almost 6 years now. I'm even a Zend Certified Engineer.</p>
<p>Still, last week I amazed myself in how stupid I can be. <img src='http://www.jansch.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>ATK can be downloaded with a demo application. To aid the developer, most pages in the demo application have a 'view source' link. What was I thinking when I used __FILE__ to determine the source file and pass that to a viewer through the url, not checking the validity of the filename? I created a 'Local File Include Vulnerability': any logged in user was able to tamper with the URL, and for example use ?file=/etc/passwd to view any file that the webserver has read access to.</p>
<p>I've read numerous blogs about the subject, read slides and articles from security experts such as <a href="http://shiflett.org/">Chris Shiflett</a>, but still, one unguarded moment of late night, sleep-deprived hacking and bang, there you have it.</p>
<p>Luckily, it was only the demo application, which is usually not installed in public places, and also, you still have to log in to actually be able to exploit anything, but still, given how relatively easy it is to make such mistakes is discomforting.</p>
<p>(A fix was immediately released of course, at http://www.achievo.org/atk/download you can find the 5.2.2 version which fixes this issue).</p>
<p>There is also some positive news about ATK. Boy wrote a <a href="http://www.achievo.org/atk/docs/howto/customactions">new howto</a> on custom record actions. This shows how to do a lot more with your app than the usual CRUD operations.</p>
<p>Guido did some excellent work last week on an Open Office template engine. It is now possible to generate Open Office documents right from an atkNode. As usual, documentation comes second, so it's undocumented right now, but it is already available in the  <a href="http://www.achievo.org/atk/download">nightly build</a>. If you want to experiment with it, we can help you on IRC or in the forum. We will give a demonstration of this new functionality at our booth at the <a href="http://www.phpconference.com">PHP Conference</a> in Frankfurt next week.</p>
<p>Finally, Sandy created a new CRM module for <a href="http://www.achievo.org">Achievo</a>. It's far from finished (it only works with Achievo 1.1, not yet with the development version), but it's a start. This one is available from Achievo's <a href="http://www.achievo.org/download/nightly">nightly build page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jansch.nl/2005/11/02/you-dont-have-to-be-a-newbie-to-make-stupid-mistakes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Zend Webcast &#8216;The PHP Job Market&#8217;</title>
		<link>http://www.jansch.nl/2005/08/12/zend-webcast-the-php-job-market/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zend-webcast-the-php-job-market</link>
		<comments>http://www.jansch.nl/2005/08/12/zend-webcast-the-php-job-market/#comments</comments>
		<pubDate>Fri, 12 Aug 2005 15:03:31 +0000</pubDate>
		<dc:creator>Ivo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[achievo]]></category>
		<category><![CDATA[atk]]></category>
		<category><![CDATA[ibuildings]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[webcast]]></category>
		<category><![CDATA[zce]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.jansch.nl/?p=141</guid>
		<description><![CDATA[In my previous entry I already talked about how 9 of our employees already were certified, and that 3 were coming up. Right now, we have 12 ZCE's, which makes us the number 1 certified company in The Netherlands. Whoot! For this reason, Zend invited me to take part in their webcast about the PHP [...]]]></description>
			<content:encoded><![CDATA[<p>In my previous entry I already talked about how 9 of our employees already were <a href="http://www.zend.com/certification">certified</a>, and that 3 were coming up. Right now, we have 12 ZCE's, which makes us the number 1 certified company in The Netherlands. Whoot! <img src='http://www.jansch.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>For this reason, Zend invited me to take part in their <a href="http://www.zend.com/webcasts/">webcast</a> about the PHP Job Market on august 24. I'm looking forward to it. If all goes well, there will also be a case study about ibuildings on Zend.com soon.</p>
<p>Some other bits of news: we've attracted 2 sponsors for the <a href="http://www.achievo.org">Achievo project management tool</a>. The next few months we will be building quite some interesting features, among which finally a completion of the billing module, an <a href="http://www.openoffice.org">Open Office</a> export/template feature, an upgrade to <a href="http://www.achievo.org/atk">ATK5</a> and parts of the '<a href="http://www.achievo.org/lists/2003/Dec/msg00153.html">task based time-registration</a>' we've been planning for almost 2 years now.</p>
<p>The next release of ATK is around the corner. I've got some contributed translations to add, but besides that, the next release is almost ready.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jansch.nl/2005/08/12/zend-webcast-the-php-job-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forums!</title>
		<link>http://www.jansch.nl/2005/05/29/forums/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=forums</link>
		<comments>http://www.jansch.nl/2005/05/29/forums/#comments</comments>
		<pubDate>Sun, 29 May 2005 23:39:46 +0000</pubDate>
		<dc:creator>Ivo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[achievo]]></category>
		<category><![CDATA[atk]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[phpbb]]></category>

		<guid isPermaLink="false">http://www.jansch.nl/?p=111</guid>
		<description><![CDATA[Over time, I've had several requests to replace the ATK and Achievo mailinglists with a forum. I used to favor a mailinglist though, mainly for the convenience of receiving everything in my inbox, in other words: not having to visit something on a regular basis. I still think that is one of the main benefits [...]]]></description>
			<content:encoded><![CDATA[<p>Over time, I've had several requests to replace the ATK and Achievo mailinglists with a forum.</p>
<p>I used to favor a mailinglist though, mainly for the convenience of receiving everything in my inbox, in other words: not having to visit something on a regular basis.</p>
<p>I still think that is one of the main benefits of a mailinglist, but on the other hand, a forum has a much lower threshold. It's easier to access, and you don't have to subscribe to anything to read it. So last week, I finally took the time to install <a href="http://www.phpbb.com">phpBB</a> (which turned out to be a lot easier than I thought).</p>
<p>Peter suggested to add the RSS syndication plugin to the forum, which was a very good idea. With Firefox's 'live bookmarks' feature, the RSS feed makes keeping track of new postings very easy. But if you use Thunderbird as a mail client, you can even subscribe to the forum RSS feed and turn it into a mail folder. This way, you can read the entire forum as if it were a mailinglist. Everybody happy. <img src='http://www.jansch.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>So now we have <a href="http://www.achievo.org/forum/">forums</a>. The mailinglists will continue to exist for a while, but I've removed the subscription instructions from the site. From now on, the forums will be the main communication method.</p>
<p>One thing I was a bit disappointed about though: phpbb's architecture. I can live with the fact that it's not object oriented (although that would've made extending the software a lot easier), but what I find particularly disturbing is the lack of functions. It's mainly a set of long scripts. Functional decomposition would be a Good Thing to do here.</p>
<p>The architecture makes it hard to maintain. This is reflected in the '<a href="http://www.phpbb.com/mods/">mods</a>' that you can download for phpbb. These are not really plugins, but 'modification instructions' telling you what lines of code to modify. Applying many mods makes maintenance and upgrading difficult, and the forum itself can't apply any restrictions on the installed mods.</p>
<p>Fortunately, the code seems to be good. I've not encountered any bugs, and given the amount if installed phpbb forums, code quality probably isn't an issue.</p>
<p>The administration backend could use some work though. Managing forums and users takes a lot of clicking and is not very RSI-friendly. I'm thinking about contributing an ATK backend for phpBB. atkPhpbbAdmin. If only I had the time...</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jansch.nl/2005/05/29/forums/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

