|
Revision 641, 0.8 KB
(checked in by inureyes, 15 months ago)
|
|
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="utf-8"?>
|
|---|
| 2 | <plugin version="1.0">
|
|---|
| 3 | <title xml:lang="en">Textcube Notice</title>
|
|---|
| 4 | <title xml:lang="ko">텍스트큐브 공지</title>
|
|---|
| 5 | <link>http://needlworks.org/</link>
|
|---|
| 6 | <version>1.7.9</version>
|
|---|
| 7 | <description xml:lang="en">Shows notices from textcube official blog.</description>
|
|---|
| 8 | <description xml:lang="ko">텍스트큐브 블로그의 공지를 보여줍니다.</description>
|
|---|
| 9 | <license>GPL</license>
|
|---|
| 10 | <author xml:lang="en" link="http://needlworks.org">Needlworks</author>
|
|---|
| 11 | <author xml:lang="ko" link="http://needlworks.org">Needlworks</author>
|
|---|
| 12 | <safety changeData="no" exposeData="no" accessLocal="no" accessRemote="no" accessRaw="yes" />
|
|---|
| 13 | <requirements>
|
|---|
| 14 | <textcube>1.7.9</textcube>
|
|---|
| 15 | </requirements>
|
|---|
| 16 | <binding>
|
|---|
| 17 | <center handler="CT_Textcube_Notice" />
|
|---|
| 18 | </binding>
|
|---|
| 19 | </plugin>
|
|---|