<?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>ngi644の日記 &#187; Google App Engine</title>
	<atom:link href="http://ngi644.net/blog/archives/category/google-app-engine/feed" rel="self" type="application/rss+xml" />
	<link>http://ngi644.net/blog</link>
	<description>備忘録も兼ねています。</description>
	<lastBuildDate>Mon, 27 Feb 2012 11:01:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MeeGoでGAE SDK for Pythonで開発する時のポイント1</title>
		<link>http://ngi644.net/blog/archives/602</link>
		<comments>http://ngi644.net/blog/archives/602#comments</comments>
		<pubDate>Fri, 02 Jul 2010 17:00:05 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/?p=602</guid>
		<description><![CDATA[MeeGoは、Python2.6が標準で入っています。しかし、GAEは、Python2.5を必要とするため2.5を自前でインストールする必要があります。 Pythonをコンパイルする前に、「ソフトウェアの追加・削除」もし [...]]]></description>
			<content:encoded><![CDATA[<p>MeeGoは、Python2.6が標準で入っています。しかし、GAEは、Python2.5を必要とするため2.5を自前でインストールする必要があります。</p>
<p>Pythonをコンパイルする前に、「ソフトウェアの追加・削除」もしくはYumで下記のパッケージを導入します。</p>
<ul>
<li>openssl-devel</li>
<li>sqlite-devel</li>
</ul>
<p>これらを導入後、Pythonをコンパイルします。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/602/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Processing でのXML処理</title>
		<link>http://ngi644.net/blog/archives/567</link>
		<comments>http://ngi644.net/blog/archives/567#comments</comments>
		<pubDate>Tue, 09 Feb 2010 17:37:08 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/567</guid>
		<description><![CDATA[Processing でWeb Serviceを使いXML処理をする際、今までは、proXMLを使っていたけど、これは、encodingをみて読み込んでくれない。そのため、Windows環境でencodingがUTF-8 [...]]]></description>
			<content:encoded><![CDATA[<p>Processing でWeb Serviceを使いXML処理をする際、今までは、proXMLを使っていたけど、これは、encodingをみて読み込んでくれない。そのため、Windows環境でencodingがUTF-8のXMLを読み込むと文字化けをおこしてしまう。</p>
<p>そう、今までは、日本語を扱うようなものを読み込んでいなかったので問題に気づかなかった。 そこで、SAX（<a href="http://www.saxproject.org/">http://www.saxproject.org/</a>）を使うことにした。これは、XMLのencodingをみて読み込んでくれるため、問題なく日本語の処理ができる。</p>
<p>SAXは、DOMと違い、イベントで処理をする。最初は、なれなかったが、今回の目的にはSAXの方が向いていた。</p>
<p>Pythonにも、xml.saxがあるようなので今度使ってみよう。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/567/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>自前のテンプレートエンジン</title>
		<link>http://ngi644.net/blog/archives/356</link>
		<comments>http://ngi644.net/blog/archives/356#comments</comments>
		<pubDate>Fri, 06 Nov 2009 08:48:06 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Zope/Plone]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/356</guid>
		<description><![CDATA[いま、自作のテンプレートエンジンを作ってみてたりしている。 きっかけは、ZPTなどがどうやっているのかを知りたくて始めた。結構、地道な作業なんだ。手軽に利用できるようにしてくれているのはありがたい。 自分のも出来たらその [...]]]></description>
			<content:encoded><![CDATA[<p>いま、自作のテンプレートエンジンを作ってみてたりしている。</p>
<p>きっかけは、ZPTなどがどうやっているのかを知りたくて始めた。結構、地道な作業なんだ。手軽に利用できるようにしてくれているのはありがたい。</p>
<p>自分のも出来たらそのうち公開する（予定。。。）</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/356/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

