[go-nuts] Re: [ANN] Ugarit

2017-05-17 Thread mhhcbon
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

[go-nuts] Re: [ANN] Ugarit

2017-05-16 Thread Luis Furquim
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

[go-nuts] Re: [ANN] Ugarit

2017-05-15 Thread Luis Furquim
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

[go-nuts] Re: [ANN] Ugarit

2017-05-15 Thread Luis Furquim
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

[go-nuts] Re: [ANN] Ugarit

2017-05-15 Thread mhhcbon
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

[go-nuts] Re: [ANN] Ugarit

2017-05-14 Thread Luis Furquim
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