<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (xiong.chiamiov)</title>
    <link>https://pinboard.in/u:xiong.chiamiov/public/</link>
    <description>recent bookmarks from xiong.chiamiov</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://pypi.python.org/pypi/snakefight"/>
	<rdf:li rdf:resource="http://compiler-error.blogspot.com/2008/12/setting-up-django-on-jython-with-sqlite.html"/>
	<rdf:li rdf:resource="http://stackoverflow.com/questions/537682/how-can-i-add-jars-to-the-classpath-when-i-invoke-jython-without-adding-them-to"/>
	<rdf:li rdf:resource="http://jythonpodcast.hostjava.net/jythonbook/index.html"/>
	<rdf:li rdf:resource="http://code.google.com/p/django-jython/"/>
	<rdf:li rdf:resource="http://docs.djangoproject.com/en/dev/howto/jython/"/>
	<rdf:li rdf:resource="http://www.onjava.com/pub/a/onjava/2002/03/27/jython.html"/>
	<rdf:li rdf:resource="http://www.onlamp.com/pub/a/python/2002/04/11/jythontips.html"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://pypi.python.org/pypi/snakefight">
    <title>snakefight 0.5 : Python Package Index</title>
    <dc:date>2016-02-23T19:27:33+00:00</dc:date>
    <link>https://pypi.python.org/pypi/snakefight</link>
    <dc:creator>xiong.chiamiov</dc:creator><description><![CDATA[snakefight generates WAR files from Python (Jython) WSGI applications, suitable for deployment to Java Servlet containers.]]></description>
<dc:subject>jython</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:xiong.chiamiov/b:d746c8c1ead7/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:xiong.chiamiov/t:jython"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://compiler-error.blogspot.com/2008/12/setting-up-django-on-jython-with-sqlite.html">
    <title>Compiler Error: Setting up Django on Jython with sqlite</title>
    <dc:date>2010-01-31T08:46:11+00:00</dc:date>
    <link>http://compiler-error.blogspot.com/2008/12/setting-up-django-on-jython-with-sqlite.html</link>
    <dc:creator>xiong.chiamiov</dc:creator><dc:subject>django jython</dc:subject>
<dc:identifier>https://pinboard.in/u:xiong.chiamiov/b:a91503246a00/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:xiong.chiamiov/t:django"/>
	<rdf:li rdf:resource="https://pinboard.in/u:xiong.chiamiov/t:jython"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://stackoverflow.com/questions/537682/how-can-i-add-jars-to-the-classpath-when-i-invoke-jython-without-adding-them-to">
    <title>How can I add jars to the classpath when I invoke Jython *without* adding them to $CLASSPATH? - Stack Overflow</title>
    <dc:date>2009-08-17T00:41:25+00:00</dc:date>
    <link>http://stackoverflow.com/questions/537682/how-can-i-add-jars-to-the-classpath-when-i-invoke-jython-without-adding-them-to</link>
    <dc:creator>xiong.chiamiov</dc:creator><dc:subject>jython</dc:subject>
<dc:identifier>https://pinboard.in/u:xiong.chiamiov/b:9effb4956a1b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:xiong.chiamiov/t:jython"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://jythonpodcast.hostjava.net/jythonbook/index.html">
    <title>The Definitive Guide to Jython with Django — Jython Book v0.1 documentation</title>
    <dc:date>2009-07-12T18:12:51+00:00</dc:date>
    <link>http://jythonpodcast.hostjava.net/jythonbook/index.html</link>
    <dc:creator>xiong.chiamiov</dc:creator><dc:subject>django jython</dc:subject>
<dc:identifier>https://pinboard.in/u:xiong.chiamiov/b:977c8970e1ab/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:xiong.chiamiov/t:django"/>
	<rdf:li rdf:resource="https://pinboard.in/u:xiong.chiamiov/t:jython"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://code.google.com/p/django-jython/">
    <title>django-jython - Google Code</title>
    <dc:date>2009-07-12T18:12:23+00:00</dc:date>
    <link>http://code.google.com/p/django-jython/</link>
    <dc:creator>xiong.chiamiov</dc:creator><dc:subject>django jython</dc:subject>
<dc:identifier>https://pinboard.in/u:xiong.chiamiov/b:af10fa471d74/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:xiong.chiamiov/t:django"/>
	<rdf:li rdf:resource="https://pinboard.in/u:xiong.chiamiov/t:jython"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://docs.djangoproject.com/en/dev/howto/jython/">
    <title>Django | Running Django on Jython | Django Documentation</title>
    <dc:date>2009-07-12T18:07:53+00:00</dc:date>
    <link>http://docs.djangoproject.com/en/dev/howto/jython/</link>
    <dc:creator>xiong.chiamiov</dc:creator><dc:subject>django jython</dc:subject>
<dc:identifier>https://pinboard.in/u:xiong.chiamiov/b:2680a3d6f231/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:xiong.chiamiov/t:django"/>
	<rdf:li rdf:resource="https://pinboard.in/u:xiong.chiamiov/t:jython"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.onjava.com/pub/a/onjava/2002/03/27/jython.html">
    <title>Tips for Scripting Java with Jython | O'Reilly Media</title>
    <dc:date>2009-02-12T09:57:18+00:00</dc:date>
    <link>http://www.onjava.com/pub/a/onjava/2002/03/27/jython.html</link>
    <dc:creator>xiong.chiamiov</dc:creator><dc:subject>jython</dc:subject>
<dc:identifier>https://pinboard.in/u:xiong.chiamiov/b:1d3c07e65e63/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:xiong.chiamiov/t:jython"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.onlamp.com/pub/a/python/2002/04/11/jythontips.html">
    <title>Jython Tips for Python Programmers | O'Reilly Media</title>
    <dc:date>2009-02-12T09:57:08+00:00</dc:date>
    <link>http://www.onlamp.com/pub/a/python/2002/04/11/jythontips.html</link>
    <dc:creator>xiong.chiamiov</dc:creator><dc:subject>jython</dc:subject>
<dc:identifier>https://pinboard.in/u:xiong.chiamiov/b:f10aea7cf31e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:xiong.chiamiov/t:jython"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>