On 22/07/2013 4:10 AM, Guenter Milde wrote:
On 2013-07-22, Josh Hieronymus wrote:
Second, is there a tutorial
serves as a gentle introduction to Python scripting for LyX? I've not
worked with Python and C++ in the same project before, so I'm not really
sure how to get them to work togethe
On 2013-07-22, Josh Hieronymus wrote:
...
> Second, is there a tutorial
> serves as a gentle introduction to Python scripting for LyX? I've not
> worked with Python and C++ in the same project before, so I'm not really
> sure how to get them to work together, especially when you consider issues
>
Pavel Sanda wrote:
> we already have working library for zipping files as a part of LyX and commit
> history might even contain much more generic solution written some time back
> by
> Bo Peng as a part of bundled lyx format feature (and reverted later;).
You can check commits around
a095d0d785ca
Josh Hieronymus wrote:
> I was thinking of using the existing C++ routines to generate the XHTML,
> and then using Python to generate the additional necessary files, which are
> mostly XML files with metadata and manifest info, as well as to pack the
> files.
My point was just that you shouldn't u
On Sun, Jul 21, 2013 at 10:19 PM, Pavel Sanda wrote:
> Josh Hieronymus wrote:
> > Since an ePub file is pretty much a zipped file with XHTML and a few
> simple
> > files, I was thinking that it might be easiest to use Python to create
> > them.
>
> If it comes to packing you might be interested t
Josh Hieronymus wrote:
> Since an ePub file is pretty much a zipped file with XHTML and a few simple
> files, I was thinking that it might be easiest to use Python to create
> them.
If it comes to packing you might be interested to see our lyxpak.py script.
I'm not sure what you mean by 'create';
On Sun, Jul 21, 2013 at 8:58 PM, Pavel Sanda wrote:
> Josh Hieronymus wrote:
> > I have two questions for everyone. First, is there a simple command to
> use
> > Doxygen to produce HTML documenting all of (or most of, or at least much
> > of) LyX? I think it would really help me have an easier ti
Josh Hieronymus wrote:
> I have two questions for everyone. First, is there a simple command to use
> Doxygen to produce HTML documenting all of (or most of, or at least much
> of) LyX? I think it would really help me have an easier time knowing how
make doxydoc, if you have graphviz, you will get
Hi everyone,
I have two questions for everyone. First, is there a simple command to use
Doxygen to produce HTML documenting all of (or most of, or at least much
of) LyX? I think it would really help me have an easier time knowing how
the different parts of code are all related. Second, is there a