|
Revision 538, 0.9 KB
(checked in by inureyes, 2 years ago)
|
|
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 | <plugin version="1.0"> |
|---|
| 3 | <title xml:lang="en">Needlworks stories</title> |
|---|
| 4 | <title xml:lang="ko">Needlworks 이야기</title> |
|---|
| 5 | <link>http://needlworks.org/</link> |
|---|
| 6 | <version>1.7</version> |
|---|
| 7 | <description xml:lang="en">Shows stories from Tatter and Friends official blog.</description> |
|---|
| 8 | <description xml:lang="ko">Needlworks 블로그의 글을 보여줍니다.</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</textcube> |
|---|
| 15 | </requirements> |
|---|
| 16 | <binding> |
|---|
| 17 | <center handler="CT_Needlworks_stories" /> |
|---|
| 18 | <listener event="Cron12h">CT_Needlworks_stories_sweep</listener> |
|---|
| 19 | </binding> |
|---|
| 20 | </plugin> |
|---|