File size: 1,166 Bytes
fb2234b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
<?xml version="1.0" encoding="UTF-8"?>
<description xmlns="http://openoffice.org/extensions/description/2006"
xmlns:d="http://openoffice.org/extensions/description/2006"
xmlns:xlink="http://www.w3.org/1999/xlink">
<identifier value="hwp5.oxt" />
<version value="0.1b1" />
<display-name>
<name lang="en">HWP Document Format v5 Filter</name>
<name lang="ko">HWP 문서 포맷 (버젼 5) 필터</name>
</display-name>
<platform value="all" />
<dependencies>
<OpenOffice.org-minimal-version value="3.3"/>
<OpenOffice.org-maximal-version value="3.6"/>
</dependencies>
<registration>
<simple-license accept-by="admin">
<license-text xlink:href="registration/COPYING.txt" lang="en"/>
</simple-license>
</registration>
<publisher>
<name xlink:href="https://github.com/mete0r/pyhwp" lang="en">mete0r</name>
<name xlink:href="https://github.com/mete0r/pyhwp" lang="ko">mete0r</name>
</publisher>
<extension-description>
<src xlink:href="description/desc_ko.txt" lang="ko" />
<src xlink:href="description/desc_en.txt" lang="en" />
</extension-description>
</description>
|