openzim / librechef

Sushi Chef script for importing sushi-chef-libretext content
MIT License
1 stars 0 forks source link

Have hashed paths to avoid long paths #5

Closed satyamtg closed 4 years ago

satyamtg commented 4 years ago

This uses xxhash to hash paths in order to mitigate the risk of having very long names due to slugification (which is removed here).

rgaudin commented 4 years ago

Could you use a function to do this automatically? Looks like reusing the same combination of functions multiple times.

satyamtg commented 4 years ago

Could you use a function to do this automatically? Looks like reusing the same combination of functions multiple times.

Have done that. Also tested for a while.