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 new easybook roadmap #137

Closed javiereguiluz closed 1 year ago

javiereguiluz commented 10 years ago

After some months of very slow development, I can finally start again improving easybook. This is the planned roadmap for the coming months:

hhamon commented 10 years ago

Here is a really interesting extensible Markdown alternative:

https://github.com/kzykhys/Ciconia

There are some comparative benchmarks done by the original author.

http://kzykhys.com/blog/benchmarked-markdown-parsers-written-in-php/

Cheers.

Purus commented 10 years ago

+1:

Happy to see your point on PrinceXML alternative.

Some options to consider are : http://wkhtmltopdf.org/ - The best http://www.pdflib.com/

javiereguiluz commented 10 years ago

@hhamon thanks for the reference! I used it a few months ago and I abandoned it because it wasn't really compatible with the Markdown test suite. However, I'm impressed with its features, extensibility and development activity, so I'm really thinking about Ciconia when replacing PHP-Markdown.

magabriel commented 10 years ago

Hi, Javier!! It's really good to see you back to easybook.

A few months ago I used easybook as a starting point to build a system to publish some non-technical books. In the end it evolved as a true extension (not fork!!), so may be you can find some of it useful enough to fit in the new roadmap. By the way, it implements a more flexible plugin and theme system.

https://github.com/magabriel/trefoil

And thanks for the inspiration and all the work!!.

-- Miguel Ángel Gabriel --

2014-04-03 20:17 GMT+02:00 Javier Eguiluz notifications@github.com:

After some months of very slow development, I can finally start again improving easybook. This is the planned roadmap for the coming months:

  • Short term:
    • Add a true theme and plugin system
    • Release the 5.0 stable version.
    • Medium term:
    • Achieve syntax/features parity with Leanpub
    • Work on some high quality themes
    • Work on some useful plugins
    • Long term:
    • Consider alternatives for PrinceXML
    • Consider alternatives for PHP-Markdown library
    • Add support for reStructuredText as input format
    • Add support for HTML as input format

— Reply to this email directly or view it on GitHubhttps://github.com/javiereguiluz/easybook/issues/137 .

javiereguiluz commented 10 years ago

@magabriel I will definitely check out your project! Thanks for the reference and for all your past work with bugfixes and improvements.

eulerss commented 10 years ago

Es bueno escuchar que se retomará el proyecto (liberar nuevas funcionalidades más rápido). He utilizado easybooks y francamente es una de las mejores opciones para realizar la documentación.

Si necesitas cualquier tipo de ayuda (traducción, revisión, pruebas funcionales, etc) te puedo ayudar.

Esperemos pronto ver la primer fase del roadmap terminada.

Saludos

Purus commented 9 years ago

Hi,

Any thoughts or change in priority for alternatives on price-xml?