File: JavaHelp.zpts

package info (click to toggle)
plastex 3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,132 kB
  • sloc: python: 23,341; xml: 18,076; javascript: 7,755; ansic: 46; makefile: 40; sh: 26
file content (269 lines) | stat: -rw-r--r-- 12,097 bytes parent folder | download | duplicates (8)
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
name: javahelp-toc-2
type: xml
<!DOCTYPE toc PUBLIC "-//Sun Microsystems Inc.//DTD  JavaHelp TOC Version 2.0//EN"
  "http://java.sun.com/products/javahelp/toc_2_0.dtd">
<toc version="2.0">
<tocitem tal:attributes="text self/tocEntry/textContent">
    <tocitem tal:repeat="part self/fulltableofcontents" tal:attributes="target part/id; text part/tocEntry/textContent">
        <tocitem tal:repeat="chapter part/fulltableofcontents" tal:attributes="target chapter/id; text chapter/tocEntry/textContent">
            <tocitem tal:repeat="section chapter/fulltableofcontents" tal:attributes="target section/id; text section/tocEntry/textContent">
               <tocitem tal:repeat="subsection section/fulltableofcontents" tal:attributes="href subsection/id; text subsection/tocEntry/textContent">
                   <tocitem tal:repeat="subsubsection subsection/fulltableofcontents" tal:attributes="target subsubsection/id; text subsubsection/tocEntry/textContent">
                       <tocitem tal:repeat="paragraph subsubsection/fulltableofcontents" tal:attributes="target paragraph/id; text paragraph/tocEntry/textContent">
                           <tocitem tal:repeat="subparagraph paragraph/fulltableofcontents" tal:attributes="href subparagraph/id; text subparagraph/tocEntry/textContent" />
                       </tocitem>
                   </tocitem>
               </tocitem>
            </tocitem>
        </tocitem>
    </tocitem>
</tocitem>
</toc>

name: javahelp-index-2
type: xml
<!DOCTYPE index PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 2.0//EN"
 "http://java.sun.com/products/javahelp/index_2_0.dtd">
<index version="2.0">
   <metal:block tal:repeat="item self/index">
   <metal:block tal:condition="item/pages" tal:repeat="page item/pages">
      <indexitem tal:condition="not:repeat/page/end" tal:attributes="text item/key/textContent; target page/id" />
      <indexitem tal:condition="repeat/page/end" tal:attributes="text item/key/textContent; target page/id">
         <metal:block tal:repeat="subitem item">
         <metal:block tal:repeat="subpage subitem/pages">
            <indexitem tal:attributes="text subitem/key/textContent; target subpage/id" />
         </metal:block>
         </metal:block>
       </indexitem>
   </metal:block>
   <metal:block tal:condition="not:item/pages">
      <indexitem tal:attributes="text item/key/textContent">
         <metal:block tal:repeat="subitem item">
         <metal:block tal:repeat="subpage subitem/pages">
            <indexitem tal:attributes="text subitem/key/textContent; target subpage/id" />
         </metal:block>
         </metal:block>
       </indexitem>
   </metal:block>
   </metal:block>
</index>

name: javahelp-map-2
type: xml
<!DOCTYPE map PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Map Version 2.0//EN"
 "http://java.sun.com/products/javahelp/map_2_0.dtd">
