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 (101 lines) | stat: -rw-r--r-- 2,807 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0"?>
<plugin>
	<name>Games</name>
	<author>Jonne Zutt</author>
	<description> Play games with aMSN.

With this plugin you can play any number of (possibly different) games versus any number of (possibly different) people on your contact list.

Notice this plugin is *not* compatible with MSN Zone Games, aMSN only!  However, one day someone might implement the same protocol for other MSN clients (e.g. by developing an MSN Plus! plugin that uses the same protocol as this plugin). You could be that hero!
	</description>
	<description_es> Juega con aMSN.

Con este complemento puedes jugar a un número de juegos (posiblemente diferentes) contra cualquier número de personas (posiblemente diferentes de tu lista de contactos.

Este complemento NO es compatible con MSN Zone Games, ¡sólo aMSN!
	</description_es>
	<description_hu> Játssz az aMSN segítségével.

A plugin segítségével bármennyi játékot játszhatsz bármennyi partnereddel (akár több játékot több partnerrel).

A plugin *nem* kompatíbilis az MSN Zone Games-el, csak az aMSN-nel!
	</description_hu>
	<amsn_version>0.95</amsn_version>
	<plugin_version>0.20</plugin_version>
	<plugin_file>Games.tcl</plugin_file>
	<plugin_namespace>Games</plugin_namespace>
	<init_procedure>Init</init_procedure>
	<deinit_procedure>DeInit</deinit_procedure>
	<cvs_version>8034</cvs_version>

	<lang>
		<langcode>en</langcode>
		<version>6268</version>
	</lang>
	<lang>
		<langcode>es</langcode>
		<version>6118</version>
	</lang>
	<lang>
		<langcode>fr</langcode>
		<version>8529</version>
	</lang>
	<lang>
		<langcode>hu</langcode>
		<version>9000</version>
	</lang>
	<lang>
		<langcode>nl</langcode>
		<version>6112</version>
	</lang>
	<lang>
		<langcode>lt</langcode>
		<version>10397</version>
	</lang>
	
	<file>
		<path>Sketch.tcl</path>
		<version>6268</version>
	</file>
	<file>
		<path>Hangman.tcl</path>
		<version>6268</version>
	</file>
	<file>
		<path>Dots_and_Boxes.tcl</path>
		<version>7183</version>
	</file>
	<file>
		<path>Chess.tcl</path>
		<version>7684</version>
	</file>
	<file>
		<path>readme</path>
		<version>6112</version>
	</file>
	<file>
		<path>developers.readme</path>
		<version>6112</version>
	</file>
	<file>
		<path>changelog</path>
		<version>7684</version>
	</file>

	<file>
		<path>images/Hangman.gif</path>
		<version>6112</version>
	</file>
	<file>
		<path>images/Hangman_small.gif</path>
		<version>6112</version>
	</file>

	<URL>
		<main>http://www.amsn-project.net/autoupdater/plugins/games/Games.tcl</main>
		<plugininfo>http://www.amsn-project.net/autoupdater/plugins/games/plugininfo.xml</plugininfo>
		<lang>http://www.amsn-project.net/autoupdater/plugins/games/lang/lang$langcode</lang>
		<file>http://www.amsn-project.net/autoupdater/plugins/lang/$file</file>
	</URL>
</plugin>