openzim / zim-requests

Want a new ZIM file? Propose ZIM content improvements or fixes? Here you are!
https://farm.openzim.org
35 stars 2 forks source link

New request: OEIS (The On-Line Encyclopedia of Integer Sequences) #1107

Open tdeitch opened 2 weeks ago

tdeitch commented 2 weeks ago
RavanJAltaie commented 2 weeks ago

Recipe created https://farm.openzim.org/recipes/oeis.org_en_all I'll update the library link once ready

RavanJAltaie commented 1 week ago

The recipe was taking 7 days to scrape 11%, I've stopped it an re-run it again.

benoit74 commented 1 week ago

There is a mediawiki at https://oeis.org/wiki/

We cannot scrape mediawiki websites with zimit unless very special configuration is put in place (and this is not even recommended).

There is 49 languages supported, I don't get why we create only one ZIM.

The website seems to be centered around a search boxes to search for integer sequences. These search functionalities are not going to work inside the ZIM, they need an online server. Are we sure the ZIM will still be usable without this search box? (I doubt it will, at least not as-is with zimit, or we need to find proper home page).

Some "sub-sites" like https://oeis.org/play and https://oeis.org/plot2.html (and maybe others, I did not investigated all of them) are not going to work, they need a server to generate the audio file based on user input.

To move forward, we need to more precisely define:

benoit74 commented 1 week ago

Note: task e130bc44-0dfc-4901-ba92-1cf894731d05 is marked as succeeded, but in fact the crawler crashed with "Browser disconnected (crashed?), interrupting crawl" message, the ZIM is not usable.

RavanJAltaie commented 3 days ago

What about changing the the website to: https://oeis.org/wiki/Welcome ? @benoit74 I think this it the target in the request?

benoit74 commented 3 days ago

I don't know