mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1728 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
51279ae647
commit
e5ed227984
9 changed files with 435 additions and 0 deletions
12
modules/ttimporter/conf/info.xml
Normal file
12
modules/ttimporter/conf/info.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module version="0.1">
|
||||
<title xml:lang="ko">TatterTools 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">
|
||||
태터툴즈의 백업파일을 제로보드XE에 입력을 하는 모듈입니다.
|
||||
첨부파일 포함하지 않은 백업파일이 필요합니다.
|
||||
첨부파일은 원주소에서 직접 다운로드를 하게 됩니다.
|
||||
</description>
|
||||
</author>
|
||||
</module>
|
||||
7
modules/ttimporter/conf/module.xml
Normal file
7
modules/ttimporter/conf/module.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<actions>
|
||||
<action name="dispTtimporterAdminContent" type="view" standalone="true" admin_index="true" />
|
||||
<action name="procTtimporterAdminImport" type="controller" standalone="true" />
|
||||
</actions>
|
||||
</module>
|
||||
Loading…
Add table
Add a link
Reference in a new issue