I can't even work on SFML, so... no website/forum maintenance :-\
I've notice your activity is lower then usual, so I guess you're extremely busy. However some simple server changes are way easier than doing C++ design & development and take about the same amount of time, than browsing the forums. ;)
Redirect all traffic from HTTPS to HTTP with 301
Disallow the spiders from searching the HTTPS sites (robots.txt)
Where is the patch? :P
Where's the repository? :P
HTTPS to HTTP - Edit the .htaccess and add:
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule .* http://%{HTTP_HOST}%{REQUEST_URI}
Disallow WAP indexing - Create/edit a robots.txt
User-agent: *
Disallow: /forum/*PHPSESSID
Disallow: /forum/*wap
Disallow: /forum/*wap2
Disallow: /forum/*board=*wap
Disallow: /forum/*board=*wap2
Disallow: /forum/*topic=*wap
Disallow: /forum/*topic=*wap2
It's a matter of 5min or even less and would make googling the SFML forum (since you refuse/have no time to look into the internal search engine issue) more useful again.
HTTPS to HTTP - Edit the .htaccess and add:
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule .* http://%{HTTP_HOST}%{REQUEST_URI}
Disallow WAP indexing - Create/edit a robots.txt
User-agent: *
Disallow: /forum/*PHPSESSID
Disallow: /forum/*wap
Disallow: /forum/*wap2
Disallow: /forum/*board=*wap
Disallow: /forum/*board=*wap2
Disallow: /forum/*topic=*wap
Disallow: /forum/*topic=*wap2