15. Mai 2023
While the asciidoc documentation has an answer to the question how to convert a Microsoft Word file to AsciiDoc, there is no hint on how to do that for ODT (OpenDocument aka LibreOffice or OpenOffice) files. Sure, one possibility is to safe it in word format and then use pandoc as sugested in the article […]
15. Mai 2023 · Documentation, Work
25. Juli 2017
Kurze Durchsage in eigener Sache : In der aktuellen Ausgabe der JavaAktuell, dem Magazin des iJUG e.V., findet sich mein Artikel „Lebendige Dokumentation mit AsciiDoctor“ (hier als PDF). Die JavaAktuell gibt es bei jedem größeren Bahnhofszeitschriftenhandel – zumindest an den Bahnhöfen wo ich es zuletzt verifizieren konnte Ich hoffe die Interpolation anhand dieser Stichproben ist […]
25. Juli 2017 · Software, Work
16. November 2016
Sometimes you want to have simple additional tasks in a build to generate certain output. A good example is generation of HTML or PDF from Asciidoctor. With the following example you can just do gradle pdf or gradle html to create the desired output – instead of changing the „backends“ property in the build.gradle back […]
16. November 2016 · Software, Work
8. Oktober 2015
Given you have created and given a presentation based on DZSlides (maybe powered by AsciiDoctor & Gradle ), you might have the need to publish it at one point. One of the most compatible way is to put the slides into a PDF, but that might not be as much obvious as you might expect. […]
14. April 2015
The slides from my talk at GreachConf: Find examples at Github: https://github.com/madmas/AsciidoctorGradle-Doc2Life MrHaki has written a nice wrap up of the Greach conference.
14. April 2015 · Software, Work