An online editor like this does not exist (as far as I know of),
however the prior version of webgen had a thing called webgui which
allowed previewing and creating a webgen website with a browser instead
of the CLI.
Best regards,
Thomas
_______________________________________________
webgen-users mailing list
webgen...@rubyforge.org
http://rubyforge.org/mailman/listinfo/webgen-users
We have been working on a web frontend for webgen for 2 years now. It
has been used in production for about 1 year and can be considered as
stable. Our goal was to not only generate multilingual static websites
from one source tree, but also multilingual high quality PDF (via LaTeX)
and ebooks (output format EPUB and Kindle MOBI) from the same source tree.
The web interface is called Publishr. It also is a frontend for git for
robust multi-user collaboration, even users that are non-tech savy.
Publishr is a Rails web frontend for a commandline Ruby Gem which is
also called Publishr, which in turn depends on Webgen and Kramdown. The
ebook processing algorithms are custom.
The project page: http://red-e.eu/app/publishr
Michael