forked from chiliec/lsplugin-recaptcha
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
22 lines (22 loc) · 689 Bytes
/
plugin.xml
File metadata and controls
22 lines (22 loc) · 689 Bytes
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>
<name>
<lang name="default">Recaptcha</lang>
<lang name="russian">Recaptcha</lang>
</name>
<author>
<lang name="default">Chiliec</lang>
<lang name="russian">Chiliec</lang>
</author>
<homepage>http://livestreet.net</homepage>
<version>4.0.0</version>
<requires>
<livestreet>1.0.3</livestreet>
<plugins>
</plugins>
</requires>
<description>
<lang name="default">Replaces the standard captcha for reCAPTCHA</lang>
<lang name="russian">Заменяет стандартную капчу на reCAPTCHA</lang>
</description>
</plugin>