<?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>thinking out loud</title>
	<atom:link href="http://blog.amiri.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.amiri.net</link>
	<description>...by Peter Amiri</description>
	<lastBuildDate>Wed, 21 Sep 2011 00:30:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SNMP on XenServer</title>
		<link>http://blog.amiri.net/2011/09/20/snmp-on-xenserver/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=snmp-on-xenserver</link>
		<comments>http://blog.amiri.net/2011/09/20/snmp-on-xenserver/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 00:30:26 +0000</pubDate>
		<dc:creator>Peter Amiri</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.amiri.net/?p=192</guid>
		<description><![CDATA[To start SNMP on XenServer 4.0.1, 4.1, or 5, use the following command service snmpd start This command only starts the SNMP daemon. To have the service start during system start up, please use the “chkconfig” utility. chkconfig snmpd on]]></description>
			<content:encoded><![CDATA[<p>To start SNMP on XenServer 4.0.1, 4.1, or 5, use the following command</p>
<p><code>service snmpd start</code></p>
<p>This command only starts the SNMP daemon. To have the service start during system start up, please use the “chkconfig” utility.</p>
<p><code>chkconfig snmpd on</code></p>
<p><a href="http://support.citrix.com/article/CTX122337" title="configuration docs" target="_blank"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amiri.net/2011/09/20/snmp-on-xenserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP Server in Mac OS X Lion</title>
		<link>http://blog.amiri.net/2011/08/18/ftp-server-in-mac-os-x-lion/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ftp-server-in-mac-os-x-lion</link>
		<comments>http://blog.amiri.net/2011/08/18/ftp-server-in-mac-os-x-lion/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 00:25:57 +0000</pubDate>
		<dc:creator>Peter Amiri</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.amiri.net/?p=187</guid>
		<description><![CDATA[At first glance it looks like Apple has removed the FTP server support in Lion. But if you dig a little deeper you&#8217;ll find that the only thing that has really been removed is the GUI related to the FTP server. Here&#8217;s how you can start the FTP server in Mac OS X Lion: Open [...]]]></description>
			<content:encoded><![CDATA[<p>At first glance it looks like Apple has removed the FTP server support in Lion. But if you dig a little deeper you&#8217;ll find that the only thing that has really been removed is the GUI related to the FTP server.</p>
<p>Here&#8217;s how you can start the FTP server in Mac OS X Lion:</p>
<ol>
<li>Open a terminal window.</li>
<li>Type in the following command:</li>
<p><code>sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist</code></p>
<li>To turn it off, type in the following command:</li>
<p><code>sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist</code>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.amiri.net/2011/08/18/ftp-server-in-mac-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean HTTP Usage in cPanel IP Usage table</title>
		<link>http://blog.amiri.net/2011/05/13/clean-http-usage-in-cpanel-ip-usage-table/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=clean-http-usage-in-cpanel-ip-usage-table</link>
		<comments>http://blog.amiri.net/2011/05/13/clean-http-usage-in-cpanel-ip-usage-table/#comments</comments>
		<pubDate>Fri, 13 May 2011 17:53:13 +0000</pubDate>
		<dc:creator>Peter Amiri</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.amiri.net/?p=184</guid>
		<description><![CDATA[Once again this is a place holder for myself as to the steps needed to change a phantom entry in the IP Usage Table in cPanel. We run our cPanel servers on VM within our environment. So we have a cPanel template that is used to spin off new servers as needed. The IP and [...]]]></description>
			<content:encoded><![CDATA[<p>Once again this is a place holder for myself as to the steps needed to change a phantom entry in the IP Usage Table in cPanel. We run our cPanel servers on VM within our environment. So we have a cPanel template that is used to spin off new servers as needed. The IP and host name of the newly spun off servers has to be changed and sometimes the old entries get stuck in this table.</p>
<p>cd /var/cpanel/userdata/nobody<br />
&#8220;ls&#8221; showed the following files:</p>
<p>main main.cache</p>
<p>nano main</p>
<p>/scripts/rebuildhttpdconf</p>
<p>/etc/init.d/httpd restart</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amiri.net/2011/05/13/clean-http-usage-in-cpanel-ip-usage-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restoring a failed cPanel Apache build</title>
		<link>http://blog.amiri.net/2011/01/10/restoring-a-failed-cpanel-apache-build/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=restoring-a-failed-cpanel-apache-build</link>
		<comments>http://blog.amiri.net/2011/01/10/restoring-a-failed-cpanel-apache-build/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 01:34:41 +0000</pubDate>
		<dc:creator>Peter Amiri</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Railo]]></category>
		<category><![CDATA[Resin]]></category>

		<guid isPermaLink="false">http://blog.amiri.net/?p=180</guid>
		<description><![CDATA[If the Apache rebuilt is successful but httpd cannot be started due to configuration issues the following scripts can help to restore a previous or archived build. # /scripts/easyapache --restore-archive Bring up UI to choose available archives and restore them if desired # /scripts/easyapache --restore-archive=listonly List available archives only # /scripts/easyapache --restore-archive=/path/to/easyapache/archive Attempt to restore [...]]]></description>
			<content:encoded><![CDATA[<p>If the Apache rebuilt is successful but httpd cannot be started due to configuration issues the following scripts can help to restore a previous or archived build.</p>
<p><code># /scripts/easyapache --restore-archive<br />
Bring up UI to choose available archives and restore them if desired</p>
<p># /scripts/easyapache --restore-archive=listonly<br />
List available archives only</p>
<p># /scripts/easyapache --restore-archive=/path/to/easyapache/archive<br />
Attempt to restore this build archive<br />
!! only use if you are 100% sure the path is an easyapache build archive !!</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amiri.net/2011/01/10/restoring-a-failed-cpanel-apache-build/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New features added to Roster Creator</title>
		<link>http://blog.amiri.net/2010/12/07/new-features-added-to-roster-creator/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-features-added-to-roster-creator</link>
		<comments>http://blog.amiri.net/2010/12/07/new-features-added-to-roster-creator/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 00:02:23 +0000</pubDate>
		<dc:creator>Peter Amiri</dc:creator>
				<category><![CDATA[Roster Creator]]></category>

		<guid isPermaLink="false">http://blog.amiri.net/?p=178</guid>
		<description><![CDATA[Today I added a few more features to the eMembership Roster Creator. A new roster type was added to that sorts the households by sector first and then by name. This groups members of the same sector together on the report which can make it easier for community members to find a member of their [...]]]></description>
			<content:encoded><![CDATA[<p>Today I added a few more features to the eMembership Roster Creator. A new roster type was added to that sorts the households by sector first and then by name. This groups members of the same sector together on the report which can make it easier for community members to find a member of their own sector.</p>
<p>Another feature that was added to the roster report is a section at the end of the report that prints the contact information for the LSA. When uploading a new roster you can now enter the phone number, address, and email addresses of the LSA. These will be printed at the end of the roster now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amiri.net/2010/12/07/new-features-added-to-roster-creator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roster sorting bug fixed&#8230;</title>
		<link>http://blog.amiri.net/2010/07/08/roster-sorting-bug-fixed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=roster-sorting-bug-fixed</link>
		<comments>http://blog.amiri.net/2010/07/08/roster-sorting-bug-fixed/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 18:31:09 +0000</pubDate>
		<dc:creator>Peter Amiri</dc:creator>
				<category><![CDATA[Roster Creator]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[sort order]]></category>

		<guid isPermaLink="false">http://blog.amiri.net/?p=173</guid>
		<description><![CDATA[There was a bug that was causing the generated roster files to not be sorted in the proper order. In fact the records were being returned from the database in random order. The resulting pdf files looked pretty but were not in phone directory order. This bug has now been fixed. The roster files now [...]]]></description>
			<content:encoded><![CDATA[<p>There was a bug that was causing the generated roster files to not be sorted in the proper order. In fact the records were being returned from the database in random order. The resulting pdf files looked pretty <img src='http://blog.amiri.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  but were not in phone directory order. This bug has now been fixed. The roster files now have two sort levels applied. Initially all Head of Household (HoH) records are selected from the database and sorted in Last Name order. Then for each HoH record, all family records are selected and ordered in descending age order.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amiri.net/2010/07/08/roster-sorting-bug-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Generating your first PDF roster</title>
		<link>http://blog.amiri.net/2010/06/15/tutorial-generating-your-first-pdf-roster/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tutorial-generating-your-first-pdf-roster</link>
		<comments>http://blog.amiri.net/2010/06/15/tutorial-generating-your-first-pdf-roster/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 20:51:05 +0000</pubDate>
		<dc:creator>Peter Amiri</dc:creator>
				<category><![CDATA[Roster Creator]]></category>
		<category><![CDATA[eMembership]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Roster]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.amiri.net/?p=155</guid>
		<description><![CDATA[In this post, we&#8217;ll take a look at the process of generating a PDF roster. We will begin by logging into the eMembership system, generating the necessary export file, and uploading that file to the Roster Creator system. Then we will generate the PDF roster. So lets get started. First thing we need to do [...]]]></description>
			<content:encoded><![CDATA[<p>In this post, we&#8217;ll take a look at the process of generating a PDF roster. We will begin by logging into the eMembership system, generating the necessary export file, and uploading that file to the Roster Creator system. Then we will generate the PDF roster. So lets get started.</p>
<p>First thing we need to do is to log into the eMembership system. Once you have logged into the system you should see a screen that looks similar to the screen shot below:</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-158" style="border: 1px solid black;" title="emem_logged_in" src="http://blog.amiri.net/wp-content/uploads/2010/06/emem_logged_in-500x329.jpg" alt="emem_logged_in" width="500" height="329" /></p>
<div style="clear:both;"></div>
<p>Now that you are logged into the eMembership system. Scroll down to the bottom of the page and click on the &#8220;Download Excel Community List&#8221; button. This button will generate an export file that will begin to download to your computer.</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-157" style="border: 1px solid black;" title="emem_button" src="http://blog.amiri.net/wp-content/uploads/2010/06/emem_button-500x329.jpg" alt="emem_button" width="500" height="329" /></p>
<div style="clear:both;"></div>
<p>Depending on which operating system you are on and what browser you use, you should be given a choice of where to save the file to. Remember where you save this file since we will need it to upload to the Roster Creator system.</p>
<p>One thing to note about this file. Although the button says that it is going to generate an Excel file, it is actually a simple text file in a special format that Excel can understand. If you double click on the file and have Microsoft Excel (or another software the understands .csv files) installed. The file will be opened and converted to a spreadsheet. Be careful that you do not do that. We need the file to remain in text format and don&#8217;t want to upload a spreadsheet to the Roster Creator system.</p>
<p>If you look at the content of the export file with a text editor you will see the file contents to be similar to the figure below:</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-159" style="border: 1px solid black;" title="export_file" src="http://blog.amiri.net/wp-content/uploads/2010/06/export_file-500x364.jpg" alt="export_file" width="500" height="364" /></p>
<div style="clear:both;"></div>
<p>Now lets, log into the Roster Creator system. If you haven&#8217;t already registered and validated your account, please follow the <a href="http://blog.amiri.net/2010/06/07/tutorial-signing-up-for-a-new-account/">tutorial</a> to do so. Once you are logged in you should see a screen like below:</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-163" style="border: 1px solid black;" title="roster_list_full" src="http://blog.amiri.net/wp-content/uploads/2010/06/roster_list_full-500x284.jpg" alt="roster_list_full" width="500" height="284" /></p>
<div style="clear:both;"></div>
<p>If this is the first time you are logging in. You will not have any existing rosters in the system so the roster list is going to be empty and a warning message will let you know that there are no rosters in the list.</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-161" style="border: 1px solid black;" title="roster_creator_logged_in" src="http://blog.amiri.net/wp-content/uploads/2010/06/roster_creator_logged_in-500x192.jpg" alt="roster_creator_logged_in" width="500" height="192" /></p>
<div style="clear:both;"></div>
<p>Now we will start the process of uploading the community roster file we exported from the National eMembership system. You can start the upload process by using two options. Either click on the ADD button which is to the right of the table labels or click on the menu option called &#8220;Add New Roster&#8221;. Once you click either of these two links you should see the upload screen that is pictured below:</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-164" style="border: 1px solid black;" title="upload_screen" src="http://blog.amiri.net/wp-content/uploads/2010/06/upload_screen-500x253.jpg" alt="upload_screen" width="500" height="253" /></p>
<div style="clear:both;"></div>
<p>On this screen you can give this roster a name, this name is used and printed in the header of the roster pages. You can also enter a community name which is also used in the header of the generated roster to complete the following statement &#8220;Spiritual Assembly of the Baha&#8217;is of {community name}&#8221;. The third item to be filled out on this screen is a file selector that you use to select the file you downloaded from the eMembership system. When all three fields are completed click on the &#8220;Upload Now&#8221; button.</p>
<p>The system will now process the upload file and if everything goes well will display the roster detail screen. You will also see some statistics information listed for the roster. This information could be useful when looking back to see how the community membership has changed over the coarse of several months or even years.</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-162" style="border: 1px solid black;" title="roster_detail" src="http://blog.amiri.net/wp-content/uploads/2010/06/roster_detail-500x303.jpg" alt="roster_detail" width="500" height="303" /></p>
<div style="clear:both;"></div>
<p>Now lets generate our PDF document. Select the roster you want to generate a PDF for and click on the &#8220;Full Community&#8221; link next to the Roster label. The system will generate the PDF document and open it in a new browser window. You can use your browsers Save As feature to save the PDF and use it how ever you like. The file could be emailed to community member or simply printed in order to make copies for the community. The PDF roster will look like the figure below with the each family grouped together, their address and phone number printed and each family member identified. If your community has sector feast the feast sector will also be identified on the printed roster. If however your community has not adopted feast sectors then this information will be left off the printed roster.</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-165" style="border: 1px solid black;" title="pdf_roster_page" src="http://blog.amiri.net/wp-content/uploads/2010/06/pdf_roster_page-500x644.jpg" alt="pdf_roster_page" width="500" height="644" /></p>
<div style="clear:both;"></div>
<p>This formated PDF document can now be printed, saved, or emailed to the community members. Our community roster is always in a state of flux, due to the continuous stream of move ins and move outs. Using the Roster Creator we are able to generate formated rosters fairly quickly which means we can continuously keep our community members updated.</p>
<p>I hope you also find this system useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amiri.net/2010/06/15/tutorial-generating-your-first-pdf-roster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Signing up for a new account</title>
		<link>http://blog.amiri.net/2010/06/07/tutorial-signing-up-for-a-new-account/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tutorial-signing-up-for-a-new-account</link>
		<comments>http://blog.amiri.net/2010/06/07/tutorial-signing-up-for-a-new-account/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 09:37:17 +0000</pubDate>
		<dc:creator>Peter Amiri</dc:creator>
				<category><![CDATA[Roster Creator]]></category>
		<category><![CDATA[Signup]]></category>
		<category><![CDATA[verification]]></category>

		<guid isPermaLink="false">http://blog.amiri.net/?p=119</guid>
		<description><![CDATA[This tutorial will walk you through the process of signing up for a new account and verifying the email to activate the account. You will need a valid email account where you can receive the verification email before proceeding with this tutorial. Visit http://roster.1844.net/. Please note there is no www at the beginning of the [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial will walk you through the process of signing up for a new account and verifying the email to activate the account. You will need a valid email account where you can receive the verification email before proceeding with this tutorial.</p>
<p>Visit <a href="http://roster.1844.net/">http://roster.1844.net/</a>. Please note there is no www at the beginning of the URL.</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-140" style="border: 1px solid black;" title="screen1" src="http://blog.amiri.net/wp-content/uploads/2010/06/screen1-500x410.jpg" alt="screen1" width="500" height="410" /></p>
<div style="clear:both;"></div>
<p>Now click on the Register button in the upper right hand corner of the screen to load the registration form and fill out the form with your information. Please verify that you have entered a valid email address before submitting the form.</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-141" style="border: 1px solid black;" title="screen2" src="http://blog.amiri.net/wp-content/uploads/2010/06/screen2-500x410.jpg" alt="screen2" width="500" height="410" /></p>
<div style="clear:both;"></div>
<p style="text-align: left;">Once you&#8217;ve filled out the form and have entered a valid email address click on the &#8220;Register Now&#8221; button. The next screen will just confirm that your registration has been accepted and remind you to check your inbox for the verification email. The warning about not being logged in is a reminder that you will need to login before proceeding.</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-150" style="border: 1px solid black;" title="thankyou" src="http://blog.amiri.net/wp-content/uploads/2010/06/thankyou-500x209.jpg" alt="thankyou" width="500" height="209" /></p>
<div style="clear:both;"></div>
<p style="text-align: left;">Now we need to jump into our email inbox and find the verification email that was sent to your account. It will look similar to the email pictured here. Once you find it, simply click on the link in the email. If your email client does not allow you to click on the link directly, simply copy the link and paste it into a browser window.</p>
<p style="text-align: left;"><img class="aligncenter size-large wp-image-145" style="border: 1px solid black;" title="screen4" src="http://blog.amiri.net/wp-content/uploads/2010/06/screen4-500x255.jpg" alt="screen4" width="500" height="255" /></p>
<div style="clear:both;"></div>
<p style="text-align: left;">And finally when you click on the verification link and everything goes according to plan you should see the following screen letting you know that your account has been activated. You can now login using the email and password you used during the registration process.</p>
<p><img class="aligncenter size-large wp-image-146" style="border: 1px solid black;" title="screen5" src="http://blog.amiri.net/wp-content/uploads/2010/06/screen5-499x236.jpg" alt="screen5" width="499" height="236" /></p>
<div style="clear:both;"></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.amiri.net/2010/06/07/tutorial-signing-up-for-a-new-account/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add verification form letter</title>
		<link>http://blog.amiri.net/2010/06/01/add-verification-form-letter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-verification-form-letter</link>
		<comments>http://blog.amiri.net/2010/06/01/add-verification-form-letter/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 09:08:45 +0000</pubDate>
		<dc:creator>Peter Amiri</dc:creator>
				<category><![CDATA[Roster Creator]]></category>
		<category><![CDATA[form letter]]></category>
		<category><![CDATA[Roster]]></category>
		<category><![CDATA[verification]]></category>

		<guid isPermaLink="false">http://blog.amiri.net/?p=114</guid>
		<description><![CDATA[I&#8217;ve added a new form letter to the system that can be used to send a verification letter to each household in the community asking them to verify the community roster information on file. This letter is useful to send out once a year to capture any changes that need to be made to the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added a new form letter to the system that can be used to send a verification letter to each household in the community asking them to verify the community roster information on file. This letter is useful to send out once a year to capture any changes that need to be made to the community roster.</p>
<p><img class="aligncenter size-full wp-image-115" title="verification-letter" src="http://blog.amiri.net/wp-content/uploads/2010/06/verification-letter.jpg" alt="verification-letter" width="382" height="492" /></p>
<div style="clear:both;"></div>
<p>Let me know if you have letters or other reports that you would like to see added to the system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amiri.net/2010/06/01/add-verification-form-letter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beta testers invited</title>
		<link>http://blog.amiri.net/2010/05/31/beta-testers-invited/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=beta-testers-invited</link>
		<comments>http://blog.amiri.net/2010/05/31/beta-testers-invited/#comments</comments>
		<pubDate>Mon, 31 May 2010 09:05:00 +0000</pubDate>
		<dc:creator>Peter Amiri</dc:creator>
				<category><![CDATA[Roster Creator]]></category>
		<category><![CDATA[beta testers]]></category>
		<category><![CDATA[first group]]></category>
		<category><![CDATA[Roster]]></category>

		<guid isPermaLink="false">http://blog.amiri.net/?p=112</guid>
		<description><![CDATA[Tonight I sent out the first invitation email to half a dozen communities in Southern California extending an invitation for them to come and use the system and give me feedback as to what they think.]]></description>
			<content:encoded><![CDATA[<p>Tonight I sent out the first invitation email to half a dozen communities in Southern California extending an invitation for them to come and use the system and give me feedback as to what they think.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amiri.net/2010/05/31/beta-testers-invited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

