Apache plugin to render .adoc on server side?
Posted by oddhack on
URL: https://discuss.asciidoctor.org/Apache-plugin-to-render-adoc-on-server-side-tp8132.html
Is there an Apache plugin which will translate .adoc to HTML on the fly and serve the rendered result, rather than the source markup? I've browsed the archives and web search without turning up obvious matches. The use case is to reflect an internal gitlab repository through Apache, conceptually similar to github.io, and rendering README.adoc in the webserver would be very helpful for this.
Of course individuals can install something like Asciidoctor.js Preview on the client side, but a lot of our users will be marketing people and lawyers who won't be up for that sort of thing.
Jon