git-svn-id: http://xe-core.googlecode.com/svn/trunk@1404 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-14 08:54:56 +00:00
parent 43336b2b6c
commit 8b16a0e086
4 changed files with 619 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<module version="0.1">
<title xml:lang="ko">XML Importer</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<description xml:lang="ko">
XML파일을 이용하여 회원정보 또는 게시판등의 데이터를 입력합니다.
</description>
</author>
</module>

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
<actions>
<action name="dispImporterAdminContent" type="view" standalone="true" admin_index="true" />
<action name="procImporterAdminImport" type="controller" standalone="true" />
</actions>
</module>