File: plugin.xml

package info (click to toggle)
opendict-lingvosoft 0.8-2
  • links: PTS
  • area: contrib
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 80 kB
  • ctags: 18
  • sloc: python: 112; makefile: 94; xml: 22
file content (22 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<plugin type="dictionary">
   <name>NAME (LingvoSoft)</name>
   <version>VERS</version>
   <authors>
      <author name="Kęstutis Biliūnas" email="kebil@kaunas.init.lt" />
      <author name="Matynas Jocius" email="mjoc@akl.lt" />
   </authors>
   <module lang="Python">lingvosoft-LANG.py</module>
   <encoding>utf-8</encoding>
   <uses-word-list>True</uses-word-list>
   <opendict-version>0.5.7</opendict-version>
   <python-version>2.3</python-version>
   <platforms>
      <platform name="Linux" />
      <platform name="BSD" />
      <platform name="Windows" />
   </platforms>
   <description>
   This plugin fetches translations from http://www.lingvozone.com.
   </description>
</plugin>