<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0"
   xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
   xmlns:ent="http://www.purl.org/NET/ENT/1.0/"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel>
<title>Python Desktop Server Weblog: Documentation Essays</title>
<link>http://pyds.muensterland.org/stories/</link>
<description>These are documentation essays that are too long for the weblog or should be always visible.</description>
<language>en</language>
<copyright>Copyright 2007 Georg Bauer</copyright>
<lastBuildDate>Thu, 05 Jan 2006 09:48:48 GMT</lastBuildDate>
<generator>Python Desktop Server 0.7.4 (http://pyds.muensterland.org/)</generator>
<managingEditor>bauer@gws.ms</managingEditor>
<webMaster>bauer@gws.ms</webMaster>
<category domain="http://www.weblogs.com/rssUpdates/changes.xml">rssUpdates</category>
<skipHours>
<hour>0</hour>
<hour>1</hour>
<hour>2</hour>
<hour>3</hour>
<hour>4</hour>
<hour>5</hour>
<hour>6</hour>
<hour>7</hour>
<hour>18</hour>
<hour>20</hour>
<hour>22</hour>
<hour>23</hour>
</skipHours>
<item>
<title>Verzögerte Ausführung mit Python</title>
<link>http://pyds.muensterland.org/stories/23.html</link>
<description>Verzögerte Ausführung - delayed execution oder lazy evaluation - ist ein sehr praktisches Werkzeug in der Programmierung. Leider unterstützen nicht alle Programmmiersprachen dieses Werkzeug direkt. Sprachen die Closures und Objekte unterstützen können aber recht einfach um verzögerte Ausführung erweitert werden. Einen Ansatz für Python beschreibe ich in diesem Text.</description>
<guid>http://pyds.muensterland.org/stories/23.html</guid>
<pubDate>Thu, 05 Jan 2006 09:48:48 GMT</pubDate>
</item>
<item>
<title>Additional Resources</title>
<link>http://pyds.muensterland.org/stories/14.html</link>
<description>This gives some links to resources for developers and developers.</description>
<guid>http://pyds.muensterland.org/stories/14.html</guid>
<pubDate>Sat, 15 Jan 2005 21:20:00 GMT</pubDate>
</item>
<item>
<title>Download page for PyDS</title>
<link>http://pyds.muensterland.org/stories/3.html</link>
<description>This is the download page. You can find the current version of
PyDS here, as you can find older versions.</description>
<guid>http://pyds.muensterland.org/stories/3.html</guid>
<pubDate>Wed, 08 Dec 2004 10:27:12 GMT</pubDate>
</item>
<item>
<title>This is a test story</title>
<link>http://pyds.muensterland.org/stories/22.html</link>
<description>This story is just to test index rendering.</description>
<guid>http://pyds.muensterland.org/stories/22.html</guid>
<pubDate>Tue, 16 Mar 2004 09:40:16 GMT</pubDate>
</item>
<item>
<title>Installation from Source</title>
<link>http://pyds.muensterland.org/stories/1.html</link>
<description>This document describes the installation from source packages. A local copy of Python 2.2.2 is installed, too.</description>
<guid>http://pyds.muensterland.org/stories/1.html</guid>
<pubDate>Sun, 22 Feb 2004 13:56:16 GMT</pubDate>
</item>
<item>
<title>What is this Python Desktop Server Thing?</title>
<link>http://pyds.muensterland.org/stories/8.html</link>
<description>A description of what it is what I am doing here.</description>
<guid>http://pyds.muensterland.org/stories/8.html</guid>
<pubDate>Tue, 10 Feb 2004 17:23:12 GMT</pubDate>
</item>
<item>
<title>Installation for Debian</title>
<link>http://pyds.muensterland.org/stories/4.html</link>
<description>This document tells you how to install PyDS using the debian package management tools.</description>
<guid>http://pyds.muensterland.org/stories/4.html</guid>
<pubDate>Tue, 13 Jan 2004 19:58:56 GMT</pubDate>
</item>
<item>
<title>How to create a blogroll</title>
<link>http://pyds.muensterland.org/stories/13.html</link>
<description>This text documents how to create a blogroll for your weblog.</description>
<guid>http://pyds.muensterland.org/stories/13.html</guid>
<pubDate>Mon, 05 Jan 2004 15:10:56 GMT</pubDate>
</item>
<item>
<title>Some more on PyDS internals - why threading?</title>
<link>http://pyds.muensterland.org/stories/21.html</link>
<description>This text is here to tell a bit of inner workings of PyDS and why they are structured the way they are.</description>
<guid>http://pyds.muensterland.org/stories/21.html</guid>
<pubDate>Mon, 10 Nov 2003 14:26:08 GMT</pubDate>
</item>
<item>
<title>Hosting options for PyDS</title>
<link>http://pyds.muensterland.org/stories/20.html</link>
<description>This text describes the several hosting options you have with PyDS.</description>
<guid>http://pyds.muensterland.org/stories/20.html</guid>
<pubDate>Sun, 26 Oct 2003 11:24:48 GMT</pubDate>
</item>
<item>
<title>user supplied access restrictions on community servers</title>
<link>http://pyds.muensterland.org/stories/18.html</link>
<description>This article describes an API (via XML-RPC) to set up access restrictions on a blog server based on regular expressions. It is an open spec that&#039;s meant to be implemented by other blogging services, too.</description>
<guid>http://pyds.muensterland.org/stories/18.html</guid>
<pubDate>Wed, 24 Sep 2003 13:38:08 GMT</pubDate>
</item>
<item>
<title>Licenseterms for PyDS</title>
<link>http://pyds.muensterland.org/stories/7.html</link>
<description>This software is OSI Certified Open Source Software.
OSI Certified is a certification mark of the Open Source Initiative.</description>
<guid>http://pyds.muensterland.org/stories/7.html</guid>
<pubDate>Mon, 18 Aug 2003 09:59:28 GMT</pubDate>
</item>
<item>
<title>How to backup and restore</title>
<link>http://pyds.muensterland.org/stories/10.html</link>
<description>This text gives a short rundown on how to backup PyDS and how to restore it.</description>
<guid>http://pyds.muensterland.org/stories/10.html</guid>
<pubDate>Wed, 30 Jul 2003 11:48:16 GMT</pubDate>
</item>
<item>
<title>How to set up PyDS as a central hosted server</title>
<link>http://pyds.muensterland.org/stories/17.html</link>
<description>This story shows how to run your PyDS installation as a central hosted server, so you don&#039;t need to run it on your home machine and can access it from all over the world.</description>
<guid>http://pyds.muensterland.org/stories/17.html</guid>
<pubDate>Fri, 25 Jul 2003 08:21:20 GMT</pubDate>
</item>
<item>
<title>What is supported in Structured Text</title>
<link>http://pyds.muensterland.org/stories/16.html</link>
<description>Shows what parts of Structured Text is implemented.</description>
<guid>http://pyds.muensterland.org/stories/16.html</guid>
<pubDate>Thu, 12 Jun 2003 15:19:28 GMT</pubDate>
</item>
<item>
<title>How to add trackback to your rendered output</title>
<link>http://pyds.muensterland.org/stories/15.html</link>
<description>How to set up your PyDS to render trackback links. This can be used when your community server is a python community server. This is only needed for version 0.4.20!</description>
<guid>http://pyds.muensterland.org/stories/15.html</guid>
<pubDate>Fri, 11 Apr 2003 12:09:36 GMT</pubDate>
</item>
<item>
<title>How to use XMLRPC or SOAP</title>
<link>http://pyds.muensterland.org/stories/11.html</link>
<description>This text gives examples how to use XML-RPC or SOAP to access your running PyDS from other tools. This can allow integration of the PyDS databases into other tools, for example GUI clients or batch scripts.</description>
<guid>http://pyds.muensterland.org/stories/11.html</guid>
<pubDate>Tue, 04 Mar 2003 10:32:32 GMT</pubDate>
</item>
<item>
<title>How to build your first weblog</title>
<link>http://pyds.muensterland.org/stories/9.html</link>
<description>This text will give you a first rundown of PyDS and give you screenshots on setting up and using your installation.</description>
<guid>http://pyds.muensterland.org/stories/9.html</guid>
<pubDate>Mon, 24 Feb 2003 16:58:40 GMT</pubDate>
</item>
</channel>
</rss>
