Re: Apache plugin to render .adoc on server side?
Posted by
mojavelinux on
URL: https://discuss.asciidoctor.org/Apache-plugin-to-render-adoc-on-server-side-tp8132p8135.html
Jon,
I'm not aware of one. In the case of GitLab, I know that it already supports rendering .adoc files using github/markup (which, in turn, uses Asciidoctor).
For something more low-level, I imagine the specification effort will help with this as we could see a C implementation out of it. That's going to integrate a lot better with Apache httpd. Integrations will be something the working group will help advocate for and promote.
Best Regards,
-Dan
On Fri, Jul 31, 2020 at 7:57 PM oddhack [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
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
--