<?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 blogging and movabletype</title>
      <link>http://ask.metafilter.com/tags/blogging+movabletype</link>
      <description>Questions tagged with 'blogging' and 'movabletype' at Ask MetaFilter.</description>
	  <pubDate>Tue, 05 Jun 2012 09:36:44 -0800</pubDate> <lastBuildDate>Tue, 05 Jun 2012 09:36:44 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Movable Type text replacement script?</title>
	<link>http://ask.metafilter.com/217054/Movable%2DType%2Dtext%2Dreplacement%2Dscript</link>	
	<description>Any Movable Type experts out there know of a script, or add-on, to make a simple, blog-wide text replacement? When I originally set up my Movable Type blog, all the files were in the root directory of my Web server. Now that I&apos;ve moved everything into a blog/ directory, the blog mostly works fine (clicking around the categories, making new posts, etc.), but there&apos;s a problem with the text inside the posts. &lt;br&gt;
&lt;br&gt;
Specifically, for all the old posts that embedded an image, the HTML references the image in its old location, in the root directory. I need to go through Movable Type to change all those references to refer to the images in the new place - just adding a &quot;blog/&quot; to the URL in the right place. Not making this fix will result in many broken images when we remove the old files from the root (non-blog/) dir.&lt;br&gt;
&lt;br&gt;
This would be an easy search-and-replace for a python script, but it&apos;s not text files I need to traverse here - it&apos;s the movable type database itself, where all the posts are stored. So - any MT experts out there know of a way to do it, with an MT script or some MT plugin?&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.217054</guid>
	<pubDate>Tue, 05 Jun 2012 09:36:44 -0800</pubDate>
	<category>blog</category>
	<category>blogging</category>
	<category>movabletype</category>
	<category>mt</category>
	<category>script</category>
	<dc:creator>mark7570</dc:creator>
	</item>
	<item>
	<title>Is it possible to export all drafts in MovableType?</title>
	<link>http://ask.metafilter.com/101286/Is%2Dit%2Dpossible%2Dto%2Dexport%2Dall%2Ddrafts%2Din%2DMovableType</link>	
	<description>MovableTypeFilter:  Is there a way to export all unpublished entries (drafts)?  It would be a million times easier for me to go through them all offline rather than one at a time with MT&apos;s cumbersome interface.  I&apos;m running MT 4.21.  Even challenging solutions are helpful. Over the years, my MovableType database has become littered with tons of unpublished drafts.  So many, in fact, that they&apos;ve become a lost cause.  Many of these are crap ideas to be tossed, but there are a few unfinished gems scattered among them.  What I&apos;m hoping to do is export all drafts, and then delete them all.  Then, offline, I&apos;d scan through them to find the 5% that&apos;s worth salvaging.  The offline part is easy...  but exporting those drafts seems to be impossible.&lt;br&gt;
&lt;br&gt;
I&apos;m open to creative solutions here.  Any ideas?  How do you deal with all of your unpublished drafts?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.101286</guid>
	<pubDate>Tue, 09 Sep 2008 11:27:12 -0800</pubDate>
	<category>Blogging</category>
	<category>MovableType</category>
	<category>MT</category>
	<dc:creator>2oh1</dc:creator>
	</item>
	<item>
	<title>What&apos;s the best way to geotag blog posts?</title>
	<link>http://ask.metafilter.com/91566/Whats%2Dthe%2Dbest%2Dway%2Dto%2Dgeotag%2Dblog%2Dposts</link>	
	<description>What&apos;s the easiest way to geotag a blog post in MT4? Are there any decicated plugins, or any map-based technologies, that could make it easier for people who want to do it?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.91566</guid>
	<pubDate>Fri, 16 May 2008 06:06:10 -0800</pubDate>
	<category>blogging</category>
	<category>geotagging</category>
	<category>movabletype</category>
	<category>production</category>
	<dc:creator>ascullion</dc:creator>
	</item>
	<item>
	<title>Immovable Type?</title>
	<link>http://ask.metafilter.com/72302/Immovable%2DType</link>	
	<description>Movable Type question involving the counting and sequential numbering of entries within one specific blog on a multi-blog system. Let&apos;s say I have six Movable Type blogs on the same system/install, each containing 100 entries.*  I create a new seventh blog, with only 5 entries in that one.  Within the individual entry archive template for the seventh blog, how do I structure my tags to output &quot;this is &lt;b&gt;entry #N&lt;/b&gt; of &lt;b&gt;5&lt;/b&gt; in this blog&quot; on the resulting pages?  (N would be replaced by the actual sequential order of that entry in the blog, such as &quot;3 of 5&quot;, &quot;4 of 5&quot;, etc., as determined by either the entry&apos;s published date or just the sequence in which the entry was added to the blog, it doesn&apos;t matter.)&lt;br&gt;
