Skip to content

kimkucheol/xe-core

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • PHP 52.7%
  • JavaScript 25.6%
  • HTML 13.8%
  • CSS 7.9%