<map version="2.0">
<mapID target="toplevelfolder">
   <metal:block tal:repeat="part self/fulltableofcontents">
      <mapID tal:attributes="target part/id; url part/url" />
      <metal:block tal:repeat="chapter part/fulltableofcontents">
         <mapID tal:attributes="target chapter/id; url chapter/url" />
         <metal:block tal:repeat="section chapter/fulltableofcontents">
            <mapID tal:attributes="target section/id; url section/url" />
            <metal:block tal:repeat="subsection section/fulltableofcontents">
               <mapID tal:attributes="target subsection/id; url subsection/url" />
               <metal:block tal:repeat="subsubsection subsection/fulltableofcontents">
                  <mapID tal:attributes="target subsubsection/id; url subsubsection/url" />
                  <metal:block tal:repeat="paragraph subsubsection/fulltableofcontents">
                     <mapID tal:attributes="target paragraph/id; url paragraph/url" />
                     <metal:block tal:repeat="subparagraph paragraph/fulltableofcontents">
                        <mapID tal:attributes="target subparagraph/id; url subparagraph/url" />
                     </metal:block>                 
                  </metal:block>              
               </metal:block>             
            </metal:block>           
         </metal:block>
      </metal:block>   
   </metal:block>
   <metal:block tal:repeat="item self/index">
      <metal:block tal:condition="item/pages" tal:repeat="page item/pages">
         <mapID tal:attributes="target page/id; url page/url" />
         <metal:block tal:repeat="subitem item">
         <metal:block tal:repeat="subpage subitem/pages">
            <mapID tal:attributes="target subpage/id; url subpage/url" />         
         </metal:block>
         </metal:block>
      </metal:block>
      <metal:block tal:condition="not:item/pages">
         <metal:block tal:repeat="subitem item">
         <metal:block tal:repeat="subpage subitem/pages">
            <mapID tal:attributes="target subpage/id; url subpage/url" />         
         </metal:block>
         </metal:block>
      </metal:block>
   </metal:block>
</mapID>
</map>

name: javahelp-helpset-2
type: xml
<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN"
 "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
<helpset version="2.0">

  <title tal:content="self/title"></title>

  <maps>
    <homeID>main_contents</homeID>
    <mapref location="javahelp2.jhm"/>
  </maps>

  <view>
    <name>TOC</name>
    <label>Table of Contents</label>
    <type>javax.help.TOCView</type>
    <data>javahelp2-toc.xml</data>
  </view>

  <view>
    <name>Search</name>
    <label>Search</label>
    <type>javax.help.SearchView</type>
    <data engine="com.sun.java.help.search.DefaultSearchEngine">
    JavaHelpSearch</data>
  </view>

  <view>
    <name>Index</name>
    <label>Index</label>
    <type>javax.help.IndexView</type>
    <data>javahelp2-index.xml</data>
  </view>

</helpset>



name: javahelp-toc-1
type: xml
<!DOCTYPE toc PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 1.0//EN" 
 "http://java.sun.com/products/javahelp/toc_1_0.dtd"> 
<toc version="1.0"> 
<tocitem><span tal:replace="self/tocEntry/textContent"></span>
    <tocitem tal:repeat="part self/fulltableofcontents" tal:attributes="target part/id"><span tal:replace="part/tocEntry/textContent"></span>
        <tocitem tal:repeat="chapter part/fulltableofcontents" tal:attributes="target chapter/id"><span tal:replace="chapter/tocEntry/textContent"></span>
            <tocitem tal:repeat="section chapter/fulltableofcontents" tal:attributes="target section/id"><span tal:replace="section/tocEntry/textContent"></span>
               <tocitem tal:repeat="subsection section/fulltableofcontents" tal:attributes="href subsection/id"><span tal:replace="subsection/tocEntry/textContent"></span>
                   <tocitem tal:repeat="subsubsection subsection/fulltableofcontents" tal:attributes="target subsubsection/id"><span tal:replace="subsubsection/tocEntry/textContent"></span>
                       <tocitem tal:repeat="paragraph subsubsection/fulltableofcontents" tal:attributes="target paragraph/id"><span tal:replace="paragraph/tocEntry/textContent"></span>
                           <tocitem tal:repeat="subparagraph paragraph/fulltableofcontents" tal:attributes="href subparagraph/id"><span tal:replace="subparagraph/tocEntry/textContent"></span></tocitem>
                       </tocitem>
                   </tocitem>
               </tocitem>
            </tocitem>
        </tocitem>
    </tocitem>
</tocitem>
</toc>

name: javahelp-index-1
type: xml
<!DOCTYPE index PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 1.0//EN" 
 "http://java.sun.com/products/javahelp/index_1_0.dtd"> 
