<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with URLs</title>
      <link>http://ask.metafilter.com/tags/URLs</link>
      <description>Questions tagged with 'URLs' at Ask MetaFilter.</description>
	  <pubDate>Wed, 09 Dec 2009 15:24:39 -0800</pubDate> <lastBuildDate>Wed, 09 Dec 2009 15:24:39 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Transferrable URL from a Google Site to elsewhere?</title>
	<link>http://ask.metafilter.com/140232/Transferrable%2DURL%2Dfrom%2Da%2DGoogle%2DSite%2Dto%2Delsewhere</link>	
	<description>Friends set up a sites.google.com site with a URL that they like. I&apos;ve made them realize that Google Sites won&apos;t do what they want. So I want to remove it from Google, and make it into a wordpress site, or whatever. Problem is, they want to keep the URL. Anyone know if (and how) that&apos;s possible? If I shut down their google site, will that free the URL up for me to use elsewhere (like on GoDaddy)? I asked in a &lt;a href=&quot;http://www.google.com/support/forum/p/sites/thread?tid=4c6ae10faac7532e&amp;hl=en&quot;&gt;google forum&lt;/a&gt;, but I assume I won&apos;t get a response there.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140232</guid>
	<pubDate>Wed, 09 Dec 2009 15:24:39 -0800</pubDate>
	<category>google</category>
	<category>googlesites</category>
	<category>urls</category>
	<dc:creator>omnigut</dc:creator>
	</item>
	<item>
	<title>www-wrong</title>
	<link>http://ask.metafilter.com/110995/wwwwrong</link>	
	<description>How do I prevent Firefox from adding &apos;www&apos; and &apos;.com&apos; to local URLs? I have a web server on my local network that I access via http://test/&lt;br&gt;
&lt;br&gt;
Whenever I forget to turn on this server (or if it goes into standby or whatever), Firefox first tries the corrrect URL, then tries http://www.test.com. I find this more annoying that I probably should.&lt;br&gt;
&lt;br&gt;
Any idea how I can prevent this second-guessing by Firefox? It&apos;s got to be in about:config somewhere, but I&apos;m blessed if I can find it.&lt;br&gt;
&lt;br&gt;
Failing that, how do I learn to be less anal?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.110995</guid>
	<pubDate>Wed, 07 Jan 2009 05:56:48 -0800</pubDate>
	<category>aboutconfig</category>
	<category>autocorrect</category>
	<category>firefox</category>
	<category>resolved</category>
	<category>urls</category>
	<category>webserver</category>
	<dc:creator>le morte de bea arthur</dc:creator>
	</item>
	<item>
	<title>Make my urls purty!</title>
	<link>http://ask.metafilter.com/107726/Make%2Dmy%2Durls%2Dpurty</link>	
	<description>What&apos;s the best way for me to create human-readable urls for a Wordpress site? So I&apos;ve taken a job converting a very static site to one that will use Wordpress as a CMS. A couple of key points up front:&lt;br&gt;
