mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
* The swipe shall set you free PhotoSwipe addon is added by misol (MinSoo Kim). * Rename addon and bug fix. 이름을 더 단순하게 붙이고, 해시 주소를 통해 이미지를 바로 접근할 수 없었던 문제를 수정. * 아주 작은 코드 수정 그럴거 같진 않지만, 주석이 끝났다고 인식할 수도 있을 것 같은 부분 변경.
23 lines
No EOL
904 B
XML
23 lines
No EOL
904 B
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>1.0.1</version>
|
|
<date>2016-04-27</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>
|
|
</addon> |