javiereguiluz / easybook

Book publishing as easy as it should be (built with Symfony components)
https://easycorp.io/EasyBook
Other
754 stars 81 forks source link

The elements author, about me not rendered in example also. #108

Closed harikt closed 11 years ago

harikt commented 11 years ago

The elements author, about me not rendered in example also.

- { element: author, content: about-me.md }

The acknowledgement also not rendered.

- { element: acknowledgement, content: thanks.md }
javiereguiluz commented 11 years ago

If your error refers to books published as PDF, EPUB, MOBI or HTML, I cannot reproduce your problem because the content is displayed as expected. Please, provide some more information about the error.

If the error report refers to books published as websites, you are right. Until now, easybook only displayed chapters and appendices in the website index. As there is no reason to do this, I've changed completely this behaviour. Books published as websites now display all their contents.

This is the commit that fixes this problem: https://github.com/javiereguiluz/easybook/commit/4613c949f2dd6ac26c6a9778b73fead0582a06dc

harikt commented 11 years ago

Yes the book was published as a website and is online https://github.com/harikt/the-book-on-aura

Source code : https://github.com/harikt/the-book-on-aura

Is there any open-source platform that supports creating pdf in easybook ?

javiereguiluz commented 11 years ago

@harikt I'm afraid that I don't know any open source alternative to PrinceXML with a similar quality level.

Fortunately, you can download a fully-functional demo version of PrinceXML for free at http://www.princexml.com/download/

Purus commented 10 years ago

The one here (https://github.com/antialize/wkhtmltopdf) is a good alternative for PrinceXML.