diff --git a/COPYRIGHT b/COPYRIGHT index f32728bb0..0f2124c53 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1 +1,2 @@ -Copyright (C) NAVER \ No newline at end of file +Copyright (c) RhymiX Developers and Contributors +Copyright (c) NAVER diff --git a/README.md b/README.md index 00d0eaee8..d145c95a6 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,41 @@ -RhymiX : RX (라이믹스) -========================= +RhymiX CMS +========== -라이믹스(RhymiX)는 XETOWN Fork 프로젝트의 XE Core 이름입니다. +라이믹스(RhymiX)는 XETOWN 커뮤니티에서 진행하는 XE Core Fork (가지치기) 프로젝트입니다. -원작 : XpressEngine (NAVER Corp) https://www.xpressengine.com +라이믹스(RhymiX)는 "시를 짓다, 운을 맞추다"라는 의미의 "rhyme"과 +"조합하다, 변주하다"라는 의미의 "remix"를 합친 이름입니다. +라이믹스는 인터넷 공간에서 자유롭게 창작 활동을 하고 +다양한 소프트웨어와 콘텐츠를 조합하여 새로운 것을 만들어내는 모든 사용자들을 응원합니다. -### 개발방향 -원작을 개선시켜 사용자 편리성이 가장 뛰어난 CMS로 만들고자 합니다. +### 개발 방향 -- 초보자도 쉽게 클릭 몇 번으로 웹사이트를 완성할 수 있을 만큼의 뛰어난 편리성 -- 기존 XE 서드파티(애드온, 모듈, 위젯등...)와의 호환성 100% 목표! -- 보안이 우수한 CMS +원작을 개선하여 사용자 편리성이 가장 뛰어난 CMS로 만들고자 합니다. -## Server Requirements -* PHP version 5.3.0 or greater (But recommend PHP >= 5.5.0) -* MYSQL version 4.1 or greater (But recommend MYSQL >= 5.x) , MS-SQL, CUBRID -* XML Library -* GD Library -* ICONV -* session.auto_start = Off (php.ini) +- 초보자도 쉽게 클릭 몇 번으로 웹사이트를 완성할 수 있을 만큼 편리한 CMS +- 최신 기술을 적극적으로 사용하고 속도가 빠르며 보안이 우수한 CMS +- 커뮤니티를 통해 사용자와 개발자의 건전한 의사소통을 돕는 CMS +- **애드온, 모듈, 위젯 등 기존 XE 서드파티 자료와의 호환성 100% 목표!** -## Official site -https://www.rhymix.org +### 설치 환경 -## License -미정 +- PHP 5.3 이상 (PHP 5.5 이상 권장, PHP 7 지원) +- MYSQL 4.1 이상 (MySQL 5.0 이상 또는 MariaDB 권장) +- 필수 모듈: curl, gd, iconv _or_ mbstring, json, mcrypt _or_ openssl, xml +- php.ini에서 session.auto_start = Off로 설정되어 있어야 합니다. +- 설치 폴더 또는 files 폴더에 쓰기 권한이 주어져야 합니다. + +### 공식 홈페이지 + +- XETOWN : https://www.xetown.com +- RhymiX : https://www.rhymix.org + +### 저작권 및 라이선스 + +RhymiX는 [XpressEngine](https://www.xpressengine.com)에 바탕을 두고 있습니다. +XpressEngine의 저작권은 [NAVER](https://www.navercorp.com/)에게 있습니다. + +RhymiX 개발자들이 추가 및 변경한 부분의 저작권은 해당 개발자들에게 있습니다. + +별도의 결정이 있을 때까지 라이선스는 XpressEngine과 동일한 LGPL 2.1을 유지하며, +LGPL 2.1의 관련 조항에 따라 LGPL 3.0, GPL 2, GPL 3 등으로 전환하여 사용할 수도 있습니다. diff --git a/composer.json b/composer.json index 1628de44f..dc316a1d7 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { "name": "xetown/xe-core", - "description": "XpressEngine XETOWN Remix", - "homepage": "https://www.xetown.com/", + "description": "RhymiX", + "homepage": "https://www.rhymix.org", "license": "LGPL-2.1", "type": "project", "authors": [ - { "name": "NAVER", "email": "developers@xpressengine.com" }, - { "name": "XETOWN Contributors" } + { "name": "RhymiX Developers and Contributors" }, + { "name": "NAVER", "email": "developers@xpressengine.com" } ], "require": { "php": ">=5.3.0", diff --git a/index.php b/index.php index 90c646c52..565f7b85e 100644 --- a/index.php +++ b/index.php @@ -1,33 +1,35 @@ */ /** - * @file index.php - * @author NAVER (developers@xpressengine.com) - * @brief Start page - * - * @mainpage XpressEngine - * @section intro introduction - * - * "XpressEngine (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 - * - Offcial Repository: https://github.com/xpressengine/xe-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 - * License as published by the Free Software Foundation; either \n - * version 2.1 of the License, or (at your option) any later version. \n - * \n - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * \n - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - **/ + * ----------------------------------------------------------------------------- + * + * R H Y M I X : C O N T E N T M A N A G E M E N T S Y S T E M + * + * https://www.rhymix.org + * + * ----------------------------------------------------------------------------- + * + * Copyright (c) RhymiX Developers and Contributors + * + * RhyMix is a derivative work (fork) of XpressEngine (XE) version 1.x. + * + * Copyright (c) NAVER + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, either version 2.1 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License + * for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + * ----------------------------------------------------------------------------- + */ /** * @brief Declare constants for generic use and for checking to avoid a direct call from the Web diff --git a/package.json b/package.json index 3f2bd26c2..6cefa70d6 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { - "name": "XpressEngine", - "author": "NAVER", + "name": "RhymiX", + "author": "NAVER, RhymiX Developers and Contributors", "license": "GNU LGPL", "repository": { "type": "git", - "url": "git://github.com/xpressengine/xe-core.git" + "url": "git://github.com/xetown/xe-core.git" }, "bugs": { - "url": "https://github.com/xpressengine/xe-core/issues" + "url": "https://github.com/xetown/xe-core/issues" }, "devDependencies": { "grunt": "^0.4.5",