git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-12 03:59:52 +00:00
commit 8326004cb2
2773 changed files with 91485 additions and 0 deletions

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<module version="0.1">
<title xml:lang="ko">게시판</title>
<title xml:lang="zh-CN">版面</title>
<title xml:lang="en">Board</title>
<title xml:lang="es">Boletín</title>
<title xml:lang="jp">掲示板</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="en">zero</name>
<name xml:lang="es">zero</name>
<name xml:lang="jp">Zero</name>
<description xml:lang="ko">게시판의 기능을 담당하는 모듈. 게시판의 생성/추가 관리등의 관리자 기능도 포함합니다.</description>
<description xml:lang="zh-CN">给用户提供相应版面功能,将包含版面的生成/添加及版面管理等管理员功能。</description>
<description xml:lang="en">Module of the board''s function. Also includes administrator functions such as creating/managing boards.</description>
<description xml:lang="es">Es el módulo para funciónar a boletín. Incluye funciónes de administración como crear/ agregar o manejar boletín.</description>
<description xml:lang="jp">掲示板の機能を担うモジュールです。掲示板の生成・追加・管理などの管理者機能も含まれています。</description>
</author>
</module>

View file

@ -0,0 +1,86 @@
<?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>
</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>
</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>
</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>
</grant>
<grant name="fileupload" default="guest">
<title xml:lang="ko">파일 첨부</title>
<title xml:lang="zh-CN">上传文件</title>
<title xml:lang="jp">ファイル添付</title>
<title xml:lang="en">file upload</title>
</grant>
<grant name="comment_fileupload" default="guest">
<title xml:lang="ko">댓글 파일 첨부</title>
<title xml:lang="zh-CN">上传文件</title>
<title xml:lang="jp">コメントファイル添付</title>
<title xml:lang="en">comment file upload</title>
</grant>
<grant name="manager" default="root">
<title xml:lang="ko">관리</title>
<title xml:lang="zh-CN">管理</title>
<title xml:lang="jp">管理</title>
<title xml:lang="en">manager</title>
</grant>
</grants>
<actions>
<action name="dispBoardContent" type="view" index="true" />
<action name="dispBoardWrite" type="view" />
<action name="dispBoardDelete" type="view" />
<action name="dispBoardReplyComment" type="view" />
<action name="dispBoardModifyComment" type="view" />
<action name="dispBoardDeleteComment" type="view" />
<action name="dispBoardDeleteTrackback" type="view" />
<action name="dispBoardMessage" type="view" />
<action name="procBoardInsertDocument" type="controller" />
<action name="procBoardDeleteDocument" type="controller" />
<action name="procBoardVoteDocument" type="controller" />
<action name="procBoardInsertComment" type="controller" />
<action name="procBoardDeleteComment" type="controller" />
<action name="procBoardDeleteTrackback" type="controller" />
<action name="procBoardVerificationPassword" type="controller" />
<action name="procBoardDeleteFile" type="controller" />
<action name="procBoardUploadFile" type="controller" />
<action name="procBoardDownloadFile" type="controller" />
<action name="dispBoardAdminContent" type="view" standalone="true" admin_index="true" />
<action name="dispBoardAdminBoardInfo" type="view" standalone="true" />
<action name="dispBoardAdminInsertBoard" type="view" standalone="true" />
<action name="dispBoardAdminDeleteBoard" type="view" standalone="true" />
<action name="dispBoardAdminSkinInfo" type="view" standalone="true" />
<action name="dispBoardAdminCategoryInfo" type="view" standalone="true" />
<action name="dispBoardAdminGrantInfo" type="view" standalone="true" />
<action name="dispBoardAdminManageDocument" type="view" />
<action name="procBoardAdminAddCart" type="controller" standalone="true" />
<action name="procBoardAdminInsertGrant" type="controller" standalone="true" />
<action name="procBoardAdminUpdateSkinInfo" type="controller" standalone="true" />
<action name="procBoardAdminInsertBoard" type="controller" standalone="true" />
<action name="procBoardAdminDeleteBoard" type="controller" standalone="true" />
<action name="procBoardAdminInsertCategory" type="controller" standalone="true" />
<action name="procBoardAdminUpdateCategory" type="controller" standalone="true" />
<action name="procBoardAdminManageCheckedDocument" type="controller" standalone="true" />
</actions>
</module>