Re: [ANN] odt2apt maven plugin

2010-02-07 Thread Tommy Svensson
Hmm. I apparently suck att digging upp information at a site since all links both you and Dan gave me comes from http://maven.apache.org/doxia/doxia/ where I've looked twice now! But this is a good start. I will look into it. And looking at the code for the APT module is probably a good idea. Th

Re: [ANN] odt2apt maven plugin

2010-02-07 Thread Dan Tran
I never done any doxia dev work, but would http://maven.apache.org/doxia/developers/index.html#Create_a_New_Doxia_Module help? -D On Sun, Feb 7, 2010 at 10:12 AM, Tommy Svensson wrote: > I have no knowledge of maven internals. I did go to maven.apache.org/doxia, > but cannot find any documentat

Re: [ANN] odt2apt maven plugin

2010-02-07 Thread Lukas Theussl
Well, reading the source doesn't hurt, you know... ;) A lot of documentation for doxia is in the javadocs, see eg the sink (in doxia-sink-api [1]) and the parser (in doxia-core, [2]). Basically, all you need to do is create a new doxia module [3] with just a parser (a sink would be nice too b

Re: [ANN] odt2apt maven plugin

2010-02-07 Thread Tommy Svensson
I have no knowledge of maven internals. I did go to maven.apache.org/doxia, but cannot find any documentation on this internal doxia format or how to plugin to doxia in general. Where can I find information how this "sink" works, what I need to do to do what you suggest ? It would be relatively

Re: [ANN] odt2apt maven plugin

2010-02-07 Thread Dan Tran
+1 to get doxia to support odt -D On Sun, Feb 7, 2010 at 9:14 AM, Lukas Theussl wrote: > > I can't browse your source repository as I don't have hg but it sounds like > it should be easy now to turn this into a more general doxia parser. You > don't have to go via apt to generate your site/pdf,

Re: [ANN] odt2apt maven plugin

2010-02-07 Thread Lukas Theussl
I can't browse your source repository as I don't have hg but it sounds like it should be easy now to turn this into a more general doxia parser. You don't have to go via apt to generate your site/pdf, just parse your odt into a general sink instead of an apt, then any plugin (site/pdf/other...

[ANN] odt2apt maven plugin

2010-02-07 Thread Tommy Svensson
Hello, I recently used the maven site plugin for the first time, and really liked it. I however came to dislike the APT format rather quickly. I spent far too much time manually reformatting my paragraphs to make the source readable. I felt that it would be very nice to be able to document in O