Plugin Directory

Changeset 148135


Ignore:
Timestamp:
08/22/2009 02:25:30 PM (17 years ago)
Author:
filiw
Message:

update to version 20090821

Location:
anti-captcha
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • anti-captcha/tags/20090821/anti-captcha.php

    r148132 r148135  
    11<?php
    22/*
    3 Plugin Name: Anti Captcha
     3Plugin Name: Anti-Captcha
    44Plugin URI: http://blog.fili.nl/articles/wordpress-plugin-anti-captcha/
    55Description: Anti-Captcha is a transparent captcha solution which does not require any end-user interaction
  • anti-captcha/tags/20090821/readme.txt

    r148132 r148135  
    1 === Anti-captcha ===
     1=== Anti-Captcha ===
    22Contributors: filiw
    33Donate link:
     
    3838= Is javascript required by the user? =
    3939Yes, however this sounds worse then it is.
    40 Generally, it's frowned upon if you don't write javascript in an obstructive way.
    41 The reason for this is that some clients don't support javascript but should still be able to get around your website.
     40Generally, it's frowned upon if you don't write javascript in an unobstructive way.
     41The reason for this is that some visitors don't support javascript but should still be able to get around your website.
    4242
    43 AFAIK there are three types of visitors not supporting javascript:
     43AFAIK there are four types of user-agents not supporting javascript:
    4444
    45 * search-engine bots
    46 * users who actively disabled javascript for some reason
    47 * users of a command-line browser (like lynx)
     45* Search-engine spider bots
     46* Users of a command-line browser (like Lynx)
     47* Users who actively disabled javascript in their browser
     48* Mischievous bots trying to spam or hack into your blog
    4849
    49 Search-engines don't need to comment, register or login so they can easily be excluded.
    50 Lynx users and users with javascript disabled are likely to be a very small percentage of the internet population.
    51 In my view, it's worth getting rid of image Captcha's.
     50Obviously, search-engines don't need to comment, register or login so they can be ruled out.
     51Lynx users and users with javascript disabled are likely to be a *very small* percentage of the internet population, who have actively excluded themselves from certain webfeatures. Finally, badly behaving bots, is what the Anti-Captcha plugin is trying to block.
    5252
    5353
    5454== Screenshots ==
    5555
    56 -
     56Anti-Captcha is completely transparent.
    5757
    5858== Changelog ==
  • anti-captcha/trunk/anti-captcha.php

    r148131 r148135  
    11<?php
    22/*
    3 Plugin Name: Anti Captcha
     3Plugin Name: Anti-Captcha
    44Plugin URI: http://blog.fili.nl/articles/wordpress-plugin-anti-captcha/
    55Description: Anti-Captcha is a transparent captcha solution which does not require any end-user interaction
  • anti-captcha/trunk/readme.txt

    r148131 r148135  
    1 === Anti-captcha ===
     1=== Anti-Captcha ===
    22Contributors: filiw
    33Donate link:
     
    3838= Is javascript required by the user? =
    3939Yes, however this sounds worse then it is.
    40 Generally, it's frowned upon if you don't write javascript in an obstructive way.
    41 The reason for this is that some clients don't support javascript but should still be able to get around your website.
     40Generally, it's frowned upon if you don't write javascript in an unobstructive way.
     41The reason for this is that some visitors don't support javascript but should still be able to get around your website.
    4242
    43 AFAIK there are three types of visitors not supporting javascript:
     43AFAIK there are four types of user-agents not supporting javascript:
    4444
    45 * search-engine bots
    46 * users who actively disabled javascript for some reason
    47 * users of a command-line browser (like lynx)
     45* Search-engine spider bots
     46* Users of a command-line browser (like Lynx)
     47* Users who actively disabled javascript in their browser
     48* Mischievous bots trying to spam or hack into your blog
    4849
    49 Search-engines don't need to comment, register or login so they can easily be excluded.
    50 Lynx users and users with javascript disabled are likely to be a very small percentage of the internet population.
    51 In my view, it's worth getting rid of image Captcha's.
     50Obviously, search-engines don't need to comment, register or login so they can be ruled out.
     51Lynx users and users with javascript disabled are likely to be a *very small* percentage of the internet population, who have actively excluded themselves from certain webfeatures. Finally, badly behaving bots, is what the Anti-Captcha plugin is trying to block.
    5252
    5353
    5454== Screenshots ==
    5555
    56 -
     56Anti-Captcha is completely transparent.
    5757
    5858== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.