<?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>Standing on the Shoulder of Linus &#187; web2py</title>
	<atom:link href="http://ounziw.com/category/web2py/feed/" rel="self" type="application/rss+xml" />
	<link>http://ounziw.com</link>
	<description>Ask not what your community can do for you. Ask what you can do for your community.</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:47:33 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>web2pyでのテスト</title>
		<link>http://ounziw.com/2011/04/03/web2py-test/</link>
		<comments>http://ounziw.com/2011/04/03/web2py-test/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 01:04:01 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[web2py]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[テスト]]></category>

		<guid isPermaLink="false">http://ounziw.com/?p=1027</guid>
		<description><![CDATA[pythonフレームワークでは、docttestを用いてコントローラのテストを行うことができます。 単純な例をあげてみます。 このように書いておき、web2py管理画面から編集=>テストと進むと、テストが実行されます。  [...]
Related posts:<ol>
<li><a href='http://ounziw.com/2010/07/20/1line-bbs/' rel='bookmark' title='web2pyで一行掲示板'>web2pyで一行掲示板</a></li>
<li><a href='http://ounziw.com/2010/05/17/web2py-sahanapy/' rel='bookmark' title='web2pyフレームワークを利用した SahanaEden'>web2pyフレームワークを利用した SahanaEden</a></li>
<li><a href='http://ounziw.com/2012/01/20/sahana-eden-ubuntu/' rel='bookmark' title='sahana eden を Ubuntu 11.10 で動かす'>sahana eden を Ubuntu 11.10 で動かす</a></li>
</ol>]]></description>
		<wfw:commentRss>http://ounziw.com/2011/04/03/web2py-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python入門　2＆3対応エスキュービズム／細田謙二 秀和システム</title>
		<link>http://ounziw.com/2010/07/22/python-nyumon/</link>
		<comments>http://ounziw.com/2010/07/22/python-nyumon/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 10:48:23 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[book]]></category>
		<category><![CDATA[bookreview]]></category>
		<category><![CDATA[web2py]]></category>
		<category><![CDATA[書評]]></category>

		<guid isPermaLink="false">http://ounziw.com/?p=631</guid>
		<description><![CDATA[Pythonの勉強をしようと思って、Python入門を書店でぱらぱらと読んでみました。 購入の決め手となったのは、フレームワークDjangoとweb2pyの紹介が書いてあったことです。 Python自体はシンプルなので、 [...]
Related posts:<ol>
<li><a href='http://ounziw.com/2010/05/17/web2py-sahanapy/' rel='bookmark' title='web2pyフレームワークを利用した SahanaEden'>web2pyフレームワークを利用した SahanaEden</a></li>
</ol>]]></description>
		<wfw:commentRss>http://ounziw.com/2010/07/22/python-nyumon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web2pyで一行掲示板</title>
		<link>http://ounziw.com/2010/07/20/1line-bbs/</link>
		<comments>http://ounziw.com/2010/07/20/1line-bbs/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 00:37:59 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[web2py]]></category>
		<category><![CDATA[プログラム]]></category>
		<category><![CDATA[掲示板]]></category>

		<guid isPermaLink="false">http://ounziw.com/?p=621</guid>
		<description><![CDATA[web2pyフレームワークを使って、一行掲示板を作ってみました。 db.py default.py default/index.html (実際にはもう少しHTMLの記述があるが省略) 上を見てもらうとわかりますが、トー [...]
Related posts:<ol>
<li><a href='http://ounziw.com/2011/04/03/web2py-test/' rel='bookmark' title='web2pyでのテスト'>web2pyでのテスト</a></li>
<li><a href='http://ounziw.com/2011/10/12/codeigniter-xmlrpc/' rel='bookmark' title='CodeIgniter で XMLRPC'>CodeIgniter で XMLRPC</a></li>
<li><a href='http://ounziw.com/2011/02/12/php-snippets-theme-designer/' rel='bookmark' title='PHP Snippets for Theme Designer'>PHP Snippets for Theme Designer</a></li>
</ol>]]></description>
		<wfw:commentRss>http://ounziw.com/2010/07/20/1line-bbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web2pyフレームワークを利用した SahanaEden</title>
		<link>http://ounziw.com/2010/05/17/web2py-sahanapy/</link>
		<comments>http://ounziw.com/2010/05/17/web2py-sahanapy/#comments</comments>
		<pubDate>Mon, 17 May 2010 02:59:36 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[sahanaeden]]></category>
		<category><![CDATA[web2py]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[SAHANA]]></category>
		<category><![CDATA[フレームワーク]]></category>

		<guid isPermaLink="false">http://ounziw.com/?p=556</guid>
		<description><![CDATA[災害時の情報管理ツール SAHANA の python 版 SahanaEden を試してみました。web2py フレームワークで作られており、非常に良い設計になっていると思います。 フレームワーク、python、この  [...]
Related posts:<ol>
<li><a href='http://ounziw.com/2012/01/04/2011-sahana/' rel='bookmark' title='2011年はSahana、2012年は？'>2011年はSahana、2012年は？</a></li>
<li><a href='http://ounziw.com/2010/09/14/osc-tokyo-2010-fall/' rel='bookmark' title='OSC東京でSAHANA(災害時の情報管理ツール)を紹介しました'>OSC東京でSAHANA(災害時の情報管理ツール)を紹介しました</a></li>
<li><a href='http://ounziw.com/2011/04/03/web2py-test/' rel='bookmark' title='web2pyでのテスト'>web2pyでのテスト</a></li>
</ol>]]></description>
		<wfw:commentRss>http://ounziw.com/2010/05/17/web2py-sahanapy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