&lt;br&gt;
1) We are 100% committed to using Wordpress. Thanks for respecting this.&lt;br&gt;
2) I will NOT be making use of any wordpress theme or allowing users to go to any Wordpress pages at all. We are using it as a CMS on the backend, and on the frontend I will write custom php pages and queries to display what i want to display.&lt;br&gt;
&lt;br&gt;
The site as it stands now has 1000s of articles in totally flat html pages. We want to get away from that for obvious reasons. My inclination is to create one page to use over and over again, so where the old url would&apos;ve been like:&lt;br&gt;
&lt;br&gt;
www.thesite.net/article_name.html&lt;br&gt;
&lt;br&gt;
the new url would look like:&lt;br&gt;
&lt;br&gt;
www.thesite.net/article.php?id=124&lt;br&gt;
&lt;br&gt;
two issues with this:&lt;br&gt;
1) the site is quite popular, so a lot of people have probably bookmarked old articles and I dont want those links to die when we remove all the flat html pages.&lt;br&gt;
&lt;br&gt;
2) I would prefer people to see human-readable urls rather than ugly querystrings. &lt;br&gt;
&lt;br&gt;
My first instinct would be to create a big redirect file (301), sending every old article url to the new format. This addresses point one but not point two, since after the redirect the user would still see the ugly url, right? (if not, please enlighten me!)&lt;br&gt;
&lt;br&gt;
My other thought is to use the &quot;ugly&quot; article.php as an include inside a wrapper, so create &quot;article_name.php&quot; which contains nothing but a variable for the article id and a copy of the include which takes in that variable. problems with this are a) we still clutter up our server with 1000s of files, and b) I have non-tech people messing with code and ftp, which i&apos;d rather not.&lt;br&gt;
&lt;br&gt;
So, what is the solution? How does mefi get those awesome clean urls like &quot;http://ask.metafilter.com/107722/Batch-Adding-Text-File-Name-to-JPEG-Images&quot;?&lt;br&gt;
&lt;br&gt;
I&apos;m guessing &quot;107722&quot; and &quot;Batch-Adding-Text-File-Name-to-JPEG-Images&quot; are some sort of aliases and not literal folders on the server. Is this something automated that is beyond the power of Wordpress? I hope not.&lt;br&gt;
&lt;br&gt;
thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.107726</guid>
	<pubDate>Tue, 25 Nov 2008 16:01:08 -0800</pubDate>
	<category>cms</category>
	<category>development</category>
	<category>human</category>
	<category>php</category>
	<category>press</category>
	<category>readable</category>
	<category>redirect</category>
	<category>resolved</category>
	<category>url</category>
	<category>urls</category>
	<category>web</category>
	<category>word</category>
	<category>wordpress</category>
	<dc:creator>drjimmy11</dc:creator>
	</item>
	<item>
	<title>Vanity URLS or backslashed directories?</title>
	<link>http://ask.metafilter.com/91585/Vanity%2DURLS%2Dor%2Dbackslashed%2Ddirectories</link>	
	<description>Which is better? A vanity url or a backslashed url.

For instance, www.awesometown.com 
or
www.mycompany.com/awesometown

Mind you, this is an advertising question. With a product/property it seems smarter to use a vanity url for name recognition, but I understand diluting the brand is a bad idea.

What&apos;s the best practices you&apos;ve seen or opinions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.91585</guid>
	<pubDate>Fri, 16 May 2008 09:28:59 -0800</pubDate>
	<category>advertising</category>
	<category>URLs</category>
	<category>vanity</category>
	<dc:creator>Davidissimo</dc:creator>
	</item>
	<item>
	<title>Who really owns a domain?</title>
	<link>http://ask.metafilter.com/86752/Who%2Dreally%2Downs%2Da%2Ddomain</link>	
	<description>Who really owns a domain? If a company registers a domain under the name of an individual, who really owns the domain and what are their rights?
If a hosting company registers a domain on behalf of an individual, who owns it, the individual or the company? Specifically, if the whois record lists the individual&apos;s name as the registrant can the hosting company hold the domain to ransom? If the individual wants to change hosting suppliers but keep the same domain what are their rights if the hosting company refuses? Do they have any?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.86752</guid>
	<pubDate>Fri, 21 Mar 2008 14:56:05 -0800</pubDate>
	<category>domainregistration</category>
	<category>domains</category>
	<category>URLs</category>
	<dc:creator>missmagenta</dc:creator>
	</item>
	<item>
	<title>fixing Firefox file/folder flexibility</title>
	<link>http://ask.metafilter.com/71387/fixing%2DFirefox%2Dfilefolder%2Dflexibility</link>	
	<description>Is there a way to open multiple favorites in Firefox from the Windows XP file Explorer window?
