emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ox-epub
@ 2017-03-13 17:58 Mark Meyer
  2017-03-13 19:02 ` ox-epub Mark Meyer
  2017-03-14  9:24 ` ox-epub Rasmus
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Meyer @ 2017-03-13 17:58 UTC (permalink / raw)
  To: emacs-orgmode

Hi list,
I'm the author of ox-epub, which is a very recent extension to org-mode
to author EPUB files directly via the org export layer.

Pank (Rasmus) asked on Github, whether this could be part of org-mode.
I'm all for it. I gather this would be added to the lisp/contrib directory?

Are there any technical barriers to continuing development on ox-epub to
me? The legal stuff is not an issue to me.

Do you find the addition worthwile?

Speak your mind.

Cheers, Mark
-- 
  Mark Meyer
  mark@ofosos.org

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ox-epub
  2017-03-13 17:58 ox-epub Mark Meyer
@ 2017-03-13 19:02 ` Mark Meyer
  2017-03-14  9:24 ` ox-epub Rasmus
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Meyer @ 2017-03-13 19:02 UTC (permalink / raw)
  To: emacs-orgmode

Sorry, the code lives here: https://github.com/ofosos/ox-epub

Also available on MELPA.

Cheers, Mark

-- 
  Mark Meyer
  mark@ofosos.org

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ox-epub
  2017-03-13 17:58 ox-epub Mark Meyer
  2017-03-13 19:02 ` ox-epub Mark Meyer
@ 2017-03-14  9:24 ` Rasmus
  2017-03-16 20:03   ` ox-epub Nicolas Goaziou
  1 sibling, 1 reply; 5+ messages in thread
From: Rasmus @ 2017-03-14  9:24 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: alantyree

Hi Mark,

Thanks for your email.

Mark Meyer <mark@ofosos.org> writes:

> I'm the author of ox-epub, which is a very recent extension to org-mode
> to author EPUB files directly via the org export layer.

Thanks.  People have asked about direct epub exporting in the past.

> Pank (Rasmus) asked on Github, whether this could be part of org-mode.
> I'm all for it. I gather this would be added to the lisp/contrib directory?

Perhaps it could start in "contrib" until you, and others, are comfortable
with the quality of the code.  On the other hand, it might get more
testing if added directly to "lisp".

One thing that’d need to add in due course in documentation in the manual.

> Are there any technical barriers to continuing development on ox-epub to
> me? The legal stuff is not an issue to me.

I think you wrote that you are already in the process of assigning
copyright for this work to FSF, right?

> Do you find the addition worthwile?

I do.  Nicloas will probably chim in.

Thanks,
Rasmus

-- 
Er du tosset for noge' lårt!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ox-epub
  2017-03-14  9:24 ` ox-epub Rasmus
@ 2017-03-16 20:03   ` Nicolas Goaziou
  2017-03-17  9:32     ` ox-epub Rasmus
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Goaziou @ 2017-03-16 20:03 UTC (permalink / raw)
  To: Rasmus; +Cc: Bastien Guerry, emacs-orgmode, alantyree

Hello,

Rasmus <rasmus@gmx.us> writes:

> Mark Meyer <mark@ofosos.org> writes:
>
>> I'm the author of ox-epub, which is a very recent extension to org-mode
>> to author EPUB files directly via the org export layer.
>
> Thanks.  People have asked about direct epub exporting in the past.
>
>> Pank (Rasmus) asked on Github, whether this could be part of org-mode.
>> I'm all for it. I gather this would be added to the lisp/contrib directory?
>
> Perhaps it could start in "contrib" until you, and others, are comfortable
> with the quality of the code.  On the other hand, it might get more
> testing if added directly to "lisp".
>
> One thing that’d need to add in due course in documentation in the
> manual.

Nowadays, moving a package to contrib/ only makes sense if it is meant
to ultimately be included in core. Otherwise, GNU ELPA is just as fine.

As Rasmus pointed out, documentation is mandatory for inclusion in core.

Also, you need write access on Org repository so as to be able to
maintain "ox-epub.el" from there.

>> Are there any technical barriers to continuing development on ox-epub to
>> me? The legal stuff is not an issue to me.
>
> I think you wrote that you are already in the process of assigning
> copyright for this work to FSF, right?
>
>> Do you find the addition worthwile?
>
> I do.  Nicloas will probably chim in.

I have not looked at the code, but the idea sounds nice.

However, IIRC, Bastien (Cc'ed) was reluctant to add more export
back-ends, back when I wanted to move ox-koma-letter to core. He might
want to have his word on the subject.

Thank you for sharing your work.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ox-epub
  2017-03-16 20:03   ` ox-epub Nicolas Goaziou
@ 2017-03-17  9:32     ` Rasmus
  0 siblings, 0 replies; 5+ messages in thread
From: Rasmus @ 2017-03-17  9:32 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: mark

Hi,

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Nowadays, moving a package to contrib/ only makes sense if it is meant
> to ultimately be included in core. Otherwise, GNU ELPA is just as fine.

An exporter is core is much more useful IMO, but I’m a big fan of
batteries included.

> As Rasmus pointed out, documentation is mandatory for inclusion in core.
>
> Also, you need write access on Org repository so as to be able to
> maintain "ox-epub.el" from there.


>>> Are there any technical barriers to continuing development on ox-epub to
>>> me? The legal stuff is not an issue to me.
>>
>> I think you wrote that you are already in the process of assigning
>> copyright for this work to FSF, right?
>>
>>> Do you find the addition worthwile?
>>
>> I do.  Nicloas will probably chim in.
>
> I have not looked at the code, but the idea sounds nice.


At the moment, ox-epub.el still needs to mature a bit, as it behaves a bit
differently from other exporters.  However, Mark seems to have a good
domain knowledge of what an epub is, so hopefully we could make it work.

I think Alan Tyree has agreed to help test it with "real-world" books
later, if necessary.

> However, IIRC, Bastien (Cc'ed) was reluctant to add more export
> back-ends, back when I wanted to move ox-koma-letter to core. He might
> want to have his word on the subject.

AFAIR there's also some issues with the copyright status of
ox-koma-letter.  (I could ping Viktor to hear if anything happened re
this).

Rasmus

-- 
A page of history is worth a volume of logic

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-17  9:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-13 17:58 ox-epub Mark Meyer
2017-03-13 19:02 ` ox-epub Mark Meyer
2017-03-14  9:24 ` ox-epub Rasmus
2017-03-16 20:03   ` ox-epub Nicolas Goaziou
2017-03-17  9:32     ` ox-epub Rasmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).