Earthli started out in 1997 on an Apache 1.2.x server running on a Windows desktop in my office cubicle in New York. I set it up at the time with PHP 2.x and MySQL 3.x.
History
The default encoding at the time was to use the latin1 character set, which mapped to Windows-1252 and roughly corresponds to ANSI, which is somewhat standardized, but is platform-dependent for some characters (hence the moniker).
Over the years, I migrated to PHP 3.x, then 4.x. The migration to 5.x was a lot of work... [More]