source: expansion_pack/textcube/plugins/CCLmarker/index.xml @ 446

Revision 446, 3.1 KB checked in by jparker, 6 years ago (diff)
  • [443] : CCLmarker 플러그인 업데이트
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<plugin version="1.0">
3  <title xml:lang="en">Creative Commons License</title>
4  <title xml:lang="ko">크리에이티브 커먼즈 라이센스</title>
5  <link>http://www.creativecommons.or.kr</link>
6  <version>2.0</version>
7  <description xml:lang="en">Display creative commons license banner on sidebar.</description>
8  <description xml:lang="ko"><![CDATA[블로그 내용의 법적 보호를 위하여 각 포스트와 블로그에 사이드바 치환자([##_CCL_Banner_##])를 이용하여 미리 정의한 크리에이티브 커먼즈 라이센스를 출력해 줍니다. 환경설정에서 정의할 수 있습니다. 원작자 inureyes : http://forest.nubimaru.com/ , 주성애비 : http://pinhole.pe.kr/]]></description>
9  <license>GPL</license>
10  <author xml:lang="en" link="http://forest.nubimaru.com/"><![CDATA[inureyes , 주성애비]]></author>
11  <author xml:lang="ko" link="http://forest.nubimaru.com/"><![CDATA[inureyes , 주성애비]]></author>
12  <safety changeData="no" exposeData="no" accessLocal="no" accessRemote="no" accessRaw="no" />
13  <requirements>
14    <textcube>1.5</textcube>
15  </requirements>
16  <UserProperties>
17    <up>blog</up>
18    <up>post</up>
19  </UserProperties> 
20  <binding>
21    <sidebar title="CCL Banner" handler="CCLmarker" />
22    <tag name="CCL_Banner" handler="CCLmarker_replacer" />
23    <listener event="ViewPostContent">CCLmarker_insertCCL</listener>
24    <config dataValHandler = "CCLmarker_DataSet">
25        <window width="600" height="550" />
26        <fieldset legend="포스트 관련 사용자 설정">
27            <field title="포스트 CCL 마크 사용 |" name="postUse" type="radio">
28                <op value="01" checked="checked">사용</op>
29                <op value="02" >미사용</op>
30            </field>       
31            <field title="포스트와의 위치 |" name="Position" type="radio">
32                <op value="01">포스트 상단</op>
33                <op value="02" checked="checked">포스트 하단</op>
34            </field>
35            <field title="타이틀 |" name="titleCaption" type="radio">
36                <op value="01" checked="checked">한글</op>
37                <op value="02">영어</op>
38                <op value="03">표시하지 않음</op>
39                <op value="04">사용자설정</op>
40            </field>
41            <field title="사용자설정 타이틀" name="titleCaptionText" type="text" size="50" value="저작권" />
42            <field title="Rss Feed에서 표시 |" name="showRSS" type="radio">
43                <op value="01" checked="checked">표시함</op>
44                <op value="02">표시하지 않음</op>
45            </field>
46        </fieldset>     
47        <fieldset legend="Creative Commons License">
48            <field title="영리목적 이용" name="profit" type="radio">
49                <caption><![CDATA[영리적인 목적으로의 이용 허가 여부를 결정합니다.]]></caption>
50                <op value="yes">예</op>
51                <op value="no" checked="checked">아니오</op>
52            </field>           
53            <field title="변경 허락" name="changeable" type="radio">
54                <caption><![CDATA[저작물의 변경 허가 여부를 결정합니다.]]></caption>
55                <op value="yes">예</op>
56                <op value="no">아니오</op>
57                <op value="some" checked="checked">예. 단 동일한 이용허락조건을 적용하는 경우에만.</op>
58            </field>
59        </fieldset>
60    </config>
61  </binding>
62</plugin>
Note: See TracBrowser for help on using the repository browser.