diff --git a/layouts/xedition/css/layout.css b/layouts/xedition/css/layout.css
index e4c3573a4..adc89dc3f 100644
--- a/layouts/xedition/css/layout.css
+++ b/layouts/xedition/css/layout.css
@@ -200,8 +200,6 @@ a:hover, a:active, a:focus {
background-color: #555
}
.footer .copyright {
- width: 1200px;
- margin: 0 auto;
font-size: 13px;
color: #f1f1f1;
line-height: 16px
@@ -266,8 +264,7 @@ a:hover, a:active, a:focus {
display: inline-block;
margin: 0 0 20px;
padding: 0 23px;
- font-size: 15px;
- font-weight: bold;
+ font-size: 18px;
color: #555
}
.footer .site_map > ul ul {
diff --git a/layouts/xedition/demo/copyright.html b/layouts/xedition/demo/copyright.html
index 46fd51ff9..f9eb502ae 100644
--- a/layouts/xedition/demo/copyright.html
+++ b/layouts/xedition/demo/copyright.html
@@ -1 +1 @@
-Copyright @ NAVER Corp. Supported by D2 Program . Powerd by XpressEngine .
+Powerd by Rhymix
diff --git a/layouts/xedition/demo/footer.html b/layouts/xedition/demo/footer.html
index b1701abdb..c8d0e9c70 100644
--- a/layouts/xedition/demo/footer.html
+++ b/layouts/xedition/demo/footer.html
@@ -1,4 +1,8 @@
-
+ Rhymix
+
+
+ Rhymix is free software.
+ You can redistribute or modify it under the terms of the GNU General Public License (version 2 or later)
+ as published by the Free Software Foundation.
-Rhymix is a free software CMS. You can redistribute or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation.
diff --git a/layouts/xedition/demo/welcome_main.html b/layouts/xedition/demo/welcome_main.html
index 965b9f0f6..ce3a94f0d 100644
--- a/layouts/xedition/demo/welcome_main.html
+++ b/layouts/xedition/demo/welcome_main.html
@@ -9,8 +9,8 @@
- GUIDE
- START-UP
+ GET STARTED
+ BUILD YOUR SITE
- FEATURES
- Rhymix. FEATURES
+ GET BETTER
+ RHYMIX FEATURES
Rhymix는 프레임웍을 기반으로 개별 프로그램과 스킨을 실행하여 결과물을 생성합니다. 다양한 개성을 가진 프로그램과 스킨을 조합하여 다채로운 기능을 가진 멋진 웹사이트를 만들 수 있습니다.
@@ -104,12 +104,12 @@
GET INVOLVED
- COMMUNITY
+ COMMUNITY
COMMUNITY
Rhymix와 관련한 다양한 커뮤니티를 만나보세요.
- Q&A
+ Q&A
Q&A
도움이 필요할 때에는 전문가들과 이야기할 수 있습니다.
@@ -121,7 +121,7 @@
GITHUB
GITHUB
- 오픈소스 프로젝트 개발참여를 위한 GitHub 페이지입니다.
+ 오픈소스 프로젝트 개발 참여를 위한 GitHub 페이지입니다.
diff --git a/layouts/xedition/img/f_logo.png b/layouts/xedition/img/f_logo.png
deleted file mode 100644
index e9d88fd9e..000000000
Binary files a/layouts/xedition/img/f_logo.png and /dev/null differ
diff --git a/modules/install/script/ko.install.php b/modules/install/script/ko.install.php
index e4f53e64b..d0ea28061 100644
--- a/modules/install/script/ko.install.php
+++ b/modules/install/script/ko.install.php
@@ -271,7 +271,7 @@ $obj->module_srl = $module_srl;
Context::set('version', __XE_VERSION__);
$obj->title = 'Welcome to Rhymix';
-$obj->content = $oTemplateHandler->compile(_XE_PATH_ . 'modules/install/script/welcome_content', 'welcome_content_'.$lang);
+$obj->content = $oTemplateHandler->compile(_XE_PATH_ . 'modules/install/script/welcome_content', 'welcome_content');
$output = $oDocumentController->insertDocument($obj, true);
if(!$output->toBool()) return $output;
diff --git a/modules/install/script/welcome_content/welcome_content_jp.html b/modules/install/script/welcome_content/welcome_content.html
similarity index 67%
rename from modules/install/script/welcome_content/welcome_content_jp.html
rename to modules/install/script/welcome_content/welcome_content.html
index 75d64ffc0..8b7baa170 100644
--- a/modules/install/script/welcome_content/welcome_content_jp.html
+++ b/modules/install/script/welcome_content/welcome_content.html
@@ -1,9 +1,9 @@
- WELCOME TO
- WELCOME TO Rhymix
- Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다. 간편한 설치와 다양한 추가 프로그램을 활용하여 자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.
- XE 시작하기
+ HELLO, WORLD!
+ WELCOME TO RHYMIX
+ Rhymix는 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다. 간편한 설치와 다양한 추가 프로그램을 활용하여 자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.
+ 시작하기
diff --git a/modules/install/script/welcome_content/welcome_content_de.html b/modules/install/script/welcome_content/welcome_content_de.html
deleted file mode 100644
index 725a5b456..000000000
--- a/modules/install/script/welcome_content/welcome_content_de.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- WELCOME TO
- WELCOME TO Rhymix
- Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다. 간편한 설치와 다양한 추가 프로그램을 활용하여 자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.
- Rhymix 시작하기
-
-
diff --git a/modules/install/script/welcome_content/welcome_content_en.html b/modules/install/script/welcome_content/welcome_content_en.html
deleted file mode 100644
index 725a5b456..000000000
--- a/modules/install/script/welcome_content/welcome_content_en.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- WELCOME TO
- WELCOME TO Rhymix
- Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다. 간편한 설치와 다양한 추가 프로그램을 활용하여 자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.
- Rhymix 시작하기
-
-
diff --git a/modules/install/script/welcome_content/welcome_content_es.html b/modules/install/script/welcome_content/welcome_content_es.html
deleted file mode 100644
index 725a5b456..000000000
--- a/modules/install/script/welcome_content/welcome_content_es.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- WELCOME TO
- WELCOME TO Rhymix
- Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다. 간편한 설치와 다양한 추가 프로그램을 활용하여 자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.
- Rhymix 시작하기
-
-
diff --git a/modules/install/script/welcome_content/welcome_content_fr.html b/modules/install/script/welcome_content/welcome_content_fr.html
deleted file mode 100644
index 725a5b456..000000000
--- a/modules/install/script/welcome_content/welcome_content_fr.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- WELCOME TO
- WELCOME TO Rhymix
- Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다. 간편한 설치와 다양한 추가 프로그램을 활용하여 자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.
- Rhymix 시작하기
-
-
diff --git a/modules/install/script/welcome_content/welcome_content_ko.html b/modules/install/script/welcome_content/welcome_content_ko.html
deleted file mode 100644
index 725a5b456..000000000
--- a/modules/install/script/welcome_content/welcome_content_ko.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- WELCOME TO
- WELCOME TO Rhymix
- Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다. 간편한 설치와 다양한 추가 프로그램을 활용하여 자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.
- Rhymix 시작하기
-
-
diff --git a/modules/install/script/welcome_content/welcome_content_mn.html b/modules/install/script/welcome_content/welcome_content_mn.html
deleted file mode 100644
index 725a5b456..000000000
--- a/modules/install/script/welcome_content/welcome_content_mn.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- WELCOME TO
- WELCOME TO Rhymix
- Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다. 간편한 설치와 다양한 추가 프로그램을 활용하여 자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.
- Rhymix 시작하기
-
-
diff --git a/modules/install/script/welcome_content/welcome_content_ru.html b/modules/install/script/welcome_content/welcome_content_ru.html
deleted file mode 100644
index 725a5b456..000000000
--- a/modules/install/script/welcome_content/welcome_content_ru.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- WELCOME TO
- WELCOME TO Rhymix
- Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다. 간편한 설치와 다양한 추가 프로그램을 활용하여 자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.
- Rhymix 시작하기
-
-
diff --git a/modules/install/script/welcome_content/welcome_content_tr.html b/modules/install/script/welcome_content/welcome_content_tr.html
deleted file mode 100644
index 725a5b456..000000000
--- a/modules/install/script/welcome_content/welcome_content_tr.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- WELCOME TO
- WELCOME TO Rhymix
- Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다. 간편한 설치와 다양한 추가 프로그램을 활용하여 자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.
- Rhymix 시작하기
-
-
diff --git a/modules/install/script/welcome_content/welcome_content_vi.html b/modules/install/script/welcome_content/welcome_content_vi.html
deleted file mode 100644
index 725a5b456..000000000
--- a/modules/install/script/welcome_content/welcome_content_vi.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- WELCOME TO
- WELCOME TO Rhymix
- Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다. 간편한 설치와 다양한 추가 프로그램을 활용하여 자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.
- Rhymix 시작하기
-
-
diff --git a/modules/install/script/welcome_content/welcome_content_zh-CN.html b/modules/install/script/welcome_content/welcome_content_zh-CN.html
deleted file mode 100644
index 725a5b456..000000000
--- a/modules/install/script/welcome_content/welcome_content_zh-CN.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- WELCOME TO
- WELCOME TO Rhymix
- Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다. 간편한 설치와 다양한 추가 프로그램을 활용하여 자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.
- Rhymix 시작하기
-
-
diff --git a/modules/install/script/welcome_content/welcome_content_zh-TW.html b/modules/install/script/welcome_content/welcome_content_zh-TW.html
deleted file mode 100644
index 725a5b456..000000000
--- a/modules/install/script/welcome_content/welcome_content_zh-TW.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- WELCOME TO
- WELCOME TO Rhymix
- Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다. 간편한 설치와 다양한 추가 프로그램을 활용하여 자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.
- Rhymix 시작하기
-
-