File: plugininfo.xml

package info (click to toggle)
amsn 0.98.3-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 33,876 kB
  • ctags: 10,292
  • sloc: tcl: 117,923; ansic: 32,173; cpp: 17,387; xml: 6,643; objc: 1,251; sh: 667; makefile: 544; perl: 215; python: 126
file content (31 lines) | stat: -rw-r--r-- 1,209 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
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<plugin>
	<name>SpellCheck</name>
	<author>William Bowling</author>
	<description>Spell Checker for the chat window. Requires aspell http://aspell.sourceforge.net/</description>
	<description_es>Corrector ortográfico para la ventana de conversación. Requiere aspell http://aspell.sourceforge.net/</description_es>
	<amsn_version>0.95</amsn_version>
	<plugin_version>7</plugin_version>
	<plugin_file>SpellCheck.tcl</plugin_file>
	<plugin_namespace>SpellCheck</plugin_namespace>
	<init_procedure>InitPlugin</init_procedure>
	<cvs_version>11059</cvs_version>
	<lang>
		<langcode>en</langcode>
		<version>11059</version>
	</lang>
	<lang>
		<langcode>es</langcode>
		<version>11059</version>
	</lang>
	<lang>
		<langcode>lt</langcode>
		<version>10397</version>
	</lang>
	<URL>
		<main>http://www.amsn-project.net/autoupdater/plugins/SpellCheck/SpellCheck.tcl</main>
		<plugininfo>http://www.amsn-project.net/autoupdater/plugins/SpellCheck/plugininfo.xml</plugininfo>
		<lang>http://www.amsn-project.net/autoupdater/plugins/SpellCheck/lang/lang$langcode</lang>
		<file>http://www.amsn-project.net/autoupdater/plugins/SpellCheck/$file</file>
	</URL>
</plugin>