When I try to open a group of urls from the Windows Explorer window, my right click choices are either IE or Maxthon (an IE shell program).  I&apos;d like to open multiple favorites in Firefox, but that choice is not available, at least as an Explorer context menu choice, even if I make Firefox the default browser.  &lt;br&gt;
&lt;br&gt;
Of course Firefox can open one url or a full folder of urls within the browser, but I want to be able to open just a small group that I select from folders anywhere on the hard drive.  PlainOldFavorites, the Firefox add-on is excellent, but doesn&apos;t work for this purpose.  Suggestions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.71387</guid>
	<pubDate>Wed, 12 Sep 2007 12:24:17 -0800</pubDate>
	<category>bookmarks</category>
	<category>favorites</category>
	<category>firefox</category>
	<category>urls</category>
	<dc:creator>bbranden1</dc:creator>
	</item>
	<item>
	<title>Why won&apos;t this site load for only one computer on the network?</title>
	<link>http://ask.metafilter.com/66271/Why%2Dwont%2Dthis%2Dsite%2Dload%2Dfor%2Donly%2Done%2Dcomputer%2Don%2Dthe%2Dnetwork</link>	
	<description>One certain site always times out for me.  It does not for other computers on the same network.  What (if anything) can I do to get it to work? I have a wireless network set up at my place, and ever since it&apos;s been set up (the last week and a half or so) I haven&apos;t been able to access elbo.ws/vanilla/ .  At first I thought the site was down but last night I noticed it had a recent date in Google&apos;s search results for the front page.&lt;br&gt;
&lt;br&gt;
So I tried going there through a proxy--in fact, through a half-dozen proxies in three different browsers--and none of them reported the &quot;timed out&quot; message; they all pulled the site up quickly.&lt;br&gt;
&lt;br&gt;
My roommate can access the site directly on a Mac.  I&apos;m on a PC and can&apos;t access any part of the site in any way at all except through a proxy.&lt;br&gt;
&lt;br&gt;
We&apos;ve both tracerouted to it; the packets go through the router to the modem to the ISP and then to Verizon, where they stall at either static-72-88-198-27.nwrknj.fios.verizon.net (72.88.198.27) or static-72-88-198-28.nwrknj.fios.verizon.net.  I don&apos;t know why they stall there since the IP for elbo.ws is actually 72.88.198.28.  My roommate always gets the one ending in .27 and can always pull up the site.  I always get .28 and can&apos;t.  I&apos;ve tried typing in the .27 IP and still can&apos;t.&lt;br&gt;
&lt;br&gt;
Even though the route stalls there, for him the site loads and is fully interactive but for me the site doesn&apos;t load at all.&lt;br&gt;
&lt;br&gt;
I haven&apos;t denied cookies from the site and it&apos;s not set up to time out if cookies are off anyway.&lt;br&gt;
&lt;br&gt;
Neither elbo.ws nor 72.88.198.28 are in my HOSTS file.&lt;br&gt;
&lt;br&gt;
There&apos;s no sort of internet filtering on the computer, at least not intentionally.&lt;br&gt;
&lt;br&gt;
AVG reports the computer as clean; Spybot S&amp;amp;D complains about a remnant of the Alexa toolbar, a potential DSO exploit due to having IE 6.0 (which I use only for CSS compatibility testing), a Doubleclick cookie, and an atdmt cookie.&lt;br&gt;
&lt;br&gt;
elbo.ws/vanilla isn&apos;t set up to be denied from the router (and it would be surprising indeed if it were, since my roommate&apos;s computer can access it).&lt;br&gt;
&lt;br&gt;
This is the only site I visit that consistently does not work.&lt;br&gt;
&lt;br&gt;
I&apos;ve already talked to the site administrator and he&apos;s stumped.  Short of contacting my generally unhelpful customer service, how do I go about troubleshooting the problem?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.66271</guid>
	<pubDate>Thu, 05 Jul 2007 08:33:13 -0800</pubDate>
	<category>brokensites</category>
	<category>connectiontimeout</category>
	<category>networks</category>
	<category>timeout</category>
	<category>unresolved</category>
	<category>URLs</category>
	<category>websites</category>
	<dc:creator>Tuwa</dc:creator>
	</item>
	<item>
	<title>Action for sending URLs</title>
	<link>http://ask.metafilter.com/62472/Action%2Dfor%2Dsending%2DURLs</link>	
	<description>I send a lot of URLs via email. Inevitably the url&apos;s are so long I have to first go to a site like tinyurl.com and truncate the url and then copy that new url and then paste that into my email. Are there other options?

