<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
        <id>urn:www-rtisbute-com:feeds:atom</id>
	<title>Rtisbute's News Feeds &#187; Search</title>
	<subtitle>Rtisbute's News Feeds &#187; Search</subtitle>      
        <link rel="alternate" type="text/html" href="http://www.rtisbute.com/news/" />
        <link rel="self" type="text/xml" href="http://www.rtisbute.com/news/?media=atom"/>
        <updated>2012-02-23T01:51:25-07:00</updated>
	<h2>Search 16326 items</h2>

<form action="/news/search.php" method="post" id="srchfrm">
	<fieldset style="display:block;text-align:left">
	<legend>Search</legend>
	<p>
		<label for="rss_query">Search terms:</label>
	   	<input type="text" name="rss_query"  id="rss_query" value=""/>
	</p>
	
	<p>
		<input type="radio" id="qry_match_or" name="rss_query_match" value="or"  />
		<label for="qry_match_or">Some terms (OR)</label>
		<input type="radio" id="qry_match_and" name="rss_query_match" value="and"  checked="checked"/>
		<label for="qry_match_and">All terms (AND)</label>
		<input type="radio" id="qry_match_exact" name="rss_query_match" value="exact" />
		<label for="qry_match_exact">Exact match</label>
	</p>
	
	<p>
		<label for="qry_match_within">Search within words</label>
		<input type="checkbox" id="qry_match_within" name="rss_query_match_type" value="within"  />
	</p>
	
	<p>
		<input type="radio" id="qry_match_unread" name="state" value="unread"  />
		<label for="qry_match_unread">Unread Only</label>
		
		<input type="radio" id="qry_match_read" name="state" value="read"  />
		<label for="qry_match_read">Read Only</label>

		<input type="radio" id="qry_match_both" name="state" value="both"  checked="checked" />		
		<label for="qry_match_both">Unread & Read</label>
	</p>

	<p>
		<label for="rss_query_channel">Feed:</label>
				<select name="rss_query_channel" id="rss_query_channel">
			<option value="-1" selected="selected">All</option>
			<optgroup label="World and Local News /">
				<option value="129">nbc4.com - Washington,...</option>
				<option value="113">CNN.com</option>
				<option value="114">washingtonpost.com - T...</option>
				<option value="115">washingtonpost.com - A...</option>
				<option value="147">Reuters: Top News</option>
				<option value="151">DCist</option>
			</optgroup>
			<optgroup label="People and Organizations /">
				<option value="95">DC Math Group</option>
				<option value="96">GMU-Go</option>
				<option value="136">Flickr - Washington DC...</option>
				<option value="141">Events - The Washingto...</option>
				<option value="145">mattheaton.com</option>
				<option value="146">GMU Philosophy Club</option>
				<option value="148">Comments on your photo...</option>
				<option value="166">Adam Grossi: Writings</option>
			</optgroup>
			<optgroup label="Freeware and Shareware /">
				<option value="99">SnapFiles - Freeware R...</option>
				<option value="100">SnapFiles latest freew...</option>
			</optgroup>
			<optgroup label="Linux /">
				<option value="137">DistroWatch.com: News</option>
				<option value="101">LinuxTracker</option>
				<option value="158">Linux.com :: Feature</option>
			</optgroup>
			<optgroup label="Emulation /">
				<option value="97">Zophar's Domain</option>
			</optgroup>
			<optgroup label="Mathematics Science and Technology /">
				<option value="106">Engadget</option>
				<option value="107">Reuters: Technology</option>
				<option value="108">Reuters: Science</option>
				<option value="109">Reuters: Internet News</option>
				<option value="110">-The Naked Scientists ...</option>
				<option value="111">Tom's Hardware</option>
				<option value="153">MathWorld Headline News</option>
			</optgroup>
			<optgroup label="Multimedia News /">
				<option value="102">AfterDawn-com</option>
			</optgroup>
			<optgroup label="Fashion and Entertainment /">
				<option value="121">Iuliana Mihut’ Sexy ...</option>
				<option value="149">The Conservatory Podcast</option>
				<option value="150">DC's Liveliest Theatre...</option>
				<option value="154">The Fashion Faction</option>
			</optgroup>
			<optgroup label="Open Source and Related /">
				<option value="123">Slashdot</option>
				<option value="124">NewsForge</option>
				<option value="125">SourceForge.net: Proje...</option>
				<option value="126">Creative Commons Blog</option>
				<option value="162">tumblin' scoop</option>
			</optgroup>
			<optgroup label="Humor /">
				<option value="135">How-to-Do Girls</option>
			</optgroup>
			<optgroup label="Projects /">
				<option value="127">Gregarius Latest Plugins</option>
				<option value="160">OpenDNS Blog</option>
				<option value="161">FreeNAS's Wiki</option>
				<option value="163">SourceForge.net: Proje...</option>
			</optgroup>
			<optgroup label="MyFeeds /">
				<option value="155">The Blog of Rtisbute</option>
				<option value="156">Words from Rtisbute</option>
				<option value="157">Unwritten Books by Rti...</option>
				<option value="159">The HTML Hyperpoetry Blog</option>
			</optgroup>
		</select>
	</p>

	<p>
		<input type="radio" id="qry_order_date" name="rss_order" value="date"  checked="checked" />
		<label for="qry_order_date">Order by date, feed</label>
		<input type="radio" id="qry_order_channel" name="rss_order" value="channel"  />
		<label for="qry_order_channel">Order by feed, date</label>
	</p>

	<p>
		<label for="query_res_per_page">Results per page:</label>
		<select name="rss_query_res_per_page" id="rss_query_res_per_page">
			<option value="5">5</option>
			<option value="15" selected="selected">15</option>
			<option value="50">50</option>
			<option value="-1">All</option>
		</select>	</p>

	<p>
		<input type="hidden" name="rss_query_current_page" value="0" />
		<input id="search_go" type="submit" value="Search"/>
	</p>
	</fieldset>
</form>
</feed>

