You are here

README.txt in Captcha Questions 8

Same filename and directory in other branches
  1. 7 README.txt
README FILE FOR THE CAPTCHA QUESTIONS MODULE FOR DRUPAL
-------------------------------------------------------

CONTENTS OF THIS FILE
---------------------

 * INTRODUCTION
 * REQUIREMENTS
 * INSTALLATION
 * CONFIGURATION
 * USING THE CAPTCHA
 * KNOWN UNKNOWNS
 * FUTURE DEVELOPMENT
 * CONTACT

INTRODUCTION
------------

 - Captcha questions is a light-weight module that employs a very simple
   captcha-mechanism to stop unwanted form submissions.

REQUIREMENTS
------------

 - No dependencies.

INSTALLATION
------------

 - Extract the files in your module directory (typically /modules)
 - Visit the modules page and enable the module
 - From the modules page you will find links to
    - permission settings
    - configuration
    - help

CONFIGURATION
------------

1. Enable the module using drush or by going to `admin/modules`.
2. Go to `/admin/config/people/captcha_questions` for configurations related to
   captcha questions module.

USING THE CAPTCHA
-----------------

 - You create a question/answer-pair and attach this to selected forms.
 - If the user fails to answer the question correctly, the form will not be
   submitted.
 - Logging to database is handled in a submodule and is entirely optional.
 - It is similar in nature to Trick Question and Captcha Riddler, but will be
   actively maintained.
 - Image captchas can be hard also for humans. Captcha questions was made after
   realising most spam can be blocked by a simple question that is easy for
   humans but very difficult for automated scripts.
 - It is recommended to make the questions as simple as possible.


KNOWN UNKNOWNS
--------------

Captcha questions has not been thoroughly tested and never
on multilingual sites.

FUTURE DEVELOPMENT
------------------

 - Set different question/answer pairs on different forms
 - Rotation between several question/answer pairs in one form
 - Write tests
 - Test on various site configurations, including multilingual sites
 - Translations

CONTACT
-------

Please provide feedback to agnar@norweb.no if you have problems, comments,
patches, praise or ideas.

File

README.txt
View source
  1. README FILE FOR THE CAPTCHA QUESTIONS MODULE FOR DRUPAL
  2. -------------------------------------------------------
  3. CONTENTS OF THIS FILE
  4. ---------------------
  5. * INTRODUCTION
  6. * REQUIREMENTS
  7. * INSTALLATION
  8. * CONFIGURATION
  9. * USING THE CAPTCHA
  10. * KNOWN UNKNOWNS
  11. * FUTURE DEVELOPMENT
  12. * CONTACT
  13. INTRODUCTION
  14. ------------
  15. - Captcha questions is a light-weight module that employs a very simple
  16. captcha-mechanism to stop unwanted form submissions.
  17. REQUIREMENTS
  18. ------------
  19. - No dependencies.
  20. INSTALLATION
  21. ------------
  22. - Extract the files in your module directory (typically /modules)
  23. - Visit the modules page and enable the module
  24. - From the modules page you will find links to
  25. - permission settings
  26. - configuration
  27. - help
  28. CONFIGURATION
  29. ------------
  30. 1. Enable the module using drush or by going to `admin/modules`.
  31. 2. Go to `/admin/config/people/captcha_questions` for configurations related to
  32. captcha questions module.
  33. USING THE CAPTCHA
  34. -----------------
  35. - You create a question/answer-pair and attach this to selected forms.
  36. - If the user fails to answer the question correctly, the form will not be
  37. submitted.
  38. - Logging to database is handled in a submodule and is entirely optional.
  39. - It is similar in nature to Trick Question and Captcha Riddler, but will be
  40. actively maintained.
  41. - Image captchas can be hard also for humans. Captcha questions was made after
  42. realising most spam can be blocked by a simple question that is easy for
  43. humans but very difficult for automated scripts.
  44. - It is recommended to make the questions as simple as possible.
  45. KNOWN UNKNOWNS
  46. --------------
  47. Captcha questions has not been thoroughly tested and never
  48. on multilingual sites.
  49. FUTURE DEVELOPMENT
  50. ------------------
  51. - Set different question/answer pairs on different forms
  52. - Rotation between several question/answer pairs in one form
  53. - Write tests
  54. - Test on various site configurations, including multilingual sites
  55. - Translations
  56. CONTACT
  57. -------
  58. Please provide feedback to agnar@norweb.no if you have problems, comments,
  59. patches, praise or ideas.