On Mon, Mar 18, 2013 at 05:19:14PM -0700, Samson Ootoovak wrote: > So, given there is no Internet at Railscamp I have started downloading docs > and gems I anticipate needing. There are some online only docs though that > I would like to pull down before Railscamp. Anyone have a good tool (OSX > preferable) for downloading whole sites? > > Thanks in advance,
wget usually does a pretty good job of this. You might want to tweak the options, but `wget --mirror --convert-links http://site.com/` should get you started. Malc -- You received this message because you are subscribed to the Google Groups "WellRailed" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/wellrailed?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
