Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/studio/static/doc/myosa/toc.ncx
blob: a5054b843e74ec96e31dde087b989c9210959d81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE ncx PUBLIC "-//NISO//DTD ncx 2005-1//EN" "http://www.daisy.org/z3986/2005/ncx-2005-1.dtd">
<ncx xmlns="http://www.daisy.org/z3986/2005/ncx/" version="2005-1">
  <head>
    <meta content="http://en.flossmanuals.net/epub/ActivitiesGuideSugar/2010.11.28-14.18.35" name="dtb:uid"/>
    <meta content="2" name="dtb:depth"/>
    <meta content="0" name="dtb:totalPageCount"/>
    <meta content="0" name="dtb:maxPageNumber"/>
  </head>
  <docTitle>
    <text>Make Your Own Sugar Activities!</text>
  </docTitle>
  <navMap>
    <navPoint id="chapter0" playOrder="1">
      <navLabel>
        <text>SUGAR ACTIVITIES</text>
      </navLabel>
      <content src="ch001_introduction.xhtml"/>
      <navPoint id="chapter1" playOrder="2">
        <navLabel>
          <text>INTRODUCTION</text>
        </navLabel>
        <content src="ch001_introduction.xhtml"/>
      </navPoint>
      <navPoint id="chapter2" playOrder="3">
        <navLabel>
          <text>WHAT IS SUGAR?</text>
        </navLabel>
        <content src="ch002_what-is-sugar.xhtml"/>
      </navPoint>
      <navPoint id="chapter3" playOrder="4">
        <navLabel>
          <text>WHAT IS A SUGAR ACTIVITY?</text>
        </navLabel>
        <content src="ch003_what-is-a-sugar-activity.xhtml"/>
      </navPoint>
      <navPoint id="chapter4" playOrder="5">
        <navLabel>
          <text>WHAT DO I NEED TO KNOW TO WRITE A SUGAR ACTIVITY?</text>
        </navLabel>
        <content src="ch004_what-do-i-need-to-know-to-write-a-sugar-activity.xhtml"/>
      </navPoint>
    </navPoint>
    <navPoint id="chapter5" playOrder="6">
      <navLabel>
        <text>PROGRAMMING</text>
      </navLabel>
      <content src="ch006_setting-up-a-development-environment.xhtml"/>
      <navPoint id="chapter6" playOrder="7">
        <navLabel>
          <text>SETTING UP A DEVELOPMENT ENVIRONMENT</text>
        </navLabel>
        <content src="ch006_setting-up-a-development-environment.xhtml"/>
      </navPoint>
      <navPoint id="chapter7" playOrder="8">
        <navLabel>
          <text>CREATING YOUR FIRST ACTIVITY</text>
        </navLabel>
        <content src="ch007_creating-your-first-activity.xhtml"/>
      </navPoint>
      <navPoint id="chapter8" playOrder="9">
        <navLabel>
          <text>A STANDALONE PYTHON PROGRAM FOR READING ETEXTS</text>
        </navLabel>
        <content src="ch008_a-standalone-python-program-for-reading-etexts.xhtml"/>
      </navPoint>
      <navPoint id="chapter9" playOrder="10">
        <navLabel>
          <text>INHERIT FROM SUGAR.ACTIVITY.ACTIVITY</text>
        </navLabel>
        <content src="ch009_inherit-from-sugaractivityactivity.xhtml"/>
      </navPoint>
      <navPoint id="chapter10" playOrder="11">
        <navLabel>
          <text>PACKAGE THE ACTIVITY</text>
        </navLabel>
        <content src="ch010_package-the-activity.xhtml"/>
      </navPoint>
      <navPoint id="chapter11" playOrder="12">
        <navLabel>
          <text>ADD REFINEMENTS</text>
        </navLabel>
        <content src="ch011_add-refinements.xhtml"/>
      </navPoint>
      <navPoint id="chapter12" playOrder="13">
        <navLabel>
          <text>ADD YOUR ACTIVITY CODE TO VERSION CONTROL</text>
        </navLabel>
        <content src="ch012_add-your-activity-code-to-version-control.xhtml"/>
      </navPoint>
      <navPoint id="chapter13" playOrder="14">
        <navLabel>
          <text>GOING INTERNATIONAL WITH POOTLE</text>
        </navLabel>
        <content src="ch013_going-international-with-pootle.xhtml"/>
      </navPoint>
      <navPoint id="chapter14" playOrder="15">
        <navLabel>
          <text>DISTRIBUTE YOUR ACTIVITY</text>
        </navLabel>
        <content src="ch014_distribute-your-activity.xhtml"/>
      </navPoint>
      <navPoint id="chapter15" playOrder="16">
        <navLabel>
          <text>DEBUGGING SUGAR ACTIVITIES</text>
        </navLabel>
        <content src="ch015_debugging-sugar-activities.xhtml"/>
      </navPoint>
    </navPoint>
    <navPoint id="chapter16" playOrder="17">
      <navLabel>
        <text>ADVANCED TOPICS</text>
      </navLabel>
      <content src="ch017_making-shared-activities.xhtml"/>
      <navPoint id="chapter17" playOrder="18">
        <navLabel>
          <text>MAKING SHARED ACTIVITIES</text>
        </navLabel>
        <content src="ch017_making-shared-activities.xhtml"/>
      </navPoint>
      <navPoint id="chapter18" playOrder="19">
        <navLabel>
          <text>ADDING TEXT TO SPEECH</text>
        </navLabel>
        <content src="ch018_adding-text-to-speech.xhtml"/>
      </navPoint>
      <navPoint id="chapter19" playOrder="20">
        <navLabel>
          <text>FUN WITH THE JOURNAL</text>
        </navLabel>
        <content src="ch019_fun-with-the-journal.xhtml"/>
      </navPoint>
      <navPoint id="chapter20" playOrder="21">
        <navLabel>
          <text>MAKING ACTIVITIES USING PYGAME</text>
        </navLabel>
        <content src="ch020_making-activities-using-pygame.xhtml"/>
      </navPoint>
      <navPoint id="chapter21" playOrder="22">
        <navLabel>
          <text>MAKING NEW STYLE TOOLBARS</text>
        </navLabel>
        <content src="ch021_making-new-style-toolbars.xhtml"/>
      </navPoint>
    </navPoint>
    <navPoint id="chapter22" playOrder="23">
      <navLabel>
        <text>APPENDIX</text>
      </navLabel>
      <content src="ch023_where-to-go-from-here.xhtml"/>
      <navPoint id="chapter23" playOrder="24">
        <navLabel>
          <text>WHERE TO GO FROM HERE?</text>
        </navLabel>
        <content src="ch023_where-to-go-from-here.xhtml"/>
      </navPoint>
      <navPoint id="chapter24" playOrder="25">
        <navLabel>
          <text>ABOUT THE AUTHORS</text>
        </navLabel>
        <content src="ch024_about-the-authors.xhtml"/>
      </navPoint>
      <navPoint id="chapter25" playOrder="26">
        <navLabel>
          <text>CREDITS</text>
        </navLabel>
        <content src="ch025_credits.xhtml"/>
      </navPoint>
    </navPoint>
  </navMap>
</ncx>