<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>contextgarden.net</title>
	<atom:link href="http://contextgarden.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://contextgarden.wordpress.com</link>
	<description>News from contextgarden.net</description>
	<lastBuildDate>Sun, 16 Aug 2009 19:48:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='contextgarden.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/2f8e013f0d121578e6a0d39a748fea62?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>contextgarden.net</title>
		<link>http://contextgarden.wordpress.com</link>
	</image>
			<item>
		<title>Conference schedule is online</title>
		<link>http://contextgarden.wordpress.com/2009/08/16/conference-schedule-is-online/</link>
		<comments>http://contextgarden.wordpress.com/2009/08/16/conference-schedule-is-online/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 19:48:37 +0000</pubDate>
		<dc:creator>contextgarden</dc:creator>
				<category><![CDATA[server]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[conference]]></category>

		<guid isPermaLink="false">http://contextgarden.wordpress.com/2009/08/16/conference-schedule-is-online/</guid>
		<description><![CDATA[The schedule for the upcoming conference is online! Looking forward for a great time.
Patrick
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=61&subd=contextgarden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The schedule for the upcoming conference is <a href="http://www.ntg.nl/EuroTeX2009/programme.html">online</a>! Looking forward for a great time.</p>
<p>Patrick</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contextgarden.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contextgarden.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contextgarden.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contextgarden.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contextgarden.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contextgarden.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contextgarden.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contextgarden.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contextgarden.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contextgarden.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=61&subd=contextgarden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://contextgarden.wordpress.com/2009/08/16/conference-schedule-is-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee4faa06ffac7f6509319d7a813f2490?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">contextgarden</media:title>
		</media:content>
	</item>
		<item>
		<title>News from the git repository</title>
		<link>http://contextgarden.wordpress.com/2009/07/29/news-from-the-git-repository/</link>
		<comments>http://contextgarden.wordpress.com/2009/07/29/news-from-the-git-repository/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 17:36:56 +0000</pubDate>
		<dc:creator>contextgarden</dc:creator>
				<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://contextgarden.wordpress.com/?p=56</guid>
		<description><![CDATA[Due to the linear development of context I have decided to change the repository layout. We used a stable and a beta branch before, but this seems like its not a good idea. The development goes like this: all changes are put into one single internal source &#8220;repository&#8221;. All releases (zips) get a name, such [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=56&subd=contextgarden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Due to the linear development of context I have decided to change the repository layout. We used a stable and a beta branch before, but this seems like its not a good idea. The development goes like this: all changes are put into one single internal source &#8220;repository&#8221;. All releases (zips) get a name, such as experimental, beta or stable (we only see the beta and the stable). So for the repository I will do the opposite: unzip the release and label the state of the source code beta or stable.</p>
<p>Any comments?</p>
<p><kbd>&lt;update&gt;</kbd>: you need to delete the old repository and then issue the following commands:</p>
<pre>
git clone http://dl.contextgarden.net/distribution/git/
</pre>
<p>That&#8217;s it. If you want to stay up to date then do</p>
<pre>
git pull
</pre>
<p><kbd>&lt;/update&gt;</kbd></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contextgarden.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contextgarden.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contextgarden.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contextgarden.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contextgarden.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contextgarden.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contextgarden.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contextgarden.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contextgarden.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contextgarden.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=56&subd=contextgarden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://contextgarden.wordpress.com/2009/07/29/news-from-the-git-repository/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee4faa06ffac7f6509319d7a813f2490?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">contextgarden</media:title>
		</media:content>
	</item>
		<item>
		<title>mailing list down</title>
		<link>http://contextgarden.wordpress.com/2009/07/27/mailing-list-down/</link>
		<comments>http://contextgarden.wordpress.com/2009/07/27/mailing-list-down/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 12:19:00 +0000</pubDate>
		<dc:creator>contextgarden</dc:creator>
				<category><![CDATA[behind the scenes]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://contextgarden.wordpress.com/?p=52</guid>
		<description><![CDATA[You have already noticed that the mailing list (which is kindly hosted by the ntg) is currently down. This can&#8217;t be considered &#8220;news&#8221; anymore, but I just want to let you know that the admins are working on it.
Update: please use the comments below to discuss where we can talk in the meantime. Should we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=52&subd=contextgarden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>You have already noticed that the <a href="http://www.ntg.nl/mailman/listinfo/ntg-context">mailing list</a> (which is kindly hosted by the <a href="http://ntg.nl">ntg</a>) is currently down. This can&#8217;t be considered &#8220;news&#8221; anymore, but I just want to let you know that the admins are working on it.</p>
<p><b>Update:</b> please use the comments below to discuss where we can talk in the meantime. Should we start an temporary google group? A yahoo discussion group?</p>
<p>Patrick</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contextgarden.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contextgarden.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contextgarden.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contextgarden.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contextgarden.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contextgarden.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contextgarden.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contextgarden.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contextgarden.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contextgarden.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=52&subd=contextgarden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://contextgarden.wordpress.com/2009/07/27/mailing-list-down/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee4faa06ffac7f6509319d7a813f2490?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">contextgarden</media:title>
		</media:content>
	</item>
		<item>
		<title>Next context meeting</title>
		<link>http://contextgarden.wordpress.com/2009/07/17/next-context-meeting/</link>
		<comments>http://contextgarden.wordpress.com/2009/07/17/next-context-meeting/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 12:28:33 +0000</pubDate>
		<dc:creator>contextgarden</dc:creator>
				<category><![CDATA[behind the scenes]]></category>

		<guid isPermaLink="false">http://contextgarden.wordpress.com/?p=45</guid>
		<description><![CDATA[I hope I will meet you at the next context meeting in September. Make sure you bring a small present with you:  a very important developer you all know has his birthday on the first day of the conference!
Patrick
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=45&subd=contextgarden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I hope I will meet you at the <a href="http://meeting.contextgarden.net/">next context meeting</a> in September. Make sure you bring a small present with you:  a very important developer you all know has his birthday on the first day of the conference!</p>
<p>Patrick</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contextgarden.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contextgarden.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contextgarden.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contextgarden.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contextgarden.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contextgarden.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contextgarden.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contextgarden.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contextgarden.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contextgarden.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=45&subd=contextgarden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://contextgarden.wordpress.com/2009/07/17/next-context-meeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee4faa06ffac7f6509319d7a813f2490?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">contextgarden</media:title>
		</media:content>
	</item>
		<item>
		<title>Happy birthday, contextgarden</title>
		<link>http://contextgarden.wordpress.com/2009/07/17/happy-birthday-contextgarden/</link>
		<comments>http://contextgarden.wordpress.com/2009/07/17/happy-birthday-contextgarden/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 12:14:56 +0000</pubDate>
		<dc:creator>contextgarden</dc:creator>
				<category><![CDATA[Gardening]]></category>
		<category><![CDATA[behind the scenes]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://contextgarden.wordpress.com/?p=38</guid>
		<description><![CDATA[We celebrate contextgarden&#8217;s fifth birthday on 24th of July 2009. So thanks to all people who help me with the server (DANTE e.V., Mojca, Arthur and others) and thanks to all users!
Patrick
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=38&subd=contextgarden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We celebrate <a href="http://contextgarden.net">contextgarden</a>&#8217;s fifth birthday on 24th of July 2009. So thanks to all people who help me with the server (DANTE e.V., Mojca, Arthur and others) and thanks to all users!</p>
<p>Patrick</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contextgarden.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contextgarden.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contextgarden.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contextgarden.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contextgarden.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contextgarden.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contextgarden.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contextgarden.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contextgarden.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contextgarden.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=38&subd=contextgarden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://contextgarden.wordpress.com/2009/07/17/happy-birthday-contextgarden/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee4faa06ffac7f6509319d7a813f2490?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">contextgarden</media:title>
		</media:content>
	</item>
		<item>
		<title>New git repository</title>
		<link>http://contextgarden.wordpress.com/2009/07/17/new-git-repository/</link>
		<comments>http://contextgarden.wordpress.com/2009/07/17/new-git-repository/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 12:12:18 +0000</pubDate>
		<dc:creator>contextgarden</dc:creator>
				<category><![CDATA[context]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://contextgarden.wordpress.com/?p=36</guid>
		<description><![CDATA[For those who love source code&#8230;
There is now a new git repository with the full context source code at http://dl.contextgarden.net/distribution/git/. There are two branches one with the stable release of context (aka current) and one with the beta release. Just do this:

git clone http://dl.contextgarden.net/distribution/git/

Now you have all stable releases since 10/1997 and all beta releases [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=36&subd=contextgarden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For those who love source code&#8230;</p>
<p>There is now a new <a title="git version control" href="http://git-scm.com/">git</a> repository with the full context source code at <a title="Link to the git repository" href="http://dl.contextgarden.net/distribution/git/">http://dl.contextgarden.net/distribution/git/</a>. There are two branches one with the stable release of context (aka <em>current) </em>and one with the beta release. Just do this:</p>
<pre>
git clone http://dl.contextgarden.net/distribution/git/
</pre>
<p>Now you have all stable releases since 10/1997 and all beta releases since 5/2009. The stable branch is the default branch, to switch to the beta branch you can do something like</p>
<pre>
git checkout -b beta origin/beta
</pre>
<p><b>update 2009-07-17</b>: The repository is synchronized every day shortly after midnight. So todays stable will be there tomorrow morning.</p>
<p>Patrick</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contextgarden.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contextgarden.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contextgarden.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contextgarden.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contextgarden.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contextgarden.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contextgarden.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contextgarden.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contextgarden.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contextgarden.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=36&subd=contextgarden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://contextgarden.wordpress.com/2009/07/17/new-git-repository/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee4faa06ffac7f6509319d7a813f2490?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">contextgarden</media:title>
		</media:content>
	</item>
		<item>
		<title>texshow-web overhaul</title>
		<link>http://contextgarden.wordpress.com/2009/04/04/texshow-web-overhaul/</link>
		<comments>http://contextgarden.wordpress.com/2009/04/04/texshow-web-overhaul/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 16:31:32 +0000</pubDate>
		<dc:creator>contextgarden</dc:creator>
				<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://contextgarden.wordpress.com/?p=34</guid>
		<description><![CDATA[I am currently editing texshow-web (aka references). There has been a lot (!) of spam. Now you need to login with your wiki-password in order to edit pages. I hope that texshow-web will be useful once again.
Patrick
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=34&subd=contextgarden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I am currently editing texshow-web (aka references). There has been a lot (!) of spam. Now you need to login with your wiki-password in order to edit pages. I hope that texshow-web will be useful once again.</p>
<p>Patrick</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contextgarden.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contextgarden.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contextgarden.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contextgarden.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contextgarden.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contextgarden.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contextgarden.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contextgarden.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contextgarden.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contextgarden.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=34&subd=contextgarden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://contextgarden.wordpress.com/2009/04/04/texshow-web-overhaul/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee4faa06ffac7f6509319d7a813f2490?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">contextgarden</media:title>
		</media:content>
	</item>
		<item>
		<title>spam on the mailing list archive</title>
		<link>http://contextgarden.wordpress.com/2009/02/12/spam-on-the-mailing-list-archive/</link>
		<comments>http://contextgarden.wordpress.com/2009/02/12/spam-on-the-mailing-list-archive/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 18:55:56 +0000</pubDate>
		<dc:creator>contextgarden</dc:creator>
				<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://contextgarden.wordpress.com/?p=30</guid>
		<description><![CDATA[The mailing list seems to be down at the moment. If you&#8217;ve visited the mailing list archive these days, you have probably noticed a lot of spam that has been sent to archive &#60;at&#62; contextgarden.net. I have removed the spam from 2009 from the archive and installed spam protection. Hopefully this archive will stay clean [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=30&subd=contextgarden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The mailing list seems to be down at the moment. If you&#8217;ve visited the <a title="Link to context mailing list archive" href="http://archive.contextgarden.net">mailing list archive</a> these days, you have probably noticed a lot of spam that has been sent to archive &lt;at&gt; contextgarden.net. I have removed the spam from 2009 from the archive and installed spam protection. Hopefully this archive will stay clean now.</p>
<p>Patrick</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contextgarden.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contextgarden.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contextgarden.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contextgarden.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contextgarden.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contextgarden.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contextgarden.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contextgarden.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contextgarden.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contextgarden.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=30&subd=contextgarden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://contextgarden.wordpress.com/2009/02/12/spam-on-the-mailing-list-archive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee4faa06ffac7f6509319d7a813f2490?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">contextgarden</media:title>
		</media:content>
	</item>
		<item>
		<title>Now finally &#8211; the new server</title>
		<link>http://contextgarden.wordpress.com/2009/01/18/now-finally-the-new-server/</link>
		<comments>http://contextgarden.wordpress.com/2009/01/18/now-finally-the-new-server/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 20:30:31 +0000</pubDate>
		<dc:creator>contextgarden</dc:creator>
				<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://contextgarden.wordpress.com/?p=27</guid>
		<description><![CDATA[Within the next 24 hours contextgarden.net will be on a new machine. Expect some broken things. If things keep being broken after one day from now, I&#8217;d be happy to receive bug reports.   Warning: this also affects the update of the distribution (formally known as the &#8220;minimals&#8221;).  I&#8217;ll put a page on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=27&subd=contextgarden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Within the next 24 hours contextgarden.net will be on a new machine. Expect some broken things. If things keep being broken after one day from now, I&#8217;d be happy to receive bug reports.   Warning: this also affects the update of the distribution (formally known as the &#8220;minimals&#8221;).  I&#8217;ll put a page on the wiki where I list the status of the transition:  <a title="New Server page on the wiki" href="http://wiki.contextgarden.net/New_Server">http://wiki.contextgarden.net/New_Server</a> (not there yet)   Thanks for your patience!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contextgarden.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contextgarden.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contextgarden.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contextgarden.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contextgarden.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contextgarden.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contextgarden.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contextgarden.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contextgarden.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contextgarden.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=27&subd=contextgarden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://contextgarden.wordpress.com/2009/01/18/now-finally-the-new-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee4faa06ffac7f6509319d7a813f2490?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">contextgarden</media:title>
		</media:content>
	</item>
		<item>
		<title>New server</title>
		<link>http://contextgarden.wordpress.com/2008/10/11/new-server/</link>
		<comments>http://contextgarden.wordpress.com/2008/10/11/new-server/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 06:48:29 +0000</pubDate>
		<dc:creator>contextgarden</dc:creator>
				<category><![CDATA[Gardening]]></category>
		<category><![CDATA[behind the scenes]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://contextgarden.wordpress.com/?p=25</guid>
		<description><![CDATA[I will be moving the garden to a new server this weekend. You probably didn&#8217;t notice it, but the 20 gig harddrive is full, so we need more space for all the great ConTeXt related files. 
Let&#8217;s keep our fingers crossed that everything works out fine. Please tell us (gardeners at contextgarden.net) if you find anything [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=25&subd=contextgarden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I will be moving the garden to a new server this weekend. You probably didn&#8217;t notice it, but the 20 gig harddrive is full, so we need more space for all the great ConTeXt related files. </p>
<p>Let&#8217;s keep our fingers crossed that everything works out fine. Please tell us (gardeners at contextgarden.net) if you find anything that is broken. Thanks!</p>
<p>Patrick</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contextgarden.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contextgarden.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contextgarden.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contextgarden.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contextgarden.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contextgarden.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contextgarden.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contextgarden.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contextgarden.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contextgarden.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contextgarden.wordpress.com&blog=4043652&post=25&subd=contextgarden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://contextgarden.wordpress.com/2008/10/11/new-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee4faa06ffac7f6509319d7a813f2490?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">contextgarden</media:title>
		</media:content>
	</item>
	</channel>
</rss>