Shape UP! Conversion to gobook format
Posted: Tue Jan 27, 2015 3:10 am
[EDIT]
Introduction :
The book Shape UP is now licensed under "CC - SA" (http://creativecommons.org/licenses/by-sa/4.0/)
See viewtopic.php?f=9&t=11117 for details.
I decided to start the convertion of this book to the gobook format, which is a format that
can be viewed on iOS using the application "SmartGO Kifu"
I will update my signature to show the progression of this project.
Mini - Tutorial about the gobook format
Part 1 - Starting a new book - viewtopic.php?p=181374#p181374
Part 2 - The Table Of Content. - viewtopic.php?p=181397#p181397
Part 3 - How to add a diagram - viewtopic.php?p=182509#p182509
[/EDIT]
Hi,
I just started converting the book Shape UP! to the gobook format.
That gonna be a long adventure as I don't have that much free time... but anyway, that should be a pleasant trip
I also would like to post here a few information for whose who may be interested in the gobook format. so here we go...
Part 1 - Starting a new book
a gobook is a text file, that can be edited with any text editor.
the book must start with the text "::gobook" (well this is not 100% true, but let's start simple...). you can add attribute to set a title and the author, (and a few other stuff).
but let's look at an example :
so that's not that far from html... tags starts with '::', h1 means 'big header' and according to the spec, is intended for the book title.
s1 is a section title. if I used h1 here for the author, like this :
The authors would be on a second page, as h1 always start a new page...
to see your book, you need the smart go kifu application.
if you send your text by email (or dropbox), you can then open it with smart go kifu.
you may also give it a try here : http://www.gocdf.ch/gobook
I will now complete a first chapter and post a few more things soon
Introduction :
The book Shape UP is now licensed under "CC - SA" (http://creativecommons.org/licenses/by-sa/4.0/)
See viewtopic.php?f=9&t=11117 for details.
I decided to start the convertion of this book to the gobook format, which is a format that
can be viewed on iOS using the application "SmartGO Kifu"
I will update my signature to show the progression of this project.
Mini - Tutorial about the gobook format
Part 1 - Starting a new book - viewtopic.php?p=181374#p181374
Part 2 - The Table Of Content. - viewtopic.php?p=181397#p181397
Part 3 - How to add a diagram - viewtopic.php?p=182509#p182509
[/EDIT]
Hi,
I just started converting the book Shape UP! to the gobook format.
That gonna be a long adventure as I don't have that much free time... but anyway, that should be a pleasant trip
I also would like to post here a few information for whose who may be interested in the gobook format. so here we go...
Part 1 - Starting a new book
a gobook is a text file, that can be edited with any text editor.
the book must start with the text "::gobook" (well this is not 100% true, but let's start simple...). you can add attribute to set a title and the author, (and a few other stuff).
but let's look at an example :
Code: Select all
::book title="Shape Up!" author="Charles Matthews, Seong-June Kim"
::h1 #title#
::s1 by #author#
so that's not that far from html... tags starts with '::', h1 means 'big header' and according to the spec, is intended for the book title.
s1 is a section title. if I used h1 here for the author, like this :
Code: Select all
::book title="Shape Up!" author="Charles Matthews, Seong-June Kim"
::h1 #title#
::h1 by #author#
The authors would be on a second page, as h1 always start a new page...
to see your book, you need the smart go kifu application.
if you send your text by email (or dropbox), you can then open it with smart go kifu.
you may also give it a try here : http://www.gocdf.ch/gobook
I will now complete a first chapter and post a few more things soon