<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Obama&#039;s whitehouse.gov nukes 2400-line Bush robots.txt&#160;file</title>
	<atom:link href="http://boingboing.net/2009/01/20/obamas-whitehousegov.html/feed" rel="self" type="application/rss+xml" />
	<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html</link>
	<description>Brain candy for Happy Mutants</description>
	<lastBuildDate>Fri, 24 May 2013 17:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: theawesomerobot</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384518</link>
		<dc:creator>theawesomerobot</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384518</guid>
		<description>Ouch, they really are using ASP - that&#039;s painful.</description>
		<content:encoded><![CDATA[<p>Ouch, they really are using ASP &#8211; that&#8217;s painful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nanite2000</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384778</link>
		<dc:creator>nanite2000</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384778</guid>
		<description>As an ASP.NET developer myself, I would like to say how good a programming language it is (especially since ASP.NET 2.0). Yea, people say it&#039;s just a knock off of Java, and maybe it is. But it is so much more polished and the support community is infinitely more helpful. Also, because it is managed by just one company, there is a consistency to it that is not present in Java, and is being continuously developed and improved upon (again, unlike Java).

I used to develop in Java and found it almost impossible to get support from the global community (assuming I could even find a well populated support forum in the first place). Then I started developing in ASP.NET and it was like a breath of fresh air. Well featured, with a fantastic IDE, a &lt;b&gt;friendly&lt;/b&gt; helpful support community, plenty of tutorials and demos on how to do the most basic (and advanced) things, etc... Quite simply, I can do more with ASP.NET in a fraction of the time it takes to do in Java. I have never looked back since.

On the few occasions I am asked to do Java development, I fill with dread. It seems these days that Java is an elitist, overblown, oversized, sprawling inconsistent mess with no standard framework or development environment. And that makes it difficult for programmers to actually develop in it if they wish to have a life outside of programming.</description>
		<content:encoded><![CDATA[<p>As an ASP.NET developer myself, I would like to say how good a programming language it is (especially since ASP.NET 2.0). Yea, people say it&#8217;s just a knock off of Java, and maybe it is. But it is so much more polished and the support community is infinitely more helpful. Also, because it is managed by just one company, there is a consistency to it that is not present in Java, and is being continuously developed and improved upon (again, unlike Java).</p>
<p>I used to develop in Java and found it almost impossible to get support from the global community (assuming I could even find a well populated support forum in the first place). Then I started developing in ASP.NET and it was like a breath of fresh air. Well featured, with a fantastic IDE, a <b>friendly</b> helpful support community, plenty of tutorials and demos on how to do the most basic (and advanced) things, etc&#8230; Quite simply, I can do more with ASP.NET in a fraction of the time it takes to do in Java. I have never looked back since.</p>
<p>On the few occasions I am asked to do Java development, I fill with dread. It seems these days that Java is an elitist, overblown, oversized, sprawling inconsistent mess with no standard framework or development environment. And that makes it difficult for programmers to actually develop in it if they wish to have a life outside of programming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384528</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384528</guid>
		<description>So &lt;em&gt;why&lt;/em&gt; did they want to hide their &lt;em&gt;earmarks&lt;/em&gt; from us???</description>
		<content:encoded><![CDATA[<p>So <em>why</em> did they want to hide their <em>earmarks</em> from us???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Holden</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384790</link>
		<dc:creator>James Holden</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384790</guid>
		<description>Stripping out the lines for text-only and print versions, the original robots.txt file looks like this:

User-agent:	*
Disallow:	/cgi-bin
Disallow:	/search
Disallow:	/query.html
Disallow:	/help
Disallow:	/slideshow/gallery/iraq

User-agent:	whsearch
Disallow:	/cgi-bin
Disallow:	/search
Disallow:	/query.html
Disallow:	/help
Disallow:	/sitemap.html
Disallow:	/privacy.html
Disallow:	/accessibility.html

(From http://web.archive.org/web/20080325202806/www.whitehouse.gov/robots.txt)

So really (because the rest only applies to their own crawler) all they excluded is:

/cgi-bin, /search, /query.html, /help and /slideshow/gallery/iraq


Seems reasonable to me, and I think holding this up as an example of &quot;Change&quot; doesn&#039;t really hold water.

The file would be a hell of a lot shorter if the robots.txt syntax allowed for /*/text and /*/print, but it doesn&#039;t so the file ends up verbose.</description>
		<content:encoded><![CDATA[<p>Stripping out the lines for text-only and print versions, the original robots.txt file looks like this:</p>
<p>User-agent:	*<br />
Disallow:	/cgi-bin<br />
Disallow:	/search<br />
Disallow:	/query.html<br />
Disallow:	/help<br />
Disallow:	/slideshow/gallery/iraq</p>
<p>User-agent:	whsearch<br />
Disallow:	/cgi-bin<br />
Disallow:	/search<br />
Disallow:	/query.html<br />
Disallow:	/help<br />
Disallow:	/sitemap.html<br />
Disallow:	/privacy.html<br />
Disallow:	/accessibility.html</p>
<p>(From <a href="http://web.archive.org/web/20080325202806/www.whitehouse.gov/robots.txt" rel="nofollow">http://web.archive.org/web/20080325202806/www.whitehouse.gov/robots.txt</a>)</p>
<p>So really (because the rest only applies to their own crawler) all they excluded is:</p>
<p>/cgi-bin, /search, /query.html, /help and /slideshow/gallery/iraq</p>
<p>Seems reasonable to me, and I think holding this up as an example of &#8220;Change&#8221; doesn&#8217;t really hold water.</p>
<p>The file would be a hell of a lot shorter if the robots.txt syntax allowed for /*/text and /*/print, but it doesn&#8217;t so the file ends up verbose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evil Jim</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384538</link>
		<dc:creator>Evil Jim</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384538</guid>
		<description>Thank you to those commenters who explained the robots.txt significance to those of us not in the know. Especially #10 Anonymous.

In future, would BoingBoing kindly include some more background on what they&#039;re linking? Especially technical articles.</description>
		<content:encoded><![CDATA[<p>Thank you to those commenters who explained the robots.txt significance to those of us not in the know. Especially #10 Anonymous.</p>
<p>In future, would BoingBoing kindly include some more background on what they&#8217;re linking? Especially technical articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senormike</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384543</link>
		<dc:creator>senormike</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384543</guid>
		<description>Regarding ASP - think of the military. The M16 is certainly not the best gun out there, but we&#039;ve bought a couple million and can&#039;t switch now. 

ASP.NET (and the corresponding servers) is a lot like the M16...except easier to shoot yourself in the foot with.</description>
		<content:encoded><![CDATA[<p>Regarding ASP &#8211; think of the military. The M16 is certainly not the best gun out there, but we&#8217;ve bought a couple million and can&#8217;t switch now. </p>
<p>ASP.NET (and the corresponding servers) is a lot like the M16&#8230;except easier to shoot yourself in the foot with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beryllium</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384544</link>
		<dc:creator>Beryllium</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384544</guid>
		<description>To the person who said &quot;they deleted all the files and uploaded new ones&quot; ... I don&#039;t think that&#039;s  how they did it.

(And frankly, even if they DID do it that way, it would have been Cheney et al hitting the delete button ;-))

They probably just did a coordinated server swap of some kind. It&#039;s probably all load-balanced, anyway, so it might have just been as simple as flicking a switch.</description>
		<content:encoded><![CDATA[<p>To the person who said &#8220;they deleted all the files and uploaded new ones&#8221; &#8230; I don&#8217;t think that&#8217;s  how they did it.</p>
<p>(And frankly, even if they DID do it that way, it would have been Cheney et al hitting the delete button ;-))</p>
<p>They probably just did a coordinated server swap of some kind. It&#8217;s probably all load-balanced, anyway, so it might have just been as simple as flicking a switch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toolbag</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384554</link>
		<dc:creator>toolbag</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384554</guid>
		<description>ASP at .gov sites: the feds get significant discounts from MS on software and training.  Many of the content producers for those sites are GS##&quot;lifers&quot; who learned IIS/Frontpage back in the 90&#039;s so it&#039;s going to be around for a while.  At least that&#039;s what I&#039;ve gleaned from my off and on work with government contracts and subcontractors.


 </description>
		<content:encoded><![CDATA[<p>ASP at .gov sites: the feds get significant discounts from MS on software and training.  Many of the content producers for those sites are GS##&#8221;lifers&#8221; who learned IIS/Frontpage back in the 90&#8242;s so it&#8217;s going to be around for a while.  At least that&#8217;s what I&#8217;ve gleaned from my off and on work with government contracts and subcontractors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Master Gracey</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384812</link>
		<dc:creator>Master Gracey</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384812</guid>
		<description>On the ASP question, I wonder what security clearance level the web designers and webmasters need? I suspect there is a larger talent pool with appropriate security clearances that are trained in ASP as opposed to anything else. Does it have to be this way? Of course not, but short a massive re-write of the site, I suspect it will stay ASP a while longer.</description>
		<content:encoded><![CDATA[<p>On the ASP question, I wonder what security clearance level the web designers and webmasters need? I suspect there is a larger talent pool with appropriate security clearances that are trained in ASP as opposed to anything else. Does it have to be this way? Of course not, but short a massive re-write of the site, I suspect it will stay ASP a while longer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Master Gracey</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384572</link>
		<dc:creator>Master Gracey</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384572</guid>
		<description>So let me see if I&#039;ve got this right, they put info on the website that they wanted to keep secret, so they crafted an extensive robots.txt file to &quot;hide the info&quot;, but the new administration (before they even took office) replaced the file with one two lines long... Yeah.

There is this concept of a &quot;Steve Jobs Reality Distortion field&quot; and another called &quot;Bush Derangement Syndrome&quot;, I think this is the start of a new phenomenia, where in every step Gov&#039;t takes is a direct result of a positive action by our new president, and we need to compare it to the previous administration to underscore the change.

I fall in with the &quot;good website management&quot; group - Bush, Cheney, Rove, Rice, and Rumsfeld all were smart enough to know you don&#039;t post secrets on a public gov&#039;t website, robots.txt file or not... </description>
		<content:encoded><![CDATA[<p>So let me see if I&#8217;ve got this right, they put info on the website that they wanted to keep secret, so they crafted an extensive robots.txt file to &#8220;hide the info&#8221;, but the new administration (before they even took office) replaced the file with one two lines long&#8230; Yeah.</p>
<p>There is this concept of a &#8220;Steve Jobs Reality Distortion field&#8221; and another called &#8220;Bush Derangement Syndrome&#8221;, I think this is the start of a new phenomenia, where in every step Gov&#8217;t takes is a direct result of a positive action by our new president, and we need to compare it to the previous administration to underscore the change.</p>
<p>I fall in with the &#8220;good website management&#8221; group &#8211; Bush, Cheney, Rove, Rice, and Rumsfeld all were smart enough to know you don&#8217;t post secrets on a public gov&#8217;t website, robots.txt file or not&#8230; </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jathomas</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384831</link>
		<dc:creator>jathomas</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384831</guid>
		<description>@#10 THANK you!</description>
		<content:encoded><![CDATA[<p>@#10 THANK you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384837</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384837</guid>
		<description>CNet&#039;s Declan McCullagh explains what this means and specifically calls Boing Boing out in this post:

http://news.cnet.com/8301-13578_3-10146802-38.html?part=rss&amp;subj=news&amp;tag=2547-1_3-0-5
</description>
		<content:encoded><![CDATA[<p>CNet&#8217;s Declan McCullagh explains what this means and specifically calls Boing Boing out in this post:</p>
<p><a href="http://news.cnet.com/8301-13578_3-10146802-38.html?part=rss&#038;subj=news&#038;tag=2547-1_3-0-5" rel="nofollow">http://news.cnet.com/8301-13578_3-10146802-38.html?part=rss&#038;subj=news&#038;tag=2547-1_3-0-5</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bfarn</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384585</link>
		<dc:creator>bfarn</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384585</guid>
		<description>Ok, so it&#039;s a shame that the new White House has gotten rid of its &quot;Disallow: /earmarks&quot; policy, but I&#039;m glad to see them allowing /help, /expectmore, and most importantly /results.
</description>
		<content:encoded><![CDATA[<p>Ok, so it&#8217;s a shame that the new White House has gotten rid of its &#8220;Disallow: /earmarks&#8221; policy, but I&#8217;m glad to see them allowing /help, /expectmore, and most importantly /results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384608</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384608</guid>
		<description>I for one welcome our new robot overlords... oh wait.</description>
		<content:encoded><![CDATA[<p>I for one welcome our new robot overlords&#8230; oh wait.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Leung</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384620</link>
		<dc:creator>Michael Leung</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384620</guid>
		<description>First line of business: nuke the search, allow terrorists in!</description>
		<content:encoded><![CDATA[<p>First line of business: nuke the search, allow terrorists in!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384900</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384900</guid>
		<description>I&#039;m not quite sure if the robots.txt got cleared out on purpose, accident or plain negligence.

It&#039;s ASP.NET because the contractor refuses to acknowledge any other language/technology. I used to work for them, and this was DEFINITELY a &quot;lowest bidder&quot; job.  This was an utter clusterf--- of a project and, remembering the work environment, I&#039;m utterly amazed it turned out as well as it did.

(/includes is just where we kept css and javascript and disallowed in the default builds we had.)</description>
		<content:encoded><![CDATA[<p>I&#8217;m not quite sure if the robots.txt got cleared out on purpose, accident or plain negligence.</p>
<p>It&#8217;s ASP.NET because the contractor refuses to acknowledge any other language/technology. I used to work for them, and this was DEFINITELY a &#8220;lowest bidder&#8221; job.  This was an utter clusterf&#8212; of a project and, remembering the work environment, I&#8217;m utterly amazed it turned out as well as it did.</p>
<p>(/includes is just where we kept css and javascript and disallowed in the default builds we had.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Master Gracey</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384912</link>
		<dc:creator>Master Gracey</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384912</guid>
		<description>From &lt;a href=&quot;http://news.cnet.com/8301-13578_3-10146802-38.html?part=rss&amp;subj=news&amp;tag=2547-1_3-0-5&quot; rel=&quot;nofollow&quot;&gt;CNET&lt;/a&gt;:
&lt;blockquote&gt;If anything, &lt;b&gt;Obama&#039;s robots.txt file is too short&lt;/b&gt;. It doesn&#039;t currently block search pages, meaning they&#039;ll show up on search engines--something that most site operators don&#039;t want and which runs afoul of Google&#039;s Webmaster guidelines. Those guidelines say: &lt;i&gt;&quot;Use robots.txt to prevent crawling of search results pages or other auto-generated pages that don&#039;t add much value for users coming from search engines.&quot;&lt;/i&gt;(Emphasis Added)&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>From <a href="http://news.cnet.com/8301-13578_3-10146802-38.html?part=rss&#038;subj=news&#038;tag=2547-1_3-0-5" rel="nofollow">CNET</a>:</p>
<blockquote><p>If anything, <b>Obama&#8217;s robots.txt file is too short</b>. It doesn&#8217;t currently block search pages, meaning they&#8217;ll show up on search engines&#8211;something that most site operators don&#8217;t want and which runs afoul of Google&#8217;s Webmaster guidelines. Those guidelines say: <i>&#8220;Use robots.txt to prevent crawling of search results pages or other auto-generated pages that don&#8217;t add much value for users coming from search engines.&#8221;</i>(Emphasis Added)</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-385433</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-385433</guid>
		<description>@#2 re: gov&#039;t websites and ASP

I&#039;ve actually worked closely with the web staff of several federal agencies, building the software infrastructure, so I can answer that, to a certain extent.

ASP and ASP.net developers are inexpensive, plentiful and easily trained. Of the sites that I worked on, most of the work was done by contractors and subs (and even sub- subs). In a typical project, I&#039;d talk with a GS a few times over the life of the project, but almost all technical details went to/ through the contractors. Typically the GSs were in managerial roles and more concerned with what the final website looked like, rather than what the back end technologies are. With the mantra of &quot;noone ever got fired for buying Microsoft&quot; alive and well in the US government, there&#039;s no incentive to choose anything else. Plus, ASP and ASP.net are (relatively) easy technologies to learn. If you&#039;re planning, long term, to have a site that has to be maintained by unknown people (who knows who the contractor dejure will be next year), there is a certain logic to going with ASP. A lot of the folks I worked with were not the types of people I would expect to learn anything new if they considered it &#039;hard&#039;. I&#039;m not advocating ASP over any other technology (I&#039;m a apache/Java type person myself), but it works well for them. 
As someone else said, a lot of these sites have a legacy of being originally written in front page, and having migrated over time to ASP and then ASP.net as it&#039;s sometimes easier to slowly upgrade the system than it is it re-architect on a new platform (and to teach your lifers a totally new set of skills). 
</description>
		<content:encoded><![CDATA[<p>@#2 re: gov&#8217;t websites and ASP</p>
<p>I&#8217;ve actually worked closely with the web staff of several federal agencies, building the software infrastructure, so I can answer that, to a certain extent.</p>
<p>ASP and ASP.net developers are inexpensive, plentiful and easily trained. Of the sites that I worked on, most of the work was done by contractors and subs (and even sub- subs). In a typical project, I&#8217;d talk with a GS a few times over the life of the project, but almost all technical details went to/ through the contractors. Typically the GSs were in managerial roles and more concerned with what the final website looked like, rather than what the back end technologies are. With the mantra of &#8220;noone ever got fired for buying Microsoft&#8221; alive and well in the US government, there&#8217;s no incentive to choose anything else. Plus, ASP and ASP.net are (relatively) easy technologies to learn. If you&#8217;re planning, long term, to have a site that has to be maintained by unknown people (who knows who the contractor dejure will be next year), there is a certain logic to going with ASP. A lot of the folks I worked with were not the types of people I would expect to learn anything new if they considered it &#8216;hard&#8217;. I&#8217;m not advocating ASP over any other technology (I&#8217;m a apache/Java type person myself), but it works well for them.<br />
As someone else said, a lot of these sites have a legacy of being originally written in front page, and having migrated over time to ASP and then ASP.net as it&#8217;s sometimes easier to slowly upgrade the system than it is it re-architect on a new platform (and to teach your lifers a totally new set of skills). </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Brown</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-385947</link>
		<dc:creator>Jamie Brown</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-385947</guid>
		<description>The BBC has picked up on this and got it completely and uttlerly wrong: http://www.jamiedigi.com/2009/01/bbc-gets-it-completely-wrong-about-whitehousegov-robotstxt/</description>
		<content:encoded><![CDATA[<p>The BBC has picked up on this and got it completely and uttlerly wrong: <a href="http://www.jamiedigi.com/2009/01/bbc-gets-it-completely-wrong-about-whitehousegov-robotstxt/" rel="nofollow">http://www.jamiedigi.com/2009/01/bbc-gets-it-completely-wrong-about-whitehousegov-robotstxt/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian_b</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384926</link>
		<dc:creator>ian_b</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384926</guid>
		<description>Well, this proves it.

Obama is in the pocket of Big Spider.</description>
		<content:encoded><![CDATA[<p>Well, this proves it.</p>
<p>Obama is in the pocket of Big Spider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webnauts</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384676</link>
		<dc:creator>Webnauts</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384676</guid>
		<description>The robots.txt have a PR for. I think PageRank Sculpting should be the next step.

I would suggest the implementation of X-Robots in the WhiteHouse.gov site .htaccess file like this:

&lt;FilesMatch &quot;robots\.txt&quot;&gt;
Header set X-Robots-Tag &quot;noindex&quot;
&lt;/FilesMatch&gt;
</description>
		<content:encoded><![CDATA[<p>The robots.txt have a PR for. I think PageRank Sculpting should be the next step.</p>
<p>I would suggest the implementation of X-Robots in the WhiteHouse.gov site .htaccess file like this:</p>
<p><filesmatch "robots\.txt"><br />
Header set X-Robots-Tag &#8220;noindex&#8221;<br />
</filesmatch></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mjcmjc</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-403879</link>
		<dc:creator>mjcmjc</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-403879</guid>
		<description>the files now has more lines... and viewing of one of the disallows lets you see a site in building progress...http://www.whitehouse.gov/omb/

User-agent: * 
Disallow: /includes/
Disallow: /search/
Disallow: /omb/search/

</description>
		<content:encoded><![CDATA[<p>the files now has more lines&#8230; and viewing of one of the disallows lets you see a site in building progress&#8230;<a href="http://www.whitehouse.gov/omb/" rel="nofollow">http://www.whitehouse.gov/omb/</a></p>
<p>User-agent: *<br />
Disallow: /includes/<br />
Disallow: /search/<br />
Disallow: /omb/search/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freshyill</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384425</link>
		<dc:creator>freshyill</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384425</guid>
		<description>If I remember correctly, weren&#039;t a huge percentage of the entries in the old robots.txt file just printer versions of other pages?</description>
		<content:encoded><![CDATA[<p>If I remember correctly, weren&#8217;t a huge percentage of the entries in the old robots.txt file just printer versions of other pages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384937</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384937</guid>
		<description>I really don&#039;t think that the official website for the White House needs to worry about rank in organic searches.</description>
		<content:encoded><![CDATA[<p>I really don&#8217;t think that the official website for the White House needs to worry about rank in organic searches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xeoron</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384682</link>
		<dc:creator>xeoron</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384682</guid>
		<description>Am I the only one that now wants to make a shirt that says something on the lines of this:

&lt;b&gt;Robots
&lt;em&gt;User-agent: *
Disallow: /includes/&lt;/em&gt;&lt;/b&gt;

&lt;b&gt;Humans
&lt;em&gt;User-agent: *
Disallow: /encrypted/&lt;/em&gt;&lt;/b&gt;

</description>
		<content:encoded><![CDATA[<p>Am I the only one that now wants to make a shirt that says something on the lines of this:</p>
<p><b>Robots<br />
<em>User-agent: *<br />
Disallow: /includes/</em></b></p>
<p><b>Humans<br />
<em>User-agent: *<br />
Disallow: /encrypted/</em></b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384429</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384429</guid>
		<description>It looks better, for sure-- but it looks like they&#039;re still using ASP and ASP.net.  Maybe someone else knows better than me, but why does the US Government rely so much on ASP?  Practically every government website I&#039;ve been to, city, state or federal, appears to be written in it.  Is there some sort of agreement between Microsoft and the government?

While part of me feels that it&#039;s probably because they want a guaranteed level of support on products like that, I realize that they could get the same level of support while paying for more in people time as opposed to license fees.  If you hire a bunch of people to work on open source solutions, you have hired people who have a connection to your project; rather than being forced to deal with some vendor&#039;s busy and distracted support staff.

It&#039;s just an interesting choice for the &#039;Change&#039; we&#039;re supposed to be getting.</description>
		<content:encoded><![CDATA[<p>It looks better, for sure&#8211; but it looks like they&#8217;re still using ASP and ASP.net.  Maybe someone else knows better than me, but why does the US Government rely so much on ASP?  Practically every government website I&#8217;ve been to, city, state or federal, appears to be written in it.  Is there some sort of agreement between Microsoft and the government?</p>
<p>While part of me feels that it&#8217;s probably because they want a guaranteed level of support on products like that, I realize that they could get the same level of support while paying for more in people time as opposed to license fees.  If you hire a bunch of people to work on open source solutions, you have hired people who have a connection to your project; rather than being forced to deal with some vendor&#8217;s busy and distracted support staff.</p>
<p>It&#8217;s just an interesting choice for the &#8216;Change&#8217; we&#8217;re supposed to be getting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abushaw</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384696</link>
		<dc:creator>abushaw</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384696</guid>
		<description>I want to be excited about the new president too, and I am, but really they would never put anything &quot;secret&quot; or otherwise confidential on a .gov site. Doesn&#039;t happen. </description>
		<content:encoded><![CDATA[<p>I want to be excited about the new president too, and I am, but really they would never put anything &#8220;secret&#8221; or otherwise confidential on a .gov site. Doesn&#8217;t happen. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dainel</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-391100</link>
		<dc:creator>dainel</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-391100</guid>
		<description>The robots.txt is not used to hide anything. The things you really want to hide, you don&#039;t list them in robots.txt. You just don&#039;t show them to visitors who are not logged in.

Think of it like a no-entry sign stuck on a door. If you really don&#039;t want strangers going in, you&#039;d lock the door. It&#039;s even less than that, because robots.txt only applies to robots, humans *are* supposed to ignore it.</description>
		<content:encoded><![CDATA[<p>The robots.txt is not used to hide anything. The things you really want to hide, you don&#8217;t list them in robots.txt. You just don&#8217;t show them to visitors who are not logged in.</p>
<p>Think of it like a no-entry sign stuck on a door. If you really don&#8217;t want strangers going in, you&#8217;d lock the door. It&#8217;s even less than that, because robots.txt only applies to robots, humans *are* supposed to ignore it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384445</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384445</guid>
		<description>Please explain the significance of this -- other than banning google from whitehouse.gov anyway... :)</description>
		<content:encoded><![CDATA[<p>Please explain the significance of this &#8212; other than banning google from whitehouse.gov anyway&#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hms</title>
		<link>http://boingboing.net/2009/01/20/obamas-whitehousegov.html#comment-384969</link>
		<dc:creator>hms</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-384969</guid>
		<description>As pointed out by other websites, the entries in Robot.txt of the Bush Whitehouse were there to help the search robot and to prevent pages that are not needed to be index from being indexed (like pages with forms on them).  It also pointed the robot to the graphics pages rather than the text only verisions.

The bush version is actually the preferred method... see googles webmaster guidelines. 

The post shows the partisan and technical ignorance of the person posting it. </description>
		<content:encoded><![CDATA[<p>As pointed out by other websites, the entries in Robot.txt of the Bush Whitehouse were there to help the search robot and to prevent pages that are not needed to be index from being indexed (like pages with forms on them).  It also pointed the robot to the graphics pages rather than the text only verisions.</p>
<p>The bush version is actually the preferred method&#8230; see googles webmaster guidelines. </p>
<p>The post shows the partisan and technical ignorance of the person posting it. </p>
]]></content:encoded>
	</item>
</channel>
</rss>
