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/Lynx; +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 page /other-document.html (HTTP 307 Temporary Redirect)
if(strpos($_SERVER['HTTP_USER_AGENT'],'Textee'))
{
header('Location: /other-document.html',true,307);
}
?>
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.