I think Go books in general should be interactive. Cos diagrams sometimes make it hard to follow. But I am only aware of SmartGoBooks.
Are there open-source alternatives? I want to translate some Chinese books and make them interactive.
Interactive go books? Alternative to smartgobooks
-
Bill Spight
- Honinbo
- Posts: 10905
- Joined: Wed Apr 21, 2010 1:24 pm
- Has thanked: 3651 times
- Been thanked: 3373 times
Re: Interactive go books? Alternative to smartgobooks
You can do so using a Wiki, such as Sensei's Library. https://senseis.xmp.net The main problem is that anybody can edit the pages. So make them as subpages to your home page. People can in theory edit those pages, but normally respect your writing. They may ask questions, which can help you to improve those pages.xiaodai wrote:I think Go books in general should be interactive. Cos diagrams sometimes make it hard to follow. But I am only aware of SmartGoBooks.
Are there open-source alternatives? I want to translate some Chinese books and make them interactive.
Edit: I have not looked for it, but all you really need is something that lets you write in html, so that you can embed links in your pages. And, OC, you need to be able to make go diagrams.
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins
Visualize whirled peas.
Everything with love. Stay safe.
At some point, doesn't thinking have to go on?
— Winona Adkins
Visualize whirled peas.
Everything with love. Stay safe.
-
bogiesan
- Lives in gote
- Posts: 533
- Joined: Thu Mar 24, 2011 11:00 am
- Rank: 13k
- GD Posts: 0
- Has thanked: 1 time
- Been thanked: 136 times
Re: Interactive go books? Alternative to smartgobooks
Why not contact the publishers at SmartGo? They might be interested in adding titles to their libraries.xiaodai wrote:I think Go books in general should be interactive. Cos diagrams sometimes make it hard to follow. But I am only aware of SmartGoBooks.
Are there open-source alternatives? I want to translate some Chinese books and make them interactive.
David Bogie, Boise ID
I play go, I ride a recumbent, of course I use Macintosh.
I play go, I ride a recumbent, of course I use Macintosh.
- fireproof
- Lives with ko
- Posts: 172
- Joined: Sat Apr 20, 2013 8:22 am
- GD Posts: 0
- Universal go server handle: fireproof
- Location: Santa Barbara, CA
- Has thanked: 235 times
- Been thanked: 77 times
Re: Interactive go books? Alternative to smartgobooks
The SmartGo format is open, I believe:
https://www.smartgo.com/pdf/gobookformat.pdf
I have a vague recollection of a web-based SmartGo books reader, too, but I can't find that URL at the moment.
https://www.smartgo.com/pdf/gobookformat.pdf
I have a vague recollection of a web-based SmartGo books reader, too, but I can't find that URL at the moment.
- fireproof
- Lives with ko
- Posts: 172
- Joined: Sat Apr 20, 2013 8:22 am
- GD Posts: 0
- Universal go server handle: fireproof
- Location: Santa Barbara, CA
- Has thanked: 235 times
- Been thanked: 77 times
Re: Interactive go books? Alternative to smartgobooks
It also seems that SmartGo books are available in EPUB format, which can be read in a variety of apps
https://www.gobooks.com/epub.html.
Not sure what authoring that kind of EPUB would be like, though.
https://www.gobooks.com/epub.html.
Not sure what authoring that kind of EPUB would be like, though.
-
Bas
- Beginner
- Posts: 15
- Joined: Wed May 24, 2017 9:05 am
- Rank: EGD 1k
- GD Posts: 0
- Been thanked: 5 times
Re: Interactive go books? Alternative to smartgobooks
Note that Epub3 support is required. Unfortunately many programs do not support Epub3 or only very rudimentary.