Does an action exist for OS X users that would automatically highlight the url and then take it to tinyurl.com and then get the compressed url and copy it and then paste it into a designated email app&apos;s &quot;new email&quot; template?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.62472</guid>
	<pubDate>Sat, 12 May 2007 15:47:00 -0800</pubDate>
	<category>action</category>
	<category>OSX</category>
	<category>tinyurl.com</category>
	<category>urls</category>
	<dc:creator>zenpop</dc:creator>
	</item>
	<item>
	<title>Mod_Rewrite Help Wanted, Apply Within</title>
	<link>http://ask.metafilter.com/57991/ModRewrite%2DHelp%2DWanted%2DApply%2DWithin</link>	
	<description>I am in mod_rewrite hell. What a syntax! Can someone smarter than me have a look and tell me I&apos;m not crazy? Thanks! Okay, mod_rewrite is working and respecting my .htaccess file, so there&apos;s no installation problem. I wish to shorten URLs in this form:&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;&lt;br&gt;
www.mysite.com/dynamicpages/newstory.shtml?shownews.tmpt&amp;amp;showstory=122&lt;br&gt;
&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
To something like this:&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;&lt;br&gt;
www.mysite.com/news?122&lt;br&gt;
&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
So that users can type the latter and get the same results they would get from the &quot;expanded&quot; first version. &lt;br&gt;
&lt;br&gt;
I know this is exactly what mod_rewrite is for, but for the life of me I can&apos;t get it to produce anything other than nasty looping errors like &quot;Too many redirects.&quot;&lt;br&gt;
&lt;br&gt;
Can someone demonstrate the no-doubt three-liner I need? Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.57991</guid>
	<pubDate>Fri, 02 Mar 2007 09:27:54 -0800</pubDate>
	<category>apache</category>
	<category>modrewrite</category>
	<category>urls</category>
	<category>web</category>
	<dc:creator>rokusan</dc:creator>
	</item>
	<item>
	<title>Converting A Plain Text List Of URLs Into An HTML List of Clickable Links</title>
	<link>http://ask.metafilter.com/33038/Converting%2DA%2DPlain%2DText%2DList%2DOf%2DURLs%2DInto%2DAn%2DHTML%2DList%2Dof%2DClickable%2DLinks</link>	
	<description>What&apos;s the easiest way  to convert a plain text list of URLs with descriptions into an HTML page of clickable links? I have a long list of URLs and descriptions in a plain text file, formatted like so&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;### This is a page about monkeys&lt;br /&gt;http://www.monkeypage.com&lt;br /&gt;### This is a page about weasels&lt;br /&gt;http://www.weaselpage.com&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
