Source code extractor for asciidoctor

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Source code extractor for asciidoctor

wimalopaan
Hi all,

just assembled a bit of information about my (personal) source code extractor. Just visit

http://osscourse.sourceforge.net/

if you are interested.

The source code extractor is capable of

* extracting snipptes from source files
* consistent astyle formatting of the snippets
* omitting lines of source files
* generating auto-callout lists from source files

--
Wilhelm
Reply | Threaded
Open this post in threaded view
|

Re: Source code extractor for asciidoctor

mojavelinux
Administrator
Very cool work, Wilhelm! That takes the include snippets to the next level, something I've been wishing for ever since filing https://github.com/asciidoctor/asciidoctor/issues/89. Nice job!

Cheers,

-Dan

On Fri, May 1, 2015 at 5:33 AM, wimalopaan [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Hi all,

just assembled a bit of information about my (personal) source code extractor. Just visit

http://osscourse.sourceforge.net/

if you are interested.

The source code extractor is capable of

* extracting snipptes from source files
* consistent astyle formatting of the snippets
* omitting lines of source files
* generating auto-callout lists from source files

--
Wilhelm



If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Source-code-extractor-for-asciidoctor-tp3087.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Reply | Threaded
Open this post in threaded view
|

Re: Source code extractor for asciidoctor

wimalopaan
Thank you!

Just updated the documentation a little bit (but still missing some interesting parts ...).

--
 Wilhelm
Reply | Threaded
Open this post in threaded view
|

Re: Source code extractor for asciidoctor

wimalopaan
The source code extractor-tool moved (temporarily) to the following URL

http://wmgit.sourceforge.net/

and gets a little bit updated as well as the documentation is has been updated (but is still incomplete).

Furthermore the dependencies to some boost libs are removed with the exception of
the (header only) boost::algorithm::string library.

Feel free to check it out.

--
 Wilhelm