openzim / librechef

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

Topics have no information attached to them #16

Open rgaudin opened 3 years ago

rgaudin commented 3 years ago

On Libretexts, many topics, such as Bookshelves have information attached to them : those are usually large descriptions, sometimes with links.

The problem is that we use this tree as a topic tree in kolibri which serves only navigation. So in Kolibri, there is no such thing as information attached to a topic. Topic do have a description field that we could use but it's maxed at 200 characters.

@kelson42 @Popolechien we should discuss how to address this issue.

Popolechien commented 3 years ago

Adding @miniland1333 to this conversation.

Miniland1333 commented 3 years ago

Hmm unless you modify TopicNode in some way I'm not sure how to get around this limitation.

Do you happen to have a different method than kolibri2zim to get files scraped and into a zim file? I assume that might be more flexible than using Kolibri as an intermediate format.

kelson42 commented 3 years ago

Solution strategy is:

kelson42 commented 3 years ago

Upstream ticket https://github.com/learningequality/studio/issues/3056