robisonsantos / evm

Erlang Version Manager
117 stars 28 forks source link

fix list_available_erl_versions, wget all the way down #12

Closed schnittchen closed 8 years ago

schnittchen commented 9 years ago

I wanted to get rid of the dependency to lynx by replacing it with something more common. Obviously, doc fixes are still pending, also $AUTH is not supported. I can figure that out.

It looks like parsing the site has been broken before, so I did my best to fix that as well.

schnittchen commented 9 years ago

Given that evm already depends on wget, maybe using wget here is a better choice...