Rather-technical informations about TextMirror in the Q/A form.
<3 FLOSS, basic names:
OS: GNU/Linux
Distribution: Ubuntu Server
Web server: Apache
Scripts: mainly PHP
Stats script: eStats
We are using elementary Icons v2.2 by Daniel Foré with some small modifications.
We call him Textee, UAString: Mozilla/5.0 (compatible; Textee/1.0; +http://textmirror.net/webmasters)
And why Firefox does? Because Firefox and Textee are not robots - both just blindly follow user's request.
By UAString, with the standard HTTP headers - example code in PHP:
<?php
# Redirect Textee to other-document.html
if(strstr($_SERVER['HTTP_USER_AGENT'],'Textee')!==false)
{
header('HTTP/1.1 307 Temporary Redirect');
header('Location: other-document.html');
header('Connection: close');
}
?>
Yes, API and manual for it.
Is it male ladybug :-D ? OK, seriously now - we are really very interested in any bugs, that you may uncover. If you find a bug, please e-mail us direct to: - we won't ignore any message!
Only one mirror - repeating request will update the existing mirror.