PHP CMS Rhymix https://rhymix.org
Find a file
Kijin Sung 84cfd383d0 Merge #1495 모바일 환경에서도 에디터를 사용할 수 있는 기반 PR by misol
* pr/1495:
  댓글에서도 에디터를 쓸 수 있는 설정을 만들어둡니다.
  잘못 수정한 조건식을 의도에 맞게 수정.
  모바일에서도 에디터를 쓸 수 있도록 합니다.
2015-10-08 14:16:43 +09:00
addons Merge #1363 PHP 5 방식의 생성자 (__construct) 사용 by kijin 2015-10-08 14:10:32 +09:00
admin
classes Merge #1363 PHP 5 방식의 생성자 (__construct) 사용 by kijin 2015-10-08 14:10:32 +09:00
common Merge #1475 모바일 레이아웃에서도 meta tag를 수정할 수 있도록 합니다. by misol 2015-10-08 14:16:41 +09:00
config 오토로딩 경로 오류 수정 2015-09-21 10:24:42 +09:00
layouts 누락된 슬라이더 클래스 swiper-slide 추가 2015-07-11 13:25:43 +09:00
libs
m.layouts
modules Merge #1495 모바일 환경에서도 에디터를 사용할 수 있는 기반 PR by misol 2015-10-08 14:16:43 +09:00
phpDoc
tests codecept 2015-08-07 14:15:18 +09:00
tools
widgets
widgetstyles/simple
.gitattributes
.gitignore gitignore 2015-06-02 10:46:03 +09:00
.htaccess
.jshintignore
.jshintrc
.travis.yml slack 연동 추가 2015-08-28 13:17:25 +09:00
codeception.dist.yml CI codeception error_level 잘못된 설정 수정 2015-05-28 14:10:25 +09:00
composer.json composer.json에 PHP 버전 명시 2015-06-10 13:54:57 +09:00
CONTRIBUTING.md
COPYRIGHT
Gruntfile.js grunt build 2015-07-17 17:34:17 +09:00
index.php
LICENSE
package.json
README.md

XpressEngine

Build Status License Latest release

XpressEngine(XE)은 누구나 쉽고 편하고 자유롭게 콘텐츠를 발행을 할 수 있도록 하기 위한 CMS(Content Management System)입니다. 오픈소스 라이선스로 누구나 사용 또는 개작할 수 있으며, 개방형 프로젝트로서 누구나 개발에 참여할 수 있습니다.

확장형 구조

XE 코어는 모듈, 애드온, 에디터 컴포넌트, 위젯, 레이아웃의 구조를 기반으로 결과물을 생성합니다.

이렇게 각각의 기능과 디자인이 구조적으로 연결되는 모듈형 구조는 개발 및 유지보수를 쉽게 하도록 도와주며 관리자는 손쉽게 설정과 디자인을 변경할 수 있습니다.

레이아웃, 모듈 스킨 그리고 위젯의 스타일과 스킨을 활용하면 여러분만의 개성을 가진 웹 사이트를 만들 수 있습니다. XE와 함께 더 다채롭고 개성있는 웹사이트를 만들어보세요!

오픈 소스 소프트웨어! 열린 프로젝트! (코드 공헌 가이드)

많은 분들께서 개발, 디자인, 마크업 등의 전문 분야는 물론 다국어 번역, 문제점 보고 등 기능 개선 및 문제 해결을 위해 많은 노력을 해주시고 계십니다.

참여를 원하시는 분들은 버그 신고/제안 혹은 Pull Request 전에 CONTRIBUTING.md 문서를 먼저 읽어주시기 바랍니다. XpressEngine은 여러분들의 개발 참여를 기다립니다.

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)

Maintainers

@akasima @bnu @jhyeon1010 @khongchi @findstar @ngleader

Contributors

http://www.xpressengine.com/contributors

Support

License

Copyright 2014 NAVER Corp. http://www.navercorp.com

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 library 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 library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA