]> matita.cs.unibo.it Git - helm.git/blob - helm/uwobo-panel/control.html
drop_coercions added
[helm.git] / helm / uwobo-panel / control.html
1 <html>
2
3 <head>
4 <title>UWOBO Control Panel</title>
5
6 <style type="text/css">
7 #normal { background-color: white; font-family: sans-serif }
8 td.head { font-weight: bold; background-color: #e6e6fa; color: brown }
9 td.back { background-color: #e6e6fa; color: brown }
10 #indent { margin-left: 1cm; margin-right: 1cm }
11 </style>
12
13 <script language="JavaScript" src="control.js">
14 </script>
15
16 </head>
17
18 <body id="normal">
19 <a name="top"/>
20 <table border="0" width="100%" cellpadding="4">
21 <tr><td class="head" align="center"><big><big>UWOBO Control Panel</big></big></td></tr>
22 </table>
23
24 <br />
25
26 <div id="indent">
27 This is a control panel for the UWOBO servlet. You can control a local or remote UWOBO servlet by filling
28 the appropriate fields <a href="#params">below</a> and sending the desired commands. In most cases, results of commands, such as error
29 messages or documents, will be opened in the frame at the bottom of this page. For those commands sending multiple
30 requests to the UWOBO server, a new window will be opened for each request issued. Note that in order to use
31 this page <i>you must have JavaScript enabled</i>.
32 If you have troubles, please send an email to the author:
33 <a href="mailto:luca.padovani@cs.unibo.it">luca.padovani@cs.unibo.it</a>
34
35 <br /><br />
36
37 The sections:
38 <ul>
39   <li><a href="#params">Global Parameters</a></li>
40   <li><a href="#queries">Queries</a></li>
41   <li><a href="#stylesheets">Stylesheet Management</a></li>
42   <li><a href="#process">Processing</a></li>
43 </ul>
44
45 In case you want to customize the panel for your own needs, you can download the source archive
46 (HTML + JavaScript):
47 <ul>
48   <li>UWOBO Panel [<a href="uwobo-panel.tar.gz">.tar.gz</a>]</li>
49 </ul>
50
51 </div>
52
53 <a name="params"/>
54 <table border="0" width="100%" cellpadding="4" cellspacing="0">
55 <tr>
56   <td class="head" align="left"><big>Global Parameters</big></td>
57   <td class="back" align="right"><a href="#top">top</a></td>
58 </tr>
59 </table>
60
61 <br />
62
63 <div id="indent">
64 The following are global parameters used by all the other section to contact the UWOBO servlet and possibly a
65 getter. The getter is not required for some operations and can be excluded by unchecking the proper buttons
66 below.
67
68 <br /><br />
69
70 The following is the URL used to contact the UWOBO servlet. Note that the servlet is usually launched by
71 <a href="http://jakarta.apache.org" target="top">TOMCAT</a>. <tt>localhost</tt> is relative to your machine. 
72
73 <br /><br />
74
75 <table border="0">
76   <tr>
77     <th colspan="2" align="left">UWOBO URL</th>
78   </tr>
79   <tr>
80     <td>
81       <form name="uwoboURL">
82         <script>
83           document.write('<input type="text" value="' + getInitialProcessorURL() + '" size="50"/>');
84         </script>
85       </form>
86     </td>
87     <td>
88       <form>
89         <select onChange="selectUwoboURL(this)">
90           <option value="">---</option>
91           <option value="localhost">localhost</option>
92           <option value="marcello.cs.unibo.it">marcello</option>
93           <option value="phd.cs.unibo.it">phd</option>
94           <option value="eolo.cs.unibo.it">eolo</option>
95         </select>
96       </form>
97     </td>
98     <td>
99       <form>
100         <input type="button" value="Check" onClick="top.result.location.replace(getUwoboURL() + 'help')"/>
101       </form>
102     </td>
103   </tr>
104 </table>
105
106 The following is the URL used to contact the getter. The getter is usually launched manually.
107 In all cases except for the check button below, 
108 <tt>localhost</tt> is relative to the host running UWOBO, because the getter URL is sent as
109 a parameter along with UWOBO commands. In other words, <tt>localhost</tt> <i>is</i> the host
110 running UWOBO and not your machine.
111
112 <br /><br />
113
114 <table border="0">
115   <tr>
116     <th colspan="2" align="left">Getter URL</th>
117   </tr>
118   <tr>
119     <td>
120       <form name="getterURL">
121         <script>
122           document.write('<input type="text" value="' + getInitialGetterURL() + '" size="50"/>');
123         </script>
124       </form>
125     </td>
126     <td>
127       <form>
128         <select onChange="selectGetterURL(this)">
129           <option value="">---</option>
130           <option value="localhost">localhost</option>
131           <option value="marcello.cs.unibo.it">marcello</option>
132           <option value="phd.cs.unibo.it">phd</option>
133           <option value="eolo.cs.unibo.it">eolo</option>
134         </select>
135       </form>
136     </td>
137     <td>
138       <form>
139         <input type="button" value="Check" onClick="top.result.location.replace(getGetterURL() + 'help')"/>
140       </form>
141     </td>
142   </tr>
143 </table>
144 </div>
145
146 <a name="queries"/>
147 <table border="0" width="100%" cellpadding="4" cellspacing="0">
148 <tr>
149   <td class="head" align="left"><big>Queries</big></td>
150   <td class="back" align="right"><a href="#top">top</a></td>
151 </tr>
152 </table>
153
154 <div id="indent">
155
156 <br />
157
158 The following are commands to do some simple queries about the UWOBO servlet.
159
160 <br /><br />
161
162 <table border="0">
163 <tr>
164   <td>
165     Retrieve the version of the UWOBO servlet running at the UWOBO URL and list the syntax
166     of the accepted commands.
167     You can use this button to verify that a UWOBO servlet
168     is actually running there:
169   </td>
170 </tr>
171 <tr>
172   <td><form><input type="button" value="Help" onClick="top.result.location.replace(getUwoboURL() + 'help')"/></form></td>
173 </tr>
174 <tr>
175   <td>
176     Ask UWOBO for a list of the stylesheets currently compiled inside the servlet, along with their keys:
177   </td>
178 </tr>
179 <tr>
180   <td><form><input type="button" value="List Stylesheets" onClick="top.result.location.replace(getUwoboURL() + 'list')"/></form></td>
181 </tr>
182 </table>
183
184 <br />
185
186 </div>
187
188 <a name="stylesheets"/>
189 <table border="0" width="100%" cellpadding="4" cellspacing="0">
190 <tr>
191   <td class="head" align="left"><big>Stylesheet Management</big></td>
192   <td class="back" align="right"><a href="#top">top</a></td>
193 </tr>
194 </table>
195
196 <div id="indent">
197
198 <br />
199
200 In this section you can add, remove and reload stylesheet into the server. There are
201 some frequently used stylesheets whose URIs and keys can be automatically filled in
202 by selecting one of the options of the box below. Note that for such stylesheets
203 the getter is used by default (you can deselect it, however):
204
205 <br /><br 7>
206
207 <table border="0">
208 <tr>
209   <th align="left">Predefined Stylesheets</th>
210 </tr>
211 <tr>
212   <td>
213     <form name="predefinedStylesheets">
214       <select size="1" onChange="selectPredefinedStylesheet(this)">
215         <option value="">---</option>
216         <option value="C1,rootcontent.xsl,true">CIC ==&gt; MathML Content</option>
217         <option value="TC1,objtheorycontent.xsl,true">CIC ==&gt; MathML Content (Show only the thesis)</option>
218         <option value="C2,annotatedpres.xsl,true">MathML Content ==&gt; MathML Presentation</option>
219         <option value="T1,theory_content.xsl,true">Theory CIC ==&gt; MathML Content</option>
220         <option value="T2,theory_pres.xsl,true">Theory Content ==&gt; MathML Presentation</option>
221         <option value="E,expandobj.xsl,true">Expander</option>
222         <option value="G,genmmlid.xsl,true">MathML Content ==&gt; MathML Content + IDs</option>
223         <option value="HC2,content_to_html.xsl,true">MathML Content ==&gt; HTML</option>
224         <option value="L,link.xsl,true">Resolve links</option>
225         <option value="d_c,drop_coercions.xsl,true">Drop implicit coercions</option>
226         <option value="L2H,http://phd.cs.unibo.it/helm/xslt/ls2html.xsl,false">Getter LS ==&gt; HTML</option>
227         <option value="GP,http://phd.cs.unibo.it/helm/xslt/getParam.xsl,false">Get Param</option>
228       </select>
229     </form>
230   </td>
231   <td>
232     <form>
233       <input type="button" value="Load All Predefined" onClick="loadAllPredefined()"/>
234     </form>
235   </td>
236   <td>
237     <form>
238       <input type="button" value="Remove All Predefined" onClick="removeAllPredefined()"/>
239     </form>
240   </td>
241 </tr>
242 </table>
243
244 Here you have to identify a stylesheet by means of a relative or absolute URI. Usually
245 you will specify a relative URI when using the getter to retrieve the stylesheet.
246 Moreover, you can specify a key associated to this stylesheet, so that it will be easier to
247 refer to it in subsequent operations. If escaping is enabled, then the stylesheet URI will
248 be escaped. This might be particularly useful if the stylesheet is loaded by the getter.
249
250 <br /><br />
251
252 <table border="0">
253 <tr>
254   <th align="left">Stylesheet</th>
255   <th align="left">Key</th>
256   <th align="left">Use Getter</th>
257   <th align="left">Escape</th>
258 </tr>
259 <tr>
260   <td>
261     <form name="stylesheetURI">
262       <input type="text" size="50"/>
263     </form>
264   </td>
265   <td>
266     <form name="stylesheetKey">
267       <input type="text" size="10"/>
268     </form>
269   </td>
270   <td>
271     <form name="loadUseGetter">
272       <input type="checkbox" checked="true"/>
273     </form>
274   </td>
275   <td>
276     <form name="loadEscape">
277       <input type="checkbox" checked="true"/>
278     </form>
279   </td>
280   <td>
281     <form>
282       <input type="button" value="Load" onClick="loadStylesheet()"/>
283     </form>
284   </td>
285   <td>
286     <form>
287       <input type="button" value="Reload" onClick="reloadStylesheet()"/>
288     </form>
289   </td>
290   <td>
291     <form>
292       <input type="button" value="Remove" onClick="removeStylesheet()"/>
293     </form>
294   </td>
295 </tr>
296 </table>
297
298 Use the buttons below to remove or reload <i>all</i> the stylesheets inside the servlet. Use these commands with
299 care, and remember that the servlet can be shared among different users:
300
301 <br /><br />
302
303 <table border="0">
304 <tr>
305   <td>
306     <form>
307       <input type="button" value="Remove All" onClick="removeAllStylesheets()"/>
308     </form>
309   </td>
310   <td>
311     <form>
312       <input type="button" value="Reload All" onClick="top.result.location.replace(getUwoboURL() + 'reload')"/>
313     </form>
314   </td>
315 </tr>
316 </table>
317 </div>
318
319 <a name="process"/>
320 <table border="0" width="100%" cellpadding="4" cellspacing="0">
321 <tr>
322   <td class="head" align="left"><big>Processing</big></td>
323   <td class="back" align="right"><a href="#top">top</a></td>
324 </tr>
325 </table>
326
327 <div id="indent">
328
329 <br />
330
331 You can use the &quot;Apply&quot; command to perform a transformation. Specify the URI of the source
332 document in the form below. The URI can be relative or absolute (in the former case you
333 will probably want to enable the use of the getter).
334 If escaping is enabled, then special characters are escaped. This might be particularly useful
335 if the source is loaded by the getter.
336
337 <br /><br />
338
339 <table border="0">
340 <tr>
341   <th align="left">Source Document</th>
342   <th align="left">Escape</th>
343 </tr>
344 <tr>
345   <td>
346     <form name="sourceDocument">
347       <input type="text" size="50"/>
348     </form>
349   </td>
350   <td>
351     <form name="escapeSource">
352       <input type="checkbox" checked="true"/>
353     </form>
354   </td>
355 </tr>
356 </table>
357
358 You can specify a sequence of zero or more parameters separated by blanks. Each
359 parameter is made of a name immediately followed by <tt>=</tt> and then a value.
360 If &quot;Escape&quot; is checked, then parameters are escaped in the final
361 URI.
362
363 <br /><br />
364
365 <table border="0">
366 <tr>
367   <th align="left">Parameters (optional)</th>
368   <th align="left">Escape</th>
369 </tr>
370 <tr>
371   <td>
372     <form name="parameters">
373       <input type="text" size="50"/>
374     </form>
375   </td>
376   <td>
377     <form name="escapeParameters">
378       <input type="checkbox" checked="true"/>
379     </form>
380   </td>
381 </tr>
382 </table>
383
384 In the key list specify a list of keys
385 separated by blanks. This is the list of stylesheets to be applied in sequence to the
386 source document.
387 When ready, click on the button and have fun!
388
389 <br /><br />
390
391 <table border="0">
392 <tr>
393   <th align="left">Key list</th>
394   <th align="left">Use Getter</th>
395 </tr>
396 <tr>
397   <td>
398     <form name="keyList">
399       <input type="text" size="50"/>
400     </form>
401   </td>
402   <td>
403     <form name="applyUseGetter">
404       <input type="checkbox" checked="true"/>
405     </form>
406   </td>
407   <td>
408     <form>
409       <input type="button" value="Apply" onClick="applyStylesheets()"/>
410     </form>
411   </td>
412 </tr>
413 </table>
414
415 </div>
416
417 <table border="0" width="100%" cellpadding="4" cellspacing="0">
418 <tr>
419   <td class="back" align="left">Page maintained by: <a href="mailto:luca.padovani@cs.unibo.it">Luca Padovani</a></td>
420   <td class="back" align="right"><a href="#top">top</a></td>
421 </tr>
422 </table>
423
424 </body>
425
426 </html>
427