<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thanks, André!<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Bruno<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 30, 2015 at 11:54 AM, Andr3 Castr0 <span dir="ltr"><<a href="mailto:andre@andrecastro.info" target="_blank">andre@andrecastro.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><span class="">
<br>
<br>
<div>On 06/29/2015 11:27 PM, Mick FM wrote:<br>
</div>
<blockquote type="cite">
<br>
<br>
<div>On 29/06/15 21:34, Bruno Ruviaro
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hi Mick,<br>
<br>
</div>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif">The current
version of the Ardour tutorial is a collection of markdown
files on GitHub (<a href="https://github.com/brunoruviaro/ardour3-floss-tutorial/" target="_blank">https://github.com/brunoruviaro/ardour3-floss-tutorial/</a>),
with associated images saved in a separate folder. Is there
a way to import this back into booktype? I'd like to give it
a try.<br>
<br>
</div>
</div>
</blockquote>
<br>
A quick google shows that markdown files can be converted to epub
files using pandoc tool. I can remember doing that. <br>
But I'm not sure how pandoc would handle a series of files or know
what order they are in. <br>
<br>
Can anyone on this list help? If not it may be one for the 80cc
mailing list. <br>
<br>
</blockquote></span>
For pandoc to export to epub(2 and 3) all the source text files must
be assembled onto one single file. But it is simple a
concatenation.<br>
Something like: $ for i in folder/*.md; do cat $i >> <a href="http://book.md" target="_blank">book.md</a>;
done<br>
If you have footnotes or metadata in each markdown, scripts have to
reorganize them in new file, but it is also simple.<br>
<br>
In pandoc's conversion to epub, you must indicate at what level you
want the chapters to be generate: heading 1 or 2.<br>
But it is essentially that.<br>
<br>
I have assembled a series of simple scripts, triggered by a
makefile, to perform this (and other) conversion.<br>
Fell welcome to use<br>
<a href="https://gitlab.com/DigitalPublishingToolkit/Hybrid-Publishing-Resources/tree/master" target="_blank">https://gitlab.com/DigitalPublishingToolkit/Hybrid-Publishing-Resources/tree/master</a><br>
<br>
hope it helps<br>
<blockquote type="cite"><span class="">
I think I saw you were using jekyll to generate pages. <br>
If so, these links may also help. <a href="https://github.com/glejeune/jekyll-epub" target="_blank">https://github.com/glejeune/jekyll-epub</a><br>
<a href="https://github.com/lmullen/jekyll-ebook" target="_blank">https://github.com/lmullen/jekyll-ebook</a><br>
<br>
<blockquote type="cite">
<div dir="ltr">
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif">There was a
major release of Ardour just this month (from 3.5 to 4.0),
so at some point this Summer we'll update the tutorial to
Ardour 4.0. This would be a good time to test and see if it
makes sense to move the Ardour tutorial from its current
GitHub location.<br>
<br>
</div>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Side
question: can booktype export content as markdown files, if
needed?<br>
</div>
<br>
</div>
</blockquote>
I think that may be easier by exporting an epub from Booktype and
feeding it to pandoc to create mark up. <br>
<br>
If you manage to create an epub let me know and we can test the
next stages. <br>
<br>
nice one<br>
Mick<br>
<br>
<pre cols="72">--
Mick Chesterman - <a href="mailto:mick@flossmanuals.net" target="_blank">mick@flossmanuals.net</a>
mickfuzz [skype]
@onefuzzyduck [twitter]
<a href="http://clearerchannel.org" target="_blank">http://clearerchannel.org</a> - training and freelance work
<a href="http://flossmanuals.net" target="_blank">http://flossmanuals.net</a> - Free Manuals for Free Software</pre>
<br>
<fieldset></fieldset>
<br>
</span><span class=""><pre>_______________________________________________
Discuss mailing list
<a href="mailto:Discuss@lists.flossmanuals.net" target="_blank">Discuss@lists.flossmanuals.net</a>
<a href="http://lists.flossmanuals.net/listinfo.cgi/discuss-flossmanuals.net" target="_blank">http://lists.flossmanuals.net/listinfo.cgi/discuss-flossmanuals.net</a>
</pre>
</span></blockquote>
<br>
</div>
<br>_______________________________________________<br>
Discuss mailing list<br>
<a href="mailto:Discuss@lists.flossmanuals.net">Discuss@lists.flossmanuals.net</a><br>
<a href="http://lists.flossmanuals.net/listinfo.cgi/discuss-flossmanuals.net" rel="noreferrer" target="_blank">http://lists.flossmanuals.net/listinfo.cgi/discuss-flossmanuals.net</a><br>
<br></blockquote></div><br></div>