jguepin / Manpages

Manpages is an Android application which allows to display GNU/Linux manpages. It is developed with Java.
12 stars 2 forks source link

Cannot download manpages for offline viewing #5

Open robinpaulson opened 9 years ago

robinpaulson commented 9 years ago

Hi, I tried to store the manpages offline, but they would not download. I checked out the source, and according to this line: https://github.com/chmod0/Manpages/blob/master/src/com/chmod0/manpages/ManualActivity.java#L244 it appears to be looking for a file at this location: https://dl.dropboxusercontent.com/u/2755540/manpages.zip but there is nothing there

Did you reorganise your Dropbox account? If so, could you either change the code to reflect the new location, or put the file back up at the correct address? Also, could you provide info on how you created that file, so others can do the same? Cheers.

jguepin commented 9 years ago

Hello @robinpaulson, thanks for reporting the issue! Sorry about that, I had to remove the file from my Dropbox, as my account was limited due to this file... I forgot it was used by the Android app :disappointed: I will look into that when I have some time!

teod0r commented 7 years ago

Still isn't working. Online viewing of manpages isn't working too.

robinpaulson commented 7 years ago

If we could get hold of the manpages.zip (or info on how to create it/its structure), I'd be happy to submit pull requests to fix the issue. Maybe we could bundle the data with it if it's not too big?