mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1404 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
43336b2b6c
commit
8b16a0e086
4 changed files with 619 additions and 0 deletions
10
modules/importer/conf/info.xml
Normal file
10
modules/importer/conf/info.xml
Normal 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>
|
||||
8
modules/importer/conf/module.xml
Normal file
8
modules/importer/conf/module.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue