|
cvs: pearweb /cron load-chm.sh: msg#00089php.pear.core
mj Mon Oct 30 20:13:46 2006 UTC Added files: /pearweb/cron load-chm.sh Log: * Added script to load the CHM version of the manual from Mark Wiesemann's build box. http://cvs.php.net/viewvc.cgi/pearweb/cron/load-chm.sh?view=markup&rev=1.1 Index: pearweb/cron/load-chm.sh +++ pearweb/cron/load-chm.sh #!/bin/sh 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" for LANG in de en fr; do mv "pear_manual_${LANG}.chm.NEW" "pear_manual_${LANG}.chm" chmod 0644 "pear_manual_${LANG}.chm" done |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pearweb / package.php package.xml /include pear-rest.php: 00089, Greg Beaver |
|---|---|
| Next by Date: | Re: [PEAR-CVS] cvs: pearweb /cron load-chm.sh: 00089, TAKAGI Masahiro |
| Previous by Thread: | cvs: pearweb / package.php package.xml /include pear-rest.phpi: 00089, Greg Beaver |
| Next by Thread: | Re: [PEAR-CVS] cvs: pearweb /cron load-chm.sh: 00089, TAKAGI Masahiro |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |