묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
module.xml 파일에 설정 파라미터와 액션 정의가 뭔가요?
2014.07.04 11:56
module.xml 파일에 설정 파라미터와 액션 정의 등을 저장합니다.
라는 말이 xe 개발자 가이드에 나와있습니다.
실제 파일을 들어가보면 아래와 같이 보여집니다.
'설정 파라미터'와 '액션 정의'라는 말은 어떤 뜻인가요?
그리고 아래와 같은 문서는 또하나의 언어 인가요?
아래 문서를 쉽게 해석해주실수 있으면 감사합니다
<?xml version="1.0" encoding="utf-8"?>
<module>
<grants>
<grant name="list" default="guest">
<title xml:lang="ko">목록</title>
<title xml:lang="zh-CN">目录</title>
<title xml:lang="jp">リスト</title>
<title xml:lang="en">list</title>
<title xml:lang="vi">Danh sách</title>
<title xml:lang="es">Lista</title>
<title xml:lang="zh-TW">列表</title>
<title xml:lang="tr">Liste</title>
</grant>
<grant name="view" default="guest">
<title xml:lang="ko">열람</title>
<title xml:lang="zh-CN">查看</title>
<title xml:lang="jp">閲覧</title>
<title xml:lang="en">view</title>
<title xml:lang="vi">Xem</title>
<title xml:lang="es">Opinión</title>
<title xml:lang="zh-TW">檢視</title>
<title xml:lang="tr">görüş</title>
</grant>
<grant name="write_document" default="guest">
<title xml:lang="ko">글 작성</title>
<title xml:lang="zh-CN">发表新主题</title>
<title xml:lang="jp">書き込み作成</title>
<title xml:lang="en">write document</title>
<title xml:lang="vi">Gửi bài viết</title>
<title xml:lang="es">Escribir el documento</title>
<title xml:lang="zh-TW">發表主題</title>
<title xml:lang="tr">belge yaz</title>
</grant>
<grant name="write_comment" default="guest">
<title xml:lang="ko">댓글 작성</title>
<title xml:lang="zh-CN">发表评论</title>
<title xml:lang="jp">コメント作成</title>
<title xml:lang="en">write comment</title>
<title xml:lang="vi">Gửi bình luận</title>
<title xml:lang="es">Escribir comentario</title>
<title xml:lang="zh-TW">發表評論</title>
<title xml:lang="es">yorum yaz</title>
</grant>
</grants>
<permissions>
<permission action="dispBoardAdminInsertBoard" target="manager" />
<permission action="dispBoardAdminBoardInfo" target="manager" />
<permission action="dispBoardAdminExtraVars" target="manager" />
<permission action="dispBoardAdminBoardAdditionSetup" target="manager" />
<permission action="dispBoardAdminSkinInfo" target="manager" />
<permission action="procBoardAdminInsertBoard" target="manager" />
<permission action="procBoardAdminUpdateBoardFroBasic" target="manager" />
<permission action="procBoardAdminSaveCategorySettings" target="manager" />
<permission action="getBoardAdminSimpleSetup" target="manager" />
</permissions>
<actions>
<action name="dispBoardContent" type="view" index="true" />
<action name="dispBoardNoticeList" type="view" />
<action name="dispBoardContentList" type="view" />
<action name="dispBoardContentView" type="view" />
<action name="dispBoardCatogoryList" type="view" />
<action name="dispBoardContentCommentList" type="view" />
<action name="dispBoardContentFileList" type="view" />
<action name="dispBoardTagList" type="view" />
<action name="dispBoardWrite" type="view" standalone="false" />
<action name="dispBoardDelete" type="view" standalone="false" />
<action name="dispBoardWriteComment" type="view" standalone="false" />
<action name="dispBoardReplyComment" type="view" standalone="false" />
<action name="dispBoardModifyComment" type="view" standalone="false" />
<action name="dispBoardDeleteComment" type="view" standalone="false" />
<action name="dispBoardDeleteTrackback" type="view" standalone="false" />
<action name="dispBoardMessage" type="view" />
<action name="procBoardInsertDocument" type="controller" ruleset="insertDocument" standalone="false" />
<action name="procBoardDeleteDocument" type="controller" standalone="false" />
<action name="procBoardVoteDocument" type="controller" standalone="false" />
<action name="procBoardInsertComment" type="controller" standalone="false" />
<action name="procBoardDeleteComment" type="controller" standalone="false" />
<action name="procBoardDeleteTrackback" type="controller" standalone="false" />
<action name="procBoardVerificationPassword" type="controller" />
<action name="procBoardDeleteFile" type="controller" standalone="false" />
<action name="procBoardUploadFile" type="controller" standalone="false" />
<action name="procBoardDownloadFile" type="controller" standalone="false" />
<action name="dispBoardAdminContent" type="view" admin_index="true" menu_name="board" menu_index="true" />
<action name="dispBoardAdminBoardInfo" type="view" menu_name="board" />
<action name="dispBoardAdminExtraVars" type="view" menu_name="board" />
<action name="dispBoardAdminBoardAdditionSetup" type="view" menu_name="board" />
<action name="dispBoardAdminInsertBoard" type="view" setup_index="true" menu_name="board" />
<action name="dispBoardAdminDeleteBoard" type="view" menu_name="board" />
<action name="dispBoardAdminSkinInfo" type="view" menu_name="board" />
<action name="dispBoardAdminMobileSkinInfo" type="view" menu_name="board" />
<action name="dispBoardAdminGrantInfo" type="view" menu_name="board" />
<action name="dispBoardAdminCategoryInfo" type="view" menu_name="board" />
<action name="procBoardAdminInsertBoard" type="controller" ruleset="insertBoard" />
<action name="procBoardAdminDeleteBoard" type="controller" />
<action name="procBoardAdminUpdateBoardFroBasic" type="controller" ruleset="insertBoardForBasic" />
<action name="procBoardAdminSaveCategorySettings" type="controller" ruleset="saveCategorySettings" />
<action name="getBoardAdminSimpleSetup" type="model" simple_setup_index="true" />
<action name="dispBoardCategory" type="mobile" />
<action name="getBoardCommentPage" type="mobile" />
</actions>
<menus>
<menu name="board" type="all">
<title xml:lang="en">Board</title>
<title xml:lang="ko">게시판</title>
<title xml:lang="zh-CN">Board</title>
<title xml:lang="jp">Board</title>
<title xml:lang="es">Board</title>
<title xml:lang="ru">Board</title>
<title xml:lang="fr">Board</title>
<title xml:lang="zh-TW">Board</title>
<title xml:lang="vi">Board</title>
<title xml:lang="mn">Board</title>
<title xml:lang="tr">Board</title>
</menu>
</menus>
</module>
여기 보시면 감이 올것입니다.
http://ko.wikipedia.org/wiki/XML