hi there,
On Tuesday, May 16, 2017 at 12:28:37 PM UTC+2, Luis Furquim wrote:
>
>
>
> Em segunda-feira, 15 de maio de 2017 09:30:20 UTC-3, mhh...@gmail.com
> escreveu:
>>
>> On the code itself,
>> i suspect you don t know yet about *go fmt*,
>> I strongly suggest you to use it,
>> just because its
Em segunda-feira, 15 de maio de 2017 09:30:20 UTC-3, mhh...@gmail.com
escreveu:
>
> On the code itself,
> i suspect you don t know yet about *go fmt*,
> I strongly suggest you to use it,
> just because its a great idea.
>
> https://github.com/luisfurquim/ugarit/blob/master/epub20/book.go#L66
> T
https://github.com/luisfurquim/ugarit/blob/master/epub30/book.go#L487
> take advantage of filepath.Join() + os.Separator ? maybe.
>
> Here we cannot use os.Separator, the EPub file is a zip archive and inside
a zip, we have to always use '/'.
> https://github.com/luisfurquim/ugarit/blob/mast
Hi,
Yes, this is correct, it generates epub files in versions 20/30. But it is
an initial version, you really can gernerate the epubs and open in iBooks
and Adobe. But it is has a long way to evolve yet.
The example can be found
at https://godoc.org/github.com/luisfurquim/ugarit/epub30#ex-packa
HI,
some feedback,
So this package generates epub files ? In versions 20 / 30 ?
Is it correct ?
Can you add an example to use it ?
Small one.
My very personal taste,
I love useful READMEs.
On the code itself,
i suspect you don t know yet about *go fmt*,
I strongly suggest you to use it,
just b
Logically it would be great if I had provided the URL...
https://github.com/luisfurquim/ugarit
Thank you all!
Em domingo, 14 de maio de 2017 17:49:44 UTC-3, Luis Furquim escreveu:
>
> Hello Gophers!
>
> I am publishing a first barely usable version of an EPub eBook generator.
> It still has man