View Single Post
Old 07-22-2009, 02:19 PM   #636
Garfunkel
Member
Garfunkel began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Jun 2009
Device: iTouch
Quote:
Originally Posted by kovidgoyal View Post
The source code is not included in the calibre distribution. To get the source code, you have to go to

http://calibre.kovidgoyal.net/wiki/Development
maybe something's wrong with this section...

Code:
recommendations = set([
       ('level1_toc', '//h:h1', OptionRecommendation.MED),
       ('level2_toc', '//h:h2', OptionRecommendation.MED),
       ('level3_toc', '//h:h3', OptionRecommendation.MED),  ])
Anyway it seems kinda too hard for me to understand it Just thought it would be more Delphi-like language.
Garfunkel is offline