openzim / nautilus

Turns a collection of documents into a browsable ZIM file
GNU General Public License v3.0
19 stars 14 forks source link

How do we determine the order in which files appear #32

Closed Popolechien closed 2 years ago

Popolechien commented 2 years ago

Looking at the zimgit-collection.json I see that the order should be

  1. Three Days Emergency Preparedness,
  2. 3 month supply of food, and
  3. Water purification (and so on)

but when opening the file I get

  1. Three Days Emergency Preparedness",
  2. 3 month supply of food", and
  3. How-to-Find-Your-Way

With Water purification being much farther down. I can't figure out any alphabetical order either, so I'm rather curious on how we should game the system to make sure we have docs coming in the right order

rgaudin commented 2 years ago

Use the --no-random option of the scraper ; that is exposed in the zimfarm.

Popolechien commented 2 years ago

Well --no-random was, in fact, already enabled.

So either it did not work and we have a bug, or ??