On Fri, 15 Aug 2003 12:27:41 +0200 Gabor Hojtsy <[EMAIL PROTECTED]> wrote:
> >> - 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/', > ... > ); Maybe it's better to have one ftp-server for such stuff? Many of FTP's will produce more head ache, of course. Teams need just to upload newly build manual to this ftp-server - imho this is more convenient solution for all. Am I wrong? --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
