<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Integrating email and forum software</title>
	<atom:link href="http://andrewsinlondon.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewsinlondon.wordpress.com</link>
	<description>Andrew_S1 fights with php, python and time, to integrate postie with simple:press forums and mailman archives</description>
	<lastBuildDate>Sun, 08 May 2011 07:23:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='andrewsinlondon.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Integrating email and forum software</title>
		<link>http://andrewsinlondon.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://andrewsinlondon.wordpress.com/osd.xml" title="Integrating email and forum software" />
	<atom:link rel='hub' href='http://andrewsinlondon.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Exporting a mailman archive to MySQL</title>
		<link>http://andrewsinlondon.wordpress.com/2010/12/19/exporting-a-mailman-archive-to-mysql/</link>
		<comments>http://andrewsinlondon.wordpress.com/2010/12/19/exporting-a-mailman-archive-to-mysql/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 16:34:30 +0000</pubDate>
		<dc:creator>andrewsinlondon</dc:creator>
				<category><![CDATA[mailman]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://andrewsinlondon.wordpress.com/?p=59</guid>
		<description><![CDATA[I live! Here&#8217;s a Python 3 script to export a mailman archive into a useful format in MySQL. This is a big step in migrating from mailman to A.N.Other web-based forum (Buddypress, Drupal, whatever). Set your MySQL login details about halfway down, on lines 168-169 (highlighted below) #!/usr/bin/env python3 &#34;&#34;&#34;mbox_to_mysql: Import messages from mbox files [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsinlondon.wordpress.com&amp;blog=12278054&amp;post=59&amp;subd=andrewsinlondon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://andrewsinlondon.wordpress.com/2010/12/19/exporting-a-mailman-archive-to-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Postie and wp-mailman</title>
		<link>http://andrewsinlondon.wordpress.com/2010/03/07/postie-and-wp-mmailman/</link>
		<comments>http://andrewsinlondon.wordpress.com/2010/03/07/postie-and-wp-mmailman/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 10:20:40 +0000</pubDate>
		<dc:creator>andrewsinlondon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andrewsinlondon.wordpress.com/?p=48</guid>
		<description><![CDATA[So, Postie is looking very handy. It&#8217;s got POP3 and IMAP mail handling, as well as MIME attachments. My plugin will essentially be a merge of that with WP-Mailman, and some extra code. My plugin creates an extra database table, to cross-reference BB post IDs with email message ids. That way, the plugin can track [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsinlondon.wordpress.com&amp;blog=12278054&amp;post=48&amp;subd=andrewsinlondon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://andrewsinlondon.wordpress.com/2010/03/07/postie-and-wp-mmailman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to do it?</title>
		<link>http://andrewsinlondon.wordpress.com/2010/02/28/how-to-do-it/</link>
		<comments>http://andrewsinlondon.wordpress.com/2010/02/28/how-to-do-it/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 09:10:54 +0000</pubDate>
		<dc:creator>andrewsinlondon</dc:creator>
				<category><![CDATA[mailman]]></category>

		<guid isPermaLink="false">http://andrewsinlondon.wordpress.com/?p=32</guid>
		<description><![CDATA[So, here&#8217;s the question. Given a mailman mailing list, and a corresponding buddypress forum**, what are the options for linking them? And what&#8217;s best? There will be 2 groups of posters: those who post via email, and those who post via forum***. There will be 2 groups of readers: those who read via email, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsinlondon.wordpress.com&amp;blog=12278054&amp;post=32&amp;subd=andrewsinlondon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://andrewsinlondon.wordpress.com/2010/02/28/how-to-do-it/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>processing python values in php</title>
		<link>http://andrewsinlondon.wordpress.com/2010/02/28/processing-python-values-in-php/</link>
		<comments>http://andrewsinlondon.wordpress.com/2010/02/28/processing-python-values-in-php/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 07:51:23 +0000</pubDate>
		<dc:creator>andrewsinlondon</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://andrewsinlondon.wordpress.com/?p=28</guid>
		<description><![CDATA[Trying out pastebin: Here I process the values returned from my python script. This was inspired by the work of Christian Aust.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsinlondon.wordpress.com&amp;blog=12278054&amp;post=28&amp;subd=andrewsinlondon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://andrewsinlondon.wordpress.com/2010/02/28/processing-python-values-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In the beginning</title>
		<link>http://andrewsinlondon.wordpress.com/2010/02/27/in-the-beginning/</link>
		<comments>http://andrewsinlondon.wordpress.com/2010/02/27/in-the-beginning/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 14:58:33 +0000</pubDate>
		<dc:creator>andrewsinlondon</dc:creator>
				<category><![CDATA[mailman]]></category>

		<guid isPermaLink="false">http://andrewsinlondon.wordpress.com/?p=6</guid>
		<description><![CDATA[In the beginning, was Christian Aust&#8217;s mailman plugin for wordpress And that does a simple job, well. Users can subscribe and unsubscribe to one or several mailman lists.  The admin chooses the lists, from the set of public mailman mailing lists operating on the same server. All interactions are done via python. So, I&#8217;ve started [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsinlondon.wordpress.com&amp;blog=12278054&amp;post=6&amp;subd=andrewsinlondon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://andrewsinlondon.wordpress.com/2010/02/27/in-the-beginning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
