You-dont-know-js: [Question] Can I fork this repository and host it myself?

Created on 26 Mar 2018  路  2Comments  路  Source: getify/You-Dont-Know-JS

I've seen the License and I'm aware that i can only share your work.
I'm thinking of making a open source online library of free books.
The Site will be totally non-profit and free to everyone.
Can i add your book?

Most helpful comment

Depends on how (in what format) people would be accessing the books. People can fork the repo as much as they want, and display digitally in the rendered-markdown as github does. But it's against my license with O'Reilly for people to create a digital ebook (PDF, etc) for distribution.

All 2 comments

Depends on how (in what format) people would be accessing the books. People can fork the repo as much as they want, and display digitally in the rendered-markdown as github does. But it's against my license with O'Reilly for people to create a digital ebook (PDF, etc) for distribution.

No, it would be shown as a rendered markdown. Markdown will converted into html and then it'll be shown to people.

Was this page helpful?
0 / 5 - 0 ratings