<?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>Screwed by Design</title>
	<atom:link href="http://screwedbydesign.com/software/feed" rel="self" type="application/rss+xml" />
	<link>http://screwedbydesign.com/software</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 17 Feb 2007 21:57:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Microsummary Manager 0.5 Alpha</title>
		<link>http://screwedbydesign.com/software/2007/02/microsummary_manager_05_alpha.html</link>
		<comments>http://screwedbydesign.com/software/2007/02/microsummary_manager_05_alpha.html#comments</comments>
		<pubDate>Sat, 17 Feb 2007 21:57:02 +0000</pubDate>
		<dc:creator>Ryan Flint</dc:creator>
				<category><![CDATA[Microsummary Manager]]></category>

		<guid isPermaLink="false">http://www.screwedbydesign.com/software2/?p=7</guid>
		<description><![CDATA[Microsummary Manager 0.5 Alpha is a preview release of the next version which includes numerous new features and moves all key features to a new XPCOM component for increased performance and easier interaction with other extensions. For extension authors interested &#8230; <a href="http://screwedbydesign.com/software/2007/02/microsummary_manager_05_alpha.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4248">Microsummary Manager 0.5 Alpha</a> is a preview release of the next version which includes numerous new features and moves all key features to a new XPCOM component for increased performance and easier interaction with other extensions. For extension authors interested in utilizing this component, the IDL is included in this release (more details to come later once the interface is stable).<br />
New user features/fixes:</p>
<ul>
<li>Last selected generator is persisted across sessions.</li>
<li>Performance loading and displaying large numbers of generators massively improved.</li>
<li>Generators installed globally are now managed.</li>
<li>Generators in subdirectories of the profile and global generator stores are now managed.</li>
</ul>
<p>Generator author features:</p>
<ul>
<li>Authors can now include metadata to be displayed in the manager UI. Anything included in the first comment block will be parsed for data including author name, author&#8217;s website, description and instructions for use of the generator. Metadata may be formatted in either of the forms below</li>
</ul>
<p>JavaDoc style (<a href="http://screwedbydesign.com/mozilla/microsummaries/weathercom.xml">example</a>):<br />
<code><br />
@author John Doe<br />
@url http://www.example.com<br />
@description Extracts handy information from foo.com's front page.<br />
@usage Bookmark any foo.com/bar/quux page.<br />
</code><br />
The first letter may be capitalized and a colon after the attributes is optional. Each attribute should only be on one line and within the first comment node of the document.</p>
<p>Standard form (<a href="http://userstyles.org/livetitle/xml/14">example</a>):<br />
<code><br />
Author: John Doe<br />
Url: http://www.example.com<br />
Description: Extracts handy information from foo.com's front page.<br />
Usage: Bookmark any foo.com/bar/quux page.<br />
</code><br />
The first letter may be capitalized and a colon after the attributes is optional. Each attribute should only be on one line and within the first comment node of the document.<a href="http://technorati.com/claim/sdkqjhhcux" rel="me"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://screwedbydesign.com/software/2007/02/microsummary_manager_05_alpha.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SearchWords 0.3</title>
		<link>http://screwedbydesign.com/software/2007/01/searchwords_03.html</link>
		<comments>http://screwedbydesign.com/software/2007/01/searchwords_03.html#comments</comments>
		<pubDate>Sun, 21 Jan 2007 21:24:49 +0000</pubDate>
		<dc:creator>Ryan Flint</dc:creator>
				<category><![CDATA[SearchWords]]></category>

		<guid isPermaLink="false">http://www.screwedbydesign.com/software2/?p=6</guid>
		<description><![CDATA[SearchWords 0.3 includes a complete redesign of the address bar code fixing issues with multiple keywords and includes support for the &#60;SearchForm&#62; and &#60;Alias&#62; MozSearch elements. Several minor improvements to the manager interface are included as well.]]></description>
			<content:encoded><![CDATA[<p>SearchWords 0.3 includes a complete redesign of the address bar code fixing issues with multiple keywords and includes support for the &lt;SearchForm&gt; and &lt;Alias&gt; MozSearch elements. Several minor improvements to the manager interface are included as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://screwedbydesign.com/software/2007/01/searchwords_03.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>SearchWords 0.1</title>
		<link>http://screwedbydesign.com/software/2007/01/searchwords_01.html</link>
		<comments>http://screwedbydesign.com/software/2007/01/searchwords_01.html#comments</comments>
		<pubDate>Tue, 16 Jan 2007 14:48:16 +0000</pubDate>
		<dc:creator>Ryan Flint</dc:creator>
				<category><![CDATA[SearchWords]]></category>

		<guid isPermaLink="false">http://www.screwedbydesign.com/software2/?p=5</guid>
		<description><![CDATA[SearchWords lets you assign keywords to your search engines for quick and easy access to all of your search engines without using the search bar and without having to switch from your current search engine.To use, add keywords to your &#8230; <a href="http://screwedbydesign.com/software/2007/01/searchwords_01.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="float: left; width: 70%"><a href="https://addons.mozilla.org/firefox/4328">S</a><a href="https://addons.mozilla.org/firefox/4328">earchWords</a> lets you assign keywords to your search engines</p>
<p style="float: right; width: 30%"><a href="/images/se1.jpg"><img src="/images/se2.jpg" style="width: 200px; height: 145px" /></a></p>
<p>for quick and easy access to all of your search engines without using the search bar and without having to switch from your current search engine.To use, add keywords to your search engines via the search engine manager and then simply type &#8216;keyword searchterm&#8217; into the address bar and search away!</p>
]]></content:encoded>
			<wfw:commentRss>http://screwedbydesign.com/software/2007/01/searchwords_01.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsummary Manager 0.1</title>
		<link>http://screwedbydesign.com/software/2007/01/microsummary_manager_01.html</link>
		<comments>http://screwedbydesign.com/software/2007/01/microsummary_manager_01.html#comments</comments>
		<pubDate>Sun, 07 Jan 2007 22:34:31 +0000</pubDate>
		<dc:creator>Ryan Flint</dc:creator>
				<category><![CDATA[Microsummary Manager]]></category>

		<guid isPermaLink="false">http://www.screwedbydesign.com/software2/?p=4</guid>
		<description><![CDATA[Microsummary Manager allows you to control and install new microsummary generators via the add-ons manager. Features include: Drag and drop installation of generators from local sources or remote URLs Handy install button Easy removal of installed generators Future versions will &#8230; <a href="http://screwedbydesign.com/software/2007/01/microsummary_manager_01.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="width: 100%">
<p style="float: left; width: 70%"><a href="https://addons.mozilla.org/firefox/4248/">Microsummary Manager</a> allows you to control and install new microsummary generators via the add-ons manager.<br />
Features include:</p>
<ul>
<li>Drag and drop installation of generators from local sources or remote URLs</li>
<li>Handy install button</li>
<li>Easy removal of installed generators</li>
</ul>
<p style="float: right; width: 30%"><a href="/images/usummgr.jpg"><img src="/images/usummgr2.jpg" style="width: 200px; height: 150px" /></a></p>
<p>Future versions will include the ability to automatically update installed generators and change the generator&#8217;s content update interval.</p>
]]></content:encoded>
			<wfw:commentRss>http://screwedbydesign.com/software/2007/01/microsummary_manager_01.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

