mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<addon version="0.2">
|
|
<title xml:lang="ko">넘겨보는 사진</title>
|
|
<title xml:lang="en">PhotoSwipe</title>
|
|
<description xml:lang="ko">
|
|
본문 이미지를 하나의 갤러리 처럼 볼 수 있도록 하는 애드온입니다.
|
|
</description>
|
|
<description xml:lang="en">
|
|
Swipe your images of an document on your screens.
|
|
</description>
|
|
<license>MIT License (codes from http://photoswipe.com/), GPLv2 (other codes by Rhymix contributors)</license>
|
|
<version>RX_VERSION</version>
|
|
<date>RX_CORE</date>
|
|
|
|
<author email_address="misol.kr@gmail.com" link="https://github.com/misol">
|
|
<name xml:lang="ko">misol</name>
|
|
<name xml:lang="en">misol</name>
|
|
</author>
|
|
<author email_address="devops@rhymix.org" link="https://github.com/rhymix">
|
|
<name xml:lang="ko">Rhymix contributors</name>
|
|
<name xml:lang="en">Rhymix contributors</name>
|
|
</author>
|
|
<extra_vars>
|
|
<var name="display_name" type="select">
|
|
<title xml:lang="ko">파일이름 출력 설정</title>
|
|
<description xml:lang="ko">넘겨보기 실행시 하단에 파일이름을 출력할 것인지 여부를 선택합니다. 기본값은 사용하도록 되어있습니다.</description>
|
|
<options value="block">
|
|
<title xml:lang="ko">사용</title>
|
|
</options>
|
|
<options value="none">
|
|
<title xml:lang="ko">사용 안함</title>
|
|
</options>
|
|
</var>
|
|
</extra_vars>
|
|
</addon>
|