Google Research now has a blog.
Google Research now has a blog.
Scroll down to “Demonstrations”, second entry.
Drupal is a very versatile and well designed content and community framework. However, sometimes a standalone, simple Drupal install may not be enough; this page cluster studies ways to set up large-scale, multi-server Drupal installations.
If you have any information relevant to the contents of this page, you’re encouraged to contribute your content via comments / email, I will then incorporate the information into the pages, with attribution.
Mailing List: We also have a mailing list for discussions. To join, send a blank email to drupal-atlarge+subscribe@pixel.global-banlist.de
Enables a CAPTCHA for the comments and user registration forms in Drupal. Users are asked to type in the word shown in the image shown, and are allowed if the code entered is correct.
Project Homepage: License:GNU General Public License
Description:
A module that displays a block with the 5 most similar nodes to the currently viewed one, based on the title and body fields.
This module uses MySQL’s FULLTEXT indexing, and requires you to add a fulltext index on the node table, like this:
ALTER TABLE node ADD FULLTEXT(title, body);
statuatory disclaimer: This module works for me, and I’m sharing it with you. If you shoot yourself in the foot with it and burn down your house in the process, it’s not my problem.
License:
GNU General Public License