-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
29 lines (29 loc) · 1.21 KB
/
manifest.json
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
{
"name": "rah_comment_spam",
"description": "Anti-spam tools to prevent comment spam",
"version": "0.10.0",
"type": 1,
"author": "Jukka Svahn",
"author_uri": "https://github.com/gocom/rah_comment_spam",
"order": 5,
"flags": 3,
"help": {"file" : ["./README.textile"]},
"code": {"file" : [
"./src/Rah/Comment/Spam/FormInterface.php",
"./src/Rah/Comment/Spam/ValidatorInterface.php",
"./src/Rah/Comment/Spam/Form.php",
"./src/Rah/Comment/Spam/GetNeedleCountAction.php",
"./src/Rah/Comment/Spam/Validator/CharacterCountValidator.php",
"./src/Rah/Comment/Spam/Validator/CommentQuotaValidator.php",
"./src/Rah/Comment/Spam/Validator/EmailDnsValidator.php",
"./src/Rah/Comment/Spam/Validator/LinkCountValidator.php",
"./src/Rah/Comment/Spam/Validator/SpamTrapValidator.php",
"./src/Rah/Comment/Spam/Validator/SpamWordValidator.php",
"./src/Rah/Comment/Spam/Validator/TypingSpeedValidator.php",
"./src/Rah/Comment/Spam/Validator/WordCountValidator.php",
"./src/Rah/Comment/Spam/ValidatorPool.php",
"./src/Functions.php",
"./src/Rah/Comment/Spam.php",
"./src/Index.php"
]}
}