diff --git a/gitbook alternatives.md b/gitbook alternatives.md new file mode 100644 index 0000000..cb8a82c --- /dev/null +++ b/gitbook alternatives.md @@ -0,0 +1,38 @@ +# gitbook + + * + * CLI to build book from Markdown/AsciiDoc files + * Moved to platform-based model; still usable but not maintained any more + * JavaScript/nodejs + +# MDBook + + * + * Developed to be a successor to gitbook + * Binaries compiled from Rust + * Mature enough? + +# bookdown + + * + * R package + * Output to HTML, PDF + * Many sample books + +# pandoc + + * Most bare-bones solution + * + +# Softcover + + * + * Markdown + PolyTeX => HTML, LaTeX, PDF, etc. + * in Ruby + * Example: https://manual.softcover.io/book + +## Resources + + * Markdown tutorial: + * More solutions: + * Hartl's Tenth Rule of Typesetting: Any sufficiently complicated typesetting system contains an ad hoc, informally specified, bug-ridden, slow implementation of half of LaTeX :) \ No newline at end of file