Code Monkey home page Code Monkey logo

xpressengine-manual's Introduction

어서오세요

XE 사용자 매뉴얼에 오신 것을 환영합니다! 이 페이지에서는 XE를 사용하여 내 사이트를 만들고 테마와 익스텐션을 만드는 방법에 대해 보여줍니다.

당신의 개성 넘치고 멋있는 사이트에 많은 사람이 방문하고, 글을 읽고, 공유하도록 도와드립니다. 1분 안에 설치하고 안정적인 웹 편집을 통해 게시물을 빠르게 발행해 보세요.

XE3는 특히 커뮤니티에 강합니다. 다양한 게시판을 활용해 나만의 커뮤니티를 만들어 보세요. 물론 포트폴리오, 쇼핑몰, 회사 사이트 등 주제에 제약 없이 사이트 제작이 가능합니다.

XE3 웹사이트를 운영하는데 필요한 역동적인 설계는 유연한 설정 관리로부터 시작됩니다. 한 번의 설정 변경으로 여러 개의 게시판에 적용되게 설계할 수 있습니다.

모든 문서는 Github에 있으며 수정과 개선이 필요한 경우 알려주세요 <3
당신의 참여로 오픈소스 프로젝트가 발전할 수 있답니다!

버그

XE에 버그가 있다고 생각하거나 잘못된 문서의 내용을 보고하려면 이슈트래커에 알려주세요.

주요 도움말 링크

멋진 작품을 만들어보세요!

우리는 웹마스터와, 창작자, 기술기업을 사랑하며 멋진 작품을 만들 수 있도록 실용적인 업데이트와 문서를 계속 추가하고 업데이트할 계획입니다.

커뮤니티를 만들거나 회사 사이트를 만들거나, 무엇을 하더라도 XE와 함께하세요!

도움이 필요하신가요?

설치부터 운영까지 생기는 문제들을 정리한 헬프센터에서 미리 준비된 가이드를 통해 문제를 해결하고, 찾아낼 수 있습니다. 그리고 문제를 해결할 수 없거나 더 깊은 기술지원을 받고 싶다면 QnA 게시판과 기술지원 서비스를 신청할 수 있습니다.

  • XE3 공식 커뮤니티에서의 도움은 QnA 에서 받을 수 있습니다.
  • 기술적인 부분의 도움을 받고 싶다면 기술지원 서비스를 통해 더 깊이 있는 지원을 받을 수 있습니다.

xpressengine-manual's People

Contributors

akasima avatar bi-kim avatar findstar avatar jeean avatar jhyeon1010 avatar junnaa avatar kazto-lsk avatar khongchi avatar kimyu711 avatar seungmanchoi avatar woongbin avatar xharpenparksuhyeon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

xpressengine-manual's Issues

플러그인-관리자 사이트 메뉴 추가 코드 오류 제보

<?php
// plugins/my_plugin/plugin.php
namespace MyPlugin;

use Xpressengine\Plugin\AbstractPlugin;
use Route;
use Presenter;

class Plugin extends AbstractPlugin
{
  public function boot()
  {
      // 사이트 관리 페이지 추가
      // http://<domain>/settings/my_plugin url로 접근 가능
      Route::settings(static::getId(), function() {
        Route::get('/', function(){
          return Presenter::make(static::view('views.settings'));
        }); // 괄호가 닫히지 않아서 오류 발생
      });
  }

}

aws로 시작하기 가이드 문서 중복된 내용

aws로 시작하기 가이드문서에 6, 7, 8번 같은 내용이 두번 들어가 있습니다.

  1. XpressEngine3 데이터베이스 생성
    내용 :db생성

  2. XpressEngine3 Apache2 설정
    내용 :6번 내용과 중복

  3. 제목 7번제목과 중복
    내용 :문서수정

설치하기 문서 업데이트에 대한 요청

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.