mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Apply RhymiX branding and improve README.md
This commit is contained in:
parent
7526d78aaa
commit
9cc266bbe6
5 changed files with 74 additions and 57 deletions
|
|
@ -1 +1,2 @@
|
||||||
Copyright (C) NAVER <http://www.navercorp.com>
|
Copyright (c) RhymiX Developers and Contributors
|
||||||
|
Copyright (c) NAVER <http://www.navercorp.com>
|
||||||
|
|
|
||||||
54
README.md
54
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로 만들고자 합니다.
|
|
||||||
|
|
||||||
- 초보자도 쉽게 클릭 몇 번으로 웹사이트를 완성할 수 있을 만큼의 뛰어난 편리성
|
원작을 개선하여 사용자 편리성이 가장 뛰어난 CMS로 만들고자 합니다.
|
||||||
- 기존 XE 서드파티(애드온, 모듈, 위젯등...)와의 호환성 100% 목표!
|
|
||||||
- 보안이 우수한 CMS
|
|
||||||
|
|
||||||
## Server Requirements
|
- 초보자도 쉽게 클릭 몇 번으로 웹사이트를 완성할 수 있을 만큼 편리한 CMS
|
||||||
* PHP version 5.3.0 or greater (But recommend PHP >= 5.5.0)
|
- 최신 기술을 적극적으로 사용하고 속도가 빠르며 보안이 우수한 CMS
|
||||||
* MYSQL version 4.1 or greater (But recommend MYSQL >= 5.x) , MS-SQL, CUBRID
|
- 커뮤니티를 통해 사용자와 개발자의 건전한 의사소통을 돕는 CMS
|
||||||
* XML Library
|
- **애드온, 모듈, 위젯 등 기존 XE 서드파티 자료와의 호환성 100% 목표!**
|
||||||
* GD Library
|
|
||||||
* ICONV
|
|
||||||
* session.auto_start = Off (php.ini)
|
|
||||||
|
|
||||||
## 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 등으로 전환하여 사용할 수도 있습니다.
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "xetown/xe-core",
|
"name": "xetown/xe-core",
|
||||||
"description": "XpressEngine XETOWN Remix",
|
"description": "RhymiX",
|
||||||
"homepage": "https://www.xetown.com/",
|
"homepage": "https://www.rhymix.org",
|
||||||
"license": "LGPL-2.1",
|
"license": "LGPL-2.1",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"authors": [
|
"authors": [
|
||||||
{ "name": "NAVER", "email": "developers@xpressengine.com" },
|
{ "name": "RhymiX Developers and Contributors" },
|
||||||
{ "name": "XETOWN Contributors" }
|
{ "name": "NAVER", "email": "developers@xpressengine.com" }
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
|
|
|
||||||
58
index.php
58
index.php
|
|
@ -1,33 +1,35 @@
|
||||||
<?php
|
<?php
|
||||||
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
|
||||||
/**
|
/**
|
||||||
* @file index.php
|
* -----------------------------------------------------------------------------
|
||||||
* @author NAVER (developers@xpressengine.com)
|
*
|
||||||
* @brief Start page
|
* 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
|
||||||
*
|
*
|
||||||
* @mainpage XpressEngine
|
* https://www.rhymix.org
|
||||||
* @section intro introduction
|
*
|
||||||
*
|
* -----------------------------------------------------------------------------
|
||||||
* "XpressEngine (XE)" is an opensource and being developed in the opensource project.\n
|
*
|
||||||
* For more information, please see the link below.
|
* Copyright (c) RhymiX Developers and Contributors
|
||||||
* - Official website: http://www.xpressengine.com
|
*
|
||||||
* - Offcial Repository: https://github.com/xpressengine/xe-core
|
* RhyMix is a derivative work (fork) of XpressEngine (XE) version 1.x.
|
||||||
* \n
|
*
|
||||||
* "XpressEngine (XE)" is free software; you can redistribute it and/or \n
|
* Copyright (c) NAVER <http://www.navercorp.com>
|
||||||
* modify it under the terms of the GNU Lesser General Public \n
|
*
|
||||||
* License as published by the Free Software Foundation; either \n
|
* This program is free software: you can redistribute it and/or modify it
|
||||||
* version 2.1 of the License, or (at your option) any later version. \n
|
* under the terms of the GNU Lesser General Public License as published
|
||||||
* \n
|
* by the Free Software Foundation, either version 2.1 of the License, or
|
||||||
* This software is distributed in the hope that it will be useful,
|
* (at your option) any later version.
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
*
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
* Lesser General Public License for more details.
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
* \n
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* for more details.
|
||||||
* License along with this library; if not, write to the Free Software
|
*
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* 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
|
* @brief Declare constants for generic use and for checking to avoid a direct call from the Web
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "XpressEngine",
|
"name": "RhymiX",
|
||||||
"author": "NAVER",
|
"author": "NAVER, RhymiX Developers and Contributors",
|
||||||
"license": "GNU LGPL",
|
"license": "GNU LGPL",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/xpressengine/xe-core.git"
|
"url": "git://github.com/xetown/xe-core.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/xpressengine/xe-core/issues"
|
"url": "https://github.com/xetown/xe-core/issues"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue