<?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>Christopher Arndt &#187; Trac</title>
	<atom:link href="http://blog.chrisarndt.de/tag/trac/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chrisarndt.de</link>
	<description>Life of my Brain</description>
	<lastBuildDate>Thu, 22 Sep 2011 21:32:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How to create a new ticket in Trac from a script</title>
		<link>http://blog.chrisarndt.de/article/289</link>
		<comments>http://blog.chrisarndt.de/article/289#comments</comments>
		<pubDate>Fri, 26 Feb 2010 14:43:09 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Trac]]></category>

		<guid isPermaLink="false">http://blog.chrisarndt.de/?p=289</guid>
		<description><![CDATA[This is just a note to myself and to spare someone, who faces the same task, going through the Trac sources to find out how to do this: from trac.env import open_environment from trac.ticket.model import Ticket # A list of email addresses or trac user names NOTIFICATION_LIST = ['randomhacker', 'boss'] ticket = Ticket(open_environment('/path/to/trac/env')) ticket.populate(dict( component [...]]]></description>
		<wfw:commentRss>http://blog.chrisarndt.de/article/289/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

