<?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"
	>

<channel>
	<title>kuwata-lab.com</title>
	<atom:link href="http://www.kuwata-lab.com/support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kuwata-lab.com/support</link>
	<description>50% of the effects comes from 5% of the causes</description>
	<pubDate>Sun, 21 Dec 2008 11:24:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Merb_editorkicker 0.2.0 released - invoke your favorite editor other than TextMate</title>
		<link>http://www.kuwata-lab.com/support/2008/12/21/merb_editorkicker-020-released-invoke-your-favorite-editor-other-than-textmate/</link>
		<comments>http://www.kuwata-lab.com/support/2008/12/21/merb_editorkicker-020-released-invoke-your-favorite-editor-other-than-textmate/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 11:24:04 +0000</pubDate>
		<dc:creator>kwa</dc:creator>
		
		<category><![CDATA[product]]></category>

		<category><![CDATA[editorkicker]]></category>

		<guid isPermaLink="false">http://www.kuwata-lab.com/support/?p=40</guid>
		<description><![CDATA[I have released merb_editorkicker 0.2.0.

This is a Merb plug-in which enables you to invoke your favorite editor (such as Emacs, Aptana, NetBeans, and so on) instead of TextMate when you clicked line number on Merb error page.

And this plug-in works on all platform. In other words, you can invoke your editor not only on Mac [...]]]></description>
		<wfw:commentRss>http://www.kuwata-lab.com/support/2008/12/21/merb_editorkicker-020-released-invoke-your-favorite-editor-other-than-textmate/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CGIAlt 1.0.0 released - re-implementation of cgi.rb</title>
		<link>http://www.kuwata-lab.com/support/2008/11/09/cgialt-100-released-re-implementation-of-cgirb/</link>
		<comments>http://www.kuwata-lab.com/support/2008/11/09/cgialt-100-released-re-implementation-of-cgirb/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 04:18:54 +0000</pubDate>
		<dc:creator>kwa</dc:creator>
		
		<category><![CDATA[product]]></category>

		<category><![CDATA[ruby]]></category>

		<category><![CDATA[cgialt]]></category>

		<guid isPermaLink="false">http://www.kuwata-lab.com/support/?p=37</guid>
		<description><![CDATA[I have released CGIAlt 1.0.0.


(homepage) http://cgialt.rubyforge.org/
(download) http://rubyforge.org/projects/cgialt/
(source)   http://github.com/kwatch/cgialt/


CGIAlt is a re-implementation of &#8216;cgi.rb&#8217;.

Features


Compatible with &#8216;cgi.rb&#8217; and CGI class
Faster than &#8216;cgi.rb&#8217;
Available with CGIExt (which is an implementation of cgi.rb in C extension)
FastCGI support
Ruby 1.9 support




Install

$ tar xzf cgialt-1.0.0.tar.gz
$ cd cgialt-1.0.0
$ sudo ruby setup.rb


or

$ sudo gem install cgialt


Usage

If you want to use CGIAlt instead of [...]]]></description>
		<wfw:commentRss>http://www.kuwata-lab.com/support/2008/11/09/cgialt-100-released-re-implementation-of-cgirb/feed/</wfw:commentRss>
		</item>
		<item>
		<title>pyKook 0.0.1 - a simple build tool similar to Make or Ant</title>
		<link>http://www.kuwata-lab.com/support/2008/10/19/pykook-001-a-simple-build-tool-similar-to-make-or-ant/</link>
		<comments>http://www.kuwata-lab.com/support/2008/10/19/pykook-001-a-simple-build-tool-similar-to-make-or-ant/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 08:17:52 +0000</pubDate>
		<dc:creator>kwa</dc:creator>
		
		<category><![CDATA[product]]></category>

		<category><![CDATA[python]]></category>

		<category><![CDATA[pykook]]></category>

		<guid isPermaLink="false">http://www.kuwata-lab.com/support/?p=35</guid>
		<description><![CDATA[I have released pyKook 0.0.1.


http://pypi.python.org/pypi/Kook/0.0.1
http://www.kuwata-lab.com/kook/
users-guide


pyKook is a simple build tool similar to Make, Ant, Rake, or SCons.
pyKook regards software project as cooking.
Terms used in pyKook are cooking terms.

For example:


cookbook    :  Makefile
product     :  target file
ingredient  :  source file
recipe      :  [...]]]></description>
		<wfw:commentRss>http://www.kuwata-lab.com/support/2008/10/19/pykook-001-a-simple-build-tool-similar-to-make-or-ant/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The complete stes to install Merb and DataMapper from source</title>
		<link>http://www.kuwata-lab.com/support/2008/09/25/the-complete-stes-to-install-merb-and-datamapper-from-source/</link>
		<comments>http://www.kuwata-lab.com/support/2008/09/25/the-complete-stes-to-install-merb-and-datamapper-from-source/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 16:13:16 +0000</pubDate>
		<dc:creator>kwa</dc:creator>
		
		<category><![CDATA[ruby]]></category>

		<category><![CDATA[datamapper]]></category>

		<category><![CDATA[merb]]></category>

		<guid isPermaLink="false">http://www.kuwata-lab.com/support/?p=33</guid>
		<description><![CDATA[I just started to learn Merb and DataMapper.
I installed them with RubyGems, but it raised error because
Merb requires DataMapper 0.9.6 but officialy released only 0.9.5.
So I decided to install them from source, and found it is hard
to install them from source.

The following is the complete steps to install Merb and DataMapper
from source.

## install RubyGems 1.2.0 [...]]]></description>
		<wfw:commentRss>http://www.kuwata-lab.com/support/2008/09/25/the-complete-stes-to-install-merb-and-datamapper-from-source/feed/</wfw:commentRss>
		</item>
		<item>
		<title>EditorKicker 0.2.0 released</title>
		<link>http://www.kuwata-lab.com/support/2008/09/14/editorkicker-020-released/</link>
		<comments>http://www.kuwata-lab.com/support/2008/09/14/editorkicker-020-released/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 22:16:11 +0000</pubDate>
		<dc:creator>kwa</dc:creator>
		
		<category><![CDATA[product]]></category>

		<category><![CDATA[editorkicker]]></category>

		<guid isPermaLink="false">http://www.kuwata-lab.com/support/?p=30</guid>
		<description><![CDATA[EditorKicker 0.2.0 released.


http://rubyforge.org/projects/editorkicker/
http://editorkicker.rubyforge.org/


EditorKicker is a pretty tool to invoke your favorite editor (TextMate or
Emacs) and open errored file automatically when an exception raised on
your Ruby script.

If you are Rails user, try

$ ruby script/plugin install http://github.com/kwatch/editorkicker.git/ruby/plugin/rails/editorkicker


to install EditorKicker plugin for your Ruby on Rails application.

In this release, it is able to specify include and/or exclude path [...]]]></description>
		<wfw:commentRss>http://www.kuwata-lab.com/support/2008/09/14/editorkicker-020-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Erubis 2.6.0 released &#8212; a fast and extensible eRuby</title>
		<link>http://www.kuwata-lab.com/support/2008/05/05/erubis-260-released-a-fast-and-extensible-eruby/</link>
		<comments>http://www.kuwata-lab.com/support/2008/05/05/erubis-260-released-a-fast-and-extensible-eruby/#comments</comments>
		<pubDate>Mon, 05 May 2008 13:46:50 +0000</pubDate>
		<dc:creator>kwa</dc:creator>
		
		<category><![CDATA[product]]></category>

		<category><![CDATA[erubis]]></category>

		<guid isPermaLink="false">http://www.kuwata-lab.com/support/2008/05/05/erubis-260-released-a-fast-and-extensible-eruby/</guid>
		<description><![CDATA[I have released Erubis 2.6.0.


http://www.kuwata-lab.com/erubis/
http://www.kuwata-lab.com/erubis/CHANGES.txt
http://rubyforge.org/projects/erubis/


Erubis is another eRuby implementation which is very fast and
extensible than ERB and eruby.

Enhancements from 2.5.0:




Improved support of Ruby on Rails 2.0.2.
New class ActionView::TemplateHandlers::Erubis is defined and
registered as default handler of *.html.erb and *.rhtml.
&#8216;&#8216; and &#8216;&#8216; are converted into &#8216;&#8216; and &#8216;&#8216; respectively.
This is for compatibility with ERB.


ex1.rhtml:

&#60;ul&#62;
&#60;%% for item in [...]]]></description>
		<wfw:commentRss>http://www.kuwata-lab.com/support/2008/05/05/erubis-260-released-a-fast-and-extensible-eruby/feed/</wfw:commentRss>
		</item>
		<item>
		<title>plTenjin 0.0.2 and pyTenjin 0.6.2 released - the fastest template engine in the world</title>
		<link>http://www.kuwata-lab.com/support/2008/02/28/pltenjin-002-and-pytenjin-062-released-the-fastest-template-engine-in-the-world/</link>
		<comments>http://www.kuwata-lab.com/support/2008/02/28/pltenjin-002-and-pytenjin-062-released-the-fastest-template-engine-in-the-world/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 12:27:44 +0000</pubDate>
		<dc:creator>kwa</dc:creator>
		
		<category><![CDATA[product]]></category>

		<category><![CDATA[tenjin]]></category>

		<guid isPermaLink="false">http://www.kuwata-lab.com/support/2008/02/28/pltenjin-002-and-pytenjin-062-released-the-fastest-template-engine-in-the-world/</guid>
		<description><![CDATA[I have released plTenjin 0.0.2 and pyTenjin 0.6.2.
http://www.kuwata-lab.com/tenjin/
Tenjin is the fastest template engine in the world.
It is not only very fast but also full-featured and easy-to-use.



Changes of plTenjin from 0.0.1


Add &#8216;examples&#8217; directory.
Changed to convert texts before expressions into spaces and print them when command-line option &#8216;-S&#8217; specified.


Changes of pyTenjin from 0.6.1


Package name is changed from [...]]]></description>
		<wfw:commentRss>http://www.kuwata-lab.com/support/2008/02/28/pltenjin-002-and-pytenjin-062-released-the-fastest-template-engine-in-the-world/feed/</wfw:commentRss>
		</item>
		<item>
		<title>phpTenjin 0.0.2 and rbTenjin 0.6.2 released - the fastest template engine in the world</title>
		<link>http://www.kuwata-lab.com/support/2008/02/25/phptenjin-002-and-rbtenjin-062-released-the-fastest-template-engine-in-the-world/</link>
		<comments>http://www.kuwata-lab.com/support/2008/02/25/phptenjin-002-and-rbtenjin-062-released-the-fastest-template-engine-in-the-world/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 12:38:17 +0000</pubDate>
		<dc:creator>kwa</dc:creator>
		
		<category><![CDATA[product]]></category>

		<category><![CDATA[tenjin]]></category>

		<guid isPermaLink="false">http://www.kuwata-lab.com/support/2008/02/25/phptenjin-002-and-rbtenjin-062-released-the-fastest-template-engine-in-the-world/</guid>
		<description><![CDATA[I have released phpTenjin 0.0.2 and rbTenjin 0.6.2.
http://www.kuwata-lab.com/tenjin/
Tenjin is the fastest template engine in the world.
It is not only very fast but also full-featured and easy-to-use.



Changes of phpTenjin from 0.0.1:


When &#8216;-S&#8217;, &#8216;-a retrieve&#8217;, &#8216;-X&#8217;, or &#8216;-a statements&#8217; specified, phptenjin command replaces text before expressions into spaces and print it.


Changes of rbTenjin from 0.6.1:


Rubinius supported.
Changed to [...]]]></description>
		<wfw:commentRss>http://www.kuwata-lab.com/support/2008/02/25/phptenjin-002-and-rbtenjin-062-released-the-fastest-template-engine-in-the-world/feed/</wfw:commentRss>
		</item>
		<item>
		<title>cgi-exception 0.2.0 released - a small library to show exception in your browser</title>
		<link>http://www.kuwata-lab.com/support/2008/02/22/cgi-exception-020-released-a-small-library-to-show-exception-in-your-browser/</link>
		<comments>http://www.kuwata-lab.com/support/2008/02/22/cgi-exception-020-released-a-small-library-to-show-exception-in-your-browser/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 15:43:44 +0000</pubDate>
		<dc:creator>kwa</dc:creator>
		
		<category><![CDATA[product]]></category>

		<category><![CDATA[cgi-exception]]></category>

		<guid isPermaLink="false">http://www.kuwata-lab.com/support/2008/02/22/cgi-exception-020-released-a-small-library-to-show-exception-in-your-browser/</guid>
		<description><![CDATA[I have released cgi-exception 0.2.0.
http://cgi-exception.rubyforge.org/
cgi-exception is a small library to report exception raised in CGI script into your browser, like PHP.
Once you install cgi-exception, you don&#8217;t have to look up web server&#8217;s log file to check what and at where exception raised in your CGI script.

Enhancements from 0.1.0:


mod_ruby support
detect whether HTTP header printed or not
omit [...]]]></description>
		<wfw:commentRss>http://www.kuwata-lab.com/support/2008/02/22/cgi-exception-020-released-a-small-library-to-show-exception-in-your-browser/feed/</wfw:commentRss>
		</item>
		<item>
		<title>rbTenjin 0.6.1 released - the fastest template engine in the world</title>
		<link>http://www.kuwata-lab.com/support/2008/02/08/rbtenjin-061-released-the-fastest-template-engine-in-the-world/</link>
		<comments>http://www.kuwata-lab.com/support/2008/02/08/rbtenjin-061-released-the-fastest-template-engine-in-the-world/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 13:42:51 +0000</pubDate>
		<dc:creator>kwa</dc:creator>
		
		<category><![CDATA[product]]></category>

		<category><![CDATA[tenjin]]></category>

		<guid isPermaLink="false">http://www.kuwata-lab.com/support/2008/02/08/rbtenjin-061-released-the-fastest-template-engine-in-the-world/</guid>
		<description><![CDATA[I have released rbTenjin 0.6.1.
http://www.kuwata-lab.com/tenjin/
changes:
http://www.kuwata-lab.com/tenjin/rbtenjin-CHANGES.txt

rbTenjin is a fast and full-featured template engine similar to eRuby
but it has the following advantages against to eRuby and ERB.




Very fast (twice faster than eruby and three times faster than ERB)
Lightweight (only one file which contains about 1000 lines)
Not break HTML design because it uses XML Processing Instructions (PI) as [...]]]></description>
		<wfw:commentRss>http://www.kuwata-lab.com/support/2008/02/08/rbtenjin-061-released-the-fastest-template-engine-in-the-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
