RustBooks icon indicating copy to clipboard operation
RustBooks copied to clipboard

Some ideas for this project

Open simonsan opened this issue 2 years ago • 2 comments

I think it would be nice to:

  • Create a new release every time a new book is added/something significant changes (for watching this repository, subscribing to updates)

  • have a more interactive way of discovering the books

    • for this it might be worth to either create a book with mdbook and have a chapter for each book
    • or create a website and store the information within a books.json and give each book a category (concurrency, beginners, etc.) so we could apply filters to it
    • would make a great starting (meaning a lower entry barrier) resource for the community like that

@sger How do you feel about it? Would love to help if you need it. 👍🏽

simonsan avatar Dec 29 '22 18:12 simonsan

cool suggestions @simonsan feel free to open a PR with the suggestions.

sger avatar Jan 28 '23 16:01 sger

Just adding my 2 cents. I've not played around with RSS much but maybe that could also work? I don't know if mdbook supports RSS but zola does. I've not used RSS with it but I know that it has it to publish notification for like blog posts and so on, maybe that might be an option as well. If you think this approach would be good I can look more into the RSS with zola.

c-git avatar Jan 28 '23 17:01 c-git