Index: /branches/feature-no-make-me/readme.html
===================================================================
--- /branches/feature-no-make-me/readme.html (revision 2719)
+++ /branches/feature-no-make-me/readme.html (revision 2719)
@@ -0,0 +1,304 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+	<title>Movable Type Read Me</title>
+	<style type="text/css">
+        body { font-family: Arial, Helvetica, sans-serif; }
+        #container { margin: 0 auto 0 auto; width: 750px; }
+	</style>
+	<script type="text/javascript">
+	<!--
+	    var languages = new Array('de', 'en_us', 'es', 'fr', 'ja', 'nl');
+	    function swapLanguage(lang) {
+	        for(var i = 0; i < languages.length; i++) {
+	            var d = document.getElementById(languages[i]);
+	            if(d)
+	                d.style.display = 'none';
+	        }
+	        
+            var ld = document.getElementById(lang);
+            if(ld)
+                ld.style.display = 'block';
+	    }
+	//-->
+	</script>
+</head>
+<body>
+  <div id="container">
+    <img src="mt-static/readme/mt4-logo.png" width="750" height="250" />
+    <a href="#" onclick="swapLanguage('de');">Deutsch</a> | 
+    <a href="#" onclick="swapLanguage('en_us');">English</a> |
+    <a href="#" onclick="swapLanguage('es');">EspaÃ±ol</a> |
+    <a href="#" onclick="swapLanguage('fr');">FranÃ§ais</a> |
+    <a href="#" onclick="swapLanguage('ja');">æ¥æ¬èª</a> |
+    <a href="#" onclick="swapLanguage('nl');">Nederlands</a>
+    
+    <div id="en_us"><!-- Start English -->
+        <h1>Welcome to Movable Type</h1>
+        <p>Thank you for choosing Movable Type, the premiere solution for all your blogging needs. This file will show you how to get up and running; click on the highlighted sections for more information on that subject.</p>
+
+        <h2>Before You Begin</h2>
+        <p>Movable Type requires the following applications:</p>
+        <ul>
+          <li><p>Perl 5.6.1 or greater;</p></li>
+          <li><p>A web server like Apache, or Windows IIS;</p></li>
+          <li><p>Access to a database like MySQL, SQLite or Postgres;</p></li>
+          <li><p>The following Perl modules:</p>
+            <ul>
+              <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
+              <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
+              <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
+            </ul>
+            <p><em>Consult the following documentation to learn how to <a href="http://www.cpan.org/misc/cpan-faq.html#How_installed_modules">determine if a perl module is already installed</a> and, if they are not, <a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">how to install them</a>.</em></p>
+        </ul>
+
+        <h2>Upgrading Movable Type</h2>
+        <p>If you are upgrading to Movable Type 4 from a previous version, we recommend that you first back up your old installation. Then upload Movable Type 4's files over your old ones. Access Movable Type as you normally do, and you will be taken through the upgrade process.</p>
+
+        <h2>Installing Movable Type</h2>
+        <p>Before you install Movable Type:</p>
+        <ol>
+          <li>Upload all of Movable Type's files into a folder accessible via your web browser. (Typically, this folder is called 'mt' in the root folder of your website.</li>
+          <li>Ensure that each .cgi file (e.g. mt.cgi, mt-search.cgi, etc) found in the Movable Type directory has the <a href="http://www.elated.com/articles/understanding-permissions/">execute permission</a> enabled.</li>
+          <li>Make sure that the 'mt' folder containing the uploaded Movable Type files has been <a href="http://httpd.apache.org/docs/2.0/howto/cgi.html#nonscriptalias">enabled to execute CGI scripts</a>.</li>
+          <li>Open that folder in your web browser (i.e. <tt>http://www.mywebsite.com/mt/</tt>).
+          <li>You should see a Movable Type welcome screen that will take you through the installation process. If the welcome screen does not appear, please consult our Troubleshooting Guide below.</li>
+        </ol>
+
+        <h2>Troubleshooting Movable Type</h2>
+        <h3>Setting up your static web path</h3>
+        <p>In some web servers (and in some configurations), static files such as javascript, css and image files are not permitted inside of a cgi-bin folder. If you have installed Movable Type into a cgi-bin folder you will need to place your static files in another web accessible location. Read our documentation on setting up your <a href="http://www.sixapart.com/movabletype/kb/installation/images_styles_a.html">mt-static folder</a>.</p>
+
+        <h3>Internal Server Errors</h3>
+        <p>If you receive an "Internal Server Error" message, a configuration change may be required on your web server. Please consult our <a href="http://www.movabletype.org/documentation/install/">installation guide</a> to help resolve this issue, or search our <a href="http://www.sixapart.com/movabletype/kb/">knowledge base</a>.</p>
+
+        <h3>Finding more help</h3>
+        <p>Need additional information or support? Check out the <a href="http://www.movabletype.org/documentation/installation/">Detailed Installation Guide</a>.</p>
+    </div><!-- End English -->
+    
+    <div id="de" style="display: none;"><!-- Start German -->
+        <h1>Willkommen zu Movable Type</h1>
+        <p>Vielen Dank, daÃ Sie sich fÃŒr Movable Type entschieden haben. Hier finden Sie alles, was Sie zur Installation wissen mÃŒssen. Die Links fÃŒhren zu weitergehenden Informationen.</p>
+
+        <h2></h2>
+        <p>Movable Type erfordert folgende Software:</p>
+        <ul>
+          <li><p>Perl 5.6.1 oder hÃ¶her</p></li>
+          <li><p>Einen Webserver (z.B. Apache oder Windows IIS)</p></li>
+          <li><p>Zugriff auf eine SQL_Datenbank (z.B. MySQL, SQLite oder Postgres)</p></li>
+          <li><p>Folgende Perl-Module:</p>
+            <ul>
+              <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
+              <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
+              <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
+            </ul>
+            <p><em>So finden Sie heraus, <a href="http://www.cpan.org/misc/cpan-faq.html#How_installed_modules">welche Module bereits installiert sind</a> und <a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">wie sie installiert werden</a>.</em></p>
+        </ul>
+
+        <h2>Eine vorhandene Movable Type-Installation aktualisieren</h2>
+        <p>Wenn Sie eine Ã€ltere Version auf Movable Type 4 aktualisieren wollen, sollten Sie vorher eine Sicherungskopie der vorhandenen Installation erstellen. Laden Sie danach die neue Movable Type-Dateien in Ihr vorhandenes Movable Type-Verzeichnis hoch und ÃŒberschreiben Sie damit die alten Dateien. Laden Sie abschlieÃend die Movable Type-OberflÃ€che wie gewohnt. Sie werden Schritt fÃŒr Schritt durch den Aktualisierungsvorgang gefÃŒhrt.</p>
+
+        <h2>Movable Type neu installieren</h2>
+        <p>Vor dem Installieren:</p>
+        <ol>
+          <li>Laden Sie alle zu Movable Type gehÃ¶renden Dateien auf Ihren Webserver hoch. WÃ€hlen Sie dabei einen mit dem Webbrowser erreichbaren Ordner. Normalerweise ist das der Ordner "mt" im Wurzelverzeichnis Ihrer Website.</li>
+          <li>Setzen Sie mittels chmod alle .cgi-Dateien im Movable Type-Verzeichnis (mt.cgi, mt-search.cgi usw.) auf <a href="http://www.elated.com/articles/understanding-permissions/">vom Webserver ausfÃŒhrbar</a>.</li>
+          <li>Stellen Sie sicher, daÃ im Ordner "mt" befindliche CGI-Skripte <a href="http://httpd.apache.org/docs/2.0/howto/cgi.html#nonscriptalias">ausgefÃŒhrt werden kÃ¶nnen</a>.</li>
+          <li>Ãffnen Sie den Ordner "mt" in Ihrem Webbrowser (z.B. <tt>http://www.meineseite.de/mt/</tt>).
+          <li>Es erscheint eine Willkommensnachricht und Sie werden Schritt fÃŒr Schritt durch den Installationsvorgang gefÃŒhrt. Erscheint die Willkommensnachricht nicht, beachten Sie die Hinweise im nÃ€chsten Abschnitt.</li>
+        </ol>
+
+        <h2>Probleme bei der Installation</h2>
+        <h3>Statischer Webpfad</h3>
+        <p>Bei manchen Webservern oder Konfigurationen dÃŒrfen statische Dateien wie Javascript-, CSS- und Bilddateien nicht in einem cgi-bin-Ordner gespeichert werden. Wurde Movable Type in einem solchen installiert, sind die statischen Dateien in einem anderen vom Webbrowser erreichbaren Ordner abzulegen und dieser in der Movable Type-Konfiguration anzugeben: <a href="http://www.sixapart.com/movabletype/kb/installation/images_styles_a.html">mt-static-Ordner konfigurieren</a>.</p>
+
+        <h3>Interne Serverfehler</h3>
+        <p>Kommt es zu internen Serverfehlern ("Error 500 - Internal Server Error") ist ggf. der Webserver anders zu konfigurieren. NÃ€here Informationen finden Sie in der <a href="http://www.movabletype.org/documentation/install/">Installationsanleitung</a> und der <a href="http://www.sixapart.com/movabletype/kb/">Wissensdatenbank</a>.</p>
+
+        <h3>Weitere Hilfe</h3>
+        <p>Brauchen Sie weitere Informationen oder UnterstÃŒtzung? Rufen Sie bitte den <a href="http://www.movabletype.org/documentation/installation/">Detailed Installation Guide</a> (in englischer Sprache) auf.</p>
+    </div><!-- End German -->
+    
+    <div id="es" style="display: none;"><!-- Start Spanish -->
+        <h1>Bienvenido a Movable Type</h1>
+        <p>Gracias por elegir Movable Type, la soluciÃ³n ideal para todos sus blogs. Este fichero le informa cÃ³mo ponerse en marcha; haga clic en las secciones destacadas para mÃ¡s informaciÃ³n sobre esos temas.</p>
+
+        <h2>Antes de empezar</h2>
+        <p>Movable Type necesita las siguientes aplicaciones:</p>
+        <ul>
+          <li><p>Perl 5.6.1 o posterior;</p></li>
+          <li><p>Un servidor web como Apache o Windows IIS;</p></li>
+          <li><p>Acceso a una base de datos como MySQL, SQLite o Postgres;</p></li>
+          <li><p>Los siguientes mÃ³dulos de Perl:</p>
+            <ul>
+              <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
+              <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
+              <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
+            </ul>
+            <p><em>Consulte la siguiente documentaciÃ³n para mÃ¡s informaciÃ³n sobre cÃ³mo <a href="http://www.cpan.org/misc/cpan-faq.html#How_installed_modules">determinar si un mÃ³dulo de Perl ya estÃ¡ instalado</a> y, si no lo estÃ¡, <a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">cÃ³mo instalarlo</a>.</em></p>
+        </ul>
+
+        <h2>ActualizaciÃ³n de Movable Type</h2>
+        <p>Si estÃ¡ actualizando Movable Type 4 desde una versiÃ³n anterior, le recomendamos que primero haga una copia de seguridad de su antigua instalaciÃ³n. Luego, transfiera los ficheros de Movable Type 4 donde estÃ©n los ficheros antiguos. Acceda a Movable Type como normalmente lo hace y podrÃ¡ iniciar el proceso de actualizaciÃ³n.</p>
+
+        <h2>InstalaciÃ³n de Movable Type</h2>
+        <p>Antes de instalar Movable Type:</p>
+        <ol>
+          <li>Transfiere todos los ficheros de Movable Type a una carpeta accesible a travÃ©s de su navegador. (Generalmente, esta carpeta se llama 'mt' y estÃ¡ situada en el directorio raÃ­z de su web).</li>
+          <li>AsegÃºrese de que cada fichero .cgi (p.e. mt.cgi, mt-search.cgi, etc) que se encuentra en el directorio de Movable Type tiene los <a href="http://www.elated.com/articles/understanding-permissions/">permisos de ejecuciÃ³n</a> habilitados.</li>
+          <li>AsegÃºrese de que la carpeta 'mt' que contiene los ficheros transferidos de Movable Type tiene permisos de <a href="http://httpd.apache.org/docs/2.0/howto/cgi.html#nonscriptalias">ejecuciÃ³n de scripts CGI</a>.</li>
+          <li>Abra dicha carpeta en su navegador (p.e. <tt>http://www.misitioweb.com/mt/</tt>).
+          <li>VerÃ¡ una pantalla de bienvenida a Movable Type, que le guiarÃ¡ por el proceso de instalaciÃ³n. Si la pantalla de bienvenida no aparece, consulte nuestra GuÃ­a de ResoluciÃ³n de Problemas.</li>
+        </ol>
+
+        <h2>ResoluciÃ³n de Problemas de Movable Type</h2>
+        <h3>ConfiguraciÃ³n de la ruta al web estÃ¡tico</h3>
+        <p>En algunos servidores web (y en algunas configuraciones), los ficheros estÃ¡ticos como los de javascript, hojas de estilo e imÃ¡genes, no estÃ¡n permitidos dentro de un directorio cgi-bin. Si instalÃ³ Movable Type en un directorio cgi-bin, deberÃ¡ situar los ficheros estÃ¡ticos en otro lugar accesible por el web. Consulte nuestra documentaciÃ³n sobre cÃ³mo configurar el <a href="http://www.sixapart.com/movabletype/kb/installation/images_styles_a.html">directorio mt-static</a>.</p>
+
+        <h3>Errores internos del servidor</h3>
+        <p>Si obtiene un mensaje de error interno del servidor ("Internal Server Error"), quizÃ¡s el servidor web necesite cambios en la configuraciÃ³n. Por favor, consulte nuestra <a href="http://www.movabletype.org/documentation/install/">guÃ­a de instalaciÃ³n</a> para ayudarle a resolver este asunto, o consulte nuestra <a href="http://www.sixapart.com/movabletype/kb/">base de conocimiento</a>.</p>
+
+        <h3>Buscando mÃ¡s ayuda</h3>
+        <p>Â¿Necesita informaciÃ³n o soporte adicional? Consulte nuestra <a href="http://www.movabletype.org/documentation/installation/">GuÃ­a Detallada de InstalaciÃ³n</a>.</p>
+    </div><!-- End Spanish -->
+    
+    <div id="fr" style="display: none;"><!-- Start French -->
+        <h1>Bienvenue dans Movable Type</h1>
+        <p>Merci d'avoir choisi Movable Type, la solution privilÃ©giÃ©e pour tous vos besoins en blogs. Ce fichier va vous montrer comment dÃ©marrer. Cliquez sur les sections surlignÃ©es pour avoir plus d'information sur ce sujet.</p>
+
+        <h2>Avant de dÃ©marrer</h2>
+        <p>Movable Type nÃ©cessite les applications suivantes:</p>
+        <ul>
+          <li><p>Perl 5.6.1 ou supÃ©rieur;</p></li>
+          <li><p>Un serveur Web comme Apache, ou Windows IIS;</p></li>
+          <li><p>AccÃšs Ã  une base de donnÃ©es comme MySQL, SQLite ou Postgres;</p></li>
+          <li><p>Les modules Perl suivants:</p>
+            <ul>
+              <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
+              <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
+              <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
+            </ul>
+            <p><em>Consultez la documentation suivante pour apprendre comment <a href="http://www.cpan.org/misc/cpan-faq.html#How_installed_modules">dÃ©terminer si un module perl est dÃ©jÃ  installÃ© </a> et, s'il ne l'est pas, <a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">comment l'installer</a>.</em></p>
+        </ul>
+
+        <h2>Mettre Ã  jour Movable Type</h2>
+        <p>Si vous mettez Ã  jour Movable Type Ã  partir d'une version prÃ©cÃ©dente, nous recommandons que vous fassiez d'abord une sauvegarde de votre ancienne installation. Ensuite mettez les nouveaux fichiers de Movable Type 4 Ã  la place des anciens fichiers. AccÃ©dez Ã  Movable Type comme vous le faites d'habitude, et vous serez redirigÃ© vers la procÃ©dure de mise Ã  jour.</p>
+
+        <h2>Installer Movable Type</h2>
+        <p>Avant d'installer Movable Type:</p>
+        <ol>
+          <li>Mettez tous les fichiers de Movable Type dans un rÃ©pertoire accessible via votre navigateur web. (GÃ©nÃ©ralement, ce rÃ©pertoire est nommÃ© 'mt' Ã  la racine de votre site web).</li>
+          <li>Assurez-vous que chaque fichier .cgi (ex: mt.cgi, mt-search.cgi, etc) qui se trouve dans le rÃ©pertoire Movable Type a les <a href="http://www.elated.com/articles/understanding-permissions/">droits d'exÃ©cution</a> activÃ©s.</li>
+          <li>Assurez-vous que le rÃ©pertoire 'mt' qui contient les fichiers de Movable Type est <a href="http://httpd.apache.org/docs/2.0/howto/cgi.html#nonscriptalias">autorisÃ© Ã  exÃ©cuter les scripts CGI</a>.</li>
+          <li>Ouvrez ce rÃ©pertoire dans votre navigateur web (ex: <tt>http://www.monSiteWeb.com/mt/</tt>).
+          <li>Vous devriez voir un Ã©cran d'accueil Movable Type qui vous guidera Ã  travers la procÃ©dure d'installation. Si le message d'accueil n'apparait pas, merci de consulter notre guide de dÃ©pannage ci-dessous.</li>
+        </ol>
+
+        <h2>DÃ©panner Movable Type</h2>
+        <h3>RÃ©gler votre rÃ©pertoire web statique</h3>
+        <p>Avec certains serveurs web (et avec certaines configurations), les fichiers statiques comme les javascripts, les fichiers css et les images ne sont pas autorisÃ©s Ã  l'intÃ©rieur des rÃ©pertoires cgi-bin. Si vous avez installÃ© Movable Type dans un rÃ©pertoire cgi-bin vous devez placer vos fichiers statiques dans un autre rÃ©pertoire accessible par le web. Lisez notre documentation pour rÃ©gler votre <a href="http://www.sixapart.com/movabletype/kb/installation/images_styles_a.html">rÃ©pertoire mt-static</a>.</p>
+
+        <h3>Erreurs internes de serveur</h3>
+        <p>Si vous recevez un message "Internal Server Error", un changement de configuration peut Ãªtre nÃ©cessaire sur votre serveur. Merci de consulter notre <a href="http://www.movabletype.org/documentation/install/">guide d'installation</a> pour vous aider Ã  rÃ©soudre ce problÃšme, ou recherchez dans notre <a href="http://www.sixapart.com/movabletype/kb/">base de connaissance</a>.</p>
+
+        <h3>Trouver plus d'aide</h3>
+        <p>Vous avez besoin d'informations supplÃ©mentaires ou de support ? Lisez le <a href="http://www.movabletype.org/documentation/installation/">Guide d'installation dÃ©taillÃ©</a>.</p>
+    </div><!-- End French -->
+    
+    <div id="ja" style="display: none;"><!-- Start Japanese -->
+        <h1>Movable Type ãžãããã</h1>
+        <p>Movable Type ããå©çšããã ãããããšãããããŸãããã®ãã¡ã€ã«ã«ã¯ãMovable Type ãåäœãããããã«å¿
+èŠãªæ
+å ±ãèšèŒããŠããŸãã</p>
+
+        <h2>ã¯ãããåã«</h2>
+        <p>Movable Type ãå®è¡ããã«ã¯æ¬¡ã®ã¢ããªã±ãŒã·ã§ã³ãå¿
+èŠã§ãã</p>
+        <ul>
+          <li><p>Perl 5.6.1 ä»¥äž</p></li>
+          <li><p>ApacheãWindows IISãªã©ã®WebãµãŒããŒ</p></li>
+          <li><p>MySQLãSQLiteãPostgresãªã©ã®ããŒã¿ããŒã¹ãžã®ã¢ã¯ã»ã¹</p></li>
+          <li><p>ä»¥äžã®Perlã¢ãžã¥ãŒã«</p>
+            <ul>
+              <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
+              <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
+              <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
+            </ul>
+            <p><em>Perlã¢ãžã¥ãŒã«ã<a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">ã€ã³ã¹ããŒã«ããæ¹æ³</a>ãPerlã¢ãžã¥ãŒã«ã<a href="http://www.cpan.org/misc/cpan-faq.html#How_installed_modules">ãã§ã«ã€ã³ã¹ããŒã«ãããŠãããã©ããç¢ºèªããæ¹æ³</a>ã«ã€ããŠã¯ãããããã®ãã­ã¥ã¡ã³ããåç
+§ããŠãã ããã</em></p>
+        </ul>
+
+        <h2>Movable Type ã®ã¢ããã°ã¬ãŒã</h2>
+        <p>ä»¥åã®ããŒãžã§ã³ããMovable Type 4ãžã¢ããã°ã¬ãŒãããå Žåã¯ããŸãçŸåšã®ç°å¢ã®ããã¯ã¢ãããäœæããŠãã ãããããããMovable Type 4ã®ãã¡ã€ã«ãä»¥åã®ããŒãžã§ã³ã«äžæžãããããã«ã¢ããã­ãŒãããMovable Typeã«ååºŠã¢ã¯ã»ã¹ããŠãã ãããMovable Typeã¯èªåçã«ã¢ããã°ã¬ãŒããéå§ããŸãã</p>
+
+        <h2>Movable Type ã®ã€ã³ã¹ããŒã«</h2>
+        <p>Movable Type ãã€ã³ã¹ããŒã«ããåã«</p>
+        <ol>
+          <li>Movable Typeã®ãã¡ã€ã«ããWebãã©ãŠã¶ããã¢ã¯ã»ã¹ã§ãããã©ã«ãã«ãã¹ãŠã¢ããã­ãŒãããŸãïŒéåžžããã®ãã©ã«ãã«ã¯mtãšããååãä»ããŠãWebãµã€ãã®ã«ãŒããã©ã«ãã®äžã«äœæããŸãïŒã</li>
+          <li>Movable Typeãã¢ããã­ãŒããããã©ã«ãã«ããcgiãã¡ã€ã«ïŒmt.cgiãmt-search.cgiãªã©ïŒã«å®è¡æš©éãäžããŸãã</li>
+          <li>Movable Typeãã¢ããã­ãŒããããã©ã«ãã§<a href="http://httpd.apache.org/docs/2.0/howto/cgi.html#nonscriptalias">CGIã¹ã¯ãªãããå®è¡ã§ããããã«</a>ããŸãã</li>
+          <li>ãã®ãã©ã«ãã«Webãã©ãŠã¶ã§ã¢ã¯ã»ã¹ããŸãïŒããšãã°<tt>http://www.mywebsite.com/mt/</tt>ïŒã</li>
+          <li>Movable Typeã®æ¢å®ã®ããŒãžãè¡šç€ºãããã€ã³ã¹ããŒã«ãã­ã»ã¹ãå§ããããšãã§ããããã«ãªããŸããããŒãžãè¡šç€ºãããªãå Žåã¯ä»¥äžã®ãã©ãã«ã·ã¥ãŒãã£ã³ã°ã¬ã€ãã«é²ãã§ãã ããã</li>
+        </ol>
+
+        <h2>ãã©ãã«ã·ã¥ãŒãã£ã³ã°ã¬ã€ã</h2>
+        <h3>StaticWebPathã®èš­å®</h3>
+        <p>WebãµãŒããŒïŒããã®èš­å®ïŒã«ãã£ãŠã¯ãJavaScriptãCSSãç»åãã¡ã€ã«ãªã©ã®éçãã¡ã€ã«ã¯cgi-binãã©ã«ãããã¯ååŸã§ããªãããã«ãªã£ãŠããå ŽåããããŸãããã®å Žåã¯ãMovable Typeãå©çšããéçãã¡ã€ã«ãå¥ã®ãWebãã©ãŠã¶ããååŸã§ããå Žæã«ç§»åããå¿
+èŠããããŸãã<a href="http://www.sixapart.jp/support/mt4/install/post_14.html">ãã­ã¥ã¡ã³ããåç
+§</a>ããŠèš­å®ããŠãã ããã</p>
+
+        <h3>Internal Server Error</h3>
+        <p>"Internal Server Error"ãšããã¡ãã»ãŒãžãåºãå Žåã¯ãWebãµãŒããŒäžã§èš­å®ãå€æŽããå¿
+èŠããããããããŸããã<a href="http://www.movabletype.jp/documentation/#mtinstall">ã€ã³ã¹ããŒã«ã¬ã€ã</a>ã«æ²¿ã£ãŠã€ã³ã¹ããŒã«ãè¡ã£ãŠãã ããããŸã<a href="http://www.sixapart.jp/support/mt4/">FAQ</a>ããç¢ºèªãã ããã</p>
+
+        <h3>ãã®ä»</h3>
+        <p>ããè©³ããæ
+å ±ã¯<a href="http://www.movabletype.jp/documentation/#mtinstall">ã€ã³ã¹ããŒã«ã¬ã€ã</a>ã«æ²èŒããŠããŸãããç¢ºèªãã ããã</p>
+    </div><!-- End Japanese -->
+    
+    <div id="nl" style="display: none;"><!-- Start Dutch -->
+        <h1>Welkom bij Movable Type</h1>
+        <p>Bedankt om voor Movable Type te kiezen, de beste oplossing voor al uw noden in verband met bloggen. Dit bestand zal u tonen hoe u van start kunt gaan; klik op de gemarkeerde secties voor meer informatie over die onderwerpen.</p>
+
+        <h2>Voor u begint</h2>
+        <p>Movable Type vereist volgende applicaties:</p>
+        <ul>
+          <li><p>Perl 5.6.1 of hoger;</p></li>
+          <li><p>Een webserver als Apache of Windows IIS;</p></li>
+          <li><p>Toegang tot een database zoals MySQL, SQLite of Postgres;</p></li>
+          <li><p>Onderstaande Perl modules:</p>
+            <ul>
+              <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
+              <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
+              <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
+            </ul>
+            <p><em>Consulteer deze documentatie om te leren hoe u kunt <a href="http://www.cpan.org/misc/cpan-faq.html#How_installed_modules">bepalen of een perl module al is geÃ¯nstalleerd</a> en, indien niet, <a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">hoe u ze kunt installeren</a>.</em></p>
+        </ul>
+
+        <h2>Movable Type Upgraden</h2>
+        <p>Als u Movable Type 4 aan het upgraden bent van een vorige versie, raden we aan om eerst een veiligheidskopie te maken van uw oude installatie. Upload vervolgens de bestanden van Movable Type 4 over uw oude bestanden. Meld u vervolgens op de gewone manier aan bij Movable Type en u zal door het upgradeproces worden geleid.</p>
+
+        <h2>Movable Type installeren</h2>
+        <p>Voor u Movable Type installeert:</p>
+        <ol>
+          <li>Upload alle bestanden van Movable Type naar een map die u kunt bereiken via uw webbrowser. (Meestal is de naam die men aan deze map geeft 'mt', in de hoofdmap van de website).</li>
+          <li>Verzeker u ervan dat alle .cgi bestanden (bv. mt.cgi, mt-search.cgi, etc) die te vinden zijn in de Movable Type map de <a href="http://www.elated.com/articles/understanding-permissions/">execute permissie</a> hebben.</li>
+          <li>Controleer of de 'mt' map die de geuploade Movable Type bestanden bevat <a href="http://httpd.apache.org/docs/2.0/howto/cgi.html#nonscriptalias">is ingesteld om CGI scripts te laten uitvoerenen</a>.</li>
+          <li>Open de map in uw webbrowser (m.a.w. surf naar <tt>http://www.mijwebsite.com/mt/</tt>).
+          <li>Er verschijnt een Movable Type verwelkomingsscherm dat u door het intstallatieproces zal leiden. Als het welkomstscherm niet verschijnt, kijk dan in onze troubleshooting gids hieronder.</li>
+        </ol>
+
+        <h2>Movable Type troubleshooten</h2>
+        <h3>Uw statisch webpad instellen</h3>
+        <p>Op sommige webserver (en bij sommige configuraties), mogen statische bestanden zoals javascript, css en afbeeldingen niet in een cgi-bin map staan. Als u Movable Type heeft geÃ¯nstalleerd in een cgi-bin map, dan moet u uw statische bestanden op een andere, webtoegankelijke plaats zetten. Lees onze documentatie over het instellen van uw <a href="http://www.sixapart.com/movabletype/kb/installation/images_styles_a.html">mt-static map</a>.</p>
+
+        <h3>Internal Server Errors</h3>
+        <p>Als u een "Internal Server Error" foutboodschap krijgt, kan het zijn dat er instellingen op uw webserver aangepast moeten worden. Gelieve onze <a href="http://www.movabletype.org/documentation/install/">installatiegids</a> te consulteren om dit probleem op te lossen, of doorzoek onze <a href="http://www.sixapart.com/movabletype/kb/">kennisdatabank</a>.</p>
+
+        <h3>Meer hulp nodig?</h3>
+        <p>Bijkomende antwoorden of ondersteuning nodig? Kijk in de <a href="http://www.movabletype.org/documentation/installation/">gedetailleerde installatiegids</a>.</p>
+    </div><!-- End Dutch -->
+  </div>
+</body>
+</html>
Index: /anches/feature-no-make-me/readme.html.de
===================================================================
--- /branches/feature-no-make-me/readme.html.de (revision 2497)
+++  (revision )
@@ -1,58 +1,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-	<meta http-equiv="content-language" content="en" />
-	<title>Movable Type Read Me</title>
-	<style type="text/css">
-        body { font-family: Arial, Helvetica, sans-serif; }
-        #container { margin: 0 auto 0 auto; width: 750px; }
-	</style>
-</head>
-<body>
-  <div id="container">
-    <img src="mt-static/readme/mt4-logo.png" width="750" height="250" />
-
-    <h1>Willkommen zu Movable Type</h1>
-    <p>Vielen Dank, daß Sie sich für Movable Type entschieden haben. Hier finden Sie alles, was Sie zur Installation wissen müssen. Die Links führen zu weitergehenden Informationen.</p>
-
-    <h2></h2>
-    <p>Movable Type erfordert folgende Software:</p>
-    <ul>
-      <li><p>Perl 5.6.1 oder höher</p></li>
-      <li><p>Einen Webserver (z.B. Apache oder Windows IIS)</p></li>
-      <li><p>Zugriff auf eine SQL_Datenbank (z.B. MySQL, SQLite oder Postgres)</p></li>
-      <li><p>Folgende Perl-Module:</p>
-        <ul>
-          <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
-          <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
-          <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
-        </ul>
-        <p><em>So finden Sie heraus, <a href="http://www.cpan.org/misc/cpan-faq.html#How_installed_modules">welche Module bereits installiert sind</a> und <a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">wie sie installiert werden</a>.</em></p>
-    </ul>
-
-    <h2>Eine vorhandene Movable Type-Installation aktualisieren</h2>
-    <p>Wenn Sie eine ältere Version auf Movable Type 4 aktualisieren wollen, sollten Sie vorher eine Sicherungskopie der vorhandenen Installation erstellen. Laden Sie danach die neue Movable Type-Dateien in Ihr vorhandenes Movable Type-Verzeichnis hoch und überschreiben Sie damit die alten Dateien. Laden Sie abschließend die Movable Type-Oberfläche wie gewohnt. Sie werden Schritt für Schritt durch den Aktualisierungsvorgang geführt.</p>
-
-    <h2>Movable Type neu installieren</h2>
-    <p>Vor dem Installieren:</p>
-    <ol>
-      <li>Laden Sie alle zu Movable Type gehörenden Dateien auf Ihren Webserver hoch. Wählen Sie dabei einen mit dem Webbrowser erreichbaren Ordner. Normalerweise ist das der Ordner "mt" im Wurzelverzeichnis Ihrer Website.</li>
-      <li>Setzen Sie mittels chmod alle .cgi-Dateien im Movable Type-Verzeichnis (mt.cgi, mt-search.cgi usw.) auf <a href="http://www.elated.com/articles/understanding-permissions/">vom Webserver ausführbar</a>.</li>
-      <li>Stellen Sie sicher, daß im Ordner "mt" befindliche CGI-Skripte <a href="http://httpd.apache.org/docs/2.0/howto/cgi.html#nonscriptalias">ausgeführt werden können</a>.</li>
-      <li>Öffnen Sie den Ordner "mt" in Ihrem Webbrowser (z.B. <tt>http://www.meineseite.de/mt/</tt>).
-      <li>Es erscheint eine Willkommensnachricht und Sie werden Schritt für Schritt durch den Installationsvorgang geführt. Erscheint die Willkommensnachricht nicht, beachten Sie die Hinweise im nächsten Abschnitt.</li>
-    </ol>
-
-    <h2>Probleme bei der Installation</h2>
-    <h3>Statischer Webpfad</h3>
-    <p>Bei manchen Webservern oder Konfigurationen dürfen statische Dateien wie Javascript-, CSS- und Bilddateien nicht in einem cgi-bin-Ordner gespeichert werden. Wurde Movable Type in einem solchen installiert, sind die statischen Dateien in einem anderen vom Webbrowser erreichbaren Ordner abzulegen und dieser in der Movable Type-Konfiguration anzugeben: <a href="http://www.sixapart.com/movabletype/kb/installation/images_styles_a.html">mt-static-Ordner konfigurieren</a>.</p>
-
-    <h3>Interne Serverfehler</h3>
-    <p>Kommt es zu internen Serverfehlern ("Error 500 - Internal Server Error") ist ggf. der Webserver anders zu konfigurieren. Nähere Informationen finden Sie in der <a href="http://www.movabletype.org/documentation/install/">Installationsanleitung</a> und der <a href="http://www.sixapart.com/movabletype/kb/">Wissensdatenbank</a>.</p>
-
-    <h3>Weitere Hilfe</h3>
-    <p>Brauchen Sie weitere Informationen oder Unterstützung? Rufen Sie bitte den <a href="http://www.movabletype.org/documentation/installation/">Detailed Installation Guide</a> (in englischer Sprache) auf.</p>
-  </div>
-</body>
-</html>
Index: /anches/feature-no-make-me/readme.html.ja
===================================================================
--- /branches/feature-no-make-me/readme.html.ja (revision 2497)
+++  (revision )
@@ -1,66 +1,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-	<meta http-equiv="content-language" content="ja" />
-	<title>Movable Type Read Me</title>
-	<style type="text/css">
-        body { font-family: Arial, Helvetica, sans-serif; }
-        #container { margin: 0 auto 0 auto; width: 750px; }
-	</style>
-</head>
-<body>
-  <div id="container">
-    <img src="mt-static/readme/mt4-logo.png" width="750" height="250" />
-
-    <h1>Movable Type ãžãããã</h1>
-    <p>Movable Type ããå©çšããã ãããããšãããããŸãããã®ãã¡ã€ã«ã«ã¯ãMovable Type ãåäœãããããã«å¿
-èŠãªæ
-å ±ãèšèŒããŠããŸãã</p>
-
-    <h2>ã¯ãããåã«</h2>
-    <p>Movable Type ãå®è¡ããã«ã¯æ¬¡ã®ã¢ããªã±ãŒã·ã§ã³ãå¿
-èŠã§ãã</p>
-    <ul>
-      <li><p>Perl 5.6.1 ä»¥äž</p></li>
-      <li><p>ApacheãWindows IISãªã©ã®WebãµãŒããŒ</p></li>
-      <li><p>MySQLãSQLiteãPostgresãªã©ã®ããŒã¿ããŒã¹ãžã®ã¢ã¯ã»ã¹</p></li>
-      <li><p>ä»¥äžã®Perlã¢ãžã¥ãŒã«</p>
-        <ul>
-          <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
-          <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
-          <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
-        </ul>
-        <p><em>Perlã¢ãžã¥ãŒã«ã<a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">ã€ã³ã¹ããŒã«ããæ¹æ³</a>ãPerlã¢ãžã¥ãŒã«ã<a href="http://www.cpan.org/misc/cpan-faq.html#How_installed_modules">ãã§ã«ã€ã³ã¹ããŒã«ãããŠãããã©ããç¢ºèªããæ¹æ³</a>ã«ã€ããŠã¯ãããããã®ãã­ã¥ã¡ã³ããåç
-§ããŠãã ããã</em></p>
-    </ul>
-
-    <h2>Movable Type ã®ã¢ããã°ã¬ãŒã</h2>
-    <p>ä»¥åã®ããŒãžã§ã³ããMovable Type 4ãžã¢ããã°ã¬ãŒãããå Žåã¯ããŸãçŸåšã®ç°å¢ã®ããã¯ã¢ãããäœæããŠãã ãããããããMovable Type 4ã®ãã¡ã€ã«ãä»¥åã®ããŒãžã§ã³ã«äžæžãããããã«ã¢ããã­ãŒãããMovable Typeã«ååºŠã¢ã¯ã»ã¹ããŠãã ãããMovable Typeã¯èªåçã«ã¢ããã°ã¬ãŒããéå§ããŸãã</p>
-
-    <h2>Movable Type ã®ã€ã³ã¹ããŒã«</h2>
-    <p>Movable Type ãã€ã³ã¹ããŒã«ããåã«</p>
-    <ol>
-      <li>Movable Typeã®ãã¡ã€ã«ããWebãã©ãŠã¶ããã¢ã¯ã»ã¹ã§ãããã©ã«ãã«ãã¹ãŠã¢ããã­ãŒãããŸãïŒéåžžããã®ãã©ã«ãã«ã¯mtãšããååãä»ããŠãWebãµã€ãã®ã«ãŒããã©ã«ãã®äžã«äœæããŸãïŒã</li>
-      <li>Movable Typeãã¢ããã­ãŒããããã©ã«ãã«ããcgiãã¡ã€ã«ïŒmt.cgiãmt-search.cgiãªã©ïŒã«å®è¡æš©éãäžããŸãã</li>
-      <li>Movable Typeãã¢ããã­ãŒããããã©ã«ãã§<a href="http://httpd.apache.org/docs/2.0/howto/cgi.html#nonscriptalias">CGIã¹ã¯ãªãããå®è¡ã§ããããã«</a>ããŸãã</li>
-      <li>ãã®ãã©ã«ãã«Webãã©ãŠã¶ã§ã¢ã¯ã»ã¹ããŸãïŒããšãã°<tt>http://www.mywebsite.com/mt/</tt>ïŒã</li>
-      <li>Movable Typeã®æ¢å®ã®ããŒãžãè¡šç€ºãããã€ã³ã¹ããŒã«ãã­ã»ã¹ãå§ããããšãã§ããããã«ãªããŸããããŒãžãè¡šç€ºãããªãå Žåã¯ä»¥äžã®ãã©ãã«ã·ã¥ãŒãã£ã³ã°ã¬ã€ãã«é²ãã§ãã ããã</li>
-    </ol>
-
-    <h2>ãã©ãã«ã·ã¥ãŒãã£ã³ã°ã¬ã€ã</h2>
-    <h3>StaticWebPathã®èš­å®</h3>
-    <p>WebãµãŒããŒïŒããã®èš­å®ïŒã«ãã£ãŠã¯ãJavaScriptãCSSãç»åãã¡ã€ã«ãªã©ã®éçãã¡ã€ã«ã¯cgi-binãã©ã«ãããã¯ååŸã§ããªãããã«ãªã£ãŠããå ŽåããããŸãããã®å Žåã¯ãMovable Typeãå©çšããéçãã¡ã€ã«ãå¥ã®ãWebãã©ãŠã¶ããååŸã§ããå Žæã«ç§»åããå¿
-èŠããããŸãã<a href="http://www.sixapart.jp/support/mt4/install/post_14.html">ãã­ã¥ã¡ã³ããåç
-§</a>ããŠèš­å®ããŠãã ããã</p>
-
-    <h3>Internal Server Error</h3>
-    <p>"Internal Server Error"ãšããã¡ãã»ãŒãžãåºãå Žåã¯ãWebãµãŒããŒäžã§èš­å®ãå€æŽããå¿
-èŠããããããããŸããã<a href="http://www.movabletype.jp/documentation/#mtinstall">ã€ã³ã¹ããŒã«ã¬ã€ã</a>ã«æ²¿ã£ãŠã€ã³ã¹ããŒã«ãè¡ã£ãŠãã ããããŸã<a href="http://www.sixapart.jp/support/mt4/">FAQ</a>ããç¢ºèªãã ããã</p>
-
-    <h3>ãã®ä»</h3>
-    <p>ããè©³ããæ
-å ±ã¯<a href="http://www.movabletype.jp/documentation/#mtinstall">ã€ã³ã¹ããŒã«ã¬ã€ã</a>ã«æ²èŒããŠããŸãããç¢ºèªãã ããã</p>
-  </div>
-</body>
-</html>
Index: /anches/feature-no-make-me/readme.html.fr
===================================================================
--- /branches/feature-no-make-me/readme.html.fr (revision 2497)
+++  (revision )
@@ -1,58 +1,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-	<meta http-equiv="content-language" content="en" />
-	<title>Movable Type Lisez-moi</title>
-	<style type="text/css">
-        body { font-family: Arial, Helvetica, sans-serif; }
-        #container { margin: 0 auto 0 auto; width: 750px; }
-	</style>
-</head>
-<body>
-  <div id="container">
-    <img src="mt-static/readme/mt4-logo.png" width="750" height="250" />
-
-    <h1>Bienvenue dans Movable Type</h1>
-    <p>Merci d'avoir choisi Movable Type, la solution privilÃ©giÃ©e pour tous vos besoins en blogs. Ce fichier va vous montrer comment dÃ©marrer. Cliquez sur les sections surlignÃ©es pour avoir plus d'information sur ce sujet.</p>
-
-    <h2>Avant de dÃ©marrer</h2>
-    <p>Movable Type nÃ©cessite les applications suivantes:</p>
-    <ul>
-      <li><p>Perl 5.6.1 ou supÃ©rieur;</p></li>
-      <li><p>Un serveur Web comme Apache, ou Windows IIS;</p></li>
-      <li><p>AccÃšs Ã  une base de donnÃ©es comme MySQL, SQLite ou Postgres;</p></li>
-      <li><p>Les modules Perl suivants:</p>
-        <ul>
-          <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
-          <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
-          <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
-        </ul>
-        <p><em>Consultez la documentation suivante pour apprendre comment <a href="http://www.cpan.org/misc/cpan-faq.html#How_installed_modules">dÃ©terminer si un module perl est dÃ©jÃ  installÃ© </a> et, s'il ne l'est pas, <a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">comment l'installer</a>.</em></p>
-    </ul>
-
-    <h2>Mettre Ã  jour Movable Type</h2>
-    <p>Si vous mettez Ã  jour Movable Type Ã  partir d'une version prÃ©cÃ©dente, nous recommandons que vous fassiez d'abord une sauvegarde de votre ancienne installation. Ensuite mettez les nouveaux fichiers de Movable Type 4 Ã  la place des anciens fichiers. AccÃ©dez Ã  Movable Type comme vous le faites d'habitude, et vous serez redirigÃ© vers la procÃ©dure de mise Ã  jour.</p>
-
-    <h2>Installer Movable Type</h2>
-    <p>Avant d'installer Movable Type:</p>
-    <ol>
-      <li>Mettez tous les fichiers de Movable Type dans un rÃ©pertoire accessible via votre navigateur web. (GÃ©nÃ©ralement, ce rÃ©pertoire est nommÃ© 'mt' Ã  la racine de votre site web).</li>
-      <li>Assurez-vous que chaque fichier .cgi (ex: mt.cgi, mt-search.cgi, etc) qui se trouve dans le rÃ©pertoire Movable Type a les <a href="http://www.elated.com/articles/understanding-permissions/">droits d'exÃ©cution</a> activÃ©s.</li>
-      <li>Assurez-vous que le rÃ©pertoire 'mt' qui contient les fichiers de Movable Type est <a href="http://httpd.apache.org/docs/2.0/howto/cgi.html#nonscriptalias">autorisÃ© Ã  exÃ©cuter les scripts CGI</a>.</li>
-      <li>Ouvrez ce rÃ©pertoire dans votre navigateur web (ex: <tt>http://www.monSiteWeb.com/mt/</tt>).
-      <li>Vous devriez voir un Ã©cran d'accueil Movable Type qui vous guidera Ã  travers la procÃ©dure d'installation. Si le message d'accueil n'apparait pas, merci de consulter notre guide de dÃ©pannage ci-dessous.</li>
-    </ol>
-
-    <h2>DÃ©panner Movable Type</h2>
-    <h3>RÃ©gler votre rÃ©pertoire web statique</h3>
-    <p>Avec certains serveurs web (et avec certaines configurations), les fichiers statiques comme les javascripts, les fichiers css et les images ne sont pas autorisÃ©s Ã  l'intÃ©rieur des rÃ©pertoires cgi-bin. Si vous avez installÃ© Movable Type dans un rÃ©pertoire cgi-bin vous devez placer vos fichiers statiques dans un autre rÃ©pertoire accessible par le web. Lisez notre documentation pour rÃ©gler votre <a href="http://www.sixapart.com/movabletype/kb/installation/images_styles_a.html">rÃ©pertoire mt-static</a>.</p>
-
-    <h3>Erreurs internes de serveur</h3>
-    <p>Si vous recevez un message "Internal Server Error", un changement de configuration peut Ãªtre nÃ©cessaire sur votre serveur. Merci de consulter notre <a href="http://www.movabletype.org/documentation/install/">guide d'installation</a> pour vous aider Ã  rÃ©soudre ce problÃšme, ou recherchez dans notre <a href="http://www.sixapart.com/movabletype/kb/">base de connaissance</a>.</p>
-
-    <h3>Trouver plus d'aide</h3>
-    <p>Vous avez besoin d'informations supplÃ©mentaires ou de support ? Lisez le <a href="http://www.movabletype.org/documentation/installation/">Guide d'installation dÃ©taillÃ©</a>.</p>
-  </div>
-</body>
-</html>
Index: /anches/feature-no-make-me/readme.html.nl
===================================================================
--- /branches/feature-no-make-me/readme.html.nl (revision 2497)
+++  (revision )
@@ -1,58 +1,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-	<meta http-equiv="content-language" content="en" />
-	<title>Movable Type Lees mij</title>
-	<style type="text/css">
-        body { font-family: Arial, Helvetica, sans-serif; }
-        #container { margin: 0 auto 0 auto; width: 750px; }
-	</style>
-</head>
-<body>
-  <div id="container">
-    <img src="mt-static/readme/mt4-logo.png" width="750" height="250" />
-
-    <h1>Welkom bij Movable Type</h1>
-    <p>Bedankt om voor Movable Type te kiezen, de beste oplossing voor al uw noden in verband met bloggen. Dit bestand zal u tonen hoe u van start kunt gaan; klik op de gemarkeerde secties voor meer informatie over die onderwerpen.</p>
-
-    <h2>Voor u begint</h2>
-    <p>Movable Type vereist volgende applicaties:</p>
-    <ul>
-      <li><p>Perl 5.6.1 of hoger;</p></li>
-      <li><p>Een webserver als Apache of Windows IIS;</p></li>
-      <li><p>Toegang tot een database zoals MySQL, SQLite of Postgres;</p></li>
-      <li><p>Onderstaande Perl modules:</p>
-        <ul>
-          <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
-          <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
-          <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
-        </ul>
-        <p><em>Consulteer deze documentatie om te leren hoe u kunt <a href="http://www.cpan.org/misc/cpan-faq.html#How_installed_modules">bepalen of een perl module al is geÃ¯nstalleerd</a> en, indien niet, <a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">hoe u ze kunt installeren</a>.</em></p>
-    </ul>
-
-    <h2>Movable Type Upgraden</h2>
-    <p>Als u Movable Type 4 aan het upgraden bent van een vorige versie, raden we aan om eerst een veiligheidskopie te maken van uw oude installatie. Upload vervolgens de bestanden van Movable Type 4 over uw oude bestanden. Meld u vervolgens op de gewone manier aan bij Movable Type en u zal door het upgradeproces worden geleid.</p>
-
-    <h2>Movable Type installeren</h2>
-    <p>Voor u Movable Type installeert:</p>
-    <ol>
-      <li>Upload alle bestanden van Movable Type naar een map die u kunt bereiken via uw webbrowser. (Meestal is de naam die men aan deze map geeft 'mt', in de hoofdmap van de website).</li>
-      <li>Verzeker u ervan dat alle .cgi bestanden (bv. mt.cgi, mt-search.cgi, etc) die te vinden zijn in de Movable Type map de <a href="http://www.elated.com/articles/understanding-permissions/">execute permissie</a> hebben.</li>
-      <li>Controleer of de 'mt' map die de geuploade Movable Type bestanden bevat <a href="http://httpd.apache.org/docs/2.0/howto/cgi.html#nonscriptalias">is ingesteld om CGI scripts te laten uitvoerenen</a>.</li>
-      <li>Open de map in uw webbrowser (m.a.w. surf naar <tt>http://www.mijwebsite.com/mt/</tt>).
-      <li>Er verschijnt een Movable Type verwelkomingsscherm dat u door het intstallatieproces zal leiden. Als het welkomstscherm niet verschijnt, kijk dan in onze troubleshooting gids hieronder.</li>
-    </ol>
-
-    <h2>Movable Type troubleshooten</h2>
-    <h3>Uw statisch webpad instellen</h3>
-    <p>Op sommige webserver (en bij sommige configuraties), mogen statische bestanden zoals javascript, css en afbeeldingen niet in een cgi-bin map staan. Als u Movable Type heeft geÃ¯nstalleerd in een cgi-bin map, dan moet u uw statische bestanden op een andere, webtoegankelijke plaats zetten. Lees onze documentatie over het instellen van uw <a href="http://www.sixapart.com/movabletype/kb/installation/images_styles_a.html">mt-static map</a>.</p>
-
-    <h3>Internal Server Errors</h3>
-    <p>Als u een "Internal Server Error" foutboodschap krijgt, kan het zijn dat er instellingen op uw webserver aangepast moeten worden. Gelieve onze <a href="http://www.movabletype.org/documentation/install/">installatiegids</a> te consulteren om dit probleem op te lossen, of doorzoek onze <a href="http://www.sixapart.com/movabletype/kb/">kennisdatabank</a>.</p>
-
-    <h3>Meer hulp nodig?</h3>
-    <p>Bijkomende antwoorden of ondersteuning nodig? Kijk in de <a href="http://www.movabletype.org/documentation/installation/">gedetailleerde installatiegids</a>.</p>
-  </div>
-</body>
-</html>
Index: /anches/feature-no-make-me/readme.html.en_US
===================================================================
--- /branches/feature-no-make-me/readme.html.en_US (revision 2497)
+++  (revision )
@@ -1,58 +1,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-	<meta http-equiv="content-language" content="en" />
-	<title>Movable Type Read Me</title>
-	<style type="text/css">
-        body { font-family: Arial, Helvetica, sans-serif; }
-        #container { margin: 0 auto 0 auto; width: 750px; }
-	</style>
-</head>
-<body>
-  <div id="container">
-    <img src="mt-static/readme/mt4-logo.png" width="750" height="250" />
-
-    <h1>Welcome to Movable Type</h1>
-    <p>Thank you for choosing Movable Type, the premiere solution for all your blogging needs. This file will show you how to get up and running; click on the highlighted sections for more information on that subject.</p>
-
-    <h2>Before You Begin</h2>
-    <p>Movable Type requires the following applications:</p>
-    <ul>
-      <li><p>Perl 5.6.1 or greater;</p></li>
-      <li><p>A web server like Apache, or Windows IIS;</p></li>
-      <li><p>Access to a database like MySQL, SQLite or Postgres;</p></li>
-      <li><p>The following Perl modules:</p>
-        <ul>
-          <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
-          <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
-          <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
-        </ul>
-        <p><em>Consult the following documentation to learn how to <a href="http://www.cpan.org/misc/cpan-faq.html#How_installed_modules">determine if a perl module is already installed</a> and, if they are not, <a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">how to install them</a>.</em></p>
-    </ul>
-
-    <h2>Upgrading Movable Type</h2>
-    <p>If you are upgrading to Movable Type 4 from a previous version, we recommend that you first back up your old installation. Then upload Movable Type 4's files over your old ones. Access Movable Type as you normally do, and you will be taken through the upgrade process.</p>
-
-    <h2>Installing Movable Type</h2>
-    <p>Before you install Movable Type:</p>
-    <ol>
-      <li>Upload all of Movable Type's files into a folder accessible via your web browser. (Typically, this folder is called 'mt' in the root folder of your website.</li>
-      <li>Ensure that each .cgi file (e.g. mt.cgi, mt-search.cgi, etc) found in the Movable Type directory has the <a href="http://www.elated.com/articles/understanding-permissions/">execute permission</a> enabled.</li>
-      <li>Make sure that the 'mt' folder containing the uploaded Movable Type files has been <a href="http://httpd.apache.org/docs/2.0/howto/cgi.html#nonscriptalias">enabled to execute CGI scripts</a>.</li>
-      <li>Open that folder in your web browser (i.e. <tt>http://www.mywebsite.com/mt/</tt>).
-      <li>You should see a Movable Type welcome screen that will take you through the installation process. If the welcome screen does not appear, please consult our Troubleshooting Guide below.</li>
-    </ol>
-
-    <h2>Troubleshooting Movable Type</h2>
-    <h3>Setting up your static web path</h3>
-    <p>In some web servers (and in some configurations), static files such as javascript, css and image files are not permitted inside of a cgi-bin folder. If you have installed Movable Type into a cgi-bin folder you will need to place your static files in another web accessible location. Read our documentation on setting up your <a href="http://www.sixapart.com/movabletype/kb/installation/images_styles_a.html">mt-static folder</a>.</p>
-
-    <h3>Internal Server Errors</h3>
-    <p>If you receive an "Internal Server Error" message, a configuration change may be required on your web server. Please consult our <a href="http://www.movabletype.org/documentation/install/">installation guide</a> to help resolve this issue, or search our <a href="http://www.sixapart.com/movabletype/kb/">knowledge base</a>.</p>
-
-    <h3>Finding more help</h3>
-    <p>Need additional information or support? Check out the <a href="http://www.movabletype.org/documentation/installation/">Detailed Installation Guide</a>.</p>
-  </div>
-</body>
-</html>
Index: /anches/feature-no-make-me/readme.html.es
===================================================================
--- /branches/feature-no-make-me/readme.html.es (revision 2497)
+++  (revision )
@@ -1,58 +1,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-	<meta http-equiv="content-language" content="en" />
-	<title>Movable Type Read Me</title>
-	<style type="text/css">
-        body { font-family: Arial, Helvetica, sans-serif; }
-        #container { margin: 0 auto 0 auto; width: 750px; }
-	</style>
-</head>
-<body>
-  <div id="container">
-    <img src="mt-static/readme/mt4-logo.png" width="750" height="250" />
-
-    <h1>Bienvenido a Movable Type</h1>
-    <p>Gracias por elegir Movable Type, la soluciÃ³n ideal para todos sus blogs. Este fichero le informa cÃ³mo ponerse en marcha; haga clic en las secciones destacadas para mÃ¡s informaciÃ³n sobre esos temas.</p>
-
-    <h2>Antes de empezar</h2>
-    <p>Movable Type necesita las siguientes aplicaciones:</p>
-    <ul>
-      <li><p>Perl 5.6.1 o posterior;</p></li>
-      <li><p>Un servidor web como Apache o Windows IIS;</p></li>
-      <li><p>Acceso a una base de datos como MySQL, SQLite o Postgres;</p></li>
-      <li><p>Los siguientes mÃ³dulos de Perl:</p>
-        <ul>
-          <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
-          <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
-          <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
-        </ul>
-        <p><em>Consulte la siguiente documentaciÃ³n para mÃ¡s informaciÃ³n sobre cÃ³mo <a href="http://www.cpan.org/misc/cpan-faq.html#How_installed_modules">determinar si un mÃ³dulo de Perl ya estÃ¡ instalado</a> y, si no lo estÃ¡, <a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">cÃ³mo instalarlo</a>.</em></p>
-    </ul>
-
-    <h2>ActualizaciÃ³n de Movable Type</h2>
-    <p>Si estÃ¡ actualizando Movable Type 4 desde una versiÃ³n anterior, le recomendamos que primero haga una copia de seguridad de su antigua instalaciÃ³n. Luego, transfiera los ficheros de Movable Type 4 donde estÃ©n los ficheros antiguos. Acceda a Movable Type como normalmente lo hace y podrÃ¡ iniciar el proceso de actualizaciÃ³n.</p>
-
-    <h2>InstalaciÃ³n de Movable Type</h2>
-    <p>Antes de instalar Movable Type:</p>
-    <ol>
-      <li>Transfiere todos los ficheros de Movable Type a una carpeta accesible a travÃ©s de su navegador. (Generalmente, esta carpeta se llama 'mt' y estÃ¡ situada en el directorio raÃ­z de su web).</li>
-      <li>AsegÃºrese de que cada fichero .cgi (p.e. mt.cgi, mt-search.cgi, etc) que se encuentra en el directorio de Movable Type tiene los <a href="http://www.elated.com/articles/understanding-permissions/">permisos de ejecuciÃ³n</a> habilitados.</li>
-      <li>AsegÃºrese de que la carpeta 'mt' que contiene los ficheros transferidos de Movable Type tiene permisos de <a href="http://httpd.apache.org/docs/2.0/howto/cgi.html#nonscriptalias">ejecuciÃ³n de scripts CGI</a>.</li>
-      <li>Abra dicha carpeta en su navegador (p.e. <tt>http://www.misitioweb.com/mt/</tt>).
-      <li>VerÃ¡ una pantalla de bienvenida a Movable Type, que le guiarÃ¡ por el proceso de instalaciÃ³n. Si la pantalla de bienvenida no aparece, consulte nuestra GuÃ­a de ResoluciÃ³n de Problemas.</li>
-    </ol>
-
-    <h2>ResoluciÃ³n de Problemas de Movable Type</h2>
-    <h3>ConfiguraciÃ³n de la ruta al web estÃ¡tico</h3>
-    <p>En algunos servidores web (y en algunas configuraciones), los ficheros estÃ¡ticos como los de javascript, hojas de estilo e imÃ¡genes, no estÃ¡n permitidos dentro de un directorio cgi-bin. Si instalÃ³ Movable Type en un directorio cgi-bin, deberÃ¡ situar los ficheros estÃ¡ticos en otro lugar accesible por el web. Consulte nuestra documentaciÃ³n sobre cÃ³mo configurar el <a href="http://www.sixapart.com/movabletype/kb/installation/images_styles_a.html">directorio mt-static</a>.</p>
-
-    <h3>Errores internos del servidor</h3>
-    <p>Si obtiene un mensaje de error interno del servidor ("Internal Server Error"), quizÃ¡s el servidor web necesite cambios en la configuraciÃ³n. Por favor, consulte nuestra <a href="http://www.movabletype.org/documentation/install/">guÃ­a de instalaciÃ³n</a> para ayudarle a resolver este asunto, o consulte nuestra <a href="http://www.sixapart.com/movabletype/kb/">base de conocimiento</a>.</p>
-
-    <h3>Buscando mÃ¡s ayuda</h3>
-    <p>Â¿Necesita informaciÃ³n o soporte adicional? Consulte nuestra <a href="http://www.movabletype.org/documentation/installation/">GuÃ­a Detallada de InstalaciÃ³n</a>.</p>
-  </div>
-</body>
-</html>