&lt;br&gt;
It sounds simple (and maybe I&apos;m missing something here), but the only likely tag I&apos;ve found for this, &lt;a href=&quot;http://www.mttags.com/entry/mtentryid.html&quot;&gt;MTEntryID&lt;/a&gt;, exports the &lt;i&gt;system&lt;/i&gt; ID of the entry in question (which could be #703 or something, or 000703 if you use leading zeroes).  That is, it&apos;s being counted sequentially relative to the overall install/system, and not to the one blog in which I&apos;m interested.&lt;br&gt;
&lt;br&gt;
I can get a &lt;i&gt;total&lt;/i&gt; count of entries within just the seventh blog -- the &quot;...of 5...&quot; part -- using &lt;a href=&quot;http://www.mttags.com/blog/mtblogentrycount.html&quot;&gt;MTBlogEntryCount&lt;/a&gt;, so that&apos;s no problem.  But isn&apos;t there something similarly blog-specific with regards to entry numbering?&lt;br&gt;
&lt;br&gt;
&lt;small&gt;&lt;small&gt;*In actuality, the largest MT install I manage has 95 blogs on it and over 400,000 comments.&lt;/small&gt;&lt;/small&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.72302</guid>
	<pubDate>Mon, 24 Sep 2007 15:39:08 -0800</pubDate>
	<category>blog</category>
	<category>blogging</category>
	<category>entry</category>
	<category>movabletype</category>
	<category>software</category>
	<dc:creator>Asparagirl</dc:creator>
	</item>
	<item>
	<title>Minimum hosting features, maximum blogging features?</title>
	<link>http://ask.metafilter.com/69084/Minimum%2Dhosting%2Dfeatures%2Dmaximum%2Dblogging%2Dfeatures</link>	
	<description>Very limited webhost features, very fond of content management. Help a student update things easily? My university offers about 50MB of free webspace to students and not much else. No cgi scripts, no databases, no htaccess password-protected pages. I&#8217;d love to generate some easily updatable content using Wordpress or MT, but both seem to require more features than I can access. &lt;br&gt;
&lt;br&gt;
My webdesign/coding skillset plateaued in about 2002.&lt;br&gt;
&lt;br&gt;
I&#8217;m comfortable with HTML and CSS but would rather not re-upload my files with every update. What are some solutions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.69084</guid>
	<pubDate>Sat, 11 Aug 2007 12:58:58 -0800</pubDate>
	<category>blogging</category>
	<category>cms</category>
	<category>hosting</category>
	<category>movabletype</category>
	<category>webdesign</category>
	<category>wordpress</category>
	<dc:creator>betafilter</dc:creator>
	</item>
	<item>
	<title>Help moving broken Movable Type database to WordPress?</title>
	<link>http://ask.metafilter.com/65892/Help%2Dmoving%2Dbroken%2DMovable%2DType%2Ddatabase%2Dto%2DWordPress</link>	
	<description>I have a personal blog running under Movable Type. I want to move to WordPress. I&apos;ve exported the existing entries to a text file, so that&apos;s good. &lt;i&gt;However&lt;/i&gt;, a couple years ago my &lt;i&gt;previous&lt;/i&gt; MT install tanked (&lt;a href=&quot;http://ask.metafilter.com/41314/I-cant-access-my-blogs-MT-control-panel&quot;&gt;similar to this&lt;/a&gt;). I cannot access it. &lt;b&gt;I have several years worth of posts that are stuck in a database that I can&apos;t get to.&lt;/b&gt; I&apos;ve been gradually moving these by hand to my existing MT install, but that&apos;s a pain in the ass. Is there some automated way to crawl/scrape the existing HTML files in order to retrieve these &quot;lost&quot; entries? Some way to break back into a corrupt MT database? Some way to repair it? (The install is BerkelyDB-based.) Important note: I have FTP access to all the &quot;lost&quot; entries, too. If I were ambitious, I&apos;d figure out how to write a script that would parse all this information for me. I&apos;m not ambitious, and am hoping that somebody has already done such a thing...&lt;br&gt;
&lt;br&gt;
&lt;small&gt;Next on the agenda: converting an existing custom MT template to WP!&lt;/small&gt;&lt;br&gt;
&lt;br&gt;
For the record: &lt;a href=&quot;http://www.foldedspace.org/weblog/2007/06/back_to_the_future_1.html&quot;&gt;current MT install&lt;/a&gt; and &lt;a href=&quot;http://www.foldedspace.org/archives/004980.html&quot;&gt;previous MT install&lt;/a&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.65892</guid>
	<pubDate>Fri, 29 Jun 2007 08:25:05 -0800</pubDate>
	<category>blog</category>
	<category>blogging</category>
	<category>database</category>
	<category>fubar</category>
	<category>movabletype</category>
	<category>wordpress</category>
	<dc:creator>jdroth</dc:creator>
	</item>
	<item>
	<title>blogging / pinging / rss / publishing</title>
	<link>http://ask.metafilter.com/61110/blogging%2Dpinging%2Drss%2Dpublishing</link>	
	<description>Can I use a desktop blogging client to upload posts but keep them &apos;Unpublished&apos; in Movable Type? What exactly happens when Movable Type publishes? I&apos;m looking for a desktop / browser blogging client to use with Movable Type 3.34 that will give me WYSIWYG editing, and I&apos;ve got a couple questions about how Movable Type works.&lt;br&gt;
&lt;br&gt;
I&apos;d like something that will let me upload posts to the server but keep them with an &apos;Unpublished&apos; status so that I can choose when to publish them later. &lt;br&gt;
&lt;br&gt;
So far I&apos;ve tried &lt;a href=&quot;http://www.codingrobots.com/blogjet/&quot;&gt;BlogJet&lt;/a&gt;, &lt;a href=&quot;http://www.blogdesk.org/en/index.htm&quot;&gt;BlogDesk&lt;/a&gt;, &lt;a href=&quot;http://addons.mozilla.org/en-US/firefox/addon/1730&quot;&gt;ScribeFire&lt;/a&gt;, &lt;a href=&quot;http://ecto.kung-foo.tv/&quot;&gt;Ecto&lt;/a&gt;, and &lt;a href=&quot;http://windowslivewriter.spaces.live.com/&quot;&gt;Windows Live Writer&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
All (but Windows Live Writer) give you the option to upload post as a draft, but then within the Movable Type interface the post appears as published (however, it doesn&apos;t actually show until the site is rebuilt). If I actually publish the post in one of the clients, it appears on the front page.&lt;br&gt;
&lt;br&gt;
So--a couple questions about how Movable Type works:&lt;br&gt;
&lt;br&gt;
1. Is this behavior to be expected? (Someone was recently explaining to me that when you schedule a post to go up later, there&apos;s a bug in Movable Type and it won&apos;t actually appear until the site is rebuilt--this &apos;post as draft&apos; behavior would seem to go along with that.)&lt;br&gt;
&lt;br&gt;
2. As long as I post as draft and then switch to &apos;Unpublished&apos;, I should be fine as far as my posts not going out, right?&lt;br&gt;
&lt;br&gt;
3. If I forget to publish as draft, and the post goes live, but then I immediately change it back to unpublished, will it still go out in my RSS feed? What&apos;s the time delay? (Or am I fundamentally misunderstanding the way RSS works--is the post only accessible if the person loads the feed that second it&apos;s live, but if they check later it won&apos;t be there?)&lt;/font&gt;&lt;br&gt;
&lt;br&gt;
4. Same with the servers I&apos;m pinging--if something goes live and I unpublish/delete it, does the ping still go out and just point back to nothing? Or does the ping die/negate itself?&lt;br&gt;
&lt;br&gt;
5. And finally...which desktop / browser blogging client do you prefer?&lt;br&gt;
&lt;br&gt;
Basically I don&apos;t want to pre-publish / annoy my readers when I use something other than the standard Movable Type interface to put posts on the server. I&apos;m relatively new to Movable Type and blogging in general, so any insight would be appreciated.&lt;br&gt;
&lt;br&gt;
Thanks hive mind!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.61110</guid>
	<pubDate>Sun, 22 Apr 2007 13:36:03 -0800</pubDate>
	<category>blog</category>
	<category>blogging</category>
	<category>bloggingclient</category>
	<category>desktopbloggingclient</category>
	<category>movabletype</category>
	<category>ping</category>
	<category>pinging</category>
	<category>RSS</category>
	<category>unpublished</category>
	<dc:creator>reflexed</dc:creator>
	</item>
	<item>
	<title>How to convert Blogger to Movable Type?</title>
	<link>http://ask.metafilter.com/56743/How%2Dto%2Dconvert%2DBlogger%2Dto%2DMovable%2DType</link>	
	<description>What&apos;s the best way to convert an existing Blogger blog into Movable Type? Hi!  I&apos;ve had my blog on Blogger for 2 1/2 years or so, and it always met my needs, more or less.  But, now that they&apos;ve been changing it, it&apos;s really pretty much broken for me.  My RSS feed is totally screwed up (and has been for months), and otherwise, I&apos;m just not really happy with what they&apos;re doing (I have it hosted on my own site - I understand that the blogspot hosted blogs aren&apos;t having nearly the same number of problems.)&lt;br&gt;
&lt;br&gt;
So, I&apos;d like to change it over to Movable Type, and keep all my old posts, including all the old comments.  I&apos;d also like to keep all the old permalinks, if that&apos;s possible.&lt;br&gt;
&lt;br&gt;
Anything I need to do special when installing Movable Type?&lt;br&gt;
&lt;br&gt;
Any suggestions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.56743</guid>
	<pubDate>Sat, 10 Feb 2007 17:04:31 -0800</pubDate>
	<category>blog</category>
	<category>blogger</category>
	<category>blogging</category>
	<category>conversion</category>
	<category>howto</category>
	<category>movabletype</category>
	<dc:creator>MythMaker</dc:creator>
	</item>
	<item>
	<title>Pimp My Blogroll</title>
	<link>http://ask.metafilter.com/43119/Pimp%2DMy%2DBlogroll</link>	
	<description>Has anyone come across a Movable Type blogroll plug-in &lt;a href=&quot;http://www.n2ition.com/serendipity/&quot;&gt;similar to this Wordpress blogroll plug-in&lt;/a&gt; (in that it can expand and contract)?  </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.43119</guid>
	<pubDate>Thu, 27 Jul 2006 12:10:37 -0800</pubDate>
	<category>blog</category>
	<category>blogging</category>
	<category>blogroll</category>
	<category>movabletype</category>
	<category>plug-in</category>
	<dc:creator>jeanmari</dc:creator>
	</item>
	<item>
	<title>Web support for dummies?</title>
	<link>http://ask.metafilter.com/24383/Web%2Dsupport%2Dfor%2Ddummies</link>	
	<description>Who in the world can help me manage/fix/customize my Movable Type website? I am completely clueless, too busy to learn the damn program myself, willing to pay someone likeminded to help me, chomping at the bit to really get my blog off the ground. I think I blew it. After posting on various diaries on Diaryland for 6 years, I got myself a domain and had a (supported, i.e. paid) version of MT installed on it by an online friend. She did it for free so I can&apos;t really ask her for any more help/support. I want to change things. I want to tweak things. I want to get the comments set up, fix the quotation module installed, change images, tinker with the design, add a blogroll-type thingy, font colors, etc. I have no idea how. Basically, my skills begin and end with a little self-taught HTML.  I would also, in the longer run, like to set up a second or even a third weblog on there, one eventually to host a literary magazine. But back to just the tweaks for now: I have no idea how to find someone to help me do any of this who won&apos;t charge an arm and a leg and then leave me high and dry again. What to do? How to find someone?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.24383</guid>
	<pubDate>Thu, 22 Sep 2005 00:19:30 -0800</pubDate>
	<category>blogging</category>
	<category>movabletype</category>
	<category>programmers</category>
	<category>webdesign</category>
	<category>wesbsitesupport</category>
	<dc:creator>melixxa600</dc:creator>
	</item>
	<item>
	<title>My boss wants a blog. Help me choose the backend.</title>
	<link>http://ask.metafilter.com/19983/My%2Dboss%2Dwants%2Da%2Dblog%2DHelp%2Dme%2Dchoose%2Dthe%2Dbackend</link>	
	<description>The company I work for wants to get on the blog bandwagon and I need to get things set up. Right now our website is hosted by Verio on a co-located server running Windows. I have a little, but not much, experience setting up blogs for friends and family members through free services like blogger.com. So installing Movable Type or something on our server is a little intimidating to me. But I will have technical resources at my disposal if I do end up needing them.&lt;br&gt;
&lt;br&gt;
We&apos;ll need to have the blog be as robust, powerful and flexible as possible. A monthly fee is not out of the question, and is even expected. At the beginning there would just be one poster, but that could change so it would need to be able to handle multiple accounts. I&apos;m sorely tempted to simply use a Blogger account and have it publish via FTP to our site. Will I be backing myself into a corner if I do it this way?&lt;br&gt;
&lt;br&gt;
I do realize I&apos;m treading on similar ground as &lt;a href=&quot;http://ask.metafilter.com/mefi/19917&quot;&gt;ColdChef&apos;s question&lt;/a&gt; from the other day, but I&apos;m looking at this more from a professional vs. the personal side of things. And I can throw a reasonable amount of resources (cash, time, energy, etc) against this thing if I have to.&lt;br&gt;
&lt;br&gt;
Oh, by the way, I have to get the thing live by Tuesday.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.19983</guid>
	<pubDate>Wed, 15 Jun 2005 15:25:41 -0800</pubDate>
	<category>backend</category>
	<category>blog</category>
	<category>blogging</category>
	<category>features</category>
	<category>MovableType</category>
	<category>WordPress</category>
	<dc:creator>ssmith</dc:creator>
	</item>
	<item>
	<title>Movable Type Weirdness</title>
	<link>http://ask.metafilter.com/13825/Movable%2DType%2DWeirdness</link>	
	<description>MT weirdness: last night I upgraded from 2.64 to 3.14, apparently flawlessly. Today I&apos;ve noticed that I cannot access the past two weeks of archive. [+] I did enable the dynamic archive template rebuild, but once I discovered the error (Unable to read database or username) I reverted back to static. Nothing else wacky enabled, no plugins. Thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.13825</guid>
	<pubDate>Mon, 10 Jan 2005 07:01:57 -0800</pubDate>
	<category>blogging</category>
	<category>blogs</category>
	<category>movabletype</category>
	<category>MT</category>
	<category>software</category>
	<category>upgrading</category>
	<dc:creator>moonbird</dc:creator>
	</item>
	<item>
	<title>Help me with the Moveable Type learning curve</title>
	<link>http://ask.metafilter.com/13791/Help%2Dme%2Dwith%2Dthe%2DMoveable%2DType%2Dlearning%2Dcurve</link>	
	<description>I&apos;m a TypePad user, moving to Movable Type. I know that MT is much more powerful, but out of the (virtual) box, it is lacking in a lot of the cool features (book lists, photo albums, blogrolls) that TypePad has built in.&lt;br&gt;
&lt;br&gt;
What&apos;s the best place for a n00b like me to go to start bringing MT into line with what I had in TypePad? I&apos;ve been slogging through the MT Plugins site, but if there&apos;s an even easier guide out there, I&apos;ll gladly admit I&apos;m an MT loser and just paint-by-numbers!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.13791</guid>
	<pubDate>Sat, 08 Jan 2005 17:39:52 -0800</pubDate>
	<category>blog</category>
	<category>bloggers</category>
	<category>blogging</category>
	<category>blogs</category>
	<category>movabletype</category>
	<category>typepad</category>
	<category>wordpress</category>
	<dc:creator>baltimore</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>Comment spam in MT blogs</title>
	<link>http://ask.metafilter.com/9611/Comment%2Dspam%2Din%2DMT%2Dblogs</link>	
	<description>I came home from my two week vacation to find an enormous amount of comment spam on my MT weblog.  I&apos;ve now read &lt;a href=&quot;http://www.elise.com/mt/archives/000246concerning_spam.php&quot;&gt;this&lt;/a&gt; so I guess I know how to stop it from happening again (if I can figure out all the tech stuff), but deleting is turning out to be a nightmare.   Is there some easier way to delete this than going into each post and individually deleting the spam comments?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.9611</guid>
	<pubDate>Mon, 23 Aug 2004 12:43:46 -0800</pubDate>
	<category>blogging</category>
	<category>blogs</category>
	<category>comments</category>
	<category>commentspam</category>
	<category>movabletype</category>
	<category>mt</category>
	<category>spam</category>
	<dc:creator>anastasiav</dc:creator>
	</item>
	<item>
	<title>How can I schedule posts in Moveable Type 2.63 to be posted automatically?</title>
	<link>http://ask.metafilter.com/9437/How%2Dcan%2DI%2Dschedule%2Dposts%2Din%2DMoveable%2DType%2D263%2Dto%2Dbe%2Dposted%2Dautomatically</link>	
	<description>&lt;b&gt;Queuing posts on Movable Type 2.63.&lt;/b&gt; I&apos;m going away for a week; what can I do to queue posts on my blog, scheduling one to automatically be published each day? I tried installing &lt;a href=&quot;http://www.scriptygoddess.com/archives/2002/08/02/pre-post-but-only-have-it-show-up-when-its-a-current-entry/&quot;&gt;this svelte script&lt;/a&gt;, but after adding the code, the blog refused to publish ANY new posts, let alone advance-posted ones (they simply didn&apos;t appear on the blog). Although pre-posting is anticipated with the upcoming version of MT 3.x, I can&apos;t wait till the 31st, and can&apos;t upgrade (I don&apos;t think) without violating the User Agreement by having too many posters.&lt;br&gt;
&lt;br&gt;
I would have thought this was a very common requirement by MT bloggers, and I&apos;m surprised there isn&apos;t a clear standard for this functionality.&lt;br&gt;
&lt;br&gt;
(I have access to scripting etc., but can&apos;t get a command-line.)&lt;br&gt;
&lt;br&gt;
Thank-you!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.9437</guid>
	<pubDate>Mon, 16 Aug 2004 09:05:09 -0800</pubDate>
	<category>blogging</category>
	<category>blogs</category>
	<category>movabletype</category>
	<category>vacation</category>
	<dc:creator>Marquis</dc:creator>
	</item>
	<item>
	<title>Are there any webhosts that offer hosting with Moveable Type pre-installed?</title>
	<link>http://ask.metafilter.com/8430/Are%2Dthere%2Dany%2Dwebhosts%2Dthat%2Doffer%2Dhosting%2Dwith%2DMoveable%2DType%2Dpreinstalled</link>	
	<description>I have a friend who wants to set up a movable type based weblog on a new (yet to be registered/determined) domain. Are there any webhosts that offer some sort of movable type webhosting plan, that is one with movable type already installed? Alternately, any recommendations for movable type freindly webhosts would be appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.8430</guid>
	<pubDate>Sat, 03 Jul 2004 01:32:51 -0800</pubDate>
	<category>blogging</category>
	<category>domains</category>
	<category>hosting</category>
	<category>movabletype</category>
	<category>mt</category>
	<dc:creator>darainwa</dc:creator>
	</item>
	<item>
	<title>Dealing with Archives</title>
	<link>http://ask.metafilter.com/5167/Dealing%2Dwith%2DArchives</link>	
	<description>I&apos;m considering buying a domain, and setting up a personal site. This wouldn&apos;t be a problem, really, except that I&apos;ve got over five years of content on my current personal site in various formats, and I don&apos;t want to repeat the mistakes of the past. [Very long, very geeky details inside. Not for the faint of heart.] I started my personal site sometime around 1997/1998. I built all the pages in notepad, manually inserting links, content, next/previous links, archives, etc. After a while, I got tired of the work, and then put together a perl script to take care of putting together the static pages for me. Shortly after that, my host went under, and I purchased &lt;a href=&quot;http://restraint.org&quot;&gt;my domain&lt;/a&gt; (Obviously a self-link, and of limited functionality at the moment due to a recent format). I had to re-work all the links by hand to reflect the new domain/directory structure, and found a nice script that did everything I wanted it to, as far as a journal CMS goes.&lt;br&gt;
&lt;br&gt;
THEN! I decided to add a second journal to my site to keep track of the far-too-surreal dreams I was having, but the script I was using didn&apos;t have any functionality to handle that, so I set up a second version of the script, in another directory. When Blogger opened, I created an account and had a Blog on my page, also entirely separate from the dream/waking journals. I didn&apos;t mind this demarcation so much, as it allowed me to separate the more personal thoughts from the external-linking kind of writing that&apos;s prevalent on weblogs.&lt;br&gt;
&lt;br&gt;
I eventually outgrew blogger, and after trying out at several different options, I settled on MovableType as the CMS of choice for the weblog-portion of my site. I found a blogger-to-mt script that was entirely useless, and after spending a good week playing with the code (in the process learning that my coding skills have degraded shamefully), I transferred all the content over manually. Somewhere around this time I also stopped using external hosting (due to a series of major-media links that drove my site to over 2TB/traffic a day for three days, before my host shut my account down and asked for enough money to buy a car with), and setup Apache/PHP/Perl/etc on my XP box, along with a mail server to handle my domain. I transferred everything over to my home PC, and continued.&lt;br&gt;
&lt;br&gt;
After a critical hard drive failure, I went about restoring my content from backups, only to find that the current Perl-DB version was incompatible with the older MT archives. Unable to locate a working copy of the older version, I again worked up a hack to salvage most of my MT content, losing all the metadata in the process, forcing me to re-enter it all by hand using a static copy of my old site for reference. I quickly switched to SQL for MT&apos;s data system.&lt;br&gt;
&lt;br&gt;
Now, I&apos;m using a variety of mt/php/perl hacks on my site to get the functionality I want. Winamp now-playing lists, inline movie/book reviews, a BlogRoll, etc., etc... All the while, I&apos;ve still got these two older CGI scripts with my waking/dream journals in them, and a fair amount of static content.&lt;br&gt;
&lt;br&gt;
It&apos;s a big mess.&lt;br&gt;
&lt;br&gt;
Now, I&apos;m seriously considering selling my domain name to finance a move to Amsterdam (Haarlem, really, but...), and if I&apos;m going to be moving all of my content to a new domain, I&apos;d like to make sure that whatever tools I use don&apos;t cause me the same problems I&apos;ve had in the past. Also, I&apos;d like to be able to import all of my older MT/other entries into this CMS, whatever it might be. My waking/dream journals are stored in individual files named after the date of the entry (Ex: 20020321), and almost entirely plaintext, with a small amount of metadata at the end of the file (Ex: {title=there is an exit here} {template=main} {datestamp=200203211611} ).&lt;br&gt;
&lt;br&gt;
MovableType seems like the obvious answer to my CMS needs, but there&apos;s the matter of hosting. Do I continue running a mail/web server from my home, or do I go with external hosting? Do I go with a generic host that has PHP/CGI/SQL functionality, or do I go with TypePad, and hope that they never go belly-up? And, of course, how do I get these five years of content into TypePad/MT or whatever CMS I go with?&lt;br&gt;
&lt;br&gt;
It all seems very overwhelming to me. I&apos;m hoping that someone here has gone through a similar experience, and can offer some advice on the situation. I don&apos;t want to continue maintaining a number of different journaling systems, and I don&apos;t want to lose all of my writing. I&apos;d also rather not have the old content archived somewhere, still in a separate format. Integration, and all that.&lt;br&gt;
&lt;br&gt;
Thoughts? Comments? Suggestions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.5167</guid>
	<pubDate>Thu, 05 Feb 2004 23:56:44 -0800</pubDate>
	<category>blogging</category>
	<category>computers</category>
	<category>domain</category>
	<category>domains</category>
	<category>internet</category>
	<category>movabletype</category>
	<category>security</category>
	<category>websites</category>
	<dc:creator>Jairus</dc:creator>
	</item>
	
	</channel>
</rss>

