|
cvs: pearweb /cron load-chm.sh: msg#00095php.pear.core
mj Tue Oct 31 09:20:18 2006 UTC Modified files: /pearweb/cron load-chm.sh Log: * Download the Japanese version of the CHM manual, too. http://cvs.php.net/viewvc.cgi/pearweb/cron/load-chm.sh?r1=1.1&r2=1.2&diff_format=u Index: pearweb/cron/load-chm.sh diff -u pearweb/cron/load-chm.sh:1.1 pearweb/cron/load-chm.sh:1.2 --- pearweb/cron/load-chm.sh:1.1 Mon Oct 30 20:13:46 2006 +++ pearweb/cron/load-chm.sh Tue Oct 31 09:20:17 2006 @@ -3,8 +3,9 @@ cd /var/lib/pear/chm/ /usr/bin/env curl -s "http://pear.markwiesemann.eu/manual/pear_manual_{de,en,fr}.chm" -o "pear_manual_#1.chm.NEW" +/usr/bin/env curl -s "http://peardoc.m-takagi.org/chm/pear_manual_ja.chm" -o "pear_manual_ja.chm.NEW" -for LANG in de en fr; +for LANG in de en fr ja; do mv "pear_manual_${LANG}.chm.NEW" "pear_manual_${LANG}.chm" chmod 0644 "pear_manual_${LANG}.chm" -- PEAR CVS Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pearweb / package.xml: 00095, Greg Beaver |
|---|---|
| Next by Date: | Re: Re: [PEAR-CVS] cvs: pearweb /cron load-chm.sh: 00095, Martin Jansen |
| Previous by Thread: | Re: Re: [PEAR-CVS] cvs: pearweb /cron load-chm.shi: 00095, Martin Jansen |
| Next by Thread: | cvs: pear-core / make-gopear-phar.php /PEAR ChannelFile.php Command.php Config.php DependencyDB.php Downloader.php ErrorStack.php Registry.php /PEAR/Installer Role.php /PEAR/PackageFile v1.php v2.php /PEAR/PackageFile/v2 Validator.php /PEAR/Start CLI.php: 00095, Greg Beaver |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |