[horde] mirroring pear.horde.org reg.

ANANT S ATHAVALE asa at isac.gov.in
Thu Mar 22 10:27:59 UTC 2012


Dear All,

Finally, I succeeded in mirroring pear.horde.org using wget itself.  I  
could upgrde also.  I have written a script to download the required  
files.  I am attaching the relevant script and files.  Hope this may  
be useful at least someone.  I could not use minipear as it might not  
work behind proxy.

-- 
Anant S Athavale,

------------------------------------------------------------------------------
Confidentiality Notice: This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
------------------------------------------------------------------------------

-------------- next part --------------
#wget -r --no-cache http://pear.horde.org/
#wget -r --no-cache http://pear.horde.org/channel.xml
#wget -r --no-cache http://pear.horde.org/rest/c/categories.xml
#wget -r --no-cache http://pear.horde.org/rest/c/Default/info.xml
#wget -r --no-cache http://pear.horde.org/rest/m/allmaintainers.xml
#wget -r --no-cache http://pear.horde.org/rest/p/packages.xml

#for i in `cat files`
#do 
#	wget -r --no-cache http://pear.horde.org/rest/p/$i/info.xml
#	wget -r --no-cache http://pear.horde.org/rest/p/$i/maintainers.xml
#	wget -r --no-cache http://pear.horde.org/rest/p/$i/maintainers2.xml
#	wget -r --no-cache http://pear.horde.org/rest/r/$i/allreleases.xml
#	wget -r --no-cache http://pear.horde.org/rest/r/$i/allreleases2.xml
#	wget -r --no-cache http://pear.horde.org/rest/r/$i/latest.txt
#	wget -r --no-cache http://pear.horde.org/rest/r/$i/stable.txt
#	wget -r --no-cache http://pear.horde.org/rest/r/$i/beta.txt
#	wget -r --no-cache http://pear.horde.org/rest/r/$i/alpha.txt
#	wget -r --no-cache http://pear.horde.org/rest/r/$i/devel.txt
#	wget -r --no-cache http://pear.horde.org/rest/r/$i/0.1.2.xml
#	wget -r --no-cache http://pear.horde.org/rest/r/$i/v2.0.1.2.xml
#	wget -r --no-cache http://pear.horde.org/rest/r/$i/package.0.1.2.xml
#	wget -r --no-cache http://pear.horde.org/rest/r/$i/deps.0.1.2.txt
#done
#for i in `cat mfiles`
#do	
#	wget -r --no-cache http://pear.horde.org/rest/m/$i/info.xml
#done

for i in `cat files`
do
	version=`cat /home/asa/pear/pear.horde.org/rest/r/$i/stable.txt`
        extn1="$i/$version.xml"
        extn2="$i/v2.$version.xml"
        extn3="$i/$version.xml"
        extn4="$i/package.$version.xml"
        extn5="$i/deps.$version.txt"
	wget -r --no-cache http://pear.horde.org/rest/r/$extn1
	wget -r --no-cache http://pear.horde.org/rest/r/$extn2
	wget -r --no-cache http://pear.horde.org/rest/r/$extn3
	wget -r --no-cache http://pear.horde.org/rest/r/$extn4
	wget -r --no-cache http://pear.horde.org/rest/r/$extn5
done
-------------- next part --------------
horde_activesync
horde_alarm
horde_argv
horde_auth
horde_autoloader
horde_autoloader_cache
horde_browser
horde_cache
horde_cli
horde_cli_modular
horde_compress
horde_constraint
horde_controller
horde_core
horde_crypt
horde_data
horde_datatree
horde_date
horde_date_parser
horde_db
horde_editor
horde_exception
horde_feed
horde_form
horde_group
horde_history
horde_http
horde_icalendar
horde_image
horde_imap_client
horde_imsp
horde_injector
horde_itip
horde_kolab_cli
horde_kolab_format
horde_kolab_server
horde_kolab_session
horde_kolab_storage
horde_ldap
horde_lock
horde_log
horde_logintasks
horde_mail
horde_memcache
horde_mime
horde_mime_viewer
horde_nls
horde_notification
horde_oauth
horde_pdf
horde_pear
horde_perms
horde_prefs
horde_rdo
horde_release
horde_role
horde_routes
horde_rpc
horde_scheduler
horde_scribe
horde_secret
horde_serialize
horde_service_facebook
horde_service_twitter
horde_service_urlshortener
horde_service_weather
horde_sessionhandler
horde_share
horde_spellchecker
horde_sql
horde_stream_filter
horde_stream_wrapper
horde_support
horde_syncml
horde_template
horde_test
horde_text_diff
horde_text_filter
horde_text_filter_csstidy
horde_text_flowed
horde_thrift
horde_token
horde_translation
horde_tree
horde_url
horde_util
horde_vfs
horde_view
horde_xml_element
horde_xml_wbxml
horde_yaml
ansel
content
gollem
groupware
horde
imp
ingo
kronolith
mnemo
nag
passwd
timeobjects
turba
webmail
whups
wicked
-------------- next part --------------
bklang
chuck
jan
mnaberez
mrubinsk
slusarz
wrobel


More information about the horde mailing list