- define http/ftp addresses, where the translation teams put their manuals (for online viewing and for downloads)
Do you mean it should be some centralized adress like "manuals-ftp-bla.php.net"?
Nope. Any ftp or www address. We just need a simple associative array, like:
$manual_sources = array( ... 'fr' => 'ftp://ftp.nexen.net/...', 'hu' => 'http://weblabor.hu/phpmanual/', ... );
The security of this staff is also important. What if we will be part of some middlemen attack, and some different files will end up on rsync.php.net, then what is on those servers?
Goba
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