<index version="1.0"> 
   <metal:block tal:repeat="item self/index">
   <metal:block tal:condition="item/pages" tal:repeat="page item/pages">
      <indexitem tal:condition="not:repeat/page/end" tal:attributes="target page/id" tal:content="item/key/textContent"></indexitem>
      <indexitem tal:condition="repeat/page/end" tal:attributes="target page/id"><span tal:replace="item/key/textContent"></span>
         <metal:block tal:repeat="subitem item">
         <metal:block tal:repeat="subpage subitem/pages">
            <indexitem tal:attributes="target subpage/id" tal:content="subitem/key/textContent"></indexitem>
         </metal:block>
         </metal:block>
       </indexitem>
   </metal:block>
   <metal:block tal:condition="not:item/pages">
      <indexitem tal:attributes="text item/key/textContent">
         <metal:block tal:repeat="subitem item">
         <metal:block tal:repeat="subpage subitem/pages">
            <indexitem tal:attributes="target subpage/id" tal:content="subitem/key/textContent"></indexitem>
         </metal:block>
         </metal:block>
       </indexitem>
   </metal:block>
   </metal:block>
</index>

name: javahelp-map-1
type: xml
<!DOCTYPE map PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Map Version 1.0//EN" 
 "http://java.sun.com/products/javahelp/map_1_0.dtd"> 
<map version="1.0"> 
<mapID target="toplevelfolder">
   <metal:block tal:repeat="part self/fulltableofcontents">
      <mapID tal:attributes="target part/id; url part/url" />
      <metal:block tal:repeat="chapter part/fulltableofcontents">
         <mapID tal:attributes="target chapter/id; url chapter/url" />
         <metal:block tal:repeat="section chapter/fulltableofcontents">
            <mapID tal:attributes="target section/id; url section/url" />
            <metal:block tal:repeat="subsection section/fulltableofcontents">
               <mapID tal:attributes="target subsection/id; url subsection/url" />
               <metal:block tal:repeat="subsubsection subsection/fulltableofcontents">
                  <mapID tal:attributes="target subsubsection/id; url subsubsection/url" />
                  <metal:block tal:repeat="paragraph subsubsection/fulltableofcontents">
                     <mapID tal:attributes="target paragraph/id; url paragraph/url" />
                     <metal:block tal:repeat="subparagraph paragraph/fulltableofcontents">
                        <mapID tal:attributes="target subparagraph/id; url subparagraph/url" />
                     </metal:block>                 
                  </metal:block>              
               </metal:block>             
            </metal:block>           
         </metal:block>
      </metal:block>   
   </metal:block>
   <metal:block tal:repeat="item self/index">
      <metal:block tal:condition="item/pages" tal:repeat="page item/pages">
         <mapID tal:attributes="target page/id; url page/url" />
         <metal:block tal:repeat="subitem item">
         <metal:block tal:repeat="subpage subitem/pages">
            <mapID tal:attributes="target subpage/id; url subpage/url" />         
         </metal:block>
         </metal:block>
      </metal:block>
      <metal:block tal:condition="not:item/pages">
         <metal:block tal:repeat="subitem item">
         <metal:block tal:repeat="subpage subitem/pages">
            <mapID tal:attributes="target subpage/id; url subpage/url" />         
         </metal:block>
         </metal:block>
      </metal:block>
   </metal:block>
</mapID>
</map>

name: javahelp-helpset-1
type: xml
<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 1.0//EN" 
 "http://java.sun.com/products/javahelp/helpset_1_0.dtd"> 
<helpset version="1.0"> 

  <title tal:content="self/title"></title>

  <maps>
    <homeID>main_contents</homeID>
    <mapref location="javahelp1.jhm"/>
  </maps>

  <view>
    <name>TOC</name>
    <label>Table of Contents</label>
    <type>javax.help.TOCView</type>
    <data>javahelp1-toc.xml</data>
  </view>

  <view>
    <name>Search</name>
    <label>Search</label>
    <type>javax.help.SearchView</type>
    <data engine="com.sun.java.help.search.DefaultSearchEngine">
    JavaHelpSearch</data>
  </view>

  <view>
    <name>Index</name>
    <label>Index</label>
    <type>javax.help.IndexView</type>
    <data>javahelp1-index.xml</data>
  </view>

</helpset>