rhymix/modules/editor/components/emoticon/info.xml
Min-Soo Kim 538346f9a6
Improve emoticon component to contain information of icons (#1078)
# Fix emoticon component to contain information of icons

- 이모티콘 컴포넌트의 이모티콘에 정보를 담을 수 있게 수정.
- 라이선스 정보도 담을 수 있고, 제작자 정보도 담길 수 있음.
- 정보를 담는 양식은 일반적인 skin.xml 형식을 그대로 따름.

# 이모티콘 컴포넌트 키보드 접근성 개선

- 키보드로 이모티콘 선택, 입력이 가능해짐.

# 사용권이 불분명한 msn 이모티콘 제거

- 기본 이모티콘이었던 msn 이모티콘의 사용권 문제가 불명확 했음.
- 기본 이모티콘을 트위터가 배포하는 트위모지로 변경.

# 이모티콘 SVG 지원

- 기본은 래스터 이미지. 같은 이름의 SVG 파일이 ./svg 디렉토리에 있으면 SVG를 지원하는 브라우저에서 반영됨.
2018-08-21 00:44:09 +09:00

46 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component version="0.2">
<title xml:lang="ko">이모티콘 출력</title>
<title xml:lang="jp">顔文字(イモティコン)</title>
<title xml:lang="zh-CN">表情图标</title>
<title xml:lang="en">Display Emoticons</title>
<title xml:lang="vi">Diễn tả cảm xúc</title>
<title xml:lang="es">Mostrar iconos gestuales</title>
<title xml:lang="ru">Отображение смайлов</title>
<title xml:lang="zh-TW">表情符號</title>
<title xml:lang="tr">His Simgeleri Gösterimi</title>
<description xml:lang="ko">이모티콘을 에디터에 삽입할 수 있습니다.</description>
<description xml:lang="jp">顔文字(イモティコン)をエディターに追加することが出来ます。</description>
<description xml:lang="zh-CN">可以插入表情图标到编辑器。</description>
<description xml:lang="en">You may insert emoticons to editor.</description>
<description xml:lang="vi">Bạn có thể chèn biểu tượng cảm xúc vào bài viết.</description>
<description xml:lang="es">Usted puede insertar emoticonos para el editor.</description>
<description xml:lang="ru">Вы можете вставить смыйлы в редактор.</description>
<description xml:lang="zh-TW">可插入表情符號到編輯器。</description>
<description xml:lang="tr">Editöre his simgeleri ekleyebilirsiniz.</description>
<version>1.9</version>
<date>2018-08-19</date>
<author email_address="devops@rhymix.org" link="https://github.com/rhymix/rhymix/graphs/contributors">
<name xml:lang="ko">Rhymix contributors</name>
<name xml:lang="vi">Rhymix contributors</name>
<name xml:lang="jp">Rhymix contributors</name>
<name xml:lang="zh-CN">Rhymix contributors</name>
<name xml:lang="en">Rhymix contributors</name>
<name xml:lang="es">Rhymix contributors</name>
<name xml:lang="ru">Rhymix contributors</name>
<name xml:lang="zh-TW">Rhymix contributors</name>
<name xml:lang="tr">Rhymix contributors</name>
</author>
<author email_address="developers@xpressengine.com" link="https://www.xpressengine.com/">
<name xml:lang="ko">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</component>