Actually, the more correct question should be, "how to make it work with Scrivener" as I think this project more like command-line build tool (make/ant/sbt) and Scrivener being the IDE. And I'm also interested to know the answer :)
You should lose the -project part of the URL, and maybe brush up the UI for the webpage a bit. Other than that, sounds like an awesome app for writers.
If I'm reading the license, which the README says is MIT but actually is a modified version of the MIT license, correctly it means anything you publish that is created using the software has to be published under the MIT license.
"You must publish your work as open source under the very same conditions."
Yeah the license wording is very unclear but in the docs he tries to clarify. From the docs:
You must publish your work under the very same conditions. This means that other people could use and profit from your derived work.
In any case, you are the sole proprietor of the books published with easybook, including all the copyright and related rights applicable in your country of residence. You are not obliged to share these works in any way, even if you benefit from them financially.
This seems perfect for a project I'm planning to start soon. Any chance of supporting epub/mobi formats in the near future? The licensing is also a concern. If the creator wanted a copyleft license, why not just go with the GPL with additional clauses? People already have certain expectations the moment they see a BSD or MIT license. Slightly misleading, if you ask me.
First, thank you all for your comments and suggestions.
1. You are right about the license. It’s (unintentionally) misleading. I’ll change it soon to pure MIT license.
2. @okal, @Turing_Machine: yes, ePub will be supported and more formats will follow.
3. @gnufs: it uses PrinceXML for PDF publishing because it’s, by far, the best library I’ve found for HTML to PDF conversion. Do you know any other free/open-source library with the same or superior features?
4. @mrleinad: yes, I’d love to use a shorter and cleaner URL; but it’s really tough to find a good and unregistered domain with the word “book”.
re (3): I have used the headless webkit engine to render high quality PDFs from HTML in the past. It's free. See: https://code.google.com/p/wkhtmltopdf/
Thanks for your reference. I'll try it, but after reading its documentation I'm afraid it doesn't have support for the much needed and non-standard CSS properties invented by PrinceXML (http://princexml.com/doc/8.0/properties/)
I've had decent sucess with pandoc (http://johnmacfarlane.net/pandoc/). MutiMarkdown also allows you to put raw LaTeX inline if you specify the right flags.
20 comments
[ 4.6 ms ] story [ 39.6 ms ] thread"You must publish your work as open source under the very same conditions."
https://github.com/javiereguiluz/easybook/blob/master/LICENS...
IMO MIT should mean MIT, not a modified form of GNU.
It can publish HTML without it though.
1. You are right about the license. It’s (unintentionally) misleading. I’ll change it soon to pure MIT license.
2. @okal, @Turing_Machine: yes, ePub will be supported and more formats will follow.
3. @gnufs: it uses PrinceXML for PDF publishing because it’s, by far, the best library I’ve found for HTML to PDF conversion. Do you know any other free/open-source library with the same or superior features?
4. @mrleinad: yes, I’d love to use a shorter and cleaner URL; but it’s really tough to find a good and unregistered domain with the word “book”.