and would like to convert them into an XHTML list formatted like so&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;&lt;li&gt;&lt;a title=&quot;This is a page about monkeys&quot; href=&quot;http://www.monkeypage.com&quot;&gt;This is a page about monkeys&lt;/a&gt;&lt;/li&gt;&lt;br&gt;
&lt;li&gt;&lt;a title=&quot;This is a page about weasels&quot; href=&quot;http://www.weaselpage.com&quot;&gt;This is a page about weasels&lt;/a&gt;&lt;/li&gt;&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
What would be the best way to do a conversion like this? I&apos;m running OS 10.4.5, and I&apos;m guessing a good method would involve command line stuff I&apos;m aware of but don&apos;t really understand - regular expressions, grep, and the like. Alternatively, since the resulting page is destined for the web, I suppose another option would be a PHP or Perl script to convert the text file on the fly (I only mention PHP and Perl because I have some, very limited, experience with them, and would be lost if someone suggested, eg., a Python solution). I also assume some of the more advanced text editors would be up to the job (though from what I&apos;ve seen of them, I&apos;m a bit intimidated by the likes of vim or emacs!)&lt;br&gt;
&lt;br&gt;
If this is a simple proposition, I&apos;d be very grateful if someone could give examples of commands/possible scripts, if not, pointers to resources about manipulating text files in this way would be great too (I keep everything in plain text files, so am keen to learn about manipulating and  repurposing them in general).</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.33038</guid>
	<pubDate>Tue, 21 Feb 2006 10:11:24 -0800</pubDate>
	<category>ASCII</category>
	<category>conversion</category>
	<category>HTML</category>
	<category>links</category>
	<category>manipulation</category>
	<category>text</category>
	<category>texttoHTML</category>
	<category>URLs</category>
	<category>XHTML</category>
	<dc:creator>jack_mo</dc:creator>
	</item>
	<item>
	<title>URL naming protocol?</title>
	<link>http://ask.metafilter.com/21171/URL%2Dnaming%2Dprotocol</link>	
	<description>TechnoDunce question: why do some URLs start with &quot;http://www.blah&quot; and some just start with &quot;http://blah&quot;?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.21171</guid>
	<pubDate>Wed, 13 Jul 2005 14:33:27 -0800</pubDate>
	<category>HTML</category>
	<category>Internet</category>
	<category>URLs</category>
	<dc:creator>tristeza</dc:creator>
	</item>
	<item>
	<title>Safari URLs fail to load</title>
	<link>http://ask.metafilter.com/16058/Safari%2DURLs%2Dfail%2Dto%2Dload</link>	
	<description>Stoopid Safari question: URLs often only load on the second try. I type in the URL, hit enter, the URL disappears, no page loads, any URL that was there before reappears. Usually occurs with auto-complete URLs replacing an URL already in the address field. It&apos;s &lt;a href=&quot;http://forums.macosxhints.com/showthread.php?t=17195&quot;&gt;not this DNS issue&lt;/a&gt;. I cleaned out caches, deleted the history, deleted the favicons, repaired permissions, and a bunch of other stuff. I have Saft 7.5, Sogudi 4.5 and PithHelmet latest installed.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.16058</guid>
	<pubDate>Tue, 08 Mar 2005 10:01:31 -0800</pubDate>
	<category>onload</category>
	<category>reload</category>
	<category>safari</category>
	<category>urls</category>
	<dc:creator>Mo Nickels</dc:creator>
	</item>
	<item>
	<title>in.credulo.us</title>
	<link>http://ask.metafilter.com/13728/incredulous</link>	
	<description>So what&apos;s so cool about &lt;a href=&quot;http://del.icio.us/&quot;&gt;del.icio.us&lt;/a&gt;? I don&apos;t get it. So it&apos;s an online bookmark system that you can share. What exactly is so cool about that? What do you use it for? What does it let you do that you couldn&apos;t do before? Why should people care who has what sites bookmarked?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.13728</guid>
	<pubDate>Thu, 06 Jan 2005 19:49:14 -0800</pubDate>
	<category>bookmarks</category>
	<category>delicious</category>
	<category>socialnetworks</category>
	<category>tagging</category>
	<category>URLs</category>
	<category>website</category>
	<dc:creator>gyc</dc:creator>
	</item>
	<item>
	<title>How do I load a series of different URLs into different windows/tabs as fast as possible?</title>
	<link>http://ask.metafilter.com/11787/How%2Ddo%2DI%2Dload%2Da%2Dseries%2Dof%2Ddifferent%2DURLs%2Dinto%2Ddifferent%2Dwindowstabs%2Das%2Dfast%2Das%2Dpossible</link>	
	<description>How do I load a series of different URLs into different windows/tabs as fast as possible? The reason I ask is that a regular train ride I take stops for about 15 seconds at a station with wireless access. I&apos;d like to load pages which I can then read for the rest of the trip but even opening new windows and launching bookmarks is manual and slow. Any ingenious ideas?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.11787</guid>
	<pubDate>Mon, 15 Nov 2004 11:22:55 -0800</pubDate>
	<category>browsers</category>
	<category>tabs</category>
	<category>urls</category>
	<category>web</category>
	<category>webbrowser</category>
	<dc:creator>vacapinta</dc:creator>
	</item>
	<item>
	<title>HTML issues</title>
	<link>http://ask.metafilter.com/11277/HTML%2Dissues</link>	
	<description>HTML crisis: I use relative URLS on my blog because pages archive in different files- for example, a tag for a JPEG would be /images/image.jpg inside image tags.  Because I use that first slash to make the relative URL work, all image tags are broken when you type or link to my site without a &quot;www&quot; in the url.  In other words, &quot;www.mysite.com&quot; shows all the images fine, but &quot;mysite.com&quot; loads the site with little red x&apos;s everywhere.  Solution? What&apos;s weird is that I load all my HTML and Flash (swf) files through relative URLs as well, and they load fine with or without a www in the URL.  COuld it be a browser issue instead of a code issue?  Using Windows XP with IE, currently SP2 but this problem occured in SP1 as well.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.11277</guid>
	<pubDate>Wed, 27 Oct 2004 13:28:25 -0800</pubDate>
	<category>html</category>
	<category>internet</category>
	<category>programming</category>
	<category>relativeURLs</category>
	<category>tags</category>
	<category>url</category>
	<category>urls</category>
	<category>websites</category>
	<dc:creator>XQUZYPHYR</dc:creator>
	</item>
	<item>
	<title>Movable Type</title>
	<link>http://ask.metafilter.com/10436/Movable%2DType</link>	
	<description>In Movable Type, how do you jigger it so the URLs of the individual entries display the title of the piece, as opposed to the entry number?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.10436</guid>
	<pubDate>Fri, 24 Sep 2004 13:01:38 -0800</pubDate>
	<category>blogging</category>
	<category>blogs</category>
	<category>HTML</category>
	<category>MovableType</category>
	<category>MT</category>
	<category>URLs</category>
	<category>webpages</category>
	<dc:creator>solistrato</dc:creator>
	</item>
	<item>
	<title>Promoting a website</title>
	<link>http://ask.metafilter.com/9652/Promoting%2Da%2Dwebsite</link>	
	<description>What should be done (if anything) about a site that is capitalizing on my site&apos;s distinctive name and search engine ranking to popularize itself in a way that is totally unrelated to my site?&lt;br&gt;
