Selaa lähdekoodia

Manual: Open external links in new tab. (#31273)

Michael Herzog 8 kuukautta sitten
vanhempi
sitoutus
52288af7c3

+ 3 - 3
manual/en/setup.html

@@ -38,7 +38,7 @@ development web servers are super easy to setup and use.</p>
 Once downloaded double click the zip file to unpack the files.</p>
 Once downloaded double click the zip file to unpack the files.</p>
 <p>Next download one of these simple web servers.</p>
 <p>Next download one of these simple web servers.</p>
 <p>If you'd prefer a web server with a user interface there's
 <p>If you'd prefer a web server with a user interface there's
-<a href="https://greggman.github.io/servez">Servez</a></p>
+<a href="https://greggman.github.io/servez" target="_blank">Servez</a>.</p>
 <p></p><div class="threejs_image border">
 <p></p><div class="threejs_image border">
   <img class="" src="../resources/servez.gif">
   <img class="" src="../resources/servez.gif">
 </div>
 </div>
@@ -48,7 +48,7 @@ Once downloaded double click the zip file to unpack the files.</p>
 in your browser <a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a> or if you'd
 in your browser <a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a> or if you'd
 like to browse the samples go to <a href="http://localhost:8080/threejs"><code class="notranslate" translate="no">http://localhost:8080/threejs</code></a>.</p>
 like to browse the samples go to <a href="http://localhost:8080/threejs"><code class="notranslate" translate="no">http://localhost:8080/threejs</code></a>.</p>
 <p>To stop serving click stop or quit Servez.</p>
 <p>To stop serving click stop or quit Servez.</p>
-<p>If you prefer the command line (I do), another way is to use <a href="https://nodejs.org">node.js</a>.
+<p>If you prefer the command line (I do), another way is to use <a href="https://nodejs.org" target="_blank">node.js</a>.
 Download it, install it, then open a command prompt / console / terminal window. If you're on Windows the installer will add a special "Node Command Prompt" so use that.</p>
 Download it, install it, then open a command prompt / console / terminal window. If you're on Windows the installer will add a special "Node Command Prompt" so use that.</p>
 <p>Then install the <a href="https://github.com/greggman/servez-cli"><code class="notranslate" translate="no">servez</code></a> by typing</p>
 <p>Then install the <a href="https://github.com/greggman/servez-cli"><code class="notranslate" translate="no">servez</code></a> by typing</p>
 <pre class="prettyprint showlinemods notranslate notranslate" translate="no">npm -g install servez
 <pre class="prettyprint showlinemods notranslate notranslate" translate="no">npm -g install servez
@@ -68,7 +68,7 @@ servez
 <p>Then in your browser go to <a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>.</p>
 <p>Then in your browser go to <a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>.</p>
 <p>If you don't specify a path then servez will serve the current folder.</p>
 <p>If you don't specify a path then servez will serve the current folder.</p>
 <p>If either of those options are not to your liking
 <p>If either of those options are not to your liking
-<a href="https://stackoverflow.com/questions/12905426/what-is-a-faster-alternative-to-pythons-servez-or-simplehttpserver">there are many other simple servers to choose from</a>.</p>
+<a href="https://stackoverflow.com/questions/12905426/what-is-a-faster-alternative-to-pythons-servez-or-simplehttpserver" target="_blank">there are many other simple servers to choose from</a>.</p>
 <p>Now that you have a server setup we can move on to <a href="textures.html">textures</a>.</p>
 <p>Now that you have a server setup we can move on to <a href="textures.html">textures</a>.</p>
 
 
         </div>
         </div>

+ 1 - 1
manual/en/webxr-basics.html

@@ -42,7 +42,7 @@ covered in <a href="setup.html">the article on setting up</a>. </p>
 <p>If the device you are using to view VR is not the same computer you're running
 <p>If the device you are using to view VR is not the same computer you're running
 on you need to serve your webpage via https or else the browser will not allow using
 on you need to serve your webpage via https or else the browser will not allow using
 the WebXR API. The server mentioned in <a href="setup.html">the article on setting up</a>
 the WebXR API. The server mentioned in <a href="setup.html">the article on setting up</a>
-called <a href="https://greggman.github.io/servez">Servez</a> has an option to use https.
+called <a href="https://greggman.github.io/servez" target="_blank">Servez</a> has an option to use https.
 Check it and start the server. </p>
 Check it and start the server. </p>
 <div class="threejs_center"><img src="../resources/images/servez-https.png" class="nobg" style="width: 912px;"></div>
 <div class="threejs_center"><img src="../resources/images/servez-https.png" class="nobg" style="width: 912px;"></div>
 
 

+ 3 - 3
manual/fr/setup.html

@@ -38,7 +38,7 @@ les serveurs web de développement sont très faciles à configurer et à utilis
 Une fois téléchargé, double-cliquez sur le fichier zip pour décompresser les fichiers.</p>
 Une fois téléchargé, double-cliquez sur le fichier zip pour décompresser les fichiers.</p>
 <p>Ensuite, téléchargez l'un de ces serveurs web simples.</p>
 <p>Ensuite, téléchargez l'un de ces serveurs web simples.</p>
 <p>Si vous préférez un serveur web avec une interface utilisateur, il existe
 <p>Si vous préférez un serveur web avec une interface utilisateur, il existe
-<a href="https://greggman.github.io/servez">Servez</a></p>
+<a href="https://greggman.github.io/servez" target="_blank">Servez</a>.</p>
 <p></p><div class="threejs_image border">
 <p></p><div class="threejs_image border">
   <img class="" src="../resources/servez.gif">
   <img class="" src="../resources/servez.gif">
 </div>
 </div>
@@ -48,7 +48,7 @@ Une fois téléchargé, double-cliquez sur le fichier zip pour décompresser les
 dans votre navigateur à l'adresse <a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a> ou si vous souhaitez
 dans votre navigateur à l'adresse <a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a> ou si vous souhaitez
 parcourir les exemples, allez à l'adresse <a href="http://localhost:8080/threejs"><code class="notranslate" translate="no">http://localhost:8080/threejs</code></a>.</p>
 parcourir les exemples, allez à l'adresse <a href="http://localhost:8080/threejs"><code class="notranslate" translate="no">http://localhost:8080/threejs</code></a>.</p>
 <p>Pour arrêter le service, cliquez sur stop ou quittez Servez.</p>
 <p>Pour arrêter le service, cliquez sur stop ou quittez Servez.</p>
-<p>Si vous préférez la ligne de commande (c'est mon cas), une autre solution est d'utiliser <a href="https://nodejs.org">node.js</a>.
+<p>Si vous préférez la ligne de commande (c'est mon cas), une autre solution est d'utiliser <a href="https://nodejs.org" target="_blank">node.js</a>.
 Téléchargez-le, installez-le, puis ouvrez une fenêtre d'invite de commandes / console / terminal. Si vous êtes sous Windows, le programme d'installation ajoutera une "Invite de commandes Node" spéciale, utilisez donc celle-ci.</p>
 Téléchargez-le, installez-le, puis ouvrez une fenêtre d'invite de commandes / console / terminal. Si vous êtes sous Windows, le programme d'installation ajoutera une "Invite de commandes Node" spéciale, utilisez donc celle-ci.</p>
 <p>Ensuite, installez <a href="https://github.com/greggman/servez-cli"><code class="notranslate" translate="no">servez</code></a> en tapant</p>
 <p>Ensuite, installez <a href="https://github.com/greggman/servez-cli"><code class="notranslate" translate="no">servez</code></a> en tapant</p>
 <pre class="prettyprint showlinemods notranslate notranslate" translate="no">npm -g install servez
 <pre class="prettyprint showlinemods notranslate notranslate" translate="no">npm -g install servez
@@ -68,7 +68,7 @@ servez
 <p>Puis, dans votre navigateur, allez à l'adresse <a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>.</p>
 <p>Puis, dans votre navigateur, allez à l'adresse <a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>.</p>
 <p>Si vous ne spécifiez pas de chemin, servez servira le dossier actuel.</p>
 <p>Si vous ne spécifiez pas de chemin, servez servira le dossier actuel.</p>
 <p>Si aucune de ces options ne vous convient,
 <p>Si aucune de ces options ne vous convient,
-<a href="https://stackoverflow.com/questions/12905426/what-is-a-faster-alternative-to-pythons-servez-or-simplehttpserver">il existe de nombreux autres serveurs simples parmi lesquels choisir</a>.</p>
+<a href="https://stackoverflow.com/questions/12905426/what-is-a-faster-alternative-to-pythons-servez-or-simplehttpserver" target="_blank">il existe de nombreux autres serveurs simples parmi lesquels choisir</a>.</p>
 <p>Maintenant que vous avez configuré un serveur, nous pouvons passer aux <a href="textures.html">textures</a>.</p>
 <p>Maintenant que vous avez configuré un serveur, nous pouvons passer aux <a href="textures.html">textures</a>.</p>
 
 
         </div>
         </div>

+ 1 - 1
manual/fr/webxr-basics.html

@@ -42,7 +42,7 @@ expliqué dans <a href="setup.html">l'article sur la configuration</a>.</p>
 <p>Si l'appareil que vous utilisez pour visualiser la RV n'est pas le même ordinateur sur lequel vous
 <p>Si l'appareil que vous utilisez pour visualiser la RV n'est pas le même ordinateur sur lequel vous
 exécutez, vous devez servir votre page web via https, sinon le navigateur ne permettra pas d'utiliser
 exécutez, vous devez servir votre page web via https, sinon le navigateur ne permettra pas d'utiliser
 l'API WebXR. Le serveur mentionné dans <a href="setup.html">l'article sur la configuration</a>
 l'API WebXR. Le serveur mentionné dans <a href="setup.html">l'article sur la configuration</a>
-appelé <a href="https://greggman.github.io/servez">Servez</a> a une option pour utiliser https.
+appelé <a href="https://greggman.github.io/servez" target="_blank">Servez</a> a une option pour utiliser https.
 Cochez-le et démarrez le serveur.</p>
 Cochez-le et démarrez le serveur.</p>
 <div class="threejs_center"><img src="../resources/images/servez-https.png" class="nobg" style="width: 912px;"></div>
 <div class="threejs_center"><img src="../resources/images/servez-https.png" class="nobg" style="width: 912px;"></div>
 
 

+ 3 - 3
manual/ja/setup.html

@@ -33,7 +33,7 @@
 <p>まず最初にこのサイト全体を<a href="https://github.com/gfxfundamentals/threejsfundamentals/archive/gh-pages.zip">このリンク</a>からダウンロードする事ができます。
 <p>まず最初にこのサイト全体を<a href="https://github.com/gfxfundamentals/threejsfundamentals/archive/gh-pages.zip">このリンク</a>からダウンロードする事ができます。
 ダウンロードしたらzipファイルをダブルクリックで解凍して下さい。</p>
 ダウンロードしたらzipファイルをダブルクリックで解凍して下さい。</p>
 <p>次にシンプルなWebサーバーの1つをダウンロードします。
 <p>次にシンプルなWebサーバーの1つをダウンロードします。
-ユーザーインターフェースのあるWebサーバーをお望みなら<a href="https://greggman.github.io/servez">Servez</a>があります。</p>
+ユーザーインターフェースのあるWebサーバーをお望みなら<a href="https://greggman.github.io/servez" target="_blank">Servez</a>があります。</p>
 <p></p><div class="threejs_image border">
 <p></p><div class="threejs_image border">
   <img class="" src="../resources/servez.gif">
   <img class="" src="../resources/servez.gif">
 </div>
 </div>
@@ -41,7 +41,7 @@
 <p></p>
 <p></p>
 <p>ファイルを解凍してフォルダを指定し、"Start"をクリックしてからブラウザで<a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>を表示するか、またはサンプルを閲覧したい場合は<a href="http://localhost:8080/threejs"><code class="notranslate" translate="no">http://localhost:8080/threejs</code></a>にアクセスして下さい。</p>
 <p>ファイルを解凍してフォルダを指定し、"Start"をクリックしてからブラウザで<a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>を表示するか、またはサンプルを閲覧したい場合は<a href="http://localhost:8080/threejs"><code class="notranslate" translate="no">http://localhost:8080/threejs</code></a>にアクセスして下さい。</p>
 <p>Servezのサービスを停止するにはstopを選ぶか、Servezを終了します。</p>
 <p>Servezのサービスを停止するにはstopを選ぶか、Servezを終了します。</p>
-<p>コマンドラインが好きな方は(私はそうしてる)、別の方法として<a href="https://nodejs.org">node.js</a>を使う事もできます。</p>
+<p>コマンドラインが好きな方は(私はそうしてる)、別の方法として<a href="https://nodejs.org" target="_blank">node.js</a>を使う事もできます。</p>
 <p>ダウンロードしてインストールし、コマンドプロンプト / コンソール / ターミナルウィンドウを開きます。WindowsのNode.jsインストーラーで追加した場合、"Node Command Prompt"を選択する必要があります。</p>
 <p>ダウンロードしてインストールし、コマンドプロンプト / コンソール / ターミナルウィンドウを開きます。WindowsのNode.jsインストーラーで追加した場合、"Node Command Prompt"を選択する必要があります。</p>
 <p><a href="https://github.com/greggman/servez-cli"><code class="notranslate" translate="no">servez</code></a>をインストールするには、次のように入力します。</p>
 <p><a href="https://github.com/greggman/servez-cli"><code class="notranslate" translate="no">servez</code></a>をインストールするには、次のように入力します。</p>
 <pre class="prettyprint showlinemods notranslate notranslate" translate="no">npm -g install servez
 <pre class="prettyprint showlinemods notranslate notranslate" translate="no">npm -g install servez
@@ -60,7 +60,7 @@ servez
 <p></p>
 <p></p>
 <p>ブラウザで<a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>にアクセスして下さい。</p>
 <p>ブラウザで<a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>にアクセスして下さい。</p>
 <p>もしパスを指定しなかった場合、servezは現在のフォルダをserveします。</p>
 <p>もしパスを指定しなかった場合、servezは現在のフォルダをserveします。</p>
-<p>これらのオプションが好きでない場合、<a href="https://stackoverflow.com/questions/12905426/what-is-a-faster-alternative-to-pythons-servez-or-simplehttpserver">他にもたくさんのシンプルなサーバーがあります</a>。</p>
+<p>これらのオプションが好きでない場合、<a href="https://stackoverflow.com/questions/12905426/what-is-a-faster-alternative-to-pythons-servez-or-simplehttpserver" target="_blank">他にもたくさんのシンプルなサーバーがあります</a>。</p>
 <p>これでサーバーのセットアップが完了したので<a href="textures.html">テクスチャ</a>のページに移動しましょう。</p>
 <p>これでサーバーのセットアップが完了したので<a href="textures.html">テクスチャ</a>のページに移動しましょう。</p>
 
 
         </div>
         </div>

+ 3 - 3
manual/ko/setup.html

@@ -38,7 +38,7 @@
 받을 수도 있죠. 다운 받은 뒤에는 압축 프로그램으로 압축을 풀어주세요.</p>
 받을 수도 있죠. 다운 받은 뒤에는 압축 프로그램으로 압축을 풀어주세요.</p>
 <p>다음으로 간단한 웹 서버를 하나 다운 받습니다.</p>
 <p>다음으로 간단한 웹 서버를 하나 다운 받습니다.</p>
 <p>만약 UI가 있는 웹 서버를 찾는다면
 <p>만약 UI가 있는 웹 서버를 찾는다면
-<a href="https://greggman.github.io/servez">Servez</a>를 추천합니다.</p>
+<a href="https://greggman.github.io/servez" target="_blank">Servez</a>를 추천합니다.</p>
 <p></p><div class="threejs_image border">
 <p></p><div class="threejs_image border">
   <img class="" src="../resources/servez.gif">
   <img class="" src="../resources/servez.gif">
 </div>
 </div>
@@ -50,7 +50,7 @@
 이동하세요.</p>
 이동하세요.</p>
 <p>서버를 중지하려면 Servez를 멈추거나 종료하면 됩니다.</p>
 <p>서버를 중지하려면 Servez를 멈추거나 종료하면 됩니다.</p>
 <p>만약 CLI(Command Line Interface, 명령 줄 인터페이스)를 선호한다면(전 선호합니다)
 <p>만약 CLI(Command Line Interface, 명령 줄 인터페이스)를 선호한다면(전 선호합니다)
-<a href="https://nodejs.org">node.js</a>를 써도 좋습니다. 다운 받아 설치한 다음 프롬프트 /
+<a href="https://nodejs.org" target="_blank">node.js</a>를 써도 좋습니다. 다운 받아 설치한 다음 프롬프트 /
 콘솔 / 터미널 창을 엽니다. 윈도우를 사용한다면 설치 마법사가 "Node Command Prompt"를
 콘솔 / 터미널 창을 엽니다. 윈도우를 사용한다면 설치 마법사가 "Node Command Prompt"를
 추가할 테니 그걸 사용해도 좋습니다.</p>
 추가할 테니 그걸 사용해도 좋습니다.</p>
 <p>창을 띄웠으면 <a href="https://github.com/greggman/servez-cli"><code class="notranslate" translate="no">servez</code></a>를 설치합니다.</p>
 <p>창을 띄웠으면 <a href="https://github.com/greggman/servez-cli"><code class="notranslate" translate="no">servez</code></a>를 설치합니다.</p>
@@ -70,7 +70,7 @@ servez
 <p></p>
 <p></p>
 <p>다음으로 브라우저에서 <a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>로
 <p>다음으로 브라우저에서 <a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>로
 접속하세요. 경로를 지정하지 않으면 현재 경로를 서버의 ROOT 경로로 사용합니다.</p>
 접속하세요. 경로를 지정하지 않으면 현재 경로를 서버의 ROOT 경로로 사용합니다.</p>
-<p>만약 Servez가 마음에 들지 않는다면, <a href="https://stackoverflow.com/questions/12905426/what-is-a-faster-alternative-to-pythons-servez-or-simplehttpserver">다른 간단한 웹 서버</a>를 사용해도 좋습니다.</p>
+<p>만약 Servez가 마음에 들지 않는다면, <a href="https://stackoverflow.com/questions/12905426/what-is-a-faster-alternative-to-pythons-servez-or-simplehttpserver" target="_blank">다른 간단한 웹 서버</a>를 사용해도 좋습니다.</p>
 <p>이제 개발 환경을 갖추었으니, <a href="textures.html">텍스처</a>에 대해 알아봅시다.</p>
 <p>이제 개발 환경을 갖추었으니, <a href="textures.html">텍스처</a>에 대해 알아봅시다.</p>
 
 
         </div>
         </div>

+ 1 - 1
manual/ko/webxr-basics.html

@@ -36,7 +36,7 @@
 <p>VR을 보는 데 사용하는 장치가 실행 중인 컴퓨터와 다른 경우
 <p>VR을 보는 데 사용하는 장치가 실행 중인 컴퓨터와 다른 경우
 https를 통해 웹 페이지를 서비스해야 합니다. 그렇지 않으면 브라우저에서 사용을 허용하지 않습니다.
 https를 통해 웹 페이지를 서비스해야 합니다. 그렇지 않으면 브라우저에서 사용을 허용하지 않습니다.
 WebXR API. <a href="setup.html">the article on setting up</a>에 언급된 서버
 WebXR API. <a href="setup.html">the article on setting up</a>에 언급된 서버
-<a href="https://greggman.github.io/servez">Servez</a>에는 https를 사용할 수 있는 옵션이 있습니다.
+<a href="https://greggman.github.io/servez" target="_blank">Servez</a>에는 https를 사용할 수 있는 옵션이 있습니다.
 확인 후 서버를 시작합니다.</p>
 확인 후 서버를 시작합니다.</p>
 <div class="threejs_center"><img src="resources/images/servez-https.png" class="nobg" style="width: 912px;"></div>
 <div class="threejs_center"><img src="resources/images/servez-https.png" class="nobg" style="width: 912px;"></div>
 
 

+ 3 - 3
manual/ru/setup.html

@@ -37,7 +37,7 @@
 После загрузки дважды щелкните по zip-файлу, чтобы распаковать файлы.</p>
 После загрузки дважды щелкните по zip-файлу, чтобы распаковать файлы.</p>
 <p>Затем загрузите один из этих простых веб-серверов или воспользуйтесь средствами вашего ide</p>
 <p>Затем загрузите один из этих простых веб-серверов или воспользуйтесь средствами вашего ide</p>
 <p>Если вы предпочитаете веб-сервер с пользовательским интерфейсом, есть
 <p>Если вы предпочитаете веб-сервер с пользовательским интерфейсом, есть
-<a href="https://greggman.github.io/servez">Servez</a></p>
+<a href="https://greggman.github.io/servez" target="_blank">Servez</a>.</p>
 <p></p><div class="threejs_image border">
 <p></p><div class="threejs_image border">
   <img class="" src="../resources/servez.gif">
   <img class="" src="../resources/servez.gif">
 </div>
 </div>
@@ -48,7 +48,7 @@
 вы хотите просмотреть примеры, перейдите в <a href="http://localhost:8080/threejs"><code class="notranslate" translate="no">http://localhost:8080/threejs</code></a>.</p>
 вы хотите просмотреть примеры, перейдите в <a href="http://localhost:8080/threejs"><code class="notranslate" translate="no">http://localhost:8080/threejs</code></a>.</p>
 <p>Чтобы остановить сервер нажмите stop или выйдите из Servez.</p>
 <p>Чтобы остановить сервер нажмите stop или выйдите из Servez.</p>
 <p>Если вы предпочитаете командную строку (как я), еще один способ заключается
 <p>Если вы предпочитаете командную строку (как я), еще один способ заключается
-в использовании <a href="https://nodejs.org">node.js</a>.
+в использовании <a href="https://nodejs.org" target="_blank">node.js</a>.
 Загрузите его, установите его, затем откройте окно командной строки / консоли / терминала.
 Загрузите его, установите его, затем откройте окно командной строки / консоли / терминала.
 Если вы работаете в Windows, установщик добавит специальную "Node Command Prompt", используйте ее.</p>
 Если вы работаете в Windows, установщик добавит специальную "Node Command Prompt", используйте ее.</p>
 <p>Затем установите <a href="https://github.com/greggman/servez-cli"><code class="notranslate" translate="no">servez</code></a> набрав в консоли</p>
 <p>Затем установите <a href="https://github.com/greggman/servez-cli"><code class="notranslate" translate="no">servez</code></a> набрав в консоли</p>
@@ -66,7 +66,7 @@
 <p>Затем в вашем браузере перейдите на <a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>.</p>
 <p>Затем в вашем браузере перейдите на <a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>.</p>
 <p>Если вы не укажете путь, тогда http-сервер будет хостить(размещать на сервере) текущую папку.</p>
 <p>Если вы не укажете путь, тогда http-сервер будет хостить(размещать на сервере) текущую папку.</p>
 <p>Если какой-либо из этих вариантов вам не по вкусу,
 <p>Если какой-либо из этих вариантов вам не по вкусу,
-<a href="https://stackoverflow.com/questions/12905426/what-is-a-faster-alternative-to-pythons-servez-or-simplehttpserver">есть много других простых серверов на выбор</a>.</p>
+<a href="https://stackoverflow.com/questions/12905426/what-is-a-faster-alternative-to-pythons-servez-or-simplehttpserver" target="_blank">есть много других простых серверов на выбор</a>.</p>
 <p>Теперь, когда вы настроили сервер, мы можем перейти к <a href="textures.html">текстурам</a>.</p>
 <p>Теперь, когда вы настроили сервер, мы можем перейти к <a href="textures.html">текстурам</a>.</p>
 
 
         </div>
         </div>

+ 3 - 3
manual/zh/setup.html

@@ -40,7 +40,7 @@ web服务很容易设置和使用。</p>
 一旦下载完成双击文件来解压。</p>
 一旦下载完成双击文件来解压。</p>
 <p>下一步下载一个简单的web服务。</p>
 <p>下一步下载一个简单的web服务。</p>
 <p>如果你更喜欢有用户界面的web服务,这有一个
 <p>如果你更喜欢有用户界面的web服务,这有一个
-<a href="https://greggman.github.io/servez">Servez</a></p>
+<a href="https://greggman.github.io/servez" target="_blank">Servez</a></p>
 <p></p><div class="threejs_image border">
 <p></p><div class="threejs_image border">
   <img class="" src="../resources/servez.gif">
   <img class="" src="../resources/servez.gif">
 </div>
 </div>
@@ -50,7 +50,7 @@ web服务很容易设置和使用。</p>
 打开你的浏览器的<a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>或者
 打开你的浏览器的<a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>或者
 你想浏览例子打开<a href="http://localhost:8080/threejs"><code class="notranslate" translate="no">http://localhost:8080/threejs</code></a>。</p>
 你想浏览例子打开<a href="http://localhost:8080/threejs"><code class="notranslate" translate="no">http://localhost:8080/threejs</code></a>。</p>
 <p>点击stop或者推出Servez来停止服务。
 <p>点击stop或者推出Servez来停止服务。
-如果你更喜欢命令行(我就是),另一种方法是使用<a href="https://nodejs.org">node.js</a>。
+如果你更喜欢命令行(我就是),另一种方法是使用<a href="https://nodejs.org" target="_blank">node.js</a>。
 下载,安装,然后打开一个command prompt / console / terminal窗口。 如果你是在Windows上安装程序会添加一个特别的"Node Command Prompt"所以使用它。</p>
 下载,安装,然后打开一个command prompt / console / terminal窗口。 如果你是在Windows上安装程序会添加一个特别的"Node Command Prompt"所以使用它。</p>
 <p>然后安装<a href="https://github.com/greggman/servez-cli"><code class="notranslate" translate="no">servez</code></a>通过输入</p>
 <p>然后安装<a href="https://github.com/greggman/servez-cli"><code class="notranslate" translate="no">servez</code></a>通过输入</p>
 <pre class="prettyprint showlinemods notranslate notranslate" translate="no">npm -g install servez
 <pre class="prettyprint showlinemods notranslate notranslate" translate="no">npm -g install servez
@@ -67,7 +67,7 @@ web服务很容易设置和使用。</p>
 <p>然后在你的浏览器中打开<a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>。</p>
 <p>然后在你的浏览器中打开<a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a>。</p>
 <p>如果你没有指定路径那么servez会使用当前的文件夹。</p>
 <p>如果你没有指定路径那么servez会使用当前的文件夹。</p>
 <p>如果这些都不是你的选择
 <p>如果这些都不是你的选择
-<a href="https://stackoverflow.com/questions/12905426/what-is-a-faster-alternative-to-pythons-servez-or-simplehttpserver">这里有很多其他的服务可供选择</a>。</p>
+<a href="https://stackoverflow.com/questions/12905426/what-is-a-faster-alternative-to-pythons-servez-or-simplehttpserver" target="_blank">这里有很多其他的服务可供选择</a>。</p>
 <p>现在你有了服务我们可以移步到<a href="textures.html">纹理</a>.</p>
 <p>现在你有了服务我们可以移步到<a href="textures.html">纹理</a>.</p>
 
 
         </div>
         </div>

粤ICP备19079148号