mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
* widget모듈 새 XML 포맷 처리 코드 추가
* info.xml 파일들 새 포맷으로 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4390 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fc876f9d73
commit
ef014baa03
34 changed files with 2401 additions and 2115 deletions
|
|
@ -1,23 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<widget version="0.1">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<widget version="0.2">
|
||||
<title xml:lang="ko">포인트 현황 출력 위젯</title>
|
||||
<title xml:lang="zh-CN">在线会员积分现况</title>
|
||||
<title xml:lang="en">Point Status</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2008. 4. 23">
|
||||
<description xml:lang="ko">
|
||||
로그인한 회원의 포인트 현황을 출력하는 위젯입니다.
|
||||
캐시는 0으로 해주셔야 합니다.
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
显示在线会员积分现况的控件。
|
||||
缓冲要设置为0。
|
||||
</description>
|
||||
<description xml:lang="en">
|
||||
This widget displays online members' points status.
|
||||
Cache must be 0.
|
||||
</description>
|
||||
<version>0.1</version>
|
||||
<date>2008-04-23</date>
|
||||
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<name xml:lang="en">Zero</name>
|
||||
<description xml:lang="ko">
|
||||
로그인한 회원의 포인트 현황을 출력하는 위젯입니다.
|
||||
캐시는 0으로 해주셔야 합니다.
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
显示在线会员积分现况的控件。
|
||||
缓冲要设置为0。
|
||||
</description>
|
||||
<description xml:lang="en">
|
||||
This widget displays online members' points status.
|
||||
Cache must be 0.
|
||||
</description>
|
||||
<name xml:lang="en">Zero</name>
|
||||
</author>
|
||||
</widget>
|
||||
</widget>
|
||||
Loading…
Add table
Add a link
Reference in a new issue