root/trunk/readme.html

Revision 4991, 27.8 kB (checked in by fumiakiy, 3 weeks ago)

Merged RC1 fixes to "trunk". " svn merge -r4973:4989 http://code.sixapart.com/svn/movabletype/branches/greyhound-rc-1 ."

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5        <title>Movable Type Read Me</title>
6        <style type="text/css">
7        body { font-family: Arial, Helvetica, sans-serif; }
8        #container { margin: 0 auto 0 auto; width: 750px; }
9        </style>
10        <script type="text/javascript">
11        <!--
12            var languages = new Array('de', 'en', 'es', 'fr', 'ja', 'nl');
13            function swapLanguage(lang) {
14                for(var i = 0; i < languages.length; i++) {
15                    var d = document.getElementById(languages[i]);
16                    if(d)
17                        d.style.display = 'none';
18                }
19               
20            var ld = document.getElementById(lang);
21            if(ld)
22                ld.style.display = 'block';
23            }
24           
25            // Attempt to detect the language
26            window.onload = function() {
27                var userLang = (navigator.language) ? navigator.language : navigator.userLanguage; 
28            var re = /\-\w{2}$/;
29            userLang = userLang.replace(re, '');
30                swapLanguage(userLang.toLowerCase());
31            }
32        //-->
33        </script>
34</head>
35<body>
36  <div id="container">
37    <img alt="Movable Type" src="mt-static/readme/mt-logo.png" width="750" height="250" />
38    <a href="#" onclick="swapLanguage('de');">Deutsch</a> |
39    <a href="#" onclick="swapLanguage('en');">English</a> |
40    <a href="#" onclick="swapLanguage('es');">Español</a> |
41    <a href="#" onclick="swapLanguage('fr');">Français</a> |
42    <a href="#" onclick="swapLanguage('ja');">日本語</a> |
43    <a href="#" onclick="swapLanguage('nl');">Nederlands</a>
44   
45    <div id="en"><!-- Start English -->
46        <h1>Welcome to Movable Type</h1>
47        <p>Thank you for choosing Movable Type, the premiere solution for your blogging and website management needs. This file will explain how to get up and running; click on the highlighted sections for more information on that subject.</p>
48
49        <h2>Before You Begin</h2>
50        <p>Movable Type requires the following applications:</p>
51        <ul>
52          <li><p>Perl 5.8.1 or greater;</p></li>
53          <li><p>A web server like Apache or Windows IIS;</p></li>
54          <li><p>Access to a database like MySQL;</p></li>
55          <li><p>The following Perl modules:</p>
56            <ul>
57              <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
58              <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
59              <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
60            </ul>
61            <p><em>Consult the CPAN 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>
62        </ul>
63
64        <h2>Upgrading Movable Type</h2>
65        <p>If you are upgrading to Movable Type 5 from a previous version, we recommend that you first back up your old installation. Database backup is especially important to restore your system in case of any trouble during the upgrade process.</p>
66        <p>Upload Movable Type 5's files over the same files from the previous version of Movable Type. Access Movable Type as you normally do, and you will be taken through the upgrade process.</p>
67
68        <h2>Installing Movable Type</h2>
69        <p>Before you install Movable Type:</p>
70        <ol>
71          <li>Upload all of Movable Type's files into a directory or folder accessible via your web browser. We recommend that you separate your published content from the Movable Type executable programs by placing each in a separate directory. Typically, the installation directory is called 'mt' and is located in the root directory of your website or within an existing directory that is already configured to allow CGI script execution.</li>
72          <li>Make sure that the 'mt' directory 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>
73          <li>Make sure 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>
74          <li>Open that folder in your web browser (i.e. <tt>http://www.mywebsite.com/mt/</tt>).
75          <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 Troubleshooting Movable Type below.</li>
76        </ol>
77
78        <h2>Troubleshooting Movable Type</h2>
79        <h3>Setting up your static web path</h3>
80        <p>Some web servers and configurations do not allow static files such as JavaScript, CSS and image files to be located inside of a directory where CGI scripts are located. If you installed Movable Type into a cgi-bin directory, you may need to relocate the 'mt-static' directory to 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 directory</a>.</p>
81
82        <h3>Internal Server Errors</h3>
83        <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/installation/">installation guide</a> or search our <a href="http://www.sixapart.com/movabletype/kb/">knowledge base</a> to help resolve this issue.</p>
84
85        <h3>Finding more help</h3>
86        <p>Need additional information or support? Check out the <a href="http://www.movabletype.org/documentation/installation/">Detailed Installation Guide</a>.</p>
87    </div><!-- End English -->
88   
89    <div id="de" style="display: none;"><!-- Start German -->
90        <h1>Willkommen zu Movable Type</h1>
91        <p>Vielen Dank, daß Sie sich fÃŒr Movable Type, die fÃŒhrende Plattform fÃŒr Blogging und Website-Management, entschieden haben. Hier finden Sie alles, was Sie zur Installation wissen mÃŒssen. Die Links fÃŒhren zu weitergehenden Informationen.</p>
92
93        <h2>Bevor Sie anfangen</h2>
94        <p>Movable Type erfordert folgende Software:</p>
95        <ul>
96          <li><p>Perl 5.8.1 oder höher,</p></li>
97          <li><p>einen Webserver, z.B. Apache oder Windows IIS,</p></li>
98          <li><p>Zugriff auf eine SQL-Datenbank, z.B. auf MySQL, sowie</p></li>
99          <li><p>diese Perl-Module:</p>
100            <ul>
101              <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
102              <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
103              <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
104            </ul>
105            <p><em>In der CPAN-Dokumentation ist beschrieben, <a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">wie Sie Perl-Module installieren</a> und wie Sie herausfinden,  <a href="http://www.cpan.org/misc/cpan-faq.html#How_installed_modules">welche Module bereits installiert sind</a>.</em></p>
106        </ul>
107
108        <h2>Eine vorhandene Movable Type-Installation aktualisieren</h2>
109        <p>Wenn Sie eine frÃŒhere Version auf Movable Type 5 aktualisieren möchten, sollten Sie zuerst eine Sicherungskopie der vorhandenen Installation und der zugehörigen Datenbank erstellen. So können Sie die vorhandene Installation wiederherstellen, falls wÀhrend der Aktualisierung Schwierigkeiten auftreten.</p>
110                        <p>Laden Sie danach die neue Movable Type-Dateien in Ihr  Movable Type-Verzeichnis hoch und ÃŒberschreiben Sie die vorhandenen  Dateien. Rufen Sie Movable Type wie gewohnt auf. Sie werden Schritt fÃŒr Schritt durch den Aktualisierungsvorgang gefÃŒhrt.</p>
111
112        <h2>Movable Type neu installieren</h2>
113        <p>Vor der Installation:</p>
114        <ol>
115                        <li>Laden Sie alle zu Movable Type gehörenden Dateien auf Ihren Webserver hoch. WÀhlen Sie dazu ein Verzeichnis, das mit Ihrem Webbrowser erreichbar ist und in dem CGI-Skripte ausgefÃŒhrt werden können. Wir empfehlen, daß Movable Type-System und damit erstellte Websites in unterschiedlichen Verzeichnissen abzulegen. Typischerweise wird Movable Type-Ordner in einem Ordner 'mt' im Wurzelverzeichnis der Website installiert.</li>
116                        <li>Stellen Sie sicher, daß im Movable Type-Ordner befindliche CGI-Skripte <a href="http://httpd.apache.org/docs/2.0/howto/cgi.html#nonscriptalias">ausgefÃŒhrt werden können</a>.</li>
117                         <li>Setzen Sie mittels chmod alle .cgi-Dateien im Movable Type-Ordner (mt.cgi, mt-search.cgi etc.) auf <a href="http://www.elated.com/articles/understanding-permissions/">vom Webserver ausfÃŒhrbar</a>.</li>
118                        <li>Rufen Sie den Movable Type-Ordner mit Ihrem Webbrowser auf (z.B. <tt>http://www.meineseite.de/mt/</tt>).
119          <li>Es erscheint eine Willkommensnachricht und Sie werden Schritt fÃŒr Schritt durch den Installationsvorgang gefÃŒhrt. Erscheint die Willkommensnachricht nicht, beachten Sie bitte die Hinweise im nÀchsten Abschnitt.</li>
120        </ol>
121
122        <h2>Schwierigkeiten bei der Installation</h2>
123        <h3>Wahl des statischen Webpfads</h3>
124        <p>Einige Webserver sind so konfiguriert, daß Verzeichnisse, in denen CGI-Skripte ausgefÃŒhrt werden können, keine statischen Dateien abgelegt sein dÃŒrfen. Wenn Sie Movable Type im Verzeichnis cgi-bin installiert haben, mÃŒssen Sie daher den Ordner 'mt-static' möglicherweise an einer anderer vom Webserver erreichbaren Stelle ablegen. Tragen Sie diese anschließend <a href="http://www.sixapart.com/movabletype/kb/installation/images_styles_a.html">in der Movable Type-Konfigurationsdatei ein</a>.</p>
125
126        <h3>Interne Serverfehler</h3>
127        <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/installation/">Installationsanleitung</a> und der <a href="http://www.sixapart.com/movabletype/kb/">Wissensdatenbank</a>.</p>
128
129        <h3>Weitere Hilfe</h3>
130        <p>Brauchen Sie weitere Informationen oder UnterstÃŒtzung? Rufen Sie bitte unsere <a href="http://www.movabletype.org/documentation/installation/">detaillierte Installationsanleitung </a> auf.</p>
131    </div><!-- End German -->
132   
133    <div id="es" style="display: none;"><!-- Start Spanish -->
134        <h1>Bienvenido a Movable Type</h1>
135        <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 esostemas.</p>
136
137        <h2>Antes de empezar</h2>
138        <p>Movable Type necesita las siguientes aplicaciones:</p>
139        <ul>
140          <li><p>Perl 5.8.1 o posterior;</p></li>
141          <li><p>Un servidor web como Apache o Windows IIS;</p></li>
142          <li><p>Acceso a una base de datos como MySQL;</p></li>
143          <li><p>Los siguientes módulos de Perl:</p>
144            <ul>
145              <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
146              <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
147              <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
148            </ul>
149            <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>
150        </ul>
151
152        <h2>Actualización de Movable Type</h2>
153        <p>Si está actualizando Movable Type 5 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 5 donde estén los ficheros antiguos. Acceda a Movable Type como normalmente lo hace y podrá iniciar el proceso de actualización.</p>
154
155        <h2>Instalación de Movable Type</h2>
156        <p>Antes de instalar Movable Type:</p>
157        <ol>
158          <li>Transfiera 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>
159          <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>
160          <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>
161          <li>Abra dicha carpeta en su navegador (p.e. <tt>http://www.misitioweb.com/mt/</tt>).
162          <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>
163          </ol>
164
165        <h2>Resolución de Problemas de Movable Type</h2>
166        <h3>Configuración de la ruta del web estático</h3>
167        <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>
168
169        <h3>Errores internos del servidor</h3>
170        <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/installation/">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>
171
172        <h3>Buscando más ayuda</h3>
173        <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>
174    </div><!-- End Spanish -->
175   
176    <div id="fr" style="display: none;"><!-- Start French -->
177        <h1>Bienvenue dans Movable Type</h1>
178        <p>Merci d'avoir choisi Movable Type, la solution privilégiée pour tous vos besoins de publication. Ce fichier va vous montrer comment démarrer. Cliquez sur les sections surlignées pour avoir plus d'information sur ce sujet.</p>
179
180        <h2>Avant de démarrer</h2>
181        <p>Movable Type nécessite les applications suivantes:</p>
182        <ul>
183          <li><p>Perl 5.8.1 ou supérieur;</p></li>
184          <li><p>Un serveur Web comme Apache, ou Windows IIS;</p></li>
185          <li><p>AccÚs à une base de données comme MySQL;</p></li>
186          <li><p>Les modules Perl suivants:</p>
187            <ul>
188              <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
189              <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
190              <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
191            </ul>
192            <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>
193        </ul>
194
195        <h2>Mettre à jour Movable Type</h2>
196        <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 5 à 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>
197
198        <h2>Installer Movable Type</h2>
199        <p>Avant d'installer Movable Type:</p>
200        <ol>
201          <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>
202          <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>
203          <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>
204          <li>Ouvrez ce répertoire dans votre navigateur web (ex: <tt>http://www.monSiteWeb.com/mt/</tt>).
205          <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>
206        </ol>
207
208        <h2>Dépanner Movable Type</h2>
209        <h3>Régler votre répertoire web statique</h3>
210        <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>
211
212        <h3>Erreurs internes de serveur</h3>
213        <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/installation/">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>
214
215        <h3>Trouver plus d'aide</h3>
216        <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>
217    </div><!-- End French -->
218   
219    <div id="ja" style="display: none;"><!-- Start Japanese -->
220        <h1>Movable Type ぞようこそ</h1>
221        <p>Movable Type をご利甚いただきありがずうございたす。このファむルには、Movable Type を動䜜させるために必芁な情報を蚘茉しおいたす。</p>
222
223        <h2>はじめる前に</h2>
224        <p>Movable Type を実行するには次のアプリケヌションが必芁です。</p>
225        <ul>
226          <li><p>Perl 5.8.1 以䞊</p></li>
227          <li><p>ApacheやWindows IISなどのWebサヌバヌ</p></li>
228          <li><p>MySQLなどのデヌタベヌスぞのアクセス</p></li>
229          <li><p>以䞋のPerlモゞュヌル</p>
230            <ul>
231              <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
232              <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
233              <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
234            </ul>
235            <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>
236        </ul>
237
238        <h2>Movable Type のアップグレヌド</h2>
239        <p>以前のバヌゞョンからMovable Type 5ぞアップグレヌドする堎合は、たず珟圚の環境のバックアップを䜜成しおください。特に、デヌタベヌスのバックアップは重芁です。アップグレヌド䞭に䜕らかの問題が発生した堎合に、以前の状態に埩元するために必芁です。Movable Typeのアップグレヌドは、以前のバヌゞョンを䞊曞きする方法ず、別フォルダにアップロヌドする方法がありたす。いずれの堎合も、アップロヌドしたフォルダにアクセスするず、Movable Typeは自動的にアップグレヌドを開始したす。詳しくは、<a href="http://www.movabletype.jp/documentation/upgrade/">アップグレヌド・ガむド</a>をご芧ください。</p>
240
241        <h2>Movable Type のむンストヌル</h2>
242        <p>Movable Type をむンストヌルする前に</p>
243        <ol>
244          <li>Movable Typeのファむルを、Webブラりザからアクセスできるフォルダにアップロヌドしたす。アップロヌドするフォルダは、コンテンツを出力するフォルダずは別にしたす。䟋えば、専甚のサブドメむンを利甚したりmt.mywebsite.com、Webサむトのルヌトの䞋に専甚のフォルダを䜜成したすwww.mywebsite.com/mt/。</li>
245          <li>アップロヌドしたフォルダ内のcgiファむルmt.cgi、mt-search.cgiなどに実行暩限を䞎えたす。</li>
246          <li>アップロヌドしたフォルダで<a href="http://httpd.apache.org/docs/2.0/howto/cgi.html#nonscriptalias">CGIスクリプトを実行できるように</a>したす。</li>
247          <li>フォルダにWebブラりザでアクセスしたすたずえば<tt>http://www.mywebsite.com/mt/</tt>。</li>
248          <li>Movable Typeの既定のペヌゞが衚瀺され、むンストヌルプロセスを始めるこずができるようになりたす。ペヌゞが衚瀺されない堎合は以䞋のトラブルシュヌティングガむドに進んでください。</li>
249        </ol>
250
251        <h2>トラブルシュヌティングガむド</h2>
252        <h3>StaticWebPathの蚭定</h3>
253        <p>Webサヌバヌやその蚭定によっおは、JavaScript、CSS、画像ファむルなどの静的ファむルはcgi-binフォルダからは取埗できないようになっおいる堎合がありたす。その堎合は、Movable Typeが利甚する静的ファむルを別の、Webブラりザから取埗できる堎所に移動する必芁がありたす。<a href="http://www.movabletype.jp/faq/post-9.html">ドキュメントを参照</a>しお蚭定しおください。</p>
254
255        <h3>Internal Server Error</h3>
256        <p>"Internal Server Error"ずいうメッセヌゞが出た堎合は、Webサヌバヌ䞊で蚭定を倉曎する必芁があるかもしれたせん。<a href="http://www.movabletype.jp/documentation/installation/">むンストヌルガむド</a>に沿っおむンストヌルを行っおください。たた<a href="http://www.movabletype.jp/faq/">FAQ</a>もご確認ください。</p>
257
258        <h3>その他</h3>
259        <p>より詳しい情報は<a href="http://www.movabletype.jp/documentation/installation/">むンストヌルガむド</a>に掲茉しおいたす。ご確認ください。</p>
260    </div><!-- End Japanese -->
261   
262    <div id="nl" style="display: none;"><!-- Start Dutch -->
263        <h1>Welkom bij Movable Type</h1>
264        <p>Bedankt om voor Movable Type te kiezen, de beste oplossing voor al uw noden qua websitebeheer en bloggen. Dit bestand zal u tonen hoe u van start kunt gaan; klik op de gemarkeerde secties voor meer informatie over die onderwerpen.</p>
265
266        <h2>Voor u begint</h2>
267        <p>Movable Type vereist volgende applicaties:</p>
268        <ul>
269          <li><p>Perl 5.8.1 of hoger;</p></li>
270          <li><p>Een webserver als Apache of Windows IIS;</p></li>
271          <li><p>Toegang tot een database zoals MySQL;</p></li>
272          <li><p>Onderstaande Perl modules:</p>
273            <ul>
274              <li><a href="http://search.cpan.org/dist/DBI">DBI</a></li>
275              <li><a href="http://search.cpan.org/dist/Image-Size">Image::Size</a></li>
276              <li><a href="http://search.cpan.org/search?query=cgi-cookie&mode=module">CGI::Cookie</a></li>
277            </ul>
278            <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>
279        </ul>
280
281        <h2>Movable Type Upgraden</h2>
282        <p>Als u Movable Type 5 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 5 over uw oude bestanden. Meld u vervolgens op de gewone manier aan bij Movable Type en u zal door het upgradeproces worden geleid.</p>
283
284        <h2>Movable Type installeren</h2>
285        <p>Voor u Movable Type installeert:</p>
286        <ol>
287          <li>Upload alle bestanden van Movable Type naar een map die u kunt bereiken via uw webbrowser.  Wij raden aan Movable Type te installeren in een aparte map, dus niet op dezelfde plaats waar de gepubliceerde blog(s) of website(s) zullen komen. Meestal is de naam die men aan deze map geeft 'mt', in de hoofdmap van de website, of een andere map die zo is geconfigureerd dat cgi scripts er mogen uitgevoerd worden.</li>
288          <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>
289          <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>
290          <li>Open de map in uw webbrowser (m.a.w. surf naar <tt>http://www.mijwebsite.com/mt/</tt>).
291          <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>
292        </ol>
293
294        <h2>Movable Type troubleshooten</h2>
295        <h3>Uw statisch webpad instellen</h3>
296        <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>
297
298        <h3>Internal Server Errors</h3>
299        <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/installation/">installatiegids</a> te consulteren om dit probleem op te lossen, of doorzoek onze <a href="http://www.sixapart.com/movabletype/kb/">kennisdatabank</a>.</p>
300
301        <h3>Meer hulp nodig?</h3>
302        <p>Bijkomende antwoorden of ondersteuning nodig? Kijk in de <a href="http://www.movabletype.org/documentation/installation/">gedetailleerde installatiegids</a>.</p>
303    </div><!-- End Dutch -->
304  </div>
305</body>
306</html>
Note: See TracBrowser for help on using the browser.