diff --git a/admin/help/index.html b/admin/help/index.html index bee717b3a..857abd807 100644 --- a/admin/help/index.html +++ b/admin/help/index.html @@ -252,11 +252,11 @@ body,table,input,textarea,select,button{font-family:나눔고딕,NanumGothic,NG,

XE core 설치 파일 다운로드

XE를 사용하여 사이트를 생성하려면 XE core를 설치해야 합니다. XE core는 XE의 설치와 운영을 담당하는 핵심 프로그램입니다. XE core에는 사이트 관리에 사용되는 기능이 없습니다. 하지만 XE core가 있어야 사용자가 추가 기능(모듈, 레이아웃, 스킨 등)을 설치하고 실행할 수 있습니다.

-

최신 XE core 설치 파일은 http://code.google.com/p/xe-core/downloads/list에서 무료로 다운로드할 수 있습니다.

+

최신 XE core 설치 파일은 http://www.xpressengine.com/index.php?mid=download&package_srl=18325662&type=all에서 무료로 다운로드할 수 있습니다.

참고

Windows 환경에서 WPI를 사용해 XE를 설치할 때는 XE core 설치 파일을 다운로드할 필요가 없습니다.

-

XE core 설치 파일은 zip과 tgz, 두 가지 형식으로 제공됩니다. 내 컴퓨터에서 압축을 해제한 후 서버에 업로드하려면 zip 파일을, 압축 파일을 서버에 업로드한 후 압축을 해제하려면 tgz 파일을 다운로드합니다. 각 형식의 파일 업로드 방식은 "XE core 설치 파일 형식별 업로드 방법"을 참조하십시오.

+

다운로드 받은 XE core 설치 파일의 압축을 해제한 후 서버에 업로드하려면 zip 파일을, 압축 파일을 서버에 업로드한 후 압축을 해제하려면 tgz 파일을 다운로드합니다. 각 형식의 파일 업로드 방식은 "XE core 설치 파일 형식별 업로드 방법"을 참조하십시오.

@@ -958,10 +958,10 @@ body,table,input,textarea,select,button{font-family:나눔고딕,NanumGothic,NG,

데이터 들여오기

-

제로보드4, zb5beta 또는 다른 프로그램의 데이터를 XE 데이터로 이전할 수 있습니다. 데이터의 추출은 공식사이트의 자료실에서 다운로드 받으시거나 svn을 통해 xe-migration project를 export 받으시면 됩니다.

+

제로보드4, zb5beta 또는 다른 프로그램의 데이터를 XE 데이터로 이전할 수 있습니다. 데이터의 추출은 공식사이트의 자료실에서 다운로드 받으시거나 Git을 통해 migration tool 저장소를 clone 하시면 됩니다.

XE의 '게시물 정보'를 다른 XE사이트 게시물로 이전하는 작업을 예로 들어 설명해 드리도록 하겠습니다.

    -
  1. 공식사이트의 자료실에서 "XpressEngine 데이터 추출 Ver 0.3"을 다운로드 받거나 xe-migration project에서 소스를 export 받습니다.
  2. +
  3. 공식사이트의 자료실에서 "XpressEngine 데이터 추출 Ver 0.3"을 다운로드 받거나 migration tool 저장소에서 소스를 clone 하시면 됩니다.
  4. 다운로드 받은 소스를 URL로 접근 가능한 곳에 압축을 풉니다. 이 예제에서는 XE의 URL이 http://example.com/xe/라면 http://example.com/migration/ 아래로 하겠습니다.
  5. 브라우져로 http://example.com/migration/index.php으로 접근하면 아래와 같은 모습을 볼 수 있습니다.
    diff --git a/index.php b/index.php index 9c0319d29..ad351ec6f 100644 --- a/index.php +++ b/index.php @@ -5,15 +5,16 @@ * @author NAVER (developers@xpressengine.com) * @brief Start page * - * Find and create module object by mif, act in Request Argument \n + * Find and create module object by mif, act in Request Argument * Set module information * * @mainpage XpressEngine * @section intro introduction - * XE is an opensource and being developed in the opensource project. \N + * + * XE is an opensource and being developed in the opensource project.\n * For more information, please see the link below. - * - Official website: http://www.xpressengine.com(korean), http://www.xpressengine.org(english) - * - SVN Repository: http://xe-core.googlecode.com/svn/ + * - Official website: http://www.xpressengine.com + * - Offcial Repository: https://github.com/xpressengine/core * \n * "XpressEngine (XE)" is free software; you can redistribute it and/or \n * modify it under the terms of the GNU Lesser General Public \n diff --git a/modules/admin/tpl/_footer.html b/modules/admin/tpl/_footer.html index 3f0e932b5..8e3962a29 100644 --- a/modules/admin/tpl/_footer.html +++ b/modules/admin/tpl/_footer.html @@ -10,7 +10,7 @@ | | | - {$lang->bug_report} + {$lang->bug_report}

    diff --git a/modules/editor/skins/dreditor/editor.html b/modules/editor/skins/dreditor/editor.html index 484438056..7a0a08248 100644 --- a/modules/editor/skins/dreditor/editor.html +++ b/modules/editor/skins/dreditor/editor.html @@ -555,7 +555,7 @@
    {$lang->edit->help_first_dt_5}
    {$lang->edit->help_first_dd_5}
    -

    {$lang->edit->help_bug_report}

    +

    {$lang->edit->help_bug_report}

    diff --git a/modules/importer/lang/lang.xml b/modules/importer/lang/lang.xml index d8f52134f..0835a95bb 100644 --- a/modules/importer/lang/lang.xml +++ b/modules/importer/lang/lang.xml @@ -503,25 +503,25 @@ Hãy nhập đường dẫn cho File chứa Data trên Host dưới dạng http: - XML Exporter를 이용하면 XML파일로 변환할 수 있습니다.]]> + XML Exporter를 이용하면 XML파일로 변환할 수 있습니다.]]> XML Exporter to convert the data you want into XML File.]]> XML Exporterを利用して変換したい書き込みデータをXMLファイルで作成してアップロードしてください。]]> +変換するためには、XML Exporterを利用して変換したい書き込みデータをXMLファイルで作成してアップロードしてください。]]> XML Exporter生成XML文件后再上传。]]> +导入数据时请利用 XML Exporter生成XML文件后再上传。]]> XML Exporter 建立 XML 檔案後再上傳。]]> +匯入資料時,請利用 XML Exporter 建立 XML 檔案後再上傳。]]> Exporteur de XML pour convertir les données en fichier de XML, et puis téléchargez-le.]]> +Pour transférer, vous devez utiliser Exporteur de XML pour convertir les données en fichier de XML, et puis téléchargez-le.]]> XML Экспортер (XML Exporter), чтобы конвертировать нужные данные в XML Файл и затем загрузить его.]]> +Чтобы импортировать, Вам следует использовать XML Экспортер (XML Exporter), чтобы конвертировать нужные данные в XML Файл и затем загрузить его.]]> XML Exporter para transformar los datos en archivo XML, y luego subir ese archivo.]]> +Para la transferencia debe utilizar XML Exporter para transformar los datos en archivo XML, y luego subir ese archivo.]]> XML DışAktarımcı'yı kullanıp istediğiniz veriyi XML türüne çevirmelisiniz.]]> XML Exporter.]]> +Để hiểu rõ hơn công việc này, bạn có thể tham khảo cách chuyển đổi Data của bạn vào XE khi bạn đã Upload chúng tại XML Exporter.]]>