<?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>Tenseg</title>
	<atom:link href="http://www.tenseg.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tenseg.net</link>
	<description>Tenseg News</description>
	<lastBuildDate>Sat, 03 Mar 2012 16:32:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Subversion to Git Migration Checklist</title>
		<link>http://www.tenseg.net/archives/1216</link>
		<comments>http://www.tenseg.net/archives/1216#comments</comments>
		<pubDate>Sat, 03 Mar 2012 16:32:13 +0000</pubDate>
		<dc:creator>Alex Celeste</dc:creator>
				<category><![CDATA[iPhone Developers Program]]></category>

		<guid isPermaLink="false">http://www.tenseg.net/?p=1216</guid>
		<description><![CDATA[Just a heads up for everyone, this post is a highly technical one for fellow developers, it is not something we expect most of you to find helpful or even fully comprehend. Earlier this week we took the dive and migrated all of our active projects (not all of these have been publicly announced much [...]]]></description>
			<content:encoded><![CDATA[<p>Just a heads up for everyone, this post is a highly technical one for fellow developers, it is not something we expect most of you to find helpful or even fully comprehend.</p>
<p>Earlier this week we took the dive and migrated all of our active projects (not all of these have been publicly announced much less released) from <a href="http://projectlocker.com/">ProjectLocker</a> Subversion to <a href="https://bitbucket.org/">BitBucket</a> Git. In the process we formulated a checklist of the steps needed in this migration process. We&#8217;ve decided to post that checklist as a guide for anyone else interested in migrating projects. Please note that this checklist is entirely independent of what services you use for Subversion and Git. Anything that is within &#8220;[]&#8221; is a variable that you have to replace with the appropriate value given your setup. We hope this checklist may save you some time searching for pieces of this process on various websites.</p>
<p><em>A. Setup</em></p>
<ul>
<li>Make sure that all changes are committed into the SVN repo from Xcode</li>
</ul>
<p><em>B. Migration</em></p>
<ol>
<li>cd to svn checkout (project) directory</li>
<li>svn log -q | awk -F &#8216;|&#8217; &#8216;/^r/ {sub(&#8220;^ &#8220;, &#8220;&#8221;, $2); sub(&#8221; $&#8221;, &#8220;&#8221;, $2); print $2&#8243; = &#8220;$2&#8243; <"$2">&#8220;}&#8217; | sort -u > authors-transform.txt</li>
<li>Edit the authors-transform.txt file to match desired Git user details</li>
<li>cd to home directory root (or any other place for the temporary Git repo)</li>
<li>mkdir temp_git_repo</li>
<li>cd temp_git_repo</li>
<li>git svn init [URL-TO-SVN-REPO] &#8211;no-metadata</li>
<li>git config svn.authorsfile [PATH-TO-AUTHORS-TRANSFORM-FILE]</li>
<li>git svn fetch</li>
</ol>
<p><em>C. Push to Git Remote</em></p>
<ol>
<li>git remote add origin [GIT-REMOTE-LOCATION]</li>
<li>git push -u origin master</li>
</ol>
<p><em>D. Replace SVN Version of project on filesystem/in Xcode with Git Version</em></p>
<ul>
<li>This is self-explanatory and specific instructions for this can be found within Xcode and its documentation</li>
<li>Essentially what is important to remember is that you use the &#8220;Checkout or Clone Repository&#8221; option in the Repositories organizer and paste in the same [GIT-REMOTE-LOCATION] used above</li>
<li>You can also delete the temp_git_repo folder at this time along with the old SVN-backed project folder</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.tenseg.net/archives/1216/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Admin Bar ID Menu updated for WP 3.3</title>
		<link>http://www.tenseg.net/archives/1209</link>
		<comments>http://www.tenseg.net/archives/1209#comments</comments>
		<pubDate>Fri, 16 Dec 2011 19:44:22 +0000</pubDate>
		<dc:creator>efcadmin</dc:creator>
				<category><![CDATA[Admin Bar ID Menu]]></category>

		<guid isPermaLink="false">http://www.tenseg.net/?p=1209</guid>
		<description><![CDATA[We love WordPress updates and WP 3.3 is a doozy! Many things have changed, including the internals of how the admin bar is constructed. Today we introduce version 0.4 of our WP Admin Bar ID Menu plugin which allows the plugin to work with WP 3.3. Nothing else has changed about this plugin, it remains [...]]]></description>
			<content:encoded><![CDATA[<p>We love WordPress updates and WP 3.3 is a doozy! Many things have changed, including the internals of how the admin bar is constructed. Today we introduce version 0.4 of our <a href="http://www.tenseg.net/software/adminbarid">WP Admin Bar ID Menu plugin</a> which allows the plugin to work with WP 3.3. Nothing else has changed about this plugin, it remains a very simple tool that just puts the ID number of a page or post into the admin bar alongside the &#8220;edit&#8221; menu item.</p>
<p>You can get the update by simply checking for updates in WordPress if the plugin is already installed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenseg.net/archives/1209/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hidden Progress</title>
		<link>http://www.tenseg.net/archives/1181</link>
		<comments>http://www.tenseg.net/archives/1181#comments</comments>
		<pubDate>Fri, 01 Jul 2011 19:54:10 +0000</pubDate>
		<dc:creator>Alex Celeste</dc:creator>
				<category><![CDATA[iPhone Developers Program]]></category>

		<guid isPermaLink="false">http://www.tenseg.net/?p=1181</guid>
		<description><![CDATA[Over the nearly 2 years (or more realistically 1.5 years) that Tenseg has been around there have been some software releases, but not a steady stream as you might expect. Some of these releases have been significant ones, but none have been mind-blowing. One reason for this is simply that one of the two people [...]]]></description>
			<content:encoded><![CDATA[<p>Over the nearly 2 years (or more realistically 1.5 years) that Tenseg has been around there have been some software releases, but not a steady stream as you might expect. Some of these releases have been significant ones, but none have been mind-blowing. </p>
<p>One reason for this is simply that one of the two people (myself, Alex Celeste) is a full-time college student during the academic year, so I don&#8217;t have the time to be constantly moving projects forward 365 days/year, and the other person (Eric Celeste) likewise has more important money-making endeavors to look after. Every couple of months an update to one piece of software or another may be sent out (like the unmentioned minor updates I released to Fact Triangles, Blackjack, and soeMatrix earlier this week), but again, these have been minor updates. The release notes of these products have over time hinted at some of what we&#8217;ve been busy with: Across the entire first semester of this past academic year I cooked up a massive collection of integrated backend tools that will help us support released software going forward, but naturally you don&#8217;t really see the tools reflected in your experience with Tenseg software, they just make our lives much easier.</p>
<p>However, it is summertime (as the heat wave currently engulfing Minnesota is proof of&#8230;) and so we both have had a little more time to devote to programming. I wanted to point out that summertime aside there are a couple projects that we&#8217;re working on that at some point may result in a piece of software you all can play with. For the most part these are projects we&#8217;d like to keep under wraps and first mention days (if not minutes) before public release, but I might as well mention the <a href="http://eric.clst.org/mystery/archives/1763">Sprouts app</a> that I&#8217;ve been helping Eric put together as of late since he mentioned it on his personal blog.</p>
<p>If you are a Cocoa or Cocoa Touch developer yourself (if you don&#8217;t know what those two are just skip this paragraph <img src='http://www.tenseg.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) then there is something we&#8217;ve started putting together that you may find useful. As you know, coding involves lots of research and experimentation. <a href="http://stackoverflow.com/">StackOverflow</a> is a blessing for this, but we wanted to make sure we had a place to put our own tips and samples (even if mirrored from questions at StackOverflow). So, that was what gave birth to our new <a href="http://www.tenseg.net/samples">Developer Tips and Samples</a> page. Regardless where else on the internet we share tips and sample code they will all be centrally accessible on that page here on our website. We anticipate that more tips and samples will be added to that page as we do our own coding. If any of the tips and samples on that page help you out we&#8217;d love to hear from you.</p>
<p>So in a nutshell&#8230; More progress is being made then you would see just by checking this news page and looking for updates in our software. The bulk of our (somewhat strained during the academic year) development time is given to currently unreleased software, most of which we aren&#8217;t mentioning publicly at this time. Therefore most progress these days is what we like to call &#8220;hidden progress&#8221; because we can see it easily enough, but none of you have a clue it is being made (without a post like this one).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenseg.net/archives/1181/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebPDF v1.0.3 Released</title>
		<link>http://www.tenseg.net/archives/1142</link>
		<comments>http://www.tenseg.net/archives/1142#comments</comments>
		<pubDate>Sat, 16 Apr 2011 02:16:11 +0000</pubDate>
		<dc:creator>Alex Celeste</dc:creator>
				<category><![CDATA[WebPDF]]></category>

		<guid isPermaLink="false">http://www.tenseg.net/?p=1142</guid>
		<description><![CDATA[Just a few minutes ago a minor update to WebPDF was released, v1.0.3. What does this minor update change or fix? The only visible changes are to the History menu. First you will no longer see URLs displayed, instead you see page titles. Second the Clear item now goes gray when the History menu is [...]]]></description>
			<content:encoded><![CDATA[<p>Just a few minutes ago a minor update to WebPDF was released, v1.0.3. What does this minor update change or fix? The only visible changes are to the History menu. First you will no longer see URLs displayed, instead you see page titles. Second the Clear item now goes gray when the History menu is empty (right after you use the Clear function before you navigate to another page). Beyond the visible changes we&#8217;ve made numerous bug fixes based on dealing with warnings and static analyzer results in Xcode and once again (I promise for the final time for a <em>long</em> time) changed the URLs to our backend support mechanisms, you know, our web-based software WebPDF talks to for update checking, feedback submitting, and crash reporting. Anyway, you can grab WebPDF v1.0.3 either from within WebPDF or by heading on over to the <a href="http://www.tenseg.net/software/webpdf">WebPDF Product Page</a>. Any comments regarding this new version can be posted either in the comments here, at our <a href="http://forums.tenseg.net/?CategoryID=3">discussion forums</a>, or by using the &#8220;Send Feedback&#8230;&#8221; option in WebPDF itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenseg.net/archives/1142/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EmailSystemProfile Doesn&#8217;t Function in Some Setups</title>
		<link>http://www.tenseg.net/archives/1029</link>
		<comments>http://www.tenseg.net/archives/1029#comments</comments>
		<pubDate>Sun, 13 Feb 2011 23:26:22 +0000</pubDate>
		<dc:creator>Alex Celeste</dc:creator>
				<category><![CDATA[EmailSystemProfile]]></category>

		<guid isPermaLink="false">http://www.tenseg.net/?p=1029</guid>
		<description><![CDATA[Earlier today I found out that my computer was never sending out system profiles when on the network of my college, CSB/SJU, using EmailSystemProfile (by taking a closer look at when it was sending the emails by looking at the recipient GMail account&#8217;s inbox). It seems that whatever is breaking the script is well out [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier today I found out that my computer was never sending out system profiles when on the network of my college, CSB/SJU, using <a href="http://www.tenseg.net/software/emailsystemprofile">EmailSystemProfile</a> (by taking a closer look at when it was sending the emails by looking at the recipient GMail account&#8217;s inbox). It seems that whatever is breaking the script is well out of my control. I&#8217;d bet that many institutional/corporate networks probably block what this essential script needs open to run. So, for those of us that are stuck in setups where the script doesn&#8217;t work, here is <a href="http://tenseg.net/tensegplugins/FormulateSystemProfile.scpt.zip">an applescript alternative</a>. Once downloaded place this script within the Apple Mail scripts folder (~/Library/Scripts/Applications/Mail) and edit the recipient variable at the top of the script file in Applescript Editor. We can&#8217;t get this to run automatically, but at least it&#8217;s simpler than manually saving proprietary system profile files and emailing them. Once you run this script from Mail all you need to do is click Send and the system profile will be sent off and filed away similar to how the automatic script functions. If you&#8217;re one of the unlucky users for whom the original shell script doesn&#8217;t function then I highly recommend getting this applescript on your system sooner rather than later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenseg.net/archives/1029/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fact Triangles v1.3.2 Released</title>
		<link>http://www.tenseg.net/archives/1025</link>
		<comments>http://www.tenseg.net/archives/1025#comments</comments>
		<pubDate>Sat, 05 Feb 2011 03:33:20 +0000</pubDate>
		<dc:creator>Alex Celeste</dc:creator>
				<category><![CDATA[Fact Triangles]]></category>

		<guid isPermaLink="false">http://www.tenseg.net/?p=1025</guid>
		<description><![CDATA[A few minutes ago the first update to Fact Triangles in almost a year went live. Believe it or not we started coding this update long before WebPDF went 1.0, but due to some solid problems we ran into when Xcode 4 was in its preview stage (versus the gold master released just a few [...]]]></description>
			<content:encoded><![CDATA[<p>A few minutes ago the first update to Fact Triangles in almost a year went live. Believe it or not we started coding this update long before WebPDF went 1.0, but due to some solid problems we ran into when Xcode 4 was in its preview stage (versus the gold master released just a few days ago) Fact Triangles was refusing to run without crashing when you accessed the preferences window. That severe bug seems to be gone now when building using the golden master build of Xcode. The largest changes that are incorporated in the v1.3.2 update are its dependency on Mac OS X v10.6 or above, and the migration to our dynamic automatic updater. Additionally we have included the rewritten feedback provider and crash reporter, both of which are in use by WebPDF. A fairly small, but somewhat significant, update. A month from now we&#8217;ll be dismantling the static automatic updater for Fact Triangles and with that saying farewell to static updaters altogether as all our software products will be utilizing the dynamic updater. Feel free to grab the update using the self-updating feature, or if that fails you can always grab the update from the <a href="http://www.tenseg.net/software/facttriangles">Fact Triangles Product Page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenseg.net/archives/1025/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebPDF v1.0.2 Released</title>
		<link>http://www.tenseg.net/archives/1017</link>
		<comments>http://www.tenseg.net/archives/1017#comments</comments>
		<pubDate>Tue, 01 Feb 2011 01:25:42 +0000</pubDate>
		<dc:creator>Alex Celeste</dc:creator>
				<category><![CDATA[WebPDF]]></category>

		<guid isPermaLink="false">http://www.tenseg.net/?p=1017</guid>
		<description><![CDATA[A couple minutes ago WebPDF v1.0.2 was released. As you can infer from the article on the widget updates just below this article, this update migrates WebPDF over to the new update mechanism (and like with the widgets, in about a month the old WebPDF updater will be taken down). But that migration is by [...]]]></description>
			<content:encoded><![CDATA[<p>A couple minutes ago WebPDF v1.0.2 was released. As you can infer from the article on the widget updates just below this article, this update migrates WebPDF over to the new update mechanism (and like with the widgets, in about a month the old WebPDF updater will be taken down). But that migration is by far not the only thing that has changed in WebPDF, there are three other bugs that have been fixed in this minor update:</p>
<ul>
<li>The copyright statement as visible in Finder is now updated for 2011</li>
<li>The &#8220;Use Safari HomePage&#8221; button associated with the HomePage preference, which worked in testing v1.0.1 but broke I think with 10.6.6, is now working again</li>
<li>You can no longer resize the About dialog</li>
</ul>
<p>This update doesn&#8217;t make many changes, and the biggest one is entirely invisible, but the changes it makes are pretty significant. As always, questions and comments regarding WebPDF are welcome, just use the &#8220;Send Feedback&#8230;&#8221; menu item. WebPDF v1.0.2 is available either from the <a href="http://www.tenseg.net/software/webpdf">WebPDF Product Page</a>, or for the next month using the self-updating functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenseg.net/archives/1017/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Both Blackjack and soeMatrix Updated to v1.5.1</title>
		<link>http://www.tenseg.net/archives/986</link>
		<comments>http://www.tenseg.net/archives/986#comments</comments>
		<pubDate>Sat, 29 Jan 2011 16:28:25 +0000</pubDate>
		<dc:creator>Alex Celeste</dc:creator>
				<category><![CDATA[Blackjack]]></category>
		<category><![CDATA[soeMatrix]]></category>

		<guid isPermaLink="false">http://www.tenseg.net/?p=986</guid>
		<description><![CDATA[Late last night we pushed out two fairly minor updates to both Blackjack and soeMatrix. The only user-visible change that was made (that we remembered to document as we were coding) was in updating the copyright statement for 2011. These updates have far more changes under-the-hood though. With the v1.5 updates we debuted a self-updating [...]]]></description>
			<content:encoded><![CDATA[<p>Late last night we pushed out two fairly minor updates to both Blackjack and soeMatrix. The only user-visible change that was made (that we remembered to document as we were coding) was in updating the copyright statement for 2011. These updates have far more changes under-the-hood though. With the v1.5 updates we debuted a self-updating functionality to these widgets (and that was to be used in any future widget we develop). That functionality didn&#8217;t exactly use a proper update feed (like appcasts for Mac applications and plists for Safari Extensions), it was just a simple php script with authorization keys. Around the same time we created the widget updating mechanism we began work on a solution to encompass all our Mac products that would act for us developers as simply as the updaters act for you users (much like Apple&#8217;s iTunesConnect for the App Stores). In creating this we would do away with static appcasts, plists, and php files altogether, instead opting for one catalog.php file to dynamically serve up whatever the product calling it wanted. In these v1.5.1 updates we&#8217;ve switched over to this new update mechanism (we call it Tenseg SoftwareUpdate), leaving the old widget updater behind when going forward. When we next update all our other products they, too, will (possibly silently) switch over to utilizing this new update mechanism.</p>
<p>You may ask why create such a mechanism when we knew a Mac App Store was on the way (and is now open)? The basic answer is that the Mac App Store requires being part of another paid developers program and we didn&#8217;t want to commit to that at the moment. That, and since we develop more than just applications for Mac OS X we&#8217;d still need to deliver the widgets and random scripts from our website alone. If we ever decide to release shareware applications (versus just freeware applications) then the Mac App Store will be one of the more likely choices for distribution. Until then we&#8217;re going to be sticking with our own distribution mechanisms for our Mac applications.</p>
<p>Anyways, you can either use the built-in updaters or head on over to the product pages (<a href="http://www.tenseg.net/software/blackjack">Blackjack</a> and <a href="http://www.tenseg.net/software/soematrix">soeMatrix</a>) to get these minor updates. The old updater will remain in place for one month, then the self-updating functionality of the v1.5 updaters will be broken for eternity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenseg.net/archives/986/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebPDF v1.0.1 Released</title>
		<link>http://www.tenseg.net/archives/960</link>
		<comments>http://www.tenseg.net/archives/960#comments</comments>
		<pubDate>Fri, 07 Jan 2011 16:04:56 +0000</pubDate>
		<dc:creator>Alex Celeste</dc:creator>
				<category><![CDATA[WebPDF]]></category>

		<guid isPermaLink="false">http://www.tenseg.net/?p=960</guid>
		<description><![CDATA[WebPDF v1.0.1 has just been released. This update brings a few changes regarding URL loading (you can now specify a home page and we add &#8220;http://&#8221; for you if you forget) as well as introduces minor tweaks to the main window interface. Additionally you&#8217;ll find that the Save PDF dialog box will now start remembering [...]]]></description>
			<content:encoded><![CDATA[<p>WebPDF v1.0.1 has just been released. This update brings a few changes regarding URL loading (you can now specify a home page and we add &#8220;http://&#8221; for you if you forget) as well as introduces minor tweaks to the main window interface. Additionally you&#8217;ll find that the Save PDF dialog box will now start remembering where you last saved a PDF to. All of these changes should be quite useful, but the single biggest change in WebPDF v1.0.1 is completely invisible to the average user. You know that &#8220;Send Feedback&#8230;&#8221; item in the Help menu. The window it brings up so you can send us feedback on WebPDF has been completely rewritten, as has the server code that actually accepts your feedback. There are only two visible changes in that window to hint at the massive under-the-hood changes, I challenge you to figure out what those changes are (and test out the feedback system to submit your guesses). WebPDF v1.0.1 is now available both by using the in-app software updater or by heading over to the <a href="http://www.tenseg.net/software/webpdf">WebPDF Product Page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenseg.net/archives/960/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebPDF v1.0 Released</title>
		<link>http://www.tenseg.net/archives/832</link>
		<comments>http://www.tenseg.net/archives/832#comments</comments>
		<pubDate>Sat, 30 Oct 2010 17:02:35 +0000</pubDate>
		<dc:creator>Alex Celeste</dc:creator>
				<category><![CDATA[WebPDF]]></category>

		<guid isPermaLink="false">http://www.tenseg.net/?p=832</guid>
		<description><![CDATA[WebPDF has just been updated to version 1.0 finally bringing the software out of beta and giving it a solid foundation to build on. The initial purpose of WebPDF was to make a simple-to-use piece of software that could create PDFs from webpages without the annoying page breaks normal PDF-making had. At its time of [...]]]></description>
			<content:encoded><![CDATA[<p>WebPDF has just been updated to version 1.0 finally bringing the software out of beta and giving it a solid foundation to build on. The initial purpose of WebPDF was to make a simple-to-use piece of software that could create PDFs from webpages without the annoying page breaks normal PDF-making had. At its time of initial public release it was the only free app that could do this, but there were many shareware apps, so one goal was to provide the free alternative. As of the v0.92 initial public release it could perform its primary purpose. However, it lacked some key features, as well as still held onto the old server-side connections. This finalized version 1.0 release changes all that. The main key feature that has been implemented for the first time in version 1.0 is the ability to open when a URL is passed to it by Mac OS X (think Safari&#8217;s Open Page With&#8230; menu item) and load that webpage instead of the default webpage. This is a huge improvement as now you can have a URL passed in instead of needing to type it out in the URL field yourself. We also implemented various changes and additions so WebPDF could come in line with the standards we have at Tenseg for Mac applications. These range from the mandatory inclusion of the CrashReporter and FeedbackProvider to including the standard Tenseg About window and using the Tenseg SoftwareUpdate mechanism. You can read the <a href="http://www.tenseg.net/software/webpdf/releasenotes">full release notes</a> if you&#8217;re curious about what all has changed. WebPDF version 1.0 is currently available from the <a href="http://www.tenseg.net/software/webpdf">WebPDF Product Page</a>, and as soon as Eric edits the old appcast it will become available from the built-in software update feature.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenseg.net/archives/832/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