&lt;br&gt;
I run an RSS feed directory with a distinctive name, reasonably good content, and a decent rank in various search engines. Last night a &quot;watch&quot; application told me that 2 new sites now contain my site&apos;s domain name in their URLs. &lt;br&gt;
&lt;br&gt;
I took a look at both of these sites, and they are simply embedding my domain name in their URLs so that they have a chance of matching on searches for the name. The actual pages are throwaway filler (as is the entire site).&lt;br&gt;
&lt;br&gt;
I&apos;m flattered and insulted.&lt;br&gt;
&lt;br&gt;
My site&apos;s name is not a trademark (perhaps it should be), and I don&apos;t want to draw artificial attention to it by posting a link, and I certainly don&apos;t want to link to the offending sites.&lt;br&gt;
&lt;br&gt;
Has anyone else had something like this happen to them? What can be done?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.9652</guid>
	<pubDate>Wed, 25 Aug 2004 06:23:10 -0800</pubDate>
	<category>copyrights</category>
	<category>directory</category>
	<category>internet</category>
	<category>rss</category>
	<category>seo</category>
	<category>sleazy</category>
	<category>spam</category>
	<category>trademarks</category>
	<category>unrelated</category>
	<category>urls</category>
	<category>website</category>
	<dc:creator>jeffbarr</dc:creator>
	</item>
	<item>
	<title>Movable Type Extensions</title>
	<link>http://ask.metafilter.com/5189/Movable%2DType%2DExtensions</link>	
	<description>&lt;small&gt;I&apos;m worried this may be too specific for AxeMe, but here goes:&lt;/small&gt;&lt;br&gt;
&lt;br&gt;
Is &lt;a href=&quot;http://underscorebleach.net/content/jotsheet/2004/01/slick_mt_urls&quot;&gt;this&lt;/a&gt; sort of approach to Movable Type urls &lt;em&gt;really&lt;/em&gt; a good idea? I&apos;ve used extensions on my webpages since 1994, and dropping &apos;em for extended directory structures seems well, &lt;em&gt;weeeiiiiiird&lt;/em&gt;. Has anyone here done this? Do they recommend it? Pros? Cons?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.5189</guid>
	<pubDate>Fri, 06 Feb 2004 21:01:14 -0800</pubDate>
	<category>mt</category>
	<category>noextensions</category>
	<category>slickurls</category>
	<category>standards</category>
	<category>urls</category>
	<category>website</category>
	<dc:creator>keswick</dc:creator>
	</item>
	
	</channel>
</rss>

