PHP CMS Rhymix https://rhymix.org
Find a file
Kijin Sung 7225beeb61 Merge #1695 fix #1693 비회원의 글을 메일로 발송시 발송자가 비어 있을수 있는 문제 수정 by YJSoft
* pr/1695:
  Update board.controller.php
  fix #1693 비회원의 글을 메일로 발송시 발송자가 비어 있을수 있는 문제 수정
2015-10-08 15:08:39 +09:00
addons Merge #1602 탈퇴한 회원의 포인트 아이콘을 숨김 by hjhj3686 2015-10-08 15:03:15 +09:00
admin
classes Merge #1681 fix #1659 확장변수 반환 포맷이 달라질 수 있는 문제 수정 by YJSoft 2015-10-08 15:08:35 +09:00
common Merge #1683 fix #1673 누락된 확장자 필터 메세지 추가 by YJSoft 2015-10-08 15:08:36 +09:00
config Merge #1650 다양하게 활용 가능한 암호화 클래스 추가 by kijin 2015-10-08 15:03:28 +09:00
layouts Merge #1530 XEDITON에서 로고 텍스트 표시 by ehii 2015-10-08 15:03:06 +09:00
libs
m.layouts
modules Merge #1695 fix #1693 비회원의 글을 메일로 발송시 발송자가 비어 있을수 있는 문제 수정 by YJSoft 2015-10-08 15:08:39 +09:00
phpDoc
tests
tools
widgets
widgetstyles/simple
.gitattributes
.gitignore
.htaccess
.jshintignore
.jshintrc
.travis.yml
codeception.dist.yml
composer.json
CONTRIBUTING.md
COPYRIGHT
Gruntfile.js
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