Talk:Main Page
From UHTS
[edit] Comments
To remove spam, install ReCaptcha - http://recaptcha.net
Configure it like this...
// No anonymous editing allowed (but 'view source' is OK) - No longer necessary #$wgGroupPermissions['*']['edit'] = false; #$wgGroupPermissions['*']['read'] = true; // Fix the default captcha behaviour $wgGroupPermissions['*' ]['skipcaptcha'] = false; $wgGroupPermissions['user' ]['skipcaptcha'] = true; $wgGroupPermissions['autoconfirmed']['skipcaptcha'] = true; $wgGroupPermissions['bot' ]['skipcaptcha'] = true; // registered bots $wgGroupPermissions['sysop' ]['skipcaptcha'] = true; $wgCaptchaTriggers['edit'] = true; $wgCaptchaTriggers['create'] = true; $wgCaptchaTriggers['createaccount'] = true;
[edit] Where are the packages?
Which BioC packages are used for UHTS, and where can I find them / their docs etc? I was looking around, but I didn't find them.
