none
[openafs-wiki.git] / TWiki / WysiwygPlugin.mdwn
1 # <a name="Wysiwyg Plugin"></a><a name=" Wysiwyg Plugin"></a> Wysiwyg Plugin
2
3 Support for the integration of WYSIWYG (What-You-See-Is-What-You-Get) editors. Comes bundled with a complete integration of the feature-rich [Kupu](http://kupu.oscom.org) editor.
4
5 ![Screenshot](http://www.dementia.org/twiki//view/screenshot.jpg)
6
7 The plugin is a generic framework that supports editing of TWiki topics using any browser-based HTML editor. It works by transforming TML (TWiki Meta Language) into HTML for the editor and then transforming HTML back into TML on save. These steps can be separated to support the import of HTML from external sources such as existing web pages.
8
9 The plugin should operate with TWiki20040904 as well as TWiki-4.0.0 and later.
10
11 **Caveat**: [[WysiwygPlugin]] is designed for editing TWiki topics, not as a general purpose HTML editor. It will work fine on topics that contain text, TML formatting, and most HTML. However, because of the complexity of transforming TML into HTML and back, complex TML, and mixing HTML and TML may not give the results you expect. You are recommended to use the standard browser textarea editor for editing existing topics that contain mixed HTML and TML, or complex %TML%-type variables.
12
13 <div>
14   <ul>
15     <li><a href="#Features"> Features</a></li>
16     <li><a href="#Details"> Details</a><ul>
17         <li><a href="#What's in the package"> What's in the package</a></li>
18         <li><a href="#How to use the editor"> How to use the editor</a><ul>
19             <li><a href="#Kupu Notes"> Kupu Notes</a></li>
20           </ul>
21         </li>
22         <li><a href="#How it works"> How it works</a></li>
23         <li><a href="#Using the translators from Perl"> Using the translators from Perl scripts</a></li>
24       </ul>
25     </li>
26     <li><a href="#Plugin Installation Instructions"> Plugin Installation Instructions</a></li>
27     <li><a href="#Plugin Configuration Settings"> Plugin Configuration Settings</a></li>
28     <li><a href="#Other Settings"> Other Settings</a><ul>
29         <li><a href="#TWiki._WysiwygPluginIcons"> TWiki.WysiwygPluginIcons</a></li>
30         <li><a href="#TWiki._WysiwygPluginStrings"> TWiki.WysiwygPluginStrings</a></li>
31         <li><a href="#TWiki._WysiwygPluginLocalHelp"> TWiki.WysiwygPluginLocalHelp</a></li>
32         <li><a href="#Editor control"> Editor control</a></li>
33       </ul>
34     </li>
35     <li><a href="#Known Issues"> Known Issues</a><ul>
36         <li><a href="#Incompatible with "non-standard""> Incompatible with "non-standard" syntax</a></li>
37         <li><a href="#Can't <strong>undo</strong> all functions (Kupu"> Can't undo all functions (Kupu + browser)</a></li>
38         <li><a href="#Overlapping styles (_WysiwygPlug"> Overlapping styles (WysiwygPlugin)</a></li>
39         <li><a href="#Support for PRE"> Support for PRE</a></li>
40       </ul>
41     </li>
42     <li><a href="#Plugin Info"> Plugin Info</a></li>
43   </ul>
44 </div>
45
46 ## <a name="Features"></a> Features
47
48 - Supports the input of malformed HTML
49 - Full round-trip (TML -&gt; XHTML -&gt; TWiki syntax)
50 - Framework is editor agnostic
51 - Customised [Kupu](http://kupu.oscom.org) editor included
52
53 ## <a name="Details"></a> Details
54
55 ### <a name="What&#39;s in the package"></a> What's in the package
56
57 The package includes the following pieces:
58
59 - TML (TWiki syntax) to HTML translator
60 - HTML to TML translator (with stand-alone script)
61 - Generic TWiki plugin for automating the translation during editing
62 - [Kupu](http://kupu.oscom.org) editor integration, implemented as a TWiki skin
63
64 ### <a name="How to use the editor"></a> How to use the editor
65
66 Basic help for most of the functions in the toolbar is available by "hovering" the mouse over the button. Some functions require a bit more explanation:
67
68 - "Insert No-Op" inserts a &lt;nop&gt; region. Any TWiki syntax such as wikiwords or variables inside the region will be disabled in the rgeion. $lt;nop&gt; regions may not extend over line breaks.
69 - The rightmost drop-down will give you a menu of TWiki variables that can be inserted. Any of these variables can be edited after they have been placed in the text, for example to add parameters.
70 - "Insert a [[WikiWord]]" will give you a menu of topics in the _current web_ that can be inserted. Topics are inserted as links, though typing wikiwords in plain text will work just as well.
71 - Watch out for the &lt;&gt; button on the right of the toolbar. It lets you switch into an HTML view, which can be very useful when you can't get your formatting right.
72 - In TWiki, a totally empty table cell causes the cell to be merged with the cell immediately to the left. To make this effect more transparent in the editor, these empty cells are shown with the text "%SPAN%" in them. In Kupu, if you add %SPAN% to a table cell, then all the rest of the content will be thrown away and the cell will be converted to an empty table cell. Note that this only applies to tables that are converted to TWiki syntax.
73
74 #### <a name="Kupu Notes"></a> Kupu Notes
75
76 The version of Kupu shipped with this plugin is an uncustomised basic Kupu release. All the TWiki customisation is done as plugins and extensions to Kupu - the basic kupu code is shipped completely intact.
77
78 ### <a name="How it works"></a> How it works
79
80 The plugin works by translating the topic text into HTML, which is then fed to the editor. The edited HTML is then run through the reverse translation before saving to the topic. TWiki syntax is used in preference to HTML in the stored topic wherever possible, though HTML may be used if the translator can't find a suitable TML equivalent..
81
82 The default rendering that TWiki uses to generate HTML for browsers is 'lossy' - information in the TWiki syntax is lost in the HTML output, and a round-trip (recovering the original TWiki syntax from the HTML) is impossible. To solve this problem the plugin instead uses its own translation of TWiki syntax to pure XHTML. The generated XHTML is annotated with CSS classes that support the accurate recovery of the original TWiki syntax.
83
84 _(before you ask the obvious question, yes, the translator **could** be used to replace the TWiki rendering pipeline for generating HTML pages. In fact, the translator is taken almost directly from the implementation of the rendering pipeline for the TWiki 'Dakar' release)_
85
86 Translation of the HTML back to TWiki syntax uses the CPAN:HTML::Parser. This parser is used in preference to a more modern XML parser, because the HTML may not generate fully compliant XHTML. A strict parser would risk losing content. CPAN:HTML::Parser is better at handling malformed syntax.
87
88 There is also the advantage that the translator can be used to import HTML from other sources - for example, existing web pages. Due to the simple nature of TWiki syntax and the complexity of HTML, this translation is lossy - i.e there will be HTML features that can be entered by editors that will be lost in this translation step. This is especially noticeable with HTML tables.
89
90 ### <a name="Using the translators from Perl"></a><a name="Using the translators from Perl "></a> Using the translators from Perl scripts
91
92 Both translators can be used directly from Perl scripts, for example to build your own stand-alone translators.
93
94 An example stand-alone convertor script for HTML to TWiki is included in the installation. It can be found in the top-level `tools` directory and is called `html2tml.pl`.
95
96 ## <a name="Plugin Installation Instructions"></a> Plugin Installation Instructions
97
98 - Download the ZIP file from the Plugin web (see below)
99 - Unzip <code>**%TOPIC%.zip**</code> in your twiki installation directory. Content: <table border="1" cellpadding="0" cellspacing="0">
100   <tr>
101     <th bgcolor="#99CCCC"><strong> File: </strong></th>
102     <th bgcolor="#99CCCC"><strong> Description: </strong></th>
103   </tr>
104   <tr>
105     <td><code><b>lib/TWiki/Plugins/WysiwygPlugin/HTML2TML/WC.pm</b></code></td>
106     <td> Perl module </td>
107   </tr>
108   <tr>
109     <td><code><b>lib/TWiki/Plugins/WysiwygPlugin/HTML2TML/Leaf.pm</b></code></td>
110     <td> Perl module </td>
111   </tr>
112   <tr>
113     <td><code><b>lib/TWiki/Plugins/WysiwygPlugin/HTML2TML/Node.pm</b></code></td>
114     <td> Perl module </td>
115   </tr>
116   <tr>
117     <td><code><b>lib/TWiki/Plugins/WysiwygPlugin/HTML2TML.pm</b></code></td>
118     <td> Perl module </td>
119   </tr>
120   <tr>
121     <td><code><b>lib/TWiki/Plugins/WysiwygPlugin.pm</b></code></td>
122     <td> Perl module </td>
123   </tr>
124   <tr>
125     <td><code><b>lib/TWiki/Plugins/WysiwygPlugin/TML2HTML.pm</b></code></td>
126     <td> Perl module </td>
127   </tr>
128   <tr>
129     <td><code><b>data/TWiki/WysiwygPlugin.txt</b></code></td>
130     <td> Documentation and settings </td>
131   </tr>
132   <tr>
133     <td><code><b>data/TWiki/WysiwygPluginTopicLister.txt</b></code></td>
134     <td> Special AJAX topic </td>
135   </tr>
136   <tr>
137     <td><code><b>pub/TWiki/WysiwygPlugin/kuputwiki.css</b></code></td>
138     <td> Kupu customisation </td>
139   </tr>
140   <tr>
141     <td><code><b>pub/TWiki/WysiwygPlugin/twikitools.js</b></code></td>
142     <td> Kupu customisation </td>
143   </tr>
144   <tr>
145     <td><code><b>pub/TWiki/WysiwygPlugin/kupuinit.js</b></code></td>
146     <td> Kupu customisation </td>
147   </tr>
148   <tr>
149     <td><code><b>pub/TWiki/WysiwygPlugin/kupustart.js</b></code></td>
150     <td> Kupu customisation </td>
151   </tr>
152   <tr>
153     <td><code><b>pub/TWiki/WysiwygPlugin/bold.png</b></code></td>
154     <td> Button image </td>
155   </tr>
156   <tr>
157     <td><code><b>pub/TWiki/WysiwygPlugin/cancel.png</b></code></td>
158     <td> Button image </td>
159   </tr>
160   <tr>
161     <td><code><b>pub/TWiki/WysiwygPlugin/code.png</b></code></td>
162     <td> Button image </td>
163   </tr>
164   <tr>
165     <td><code><b>pub/TWiki/WysiwygPlugin/definition-list.png</b></code></td>
166     <td> Button image </td>
167   </tr>
168   <tr>
169     <td><code><b>pub/TWiki/WysiwygPlugin/exthyperlink.png</b></code></td>
170     <td> Button image </td>
171   </tr>
172   <tr>
173     <td><code><b>pub/TWiki/WysiwygPlugin/help.png</b></code></td>
174     <td> Button image </td>
175   </tr>
176   <tr>
177     <td><code><b>pub/TWiki/WysiwygPlugin/indent.png</b></code></td>
178     <td> Button image </td>
179   </tr>
180   <tr>
181     <td><code><b>pub/TWiki/WysiwygPlugin/inthyperlink.png</b></code></td>
182     <td> Button image </td>
183   </tr>
184   <tr>
185     <td><code><b>pub/TWiki/WysiwygPlugin/italic.png</b></code></td>
186     <td> Button image </td>
187   </tr>
188   <tr>
189     <td><code><b>pub/TWiki/WysiwygPlugin/new-attachment.png</b></code></td>
190     <td> Button image </td>
191   </tr>
192   <tr>
193     <td><code><b>pub/TWiki/WysiwygPlugin/new-image.png</b></code></td>
194     <td> Button image </td>
195   </tr>
196   <tr>
197     <td><code><b>pub/TWiki/WysiwygPlugin/nop.png</b></code></td>
198     <td> Button image </td>
199   </tr>
200   <tr>
201     <td><code><b>pub/TWiki/WysiwygPlugin/ordered-list.png</b></code></td>
202     <td> Button image </td>
203   </tr>
204   <tr>
205     <td><code><b>pub/TWiki/WysiwygPlugin/outdent.png</b></code></td>
206     <td> Button image </td>
207   </tr>
208   <tr>
209     <td><code><b>pub/TWiki/WysiwygPlugin/redo.png</b></code></td>
210     <td> Button image </td>
211   </tr>
212   <tr>
213     <td><code><b>pub/TWiki/WysiwygPlugin/remove.png</b></code></td>
214     <td> Button image </td>
215   </tr>
216   <tr>
217     <td><code><b>pub/TWiki/WysiwygPlugin/save.png</b></code></td>
218     <td> Button image </td>
219   </tr>
220   <tr>
221     <td><code><b>pub/TWiki/WysiwygPlugin/separator.png</b></code></td>
222     <td> Button image </td>
223   </tr>
224   <tr>
225     <td><code><b>pub/TWiki/WysiwygPlugin/smiley.png</b></code></td>
226     <td> Button image </td>
227   </tr>
228   <tr>
229     <td><code><b>pub/TWiki/WysiwygPlugin/strings.png</b></code></td>
230     <td> Button image </td>
231   </tr>
232   <tr>
233     <td><code><b>pub/TWiki/WysiwygPlugin/table.png</b></code></td>
234     <td> Button image </td>
235   </tr>
236   <tr>
237     <td><code><b>pub/TWiki/WysiwygPlugin/text-color.png</b></code></td>
238     <td> Button image </td>
239   </tr>
240   <tr>
241     <td><code><b>pub/TWiki/WysiwygPlugin/undo.png</b></code></td>
242     <td> Button image </td>
243   </tr>
244   <tr>
245     <td><code><b>pub/TWiki/WysiwygPlugin/unordered-list.png</b></code></td>
246     <td> Button image </td>
247   </tr>
248   <tr>
249     <td><code><b>pub/TWiki/WysiwygPlugin/vars.png</b></code></td>
250     <td> Button image </td>
251   </tr>
252   <tr>
253     <td><code><b>pub/TWiki/WysiwygPlugin/verbatim.png</b></code></td>
254     <td> Button image </td>
255   </tr>
256   <tr>
257     <td><code><b>pub/TWiki/WysiwygPlugin/verbatim-watermark.png</b></code></td>
258     <td> Watermark </td>
259   </tr>
260   <tr>
261     <td><code><b>pub/TWiki/WysiwygPlugin/screenshot.jpg</b></code></td>
262     <td> Screen shot </td>
263   </tr>
264   <tr>
265     <td><code><b>pub/TWiki/WysiwygPlugin/view-source.png</b></code></td>
266     <td> Button image </td>
267   </tr>
268   <tr>
269     <td><code><b>templates/edit.kupu.tmpl</b></code></td>
270     <td> Template for an edit using kupu </td>
271   </tr>
272   <tr>
273     <td><code><b>templates/view.kupuxml.tmpl</b></code></td>
274     <td> Template for AJAX data </td>
275   </tr>
276   <tr>
277     <td><code><b>templates/attachtables.kupu.tmpl</b></code></td>
278     <td> Attachment table rendering for editor </td>
279   </tr>
280   <tr>
281     <td><code><b>templates/view.kupu.tmpl</b></code></td>
282     <td> Template for a kupu skin view, used by the editor </td>
283   </tr>
284   <tr>
285     <td><code><b>tools/html2tml.pl</b></code></td>
286     <td> Stand-alone convertor script </td>
287   </tr>
288   <tr>
289     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/Extensions/Install.py</b></code></td>
290     <td> Kupu 1.3.2 </td>
291   </tr>
292   <tr>
293     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/Makefile</b></code></td>
294     <td> Kupu 1.3.2 </td>
295   </tr>
296   <tr>
297     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/__init__.py</b></code></td>
298     <td> Kupu 1.3.2 </td>
299   </tr>
300   <tr>
301     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/README.txt</b></code></td>
302     <td> Kupu 1.3.2 </td>
303   </tr>
304   <tr>
305     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/kupu/body.kupu</b></code></td>
306     <td> Kupu 1.3.2 </td>
307   </tr>
308   <tr>
309     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/kupu/exit.kupu</b></code></td>
310     <td> Kupu 1.3.2 </td>
311   </tr>
312   <tr>
313     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/kupu/include.kupu</b></code></td>
314     <td> Kupu 1.3.2 </td>
315   </tr>
316   <tr>
317     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/kupu/kupudrawerstyles.css</b></code></td>
318     <td> Kupu 1.3.2 </td>
319   </tr>
320   <tr>
321     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/kupu/kupumacros.html</b></code></td>
322     <td> Kupu 1.3.2 </td>
323   </tr>
324   <tr>
325     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/kupu/kupustyles.css</b></code></td>
326     <td> Kupu 1.3.2 </td>
327   </tr>
328   <tr>
329     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/kupu/lenya.js</b></code></td>
330     <td> Kupu 1.3.2 </td>
331   </tr>
332   <tr>
333     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/kupu/lenya.kupu</b></code></td>
334     <td> Kupu 1.3.2 </td>
335   </tr>
336   <tr>
337     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/kupu/toolbar.kupu</b></code></td>
338     <td> Kupu 1.3.2 </td>
339   </tr>
340   <tr>
341     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/kupu/toolboxes.kupu</b></code></td>
342     <td> Kupu 1.3.2 </td>
343   </tr>
344   <tr>
345     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/kupu/wire.kupu</b></code></td>
346     <td> Kupu 1.3.2 </td>
347   </tr>
348   <tr>
349     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/kupu/xmlconfig.kupu</b></code></td>
350     <td> Kupu 1.3.2 </td>
351   </tr>
352   <tr>
353     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/content2edit.xsl</b></code></td>
354     <td> Kupu 1.3.2 </td>
355   </tr>
356   <tr>
357     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/drawers/imagedrawer.xsl</b></code></td>
358     <td> Kupu 1.3.2 </td>
359   </tr>
360   <tr>
361     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/drawers/imagelibraries.xml.jx</b></code></td>
362     <td> Kupu 1.3.2 </td>
363   </tr>
364   <tr>
365     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/drawers/kupudrawerstyles.css</b></code></td>
366     <td> Kupu 1.3.2 </td>
367   </tr>
368   <tr>
369     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/drawers/libraries.xml.jx</b></code></td>
370     <td> Kupu 1.3.2 </td>
371   </tr>
372   <tr>
373     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/drawers/linkdrawer.xsl</b></code></td>
374     <td> Kupu 1.3.2 </td>
375   </tr>
376   <tr>
377     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/drawers/linklibraries.xml.jx</b></code></td>
378     <td> Kupu 1.3.2 </td>
379   </tr>
380   <tr>
381     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/drawers/publication_image_library.xml.jx</b></code></td>
382     <td> Kupu 1.3.2 </td>
383   </tr>
384   <tr>
385     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/drawers/sitetree_link_library.xml.jx</b></code></td>
386     <td> Kupu 1.3.2 </td>
387   </tr>
388   <tr>
389     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/i18n.xsl</b></code></td>
390     <td> Kupu 1.3.2 </td>
391   </tr>
392   <tr>
393     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/images/emblem-generic.png</b></code></td>
394     <td> Kupu 1.3.2 </td>
395   </tr>
396   <tr>
397     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/images/exit.gif</b></code></td>
398     <td> Kupu 1.3.2 </td>
399   </tr>
400   <tr>
401     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/images/page-image.png</b></code></td>
402     <td> Kupu 1.3.2 </td>
403   </tr>
404   <tr>
405     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/images/pub-image.png</b></code></td>
406     <td> Kupu 1.3.2 </td>
407   </tr>
408   <tr>
409     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/images/right_arrow.png</b></code></td>
410     <td> Kupu 1.3.2 </td>
411   </tr>
412   <tr>
413     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/images/sitetree-link.png</b></code></td>
414     <td> Kupu 1.3.2 </td>
415   </tr>
416   <tr>
417     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/kupumacros.xsl</b></code></td>
418     <td> Kupu 1.3.2 </td>
419   </tr>
420   <tr>
421     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/kupusave.xsl</b></code></td>
422     <td> Kupu 1.3.2 </td>
423   </tr>
424   <tr>
425     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/page2kupu.xsl</b></code></td>
426     <td> Kupu 1.3.2 </td>
427   </tr>
428   <tr>
429     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/pageassets2kupulibrary.xsl</b></code></td>
430     <td> Kupu 1.3.2 </td>
431   </tr>
432   <tr>
433     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/apache-lenya/lenya/sitetree2kupulibrary.xsl</b></code></td>
434     <td> Kupu 1.3.2 </td>
435   </tr>
436   <tr>
437     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/cnf/head.kupu</b></code></td>
438     <td> Kupu 1.3.2 </td>
439   </tr>
440   <tr>
441     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/cnf/include.kupu</b></code></td>
442     <td> Kupu 1.3.2 </td>
443   </tr>
444   <tr>
445     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/cnf/toolboxes.kupu</b></code></td>
446     <td> Kupu 1.3.2 </td>
447   </tr>
448   <tr>
449     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/cnf/wire.kupu</b></code></td>
450     <td> Kupu 1.3.2 </td>
451   </tr>
452   <tr>
453     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/cnf/xmlconfig.kupu</b></code></td>
454     <td> Kupu 1.3.2 </td>
455   </tr>
456   <tr>
457     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/fulldoc.html</b></code></td>
458     <td> Kupu 1.3.2 </td>
459   </tr>
460   <tr>
461     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupu-pox.cgi</b></code></td>
462     <td> Kupu 1.3.2 </td>
463   </tr>
464   <tr>
465     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupu.cgi</b></code></td>
466     <td> Kupu 1.3.2 </td>
467   </tr>
468   <tr>
469     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupu.html</b></code></td>
470     <td> Kupu 1.3.2 </td>
471   </tr>
472   <tr>
473     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupu.pox</b></code></td>
474     <td> Kupu 1.3.2 </td>
475   </tr>
476   <tr>
477     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupu.pox.jspx</b></code></td>
478     <td> Kupu 1.3.2 </td>
479   </tr>
480   <tr>
481     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupubasetools.js</b></code></td>
482     <td> Kupu 1.3.2 </td>
483   </tr>
484   <tr>
485     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupubeforeunload.js</b></code></td>
486     <td> Kupu 1.3.2 </td>
487   </tr>
488   <tr>
489     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupublank.html</b></code></td>
490     <td> Kupu 1.3.2 </td>
491   </tr>
492   <tr>
493     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupucleanupexpressions.js</b></code></td>
494     <td> Kupu 1.3.2 </td>
495   </tr>
496   <tr>
497     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupucnf.html</b></code></td>
498     <td> Kupu 1.3.2 </td>
499   </tr>
500   <tr>
501     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupucnftable.js</b></code></td>
502     <td> Kupu 1.3.2 </td>
503   </tr>
504   <tr>
505     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupucontentfilters.js</b></code></td>
506     <td> Kupu 1.3.2 </td>
507   </tr>
508   <tr>
509     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupucontentstyles.css</b></code></td>
510     <td> Kupu 1.3.2 </td>
511   </tr>
512   <tr>
513     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupucontextmenu.js</b></code></td>
514     <td> Kupu 1.3.2 </td>
515   </tr>
516   <tr>
517     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers.js</b></code></td>
518     <td> Kupu 1.3.2 </td>
519   </tr>
520   <tr>
521     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/allimages.xml</b></code></td>
522     <td> Kupu 1.3.2 </td>
523   </tr>
524   <tr>
525     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/drawer.xsl</b></code></td>
526     <td> Kupu 1.3.2 </td>
527   </tr>
528   <tr>
529     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/drawer.xsl.metadata</b></code></td>
530     <td> Kupu 1.3.2 </td>
531   </tr>
532   <tr>
533     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/imagelibrary.xml</b></code></td>
534     <td> Kupu 1.3.2 </td>
535   </tr>
536   <tr>
537     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/kupubuttons.xml</b></code></td>
538     <td> Kupu 1.3.2 </td>
539   </tr>
540   <tr>
541     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/linklibrary.xml</b></code></td>
542     <td> Kupu 1.3.2 </td>
543   </tr>
544   <tr>
545     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos.xml</b></code></td>
546     <td> Kupu 1.3.2 </td>
547   </tr>
548   <tr>
549     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/bitflux_logo.png</b></code></td>
550     <td> Kupu 1.3.2 </td>
551   </tr>
552   <tr>
553     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/bitflux_logo_preview.png</b></code></td>
554     <td> Kupu 1.3.2 </td>
555   </tr>
556   <tr>
557     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/bubnbros.png</b></code></td>
558     <td> Kupu 1.3.2 </td>
559   </tr>
560   <tr>
561     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/bubnbros_preview.png</b></code></td>
562     <td> Kupu 1.3.2 </td>
563   </tr>
564   <tr>
565     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/codespeak_logo.png</b></code></td>
566     <td> Kupu 1.3.2 </td>
567   </tr>
568   <tr>
569     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/codespeak_logo_preview.png</b></code></td>
570     <td> Kupu 1.3.2 </td>
571   </tr>
572   <tr>
573     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/diver_logo.png</b></code></td>
574     <td> Kupu 1.3.2 </td>
575   </tr>
576   <tr>
577     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/diver_logo_preview.png</b></code></td>
578     <td> Kupu 1.3.2 </td>
579   </tr>
580   <tr>
581     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/eth_logo.png</b></code></td>
582     <td> Kupu 1.3.2 </td>
583   </tr>
584   <tr>
585     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/eth_logo_preview.png</b></code></td>
586     <td> Kupu 1.3.2 </td>
587   </tr>
588   <tr>
589     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/infrae_logo.png</b></code></td>
590     <td> Kupu 1.3.2 </td>
591   </tr>
592   <tr>
593     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/infrae_logo_preview.png</b></code></td>
594     <td> Kupu 1.3.2 </td>
595   </tr>
596   <tr>
597     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/kupu_logo.png</b></code></td>
598     <td> Kupu 1.3.2 </td>
599   </tr>
600   <tr>
601     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/kupu_logo_preview.png</b></code></td>
602     <td> Kupu 1.3.2 </td>
603   </tr>
604   <tr>
605     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/lenya_logo.png</b></code></td>
606     <td> Kupu 1.3.2 </td>
607   </tr>
608   <tr>
609     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/lenya_logo_preview.png</b></code></td>
610     <td> Kupu 1.3.2 </td>
611   </tr>
612   <tr>
613     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/opensource.png</b></code></td>
614     <td> Kupu 1.3.2 </td>
615   </tr>
616   <tr>
617     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/opensource_preview.png</b></code></td>
618     <td> Kupu 1.3.2 </td>
619   </tr>
620   <tr>
621     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/oscom4_banner.gif</b></code></td>
622     <td> Kupu 1.3.2 </td>
623   </tr>
624   <tr>
625     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/oscom4_banner_preview.png</b></code></td>
626     <td> Kupu 1.3.2 </td>
627   </tr>
628   <tr>
629     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/oscom_logo.png</b></code></td>
630     <td> Kupu 1.3.2 </td>
631   </tr>
632   <tr>
633     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/oscom_logo_preview.png</b></code></td>
634     <td> Kupu 1.3.2 </td>
635   </tr>
636   <tr>
637     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/plone_logo.png</b></code></td>
638     <td> Kupu 1.3.2 </td>
639   </tr>
640   <tr>
641     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/plone_logo_preview.png</b></code></td>
642     <td> Kupu 1.3.2 </td>
643   </tr>
644   <tr>
645     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/pypy_logo.png</b></code></td>
646     <td> Kupu 1.3.2 </td>
647   </tr>
648   <tr>
649     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/pypy_logo_preview.png</b></code></td>
650     <td> Kupu 1.3.2 </td>
651   </tr>
652   <tr>
653     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/silva_logo.png</b></code></td>
654     <td> Kupu 1.3.2 </td>
655   </tr>
656   <tr>
657     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/silva_logo_preview.png</b></code></td>
658     <td> Kupu 1.3.2 </td>
659   </tr>
660   <tr>
661     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/twiki_logo.gif</b></code></td>
662     <td> Kupu 1.3.2 </td>
663   </tr>
664   <tr>
665     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/twiki_logo.png</b></code></td>
666     <td> Kupu 1.3.2 </td>
667   </tr>
668   <tr>
669     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/zea_logo.png</b></code></td>
670     <td> Kupu 1.3.2 </td>
671   </tr>
672   <tr>
673     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/zea_logo_preview.png</b></code></td>
674     <td> Kupu 1.3.2 </td>
675   </tr>
676   <tr>
677     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/zope_logo.png</b></code></td>
678     <td> Kupu 1.3.2 </td>
679   </tr>
680   <tr>
681     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawers/logos/zope_logo_preview.png</b></code></td>
682     <td> Kupu 1.3.2 </td>
683   </tr>
684   <tr>
685     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupudrawerstyles.css</b></code></td>
686     <td> Kupu 1.3.2 </td>
687   </tr>
688   <tr>
689     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupueditor.js</b></code></td>
690     <td> Kupu 1.3.2 </td>
691   </tr>
692   <tr>
693     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuform.html</b></code></td>
694     <td> Kupu 1.3.2 </td>
695   </tr>
696   <tr>
697     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuhelpers.js</b></code></td>
698     <td> Kupu 1.3.2 </td>
699   </tr>
700   <tr>
701     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/background-color.png</b></code></td>
702     <td> Kupu 1.3.2 </td>
703   </tr>
704   <tr>
705     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/bold.gif</b></code></td>
706     <td> Kupu 1.3.2 </td>
707   </tr>
708   <tr>
709     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/bold.png</b></code></td>
710     <td> Kupu 1.3.2 </td>
711   </tr>
712   <tr>
713     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/buttons.png</b></code></td>
714     <td> Kupu 1.3.2 </td>
715   </tr>
716   <tr>
717     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/caret.png</b></code></td>
718     <td> Kupu 1.3.2 </td>
719   </tr>
720   <tr>
721     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/closed.png</b></code></td>
722     <td> Kupu 1.3.2 </td>
723   </tr>
724   <tr>
725     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/copy.png</b></code></td>
726     <td> Kupu 1.3.2 </td>
727   </tr>
728   <tr>
729     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/create-new.png</b></code></td>
730     <td> Kupu 1.3.2 </td>
731   </tr>
732   <tr>
733     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/cut.png</b></code></td>
734     <td> Kupu 1.3.2 </td>
735   </tr>
736   <tr>
737     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/definitionlist.png</b></code></td>
738     <td> Kupu 1.3.2 </td>
739   </tr>
740   <tr>
741     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/document.png</b></code></td>
742     <td> Kupu 1.3.2 </td>
743   </tr>
744   <tr>
745     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/exit.gif</b></code></td>
746     <td> Kupu 1.3.2 </td>
747   </tr>
748   <tr>
749     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/exthyperlink.png</b></code></td>
750     <td> Kupu 1.3.2 </td>
751   </tr>
752   <tr>
753     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/folder.png</b></code></td>
754     <td> Kupu 1.3.2 </td>
755   </tr>
756   <tr>
757     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/fonts.png</b></code></td>
758     <td> Kupu 1.3.2 </td>
759   </tr>
760   <tr>
761     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/format.png</b></code></td>
762     <td> Kupu 1.3.2 </td>
763   </tr>
764   <tr>
765     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/hr.png</b></code></td>
766     <td> Kupu 1.3.2 </td>
767   </tr>
768   <tr>
769     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/image.png</b></code></td>
770     <td> Kupu 1.3.2 </td>
771   </tr>
772   <tr>
773     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/indent.gif</b></code></td>
774     <td> Kupu 1.3.2 </td>
775   </tr>
776   <tr>
777     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/indent.png</b></code></td>
778     <td> Kupu 1.3.2 </td>
779   </tr>
780   <tr>
781     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/inthyperlink.png</b></code></td>
782     <td> Kupu 1.3.2 </td>
783   </tr>
784   <tr>
785     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/italic.gif</b></code></td>
786     <td> Kupu 1.3.2 </td>
787   </tr>
788   <tr>
789     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/italic.png</b></code></td>
790     <td> Kupu 1.3.2 </td>
791   </tr>
792   <tr>
793     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/justify-center.png</b></code></td>
794     <td> Kupu 1.3.2 </td>
795   </tr>
796   <tr>
797     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/justify-full.png</b></code></td>
798     <td> Kupu 1.3.2 </td>
799   </tr>
800   <tr>
801     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/justify-left.png</b></code></td>
802     <td> Kupu 1.3.2 </td>
803   </tr>
804   <tr>
805     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/justify-right.png</b></code></td>
806     <td> Kupu 1.3.2 </td>
807   </tr>
808   <tr>
809     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/kupu_icon.gif</b></code></td>
810     <td> Kupu 1.3.2 </td>
811   </tr>
812   <tr>
813     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/kupulibrary.png</b></code></td>
814     <td> Kupu 1.3.2 </td>
815   </tr>
816   <tr>
817     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/kupusearch_icon.gif</b></code></td>
818     <td> Kupu 1.3.2 </td>
819   </tr>
820   <tr>
821     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/larger-text.png</b></code></td>
822     <td> Kupu 1.3.2 </td>
823   </tr>
824   <tr>
825     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/link.png</b></code></td>
826     <td> Kupu 1.3.2 </td>
827   </tr>
828   <tr>
829     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/opened.png</b></code></td>
830     <td> Kupu 1.3.2 </td>
831   </tr>
832   <tr>
833     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/ordered-list.png</b></code></td>
834     <td> Kupu 1.3.2 </td>
835   </tr>
836   <tr>
837     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/outdent.png</b></code></td>
838     <td> Kupu 1.3.2 </td>
839   </tr>
840   <tr>
841     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/paste.png</b></code></td>
842     <td> Kupu 1.3.2 </td>
843   </tr>
844   <tr>
845     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/redo-disabled.png</b></code></td>
846     <td> Kupu 1.3.2 </td>
847   </tr>
848   <tr>
849     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/redo.png</b></code></td>
850     <td> Kupu 1.3.2 </td>
851   </tr>
852   <tr>
853     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/remove.png</b></code></td>
854     <td> Kupu 1.3.2 </td>
855   </tr>
856   <tr>
857     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/save.png</b></code></td>
858     <td> Kupu 1.3.2 </td>
859   </tr>
860   <tr>
861     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/size.png</b></code></td>
862     <td> Kupu 1.3.2 </td>
863   </tr>
864   <tr>
865     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/smaller-text.png</b></code></td>
866     <td> Kupu 1.3.2 </td>
867   </tr>
868   <tr>
869     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/space.gif</b></code></td>
870     <td> Kupu 1.3.2 </td>
871   </tr>
872   <tr>
873     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/strikethrough.png</b></code></td>
874     <td> Kupu 1.3.2 </td>
875   </tr>
876   <tr>
877     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/subscript.png</b></code></td>
878     <td> Kupu 1.3.2 </td>
879   </tr>
880   <tr>
881     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/superscript.png</b></code></td>
882     <td> Kupu 1.3.2 </td>
883   </tr>
884   <tr>
885     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/table.png</b></code></td>
886     <td> Kupu 1.3.2 </td>
887   </tr>
888   <tr>
889     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/text-check.png</b></code></td>
890     <td> Kupu 1.3.2 </td>
891   </tr>
892   <tr>
893     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/text-color.png</b></code></td>
894     <td> Kupu 1.3.2 </td>
895   </tr>
896   <tr>
897     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/toolbarbg_blue.png</b></code></td>
898     <td> Kupu 1.3.2 </td>
899   </tr>
900   <tr>
901     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/toolbarbg_green.png</b></code></td>
902     <td> Kupu 1.3.2 </td>
903   </tr>
904   <tr>
905     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/toolbarbg_purple.png</b></code></td>
906     <td> Kupu 1.3.2 </td>
907   </tr>
908   <tr>
909     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/toolbarbg_wood.png</b></code></td>
910     <td> Kupu 1.3.2 </td>
911   </tr>
912   <tr>
913     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/underline.gif</b></code></td>
914     <td> Kupu 1.3.2 </td>
915   </tr>
916   <tr>
917     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/underline.png</b></code></td>
918     <td> Kupu 1.3.2 </td>
919   </tr>
920   <tr>
921     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/undo-disabled.png</b></code></td>
922     <td> Kupu 1.3.2 </td>
923   </tr>
924   <tr>
925     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/undo.png</b></code></td>
926     <td> Kupu 1.3.2 </td>
927   </tr>
928   <tr>
929     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/unlink.png</b></code></td>
930     <td> Kupu 1.3.2 </td>
931   </tr>
932   <tr>
933     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/unordered-list.png</b></code></td>
934     <td> Kupu 1.3.2 </td>
935   </tr>
936   <tr>
937     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/view-source.png</b></code></td>
938     <td> Kupu 1.3.2 </td>
939   </tr>
940   <tr>
941     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/zoom-in.gif</b></code></td>
942     <td> Kupu 1.3.2 </td>
943   </tr>
944   <tr>
945     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuimages/zoom-out.gif</b></code></td>
946     <td> Kupu 1.3.2 </td>
947   </tr>
948   <tr>
949     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuinit.js</b></code></td>
950     <td> Kupu 1.3.2 </td>
951   </tr>
952   <tr>
953     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuinit_experimental.js</b></code></td>
954     <td> Kupu 1.3.2 </td>
955   </tr>
956   <tr>
957     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuinit_form.js</b></code></td>
958     <td> Kupu 1.3.2 </td>
959   </tr>
960   <tr>
961     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuinit_genericelements.js</b></code></td>
962     <td> Kupu 1.3.2 </td>
963   </tr>
964   <tr>
965     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuinit_multi.js</b></code></td>
966     <td> Kupu 1.3.2 </td>
967   </tr>
968   <tr>
969     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuinspector.js</b></code></td>
970     <td> Kupu 1.3.2 </td>
971   </tr>
972   <tr>
973     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuloggers.js</b></code></td>
974     <td> Kupu 1.3.2 </td>
975   </tr>
976   <tr>
977     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupumacros.html</b></code></td>
978     <td> Kupu 1.3.2 </td>
979   </tr>
980   <tr>
981     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupumulti.html</b></code></td>
982     <td> Kupu 1.3.2 </td>
983   </tr>
984   <tr>
985     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupumultieditor.js</b></code></td>
986     <td> Kupu 1.3.2 </td>
987   </tr>
988   <tr>
989     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupunoi18n.js</b></code></td>
990     <td> Kupu 1.3.2 </td>
991   </tr>
992   <tr>
993     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupupopups/image.html</b></code></td>
994     <td> Kupu 1.3.2 </td>
995   </tr>
996   <tr>
997     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupupopups/link.html</b></code></td>
998     <td> Kupu 1.3.2 </td>
999   </tr>
1000   <tr>
1001     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupusaveonpart.js</b></code></td>
1002     <td> Kupu 1.3.2 </td>
1003   </tr>
1004   <tr>
1005     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupusourceedit.js</b></code></td>
1006     <td> Kupu 1.3.2 </td>
1007   </tr>
1008   <tr>
1009     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupuspellchecker.js</b></code></td>
1010     <td> Kupu 1.3.2 </td>
1011   </tr>
1012   <tr>
1013     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupustart.js</b></code></td>
1014     <td> Kupu 1.3.2 </td>
1015   </tr>
1016   <tr>
1017     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupustart_form.js</b></code></td>
1018     <td> Kupu 1.3.2 </td>
1019   </tr>
1020   <tr>
1021     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupustart_multi.js</b></code></td>
1022     <td> Kupu 1.3.2 </td>
1023   </tr>
1024   <tr>
1025     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kupustyles.css</b></code></td>
1026     <td> Kupu 1.3.2 </td>
1027   </tr>
1028   <tr>
1029     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/kuputoolcollapser.js</b></code></td>
1030     <td> Kupu 1.3.2 </td>
1031   </tr>
1032   <tr>
1033     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/sarissa.js</b></code></td>
1034     <td> Kupu 1.3.2 </td>
1035   </tr>
1036   <tr>
1037     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/sarissa_ieemu_xpath.js</b></code></td>
1038     <td> Kupu 1.3.2 </td>
1039   </tr>
1040   <tr>
1041     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/common/spellcheck.cgi</b></code></td>
1042     <td> Kupu 1.3.2 </td>
1043   </tr>
1044   <tr>
1045     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/config.py</b></code></td>
1046     <td> Kupu 1.3.2 </td>
1047   </tr>
1048   <tr>
1049     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/configure.zcml</b></code></td>
1050     <td> Kupu 1.3.2 </td>
1051   </tr>
1052   <tr>
1053     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/body.kupu</b></code></td>
1054     <td> Kupu 1.3.2 </td>
1055   </tr>
1056   <tr>
1057     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/colorchooser.kupu</b></code></td>
1058     <td> Kupu 1.3.2 </td>
1059   </tr>
1060   <tr>
1061     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/contextmenu.kupu</b></code></td>
1062     <td> Kupu 1.3.2 </td>
1063   </tr>
1064   <tr>
1065     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/drawers.kupu</b></code></td>
1066     <td> Kupu 1.3.2 </td>
1067   </tr>
1068   <tr>
1069     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/form.kupu</b></code></td>
1070     <td> Kupu 1.3.2 </td>
1071   </tr>
1072   <tr>
1073     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/head.kupu</b></code></td>
1074     <td> Kupu 1.3.2 </td>
1075   </tr>
1076   <tr>
1077     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/html.kupu</b></code></td>
1078     <td> Kupu 1.3.2 </td>
1079   </tr>
1080   <tr>
1081     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/include.kupu</b></code></td>
1082     <td> Kupu 1.3.2 </td>
1083   </tr>
1084   <tr>
1085     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/save.kupu</b></code></td>
1086     <td> Kupu 1.3.2 </td>
1087   </tr>
1088   <tr>
1089     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/saveonpart.kupu</b></code></td>
1090     <td> Kupu 1.3.2 </td>
1091   </tr>
1092   <tr>
1093     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/sourceedit.kupu</b></code></td>
1094     <td> Kupu 1.3.2 </td>
1095   </tr>
1096   <tr>
1097     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/spellchecker.kupu</b></code></td>
1098     <td> Kupu 1.3.2 </td>
1099   </tr>
1100   <tr>
1101     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/toolbar.kupu</b></code></td>
1102     <td> Kupu 1.3.2 </td>
1103   </tr>
1104   <tr>
1105     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/toolboxes.kupu</b></code></td>
1106     <td> Kupu 1.3.2 </td>
1107   </tr>
1108   <tr>
1109     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/wire.kupu</b></code></td>
1110     <td> Kupu 1.3.2 </td>
1111   </tr>
1112   <tr>
1113     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/default/xmlconfig.kupu</b></code></td>
1114     <td> Kupu 1.3.2 </td>
1115   </tr>
1116   <tr>
1117     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/dist-apache-lenya.kupu</b></code></td>
1118     <td> Kupu 1.3.2 </td>
1119   </tr>
1120   <tr>
1121     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/dist-cnf.kupu</b></code></td>
1122     <td> Kupu 1.3.2 </td>
1123   </tr>
1124   <tr>
1125     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/dist-form.kupu</b></code></td>
1126     <td> Kupu 1.3.2 </td>
1127   </tr>
1128   <tr>
1129     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/dist-multi.kupu</b></code></td>
1130     <td> Kupu 1.3.2 </td>
1131   </tr>
1132   <tr>
1133     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/dist-plone.kupu</b></code></td>
1134     <td> Kupu 1.3.2 </td>
1135   </tr>
1136   <tr>
1137     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/dist-silva.kupu</b></code></td>
1138     <td> Kupu 1.3.2 </td>
1139   </tr>
1140   <tr>
1141     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/dist-zope2.kupu</b></code></td>
1142     <td> Kupu 1.3.2 </td>
1143   </tr>
1144   <tr>
1145     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/dist.kupu</b></code></td>
1146     <td> Kupu 1.3.2 </td>
1147   </tr>
1148   <tr>
1149     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/BEFOREUNLOAD.txt</b></code></td>
1150     <td> Kupu 1.3.2 </td>
1151   </tr>
1152   <tr>
1153     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/CHANGES.txt</b></code></td>
1154     <td> Kupu 1.3.2 </td>
1155   </tr>
1156   <tr>
1157     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/CONTRIBUTING.txt</b></code></td>
1158     <td> Kupu 1.3.2 </td>
1159   </tr>
1160   <tr>
1161     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/CREDITS.txt</b></code></td>
1162     <td> Kupu 1.3.2 </td>
1163   </tr>
1164   <tr>
1165     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/CUSTOMIZING.txt</b></code></td>
1166     <td> Kupu 1.3.2 </td>
1167   </tr>
1168   <tr>
1169     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/EXTENDING.txt</b></code></td>
1170     <td> Kupu 1.3.2 </td>
1171   </tr>
1172   <tr>
1173     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/FAQ.txt</b></code></td>
1174     <td> Kupu 1.3.2 </td>
1175   </tr>
1176   <tr>
1177     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/IMAGEUPLOADER.txt</b></code></td>
1178     <td> Kupu 1.3.2 </td>
1179   </tr>
1180   <tr>
1181     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/INSTALL.txt</b></code></td>
1182     <td> Kupu 1.3.2 </td>
1183   </tr>
1184   <tr>
1185     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/JSAPI.txt</b></code></td>
1186     <td> Kupu 1.3.2 </td>
1187   </tr>
1188   <tr>
1189     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/LIBRARIES.txt</b></code></td>
1190     <td> Kupu 1.3.2 </td>
1191   </tr>
1192   <tr>
1193     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/LICENSE.txt</b></code></td>
1194     <td> Kupu 1.3.2 </td>
1195   </tr>
1196   <tr>
1197     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/OLDBROWSERS.txt</b></code></td>
1198     <td> Kupu 1.3.2 </td>
1199   </tr>
1200   <tr>
1201     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/PLONE2.txt</b></code></td>
1202     <td> Kupu 1.3.2 </td>
1203   </tr>
1204   <tr>
1205     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/README.txt</b></code></td>
1206     <td> Kupu 1.3.2 </td>
1207   </tr>
1208   <tr>
1209     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/STYLEGUIDE.txt</b></code></td>
1210     <td> Kupu 1.3.2 </td>
1211   </tr>
1212   <tr>
1213     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/TEMPLATE-SYSTEM.txt</b></code></td>
1214     <td> Kupu 1.3.2 </td>
1215   </tr>
1216   <tr>
1217     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/TODO.txt</b></code></td>
1218     <td> Kupu 1.3.2 </td>
1219   </tr>
1220   <tr>
1221     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/ZOPE2.txt</b></code></td>
1222     <td> Kupu 1.3.2 </td>
1223   </tr>
1224   <tr>
1225     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/default.css</b></code></td>
1226     <td> Kupu 1.3.2 </td>
1227   </tr>
1228   <tr>
1229     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/docutils.conf</b></code></td>
1230     <td> Kupu 1.3.2 </td>
1231   </tr>
1232   <tr>
1233     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/doc/file-template</b></code></td>
1234     <td> Kupu 1.3.2 </td>
1235   </tr>
1236   <tr>
1237     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/form/body.kupu</b></code></td>
1238     <td> Kupu 1.3.2 </td>
1239   </tr>
1240   <tr>
1241     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/form/head.kupu</b></code></td>
1242     <td> Kupu 1.3.2 </td>
1243   </tr>
1244   <tr>
1245     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/form/include.kupu</b></code></td>
1246     <td> Kupu 1.3.2 </td>
1247   </tr>
1248   <tr>
1249     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/form/save.kupu</b></code></td>
1250     <td> Kupu 1.3.2 </td>
1251   </tr>
1252   <tr>
1253     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-cs.po</b></code></td>
1254     <td> Kupu 1.3.2 </td>
1255   </tr>
1256   <tr>
1257     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-da.po</b></code></td>
1258     <td> Kupu 1.3.2 </td>
1259   </tr>
1260   <tr>
1261     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-de.po</b></code></td>
1262     <td> Kupu 1.3.2 </td>
1263   </tr>
1264   <tr>
1265     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-el.po</b></code></td>
1266     <td> Kupu 1.3.2 </td>
1267   </tr>
1268   <tr>
1269     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-eo.po</b></code></td>
1270     <td> Kupu 1.3.2 </td>
1271   </tr>
1272   <tr>
1273     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-fi.po</b></code></td>
1274     <td> Kupu 1.3.2 </td>
1275   </tr>
1276   <tr>
1277     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-fr.po</b></code></td>
1278     <td> Kupu 1.3.2 </td>
1279   </tr>
1280   <tr>
1281     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-he.po</b></code></td>
1282     <td> Kupu 1.3.2 </td>
1283   </tr>
1284   <tr>
1285     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-ja.po</b></code></td>
1286     <td> Kupu 1.3.2 </td>
1287   </tr>
1288   <tr>
1289     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-nl.po</b></code></td>
1290     <td> Kupu 1.3.2 </td>
1291   </tr>
1292   <tr>
1293     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-pt-br.po</b></code></td>
1294     <td> Kupu 1.3.2 </td>
1295   </tr>
1296   <tr>
1297     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-pt.po</b></code></td>
1298     <td> Kupu 1.3.2 </td>
1299   </tr>
1300   <tr>
1301     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-sr-Latn.po</b></code></td>
1302     <td> Kupu 1.3.2 </td>
1303   </tr>
1304   <tr>
1305     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-sr.po</b></code></td>
1306     <td> Kupu 1.3.2 </td>
1307   </tr>
1308   <tr>
1309     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-zh-cn.po</b></code></td>
1310     <td> Kupu 1.3.2 </td>
1311   </tr>
1312   <tr>
1313     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu-zh.po</b></code></td>
1314     <td> Kupu 1.3.2 </td>
1315   </tr>
1316   <tr>
1317     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupu.pot</b></code></td>
1318     <td> Kupu 1.3.2 </td>
1319   </tr>
1320   <tr>
1321     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupuconfig-da.po</b></code></td>
1322     <td> Kupu 1.3.2 </td>
1323   </tr>
1324   <tr>
1325     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupuconfig-fr.po</b></code></td>
1326     <td> Kupu 1.3.2 </td>
1327   </tr>
1328   <tr>
1329     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupuconfig-ja.po</b></code></td>
1330     <td> Kupu 1.3.2 </td>
1331   </tr>
1332   <tr>
1333     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/i18n/kupuconfig.pot</b></code></td>
1334     <td> Kupu 1.3.2 </td>
1335   </tr>
1336   <tr>
1337     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/include.kupu</b></code></td>
1338     <td> Kupu 1.3.2 </td>
1339   </tr>
1340   <tr>
1341     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/kupu-i18nextract-sa-diff.patch</b></code></td>
1342     <td> Kupu 1.3.2 </td>
1343   </tr>
1344   <tr>
1345     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/kupu_icon.gif</b></code></td>
1346     <td> Kupu 1.3.2 </td>
1347   </tr>
1348   <tr>
1349     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/make-jspx.xsl</b></code></td>
1350     <td> Kupu 1.3.2 </td>
1351   </tr>
1352   <tr>
1353     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/make.bat</b></code></td>
1354     <td> Kupu 1.3.2 </td>
1355   </tr>
1356   <tr>
1357     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/make.xsl</b></code></td>
1358     <td> Kupu 1.3.2 </td>
1359   </tr>
1360   <tr>
1361     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/multi/body.kupu</b></code></td>
1362     <td> Kupu 1.3.2 </td>
1363   </tr>
1364   <tr>
1365     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/multi/head.kupu</b></code></td>
1366     <td> Kupu 1.3.2 </td>
1367   </tr>
1368   <tr>
1369     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/multi/include.kupu</b></code></td>
1370     <td> Kupu 1.3.2 </td>
1371   </tr>
1372   <tr>
1373     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/multi/save.kupu</b></code></td>
1374     <td> Kupu 1.3.2 </td>
1375   </tr>
1376   <tr>
1377     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/multi/toolboxes.kupu</b></code></td>
1378     <td> Kupu 1.3.2 </td>
1379   </tr>
1380   <tr>
1381     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/ReftextField.py</b></code></td>
1382     <td> Kupu 1.3.2 </td>
1383   </tr>
1384   <tr>
1385     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/TODO.txt</b></code></td>
1386     <td> Kupu 1.3.2 </td>
1387   </tr>
1388   <tr>
1389     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/__init__.py</b></code></td>
1390     <td> Kupu 1.3.2 </td>
1391   </tr>
1392   <tr>
1393     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/beforeunload.kupu</b></code></td>
1394     <td> Kupu 1.3.2 </td>
1395   </tr>
1396   <tr>
1397     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/body.kupu</b></code></td>
1398     <td> Kupu 1.3.2 </td>
1399   </tr>
1400   <tr>
1401     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/drawers.kupu</b></code></td>
1402     <td> Kupu 1.3.2 </td>
1403   </tr>
1404   <tr>
1405     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/head.kupu</b></code></td>
1406     <td> Kupu 1.3.2 </td>
1407   </tr>
1408   <tr>
1409     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/html2captioned.py</b></code></td>
1410     <td> Kupu 1.3.2 </td>
1411   </tr>
1412   <tr>
1413     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/include.kupu</b></code></td>
1414     <td> Kupu 1.3.2 </td>
1415   </tr>
1416   <tr>
1417     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/interfaces.py</b></code></td>
1418     <td> Kupu 1.3.2 </td>
1419   </tr>
1420   <tr>
1421     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu2html.py</b></code></td>
1422     <td> Kupu 1.3.2 </td>
1423   </tr>
1424   <tr>
1425     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_config.pt</b></code></td>
1426     <td> Kupu 1.3.2 </td>
1427   </tr>
1428   <tr>
1429     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/contentUsesKupu.py</b></code></td>
1430     <td> Kupu 1.3.2 </td>
1431   </tr>
1432   <tr>
1433     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/convertContentForKupu.py</b></code></td>
1434     <td> Kupu 1.3.2 </td>
1435   </tr>
1436   <tr>
1437     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/emptypage.pt</b></code></td>
1438     <td> Kupu 1.3.2 </td>
1439   </tr>
1440   <tr>
1441     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupuGetResourceTypes.py</b></code></td>
1442     <td> Kupu 1.3.2 </td>
1443   </tr>
1444   <tr>
1445     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupuInfoForBrains.py</b></code></td>
1446     <td> Kupu 1.3.2 </td>
1447   </tr>
1448   <tr>
1449     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupuMyItems.py</b></code></td>
1450     <td> Kupu 1.3.2 </td>
1451   </tr>
1452   <tr>
1453     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupuRecentItems.py</b></code></td>
1454     <td> Kupu 1.3.2 </td>
1455   </tr>
1456   <tr>
1457     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupuSearch.py</b></code></td>
1458     <td> Kupu 1.3.2 </td>
1459   </tr>
1460   <tr>
1461     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupuUploadImage.py</b></code></td>
1462     <td> Kupu 1.3.2 </td>
1463   </tr>
1464   <tr>
1465     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupuUploadImage.py.metadata</b></code></td>
1466     <td> Kupu 1.3.2 </td>
1467   </tr>
1468   <tr>
1469     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupu_wysiwyg_support.html</b></code></td>
1470     <td> Kupu 1.3.2 </td>
1471   </tr>
1472   <tr>
1473     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupublank.html.html</b></code></td>
1474     <td> Kupu 1.3.2 </td>
1475   </tr>
1476   <tr>
1477     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupucollection.xml.pt</b></code></td>
1478     <td> Kupu 1.3.2 </td>
1479   </tr>
1480   <tr>
1481     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupucollection.xml.pt.metadata</b></code></td>
1482     <td> Kupu 1.3.2 </td>
1483   </tr>
1484   <tr>
1485     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupulibraries.xml.pt</b></code></td>
1486     <td> Kupu 1.3.2 </td>
1487   </tr>
1488   <tr>
1489     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupumyitems.xml.pt</b></code></td>
1490     <td> Kupu 1.3.2 </td>
1491   </tr>
1492   <tr>
1493     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupuplone.css.dtml</b></code></td>
1494     <td> Kupu 1.3.2 </td>
1495   </tr>
1496   <tr>
1497     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupuploneeditor.js</b></code></td>
1498     <td> Kupu 1.3.2 </td>
1499   </tr>
1500   <tr>
1501     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupuploneinit.js</b></code></td>
1502     <td> Kupu 1.3.2 </td>
1503   </tr>
1504   <tr>
1505     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupuploneui.js</b></code></td>
1506     <td> Kupu 1.3.2 </td>
1507   </tr>
1508   <tr>
1509     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupurecentitems.xml.pt</b></code></td>
1510     <td> Kupu 1.3.2 </td>
1511   </tr>
1512   <tr>
1513     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupusaveonpart.js</b></code></td>
1514     <td> Kupu 1.3.2 </td>
1515   </tr>
1516   <tr>
1517     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/kupusearch.xml.pt</b></code></td>
1518     <td> Kupu 1.3.2 </td>
1519   </tr>
1520   <tr>
1521     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/anchor.gif</b></code></td>
1522     <td> Kupu 1.3.2 </td>
1523   </tr>
1524   <tr>
1525     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/bgcolor.gif</b></code></td>
1526     <td> Kupu 1.3.2 </td>
1527   </tr>
1528   <tr>
1529     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/bold.gif</b></code></td>
1530     <td> Kupu 1.3.2 </td>
1531   </tr>
1532   <tr>
1533     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/center.gif</b></code></td>
1534     <td> Kupu 1.3.2 </td>
1535   </tr>
1536   <tr>
1537     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/definitionlist.gif</b></code></td>
1538     <td> Kupu 1.3.2 </td>
1539   </tr>
1540   <tr>
1541     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/delete_icon.gif</b></code></td>
1542     <td> Kupu 1.3.2 </td>
1543   </tr>
1544   <tr>
1545     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/hr.gif</b></code></td>
1546     <td> Kupu 1.3.2 </td>
1547   </tr>
1548   <tr>
1549     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/hyperlink.gif</b></code></td>
1550     <td> Kupu 1.3.2 </td>
1551   </tr>
1552   <tr>
1553     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/indent.gif</b></code></td>
1554     <td> Kupu 1.3.2 </td>
1555   </tr>
1556   <tr>
1557     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/italic.gif</b></code></td>
1558     <td> Kupu 1.3.2 </td>
1559   </tr>
1560   <tr>
1561     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/left_just.gif</b></code></td>
1562     <td> Kupu 1.3.2 </td>
1563   </tr>
1564   <tr>
1565     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/list.gif</b></code></td>
1566     <td> Kupu 1.3.2 </td>
1567   </tr>
1568   <tr>
1569     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/numbered_list.gif</b></code></td>
1570     <td> Kupu 1.3.2 </td>
1571   </tr>
1572   <tr>
1573     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/outdent.gif</b></code></td>
1574     <td> Kupu 1.3.2 </td>
1575   </tr>
1576   <tr>
1577     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/redo.gif</b></code></td>
1578     <td> Kupu 1.3.2 </td>
1579   </tr>
1580   <tr>
1581     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/right_just.gif</b></code></td>
1582     <td> Kupu 1.3.2 </td>
1583   </tr>
1584   <tr>
1585     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/space.gif</b></code></td>
1586     <td> Kupu 1.3.2 </td>
1587   </tr>
1588   <tr>
1589     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/strikethrough.gif</b></code></td>
1590     <td> Kupu 1.3.2 </td>
1591   </tr>
1592   <tr>
1593     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/subscript.gif</b></code></td>
1594     <td> Kupu 1.3.2 </td>
1595   </tr>
1596   <tr>
1597     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/superscript.gif</b></code></td>
1598     <td> Kupu 1.3.2 </td>
1599   </tr>
1600   <tr>
1601     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/table.gif</b></code></td>
1602     <td> Kupu 1.3.2 </td>
1603   </tr>
1604   <tr>
1605     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/textcolor.gif</b></code></td>
1606     <td> Kupu 1.3.2 </td>
1607   </tr>
1608   <tr>
1609     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/tools.gif</b></code></td>
1610     <td> Kupu 1.3.2 </td>
1611   </tr>
1612   <tr>
1613     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/underline.gif</b></code></td>
1614     <td> Kupu 1.3.2 </td>
1615   </tr>
1616   <tr>
1617     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/undo.gif</b></code></td>
1618     <td> Kupu 1.3.2 </td>
1619   </tr>
1620   <tr>
1621     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/unformat.gif</b></code></td>
1622     <td> Kupu 1.3.2 </td>
1623   </tr>
1624   <tr>
1625     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/plonekupuimages/view-source.gif</b></code></td>
1626     <td> Kupu 1.3.2 </td>
1627   </tr>
1628   <tr>
1629     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/resolveuid.py</b></code></td>
1630     <td> Kupu 1.3.2 </td>
1631   </tr>
1632   <tr>
1633     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/sample-kupu-customisation-policy.py</b></code></td>
1634     <td> Kupu 1.3.2 </td>
1635   </tr>
1636   <tr>
1637     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/kupu_plone_layer/wysiwyg_support.pt</b></code></td>
1638     <td> Kupu 1.3.2 </td>
1639   </tr>
1640   <tr>
1641     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/libraries.pt</b></code></td>
1642     <td> Kupu 1.3.2 </td>
1643   </tr>
1644   <tr>
1645     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/librarytool.py</b></code></td>
1646     <td> Kupu 1.3.2 </td>
1647   </tr>
1648   <tr>
1649     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/permissions.py</b></code></td>
1650     <td> Kupu 1.3.2 </td>
1651   </tr>
1652   <tr>
1653     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/plonelibrarytool.py</b></code></td>
1654     <td> Kupu 1.3.2 </td>
1655   </tr>
1656   <tr>
1657     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/resource_types.pt</b></code></td>
1658     <td> Kupu 1.3.2 </td>
1659   </tr>
1660   <tr>
1661     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/scanner.py</b></code></td>
1662     <td> Kupu 1.3.2 </td>
1663   </tr>
1664   <tr>
1665     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/sourceedit.kupu</b></code></td>
1666     <td> Kupu 1.3.2 </td>
1667   </tr>
1668   <tr>
1669     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/__init__.py</b></code></td>
1670     <td> Kupu 1.3.2 </td>
1671   </tr>
1672   <tr>
1673     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/framework.py</b></code></td>
1674     <td> Kupu 1.3.2 </td>
1675   </tr>
1676   <tr>
1677     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/input/baduid.in</b></code></td>
1678     <td> Kupu 1.3.2 </td>
1679   </tr>
1680   <tr>
1681     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/input/linked.in</b></code></td>
1682     <td> Kupu 1.3.2 </td>
1683   </tr>
1684   <tr>
1685     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/input/minimal.in</b></code></td>
1686     <td> Kupu 1.3.2 </td>
1687   </tr>
1688   <tr>
1689     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/input/notcaptioned.in</b></code></td>
1690     <td> Kupu 1.3.2 </td>
1691   </tr>
1692   <tr>
1693     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/input/notquoted.in</b></code></td>
1694     <td> Kupu 1.3.2 </td>
1695   </tr>
1696   <tr>
1697     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/input/simple.in</b></code></td>
1698     <td> Kupu 1.3.2 </td>
1699   </tr>
1700   <tr>
1701     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/output/baduid.out</b></code></td>
1702     <td> Kupu 1.3.2 </td>
1703   </tr>
1704   <tr>
1705     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/output/linked.out</b></code></td>
1706     <td> Kupu 1.3.2 </td>
1707   </tr>
1708   <tr>
1709     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/output/minimal.out</b></code></td>
1710     <td> Kupu 1.3.2 </td>
1711   </tr>
1712   <tr>
1713     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/output/notcaptioned.out</b></code></td>
1714     <td> Kupu 1.3.2 </td>
1715   </tr>
1716   <tr>
1717     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/output/notquoted.out</b></code></td>
1718     <td> Kupu 1.3.2 </td>
1719   </tr>
1720   <tr>
1721     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/output/simple.out</b></code></td>
1722     <td> Kupu 1.3.2 </td>
1723   </tr>
1724   <tr>
1725     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/runalltests.py</b></code></td>
1726     <td> Kupu 1.3.2 </td>
1727   </tr>
1728   <tr>
1729     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/runme.cmd</b></code></td>
1730     <td> Kupu 1.3.2 </td>
1731   </tr>
1732   <tr>
1733     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/test_browserSupportsKupu.py</b></code></td>
1734     <td> Kupu 1.3.2 </td>
1735   </tr>
1736   <tr>
1737     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/test_html2captioned.py</b></code></td>
1738     <td> Kupu 1.3.2 </td>
1739   </tr>
1740   <tr>
1741     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/test_librarymanager.py</b></code></td>
1742     <td> Kupu 1.3.2 </td>
1743   </tr>
1744   <tr>
1745     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/tests/test_resourcetypemapper.py</b></code></td>
1746     <td> Kupu 1.3.2 </td>
1747   </tr>
1748   <tr>
1749     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/toolbar.kupu</b></code></td>
1750     <td> Kupu 1.3.2 </td>
1751   </tr>
1752   <tr>
1753     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/wire.kupu</b></code></td>
1754     <td> Kupu 1.3.2 </td>
1755   </tr>
1756   <tr>
1757     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/wysiwyg_support.kupu</b></code></td>
1758     <td> Kupu 1.3.2 </td>
1759   </tr>
1760   <tr>
1761     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/xmlconfig.kupu</b></code></td>
1762     <td> Kupu 1.3.2 </td>
1763   </tr>
1764   <tr>
1765     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/plone/zmi_docs.pt</b></code></td>
1766     <td> Kupu 1.3.2 </td>
1767   </tr>
1768   <tr>
1769     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/python/__init__.py</b></code></td>
1770     <td> Kupu 1.3.2 </td>
1771   </tr>
1772   <tr>
1773     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/python/nationalizer.py</b></code></td>
1774     <td> Kupu 1.3.2 </td>
1775   </tr>
1776   <tr>
1777     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/python/spellcheck.py</b></code></td>
1778     <td> Kupu 1.3.2 </td>
1779   </tr>
1780   <tr>
1781     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/refresh.txt</b></code></td>
1782     <td> Kupu 1.3.2 </td>
1783   </tr>
1784   <tr>
1785     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/roundup/kupuinit.js</b></code></td>
1786     <td> Kupu 1.3.2 </td>
1787   </tr>
1788   <tr>
1789     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/roundup/kupustyles.css</b></code></td>
1790     <td> Kupu 1.3.2 </td>
1791   </tr>
1792   <tr>
1793     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/body.kupu</b></code></td>
1794     <td> Kupu 1.3.2 </td>
1795   </tr>
1796   <tr>
1797     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/closed_arrow.gif</b></code></td>
1798     <td> Kupu 1.3.2 </td>
1799   </tr>
1800   <tr>
1801     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/contextmenu.kupu</b></code></td>
1802     <td> Kupu 1.3.2 </td>
1803   </tr>
1804   <tr>
1805     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/drawers.kupu</b></code></td>
1806     <td> Kupu 1.3.2 </td>
1807   </tr>
1808   <tr>
1809     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/head.kupu</b></code></td>
1810     <td> Kupu 1.3.2 </td>
1811   </tr>
1812   <tr>
1813     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/imagedrawer.xsl.pt</b></code></td>
1814     <td> Kupu 1.3.2 </td>
1815   </tr>
1816   <tr>
1817     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/include.kupu</b></code></td>
1818     <td> Kupu 1.3.2 </td>
1819   </tr>
1820   <tr>
1821     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/kupudrawerstyles.css</b></code></td>
1822     <td> Kupu 1.3.2 </td>
1823   </tr>
1824   <tr>
1825     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/kupumacros.html</b></code></td>
1826     <td> Kupu 1.3.2 </td>
1827   </tr>
1828   <tr>
1829     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/kupusilvainit.js</b></code></td>
1830     <td> Kupu 1.3.2 </td>
1831   </tr>
1832   <tr>
1833     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/kupusilvatools.js</b></code></td>
1834     <td> Kupu 1.3.2 </td>
1835   </tr>
1836   <tr>
1837     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/librarydrawer.xsl</b></code></td>
1838     <td> Kupu 1.3.2 </td>
1839   </tr>
1840   <tr>
1841     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/opened_arrow.gif</b></code></td>
1842     <td> Kupu 1.3.2 </td>
1843   </tr>
1844   <tr>
1845     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/saveonpart.kupu</b></code></td>
1846     <td> Kupu 1.3.2 </td>
1847   </tr>
1848   <tr>
1849     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/toolbar.kupu</b></code></td>
1850     <td> Kupu 1.3.2 </td>
1851   </tr>
1852   <tr>
1853     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/toolboxes.kupu</b></code></td>
1854     <td> Kupu 1.3.2 </td>
1855   </tr>
1856   <tr>
1857     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/wire.kupu</b></code></td>
1858     <td> Kupu 1.3.2 </td>
1859   </tr>
1860   <tr>
1861     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/silva/xmlconfig.kupu</b></code></td>
1862     <td> Kupu 1.3.2 </td>
1863   </tr>
1864   <tr>
1865     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/tests/run_tests.html</b></code></td>
1866     <td> Kupu 1.3.2 </td>
1867   </tr>
1868   <tr>
1869     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/tests/test_beforeunload.js</b></code></td>
1870     <td> Kupu 1.3.2 </td>
1871   </tr>
1872   <tr>
1873     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/tests/test_kupubasetools.js</b></code></td>
1874     <td> Kupu 1.3.2 </td>
1875   </tr>
1876   <tr>
1877     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/tests/test_kupueditor.js</b></code></td>
1878     <td> Kupu 1.3.2 </td>
1879   </tr>
1880   <tr>
1881     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/tests/test_kupuhelpers.js</b></code></td>
1882     <td> Kupu 1.3.2 </td>
1883   </tr>
1884   <tr>
1885     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/tests/test_kupuinit.js</b></code></td>
1886     <td> Kupu 1.3.2 </td>
1887   </tr>
1888   <tr>
1889     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/tests/test_plone.js</b></code></td>
1890     <td> Kupu 1.3.2 </td>
1891   </tr>
1892   <tr>
1893     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/tests/test_xhtml.js</b></code></td>
1894     <td> Kupu 1.3.2 </td>
1895   </tr>
1896   <tr>
1897     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/tools/compress.py</b></code></td>
1898     <td> Kupu 1.3.2 </td>
1899   </tr>
1900   <tr>
1901     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/tools/convert_to_utf-8.py</b></code></td>
1902     <td> Kupu 1.3.2 </td>
1903   </tr>
1904   <tr>
1905     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/tools/makepox.py</b></code></td>
1906     <td> Kupu 1.3.2 </td>
1907   </tr>
1908   <tr>
1909     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/version.txt</b></code></td>
1910     <td> Kupu 1.3.2 </td>
1911   </tr>
1912   <tr>
1913     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/widgeteer/Makefile</b></code></td>
1914     <td> Kupu 1.3.2 </td>
1915   </tr>
1916   <tr>
1917     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/widgeteer/body.kupu</b></code></td>
1918     <td> Kupu 1.3.2 </td>
1919   </tr>
1920   <tr>
1921     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/widgeteer/browser.kupu</b></code></td>
1922     <td> Kupu 1.3.2 </td>
1923   </tr>
1924   <tr>
1925     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/widgeteer/dist.kupu</b></code></td>
1926     <td> Kupu 1.3.2 </td>
1927   </tr>
1928   <tr>
1929     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/widgeteer/empty.html</b></code></td>
1930     <td> Kupu 1.3.2 </td>
1931   </tr>
1932   <tr>
1933     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/widgeteer/head.kupu</b></code></td>
1934     <td> Kupu 1.3.2 </td>
1935   </tr>
1936   <tr>
1937     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/widgeteer/include.kupu</b></code></td>
1938     <td> Kupu 1.3.2 </td>
1939   </tr>
1940   <tr>
1941     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/widgeteer/kupuinit.js</b></code></td>
1942     <td> Kupu 1.3.2 </td>
1943   </tr>
1944   <tr>
1945     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/widgeteer/kupustart.js</b></code></td>
1946     <td> Kupu 1.3.2 </td>
1947   </tr>
1948   <tr>
1949     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/widgeteer/kupustyles.css</b></code></td>
1950     <td> Kupu 1.3.2 </td>
1951   </tr>
1952   <tr>
1953     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/widgeteer/make.bat</b></code></td>
1954     <td> Kupu 1.3.2 </td>
1955   </tr>
1956   <tr>
1957     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/widgeteer/wire.kupu</b></code></td>
1958     <td> Kupu 1.3.2 </td>
1959   </tr>
1960   <tr>
1961     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/widgeteer/xmlconfig.kupu</b></code></td>
1962     <td> Kupu 1.3.2 </td>
1963   </tr>
1964   <tr>
1965     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope2/__init__.py</b></code></td>
1966     <td> Kupu 1.3.2 </td>
1967   </tr>
1968   <tr>
1969     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope2/addKupuEditor.pt</b></code></td>
1970     <td> Kupu 1.3.2 </td>
1971   </tr>
1972   <tr>
1973     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope2/body.kupu</b></code></td>
1974     <td> Kupu 1.3.2 </td>
1975   </tr>
1976   <tr>
1977     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope2/contextmenu.kupu</b></code></td>
1978     <td> Kupu 1.3.2 </td>
1979   </tr>
1980   <tr>
1981     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope2/drawers.kupu</b></code></td>
1982     <td> Kupu 1.3.2 </td>
1983   </tr>
1984   <tr>
1985     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope2/example.pt</b></code></td>
1986     <td> Kupu 1.3.2 </td>
1987   </tr>
1988   <tr>
1989     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope2/head.kupu</b></code></td>
1990     <td> Kupu 1.3.2 </td>
1991   </tr>
1992   <tr>
1993     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope2/html.kupu</b></code></td>
1994     <td> Kupu 1.3.2 </td>
1995   </tr>
1996   <tr>
1997     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope2/include.kupu</b></code></td>
1998     <td> Kupu 1.3.2 </td>
1999   </tr>
2000   <tr>
2001     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope2/saveonpart.kupu</b></code></td>
2002     <td> Kupu 1.3.2 </td>
2003   </tr>
2004   <tr>
2005     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope2/sourceedit.kupu</b></code></td>
2006     <td> Kupu 1.3.2 </td>
2007   </tr>
2008   <tr>
2009     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope2/wire.kupu</b></code></td>
2010     <td> Kupu 1.3.2 </td>
2011   </tr>
2012   <tr>
2013     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope2/xmlconfig.kupu</b></code></td>
2014     <td> Kupu 1.3.2 </td>
2015   </tr>
2016   <tr>
2017     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope3/__init__.py</b></code></td>
2018     <td> Kupu 1.3.2 </td>
2019   </tr>
2020   <tr>
2021     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope3/browser/__init__.py</b></code></td>
2022     <td> Kupu 1.3.2 </td>
2023   </tr>
2024   <tr>
2025     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope3/browser/configure.zcml</b></code></td>
2026     <td> Kupu 1.3.2 </td>
2027   </tr>
2028   <tr>
2029     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope3/configure.zcml</b></code></td>
2030     <td> Kupu 1.3.2 </td>
2031   </tr>
2032   <tr>
2033     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope3/field.py</b></code></td>
2034     <td> Kupu 1.3.2 </td>
2035   </tr>
2036   <tr>
2037     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/zope3/interfaces.py</b></code></td>
2038     <td> Kupu 1.3.2 </td>
2039   </tr>
2040   <tr>
2041     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/tests/test_kupubasetools.js</b></code></td>
2042     <td> Kupu 1.3.2 </td>
2043   </tr>
2044   <tr>
2045     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/tests/test_kupueditor.js</b></code></td>
2046     <td> Kupu 1.3.2 </td>
2047   </tr>
2048   <tr>
2049     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/tests/test_kupuhelpers.js</b></code></td>
2050     <td> Kupu 1.3.2 </td>
2051   </tr>
2052   <tr>
2053     <td><code><b>pub/TWiki/WysiwygPlugin/_kupu/tests/test_kupuinit.js</b></code></td>
2054     <td> Kupu 1.3.2 </td>
2055   </tr>
2056 </table>
2057
2058 - Run <code>**%TOPIC%\_installer**</code> to automatically check and install other modules that this module depends on. You can also do this step manually. Dependencies: <table border="1">
2059   <tr>
2060     <th>Name</th>
2061     <th>Version</th>
2062     <th>Description</th>
2063   </tr>
2064   <tr>
2065     <td align="left">HTML::Parser</td>
2066     <td align="left">&gt;=3.28</td>
2067     <td align="left">Required. Available from <a href="http://cpan.uwinnipeg.ca/search?query=HTML%3A%3AParser&mode=dist" target="_top">CPAN</a>.</td>
2068   </tr>
2069   <tr>
2070     <td align="left">HTML::Entities</td>
2071     <td align="left">&gt;=1.25</td>
2072     <td align="left">Required. Available from <a href="http://cpan.uwinnipeg.ca/search?query=HTML%3A%3AEntities&mode=dist" target="_top">CPAN</a>.</td>
2073   </tr>
2074 </table>
2075 - (Dakar) Visit `configure` in your TWiki installation, and enable the plugin in the \{Plugins\} section.
2076 - To enable the editor in one of your skins, add the following link to the skin alongside or in place of the existing 'edit' link:<br />`<a href="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%WEB%/%TOPIC%?skin=kupu">Kupu</a>`<br />As you can see this is just a standard edit link with the 'kupu' skin in place of the usual edit skin. Here it is for this topic: [Kupu](http://www.dementia.org/twiki//edit/%WEB%/%TOPIC%?skin=kupu). Try clicking on it, but _do not save_!
2077
2078 ## <a name="Plugin Configuration Settings"></a> Plugin Configuration Settings
2079
2080 - Set SHORTDESCRIPTION = Translator framework and WYSIWYG editor for TWiki topics
2081 - The name of the skin used to invoke a Wysiwyg editor.
2082   - Set WYSIWYGSKIN = kupu
2083 - Web/Topic name of a help page. Change this to point to your local version of the help page, which is brought up when the .
2084   - Set HELPPAGE = TWiki/WysiwygPlugin
2085
2086 ## <a name="Other Settings"></a> Other Settings
2087
2088 The editor template includes a number of files that can be used for other settings. These files are **not** defined in the distribution, so that you can create your own local content.
2089
2090 ### <a name="TWiki._WysiwygPluginIcons"></a> TWiki.WysiwygPluginIcons
2091
2092 You can define a list of icons that will be available in the Kupu editor when the ![smiley.png](http://www.dementia.org/twiki//view/smiley.png) toolbar button is pressed. This topic has to contain a list of &lt;IMG&gt; tags. If present, the 'alt' text will be used in place of the &lt;IMG&gt; tag when translating from HTML to TML. Example:
2093
2094        <img src="%PUBURL%/TWiki/TWikiDocGraphics/tip.gif" />
2095        <img src="%PUBURL%/TWiki/TWikiDocGraphics/warning.gif" />
2096        <img src="%PUBURL%/TWiki/TWikiDocGraphics/pencil.gif" />
2097        <img src="%PUBURL%/TWiki/TWikiDocGraphics/choice-yes.gif" />
2098        <img src="%PUBURL%/TWiki/TWikiDocGraphics/updated.gif" />
2099        <img src="%PUBURL%/TWiki/TWikiDocGraphics/help.gif" />
2100        <img src="%PUBURL%/TWiki/TWikiDocGraphics/new.gif" />
2101        <img src="%PUBURL%/TWiki/TWikiDocGraphics/starred.gif" />
2102        <img src="%PUBURL%/TWiki/TWikiDocGraphics/arrowright.gif" />
2103
2104 ### <a name="TWiki._WysiwygPluginStrings"></a> TWiki.WysiwygPluginStrings
2105
2106 You can also define a list of strings that will be available for insertion in topics using the ![strings.png](http://www.dementia.org/twiki//view/strings.png) toolbar button. This topic has to contain a list of HTML 'option' tags. Example:
2107
2108        <option value='-- <nop>%WIKIUSERNAME% - %DATE%'>Signature</option>
2109        <option value="%<nop>WIKINAME%">Wiki name (variable)</option>
2110        <option value='%<nop>SEARCH{"search for"}%'>Inline search (variable)</option>
2111        <option value='%<nop>INCLUDE{"topic or url"}%'>Include (variable)</option>
2112        <option value="%<nop>TOC%"> Table of Contents (variable)</option>
2113        <option value="%<nop>TOPIC%">Topic (variable)</option>
2114        <option value="%<nop>WEB%">Web (variable)</option>
2115        <option value="%<nop>DATE%"> Date (variable)</option>
2116
2117 The bit between the &gt; &lt; `value` defines text in the drop-down box in the editor, and the `value` defines the actual string inserted in the topic.
2118
2119 ### <a name="TWiki._WysiwygPluginLocalHelp"></a> TWiki.WysiwygPluginLocalHelp
2120
2121 If it exists, the contents of this topic will be included and shown on the edit screen below the status bar. It is intended to be used for site-specific quick help information.
2122
2123 ### <a name="Editor control"></a> Editor control
2124
2125 The global TWiki Variable `WYSIWYG_EXCLUDE` can be set to make the plugin sensitive to what is in a topic before allowing it to be edited. You can set it up to refuse to edit if
2126
2127 - some or all of HTML tags (e.g. `<br />` or `<div>`), or
2128 - simple variables (e.g. `%VAR%`) or
2129 - calls (e.g. `%VARIABLE{...}%`)
2130 - PRE blocks (`<pre>`)
2131 - HTML comments (`<!--` ... `-->`)
2132
2133 are used in the topic. If the plugin detects an excluded construct in the topic, it will redirect to the default editor. Comma-separated list of one or more of `html`, `variables`, `calls`, `pre` or `comments` e.g.
2134
2135 - `Set WYSIWYG_EXCLUDE = variables,calls` (inactive; you need to remove monospacing from this setting to enable it)
2136
2137 If you are using this plugin with TWiki-4.0.0 or later with `pattern` skin, the `%COMPOSER%` global TWiki variable is used to control the skin used for the WYSIWYG editor link. You can define this variable to the empty string to disable WYSIWYG editing on a site, per-web, per-user or per-topic basis.
2138
2139 ## <a name="Known Issues"></a> Known Issues
2140
2141 Most of the known problems with the plugin are actually problems with the Kupu editor or the browser rather than the plugin.
2142
2143 ### <a name="Incompatible with &quot;non-standard&quot;"></a> Incompatible with "non-standard" syntax
2144
2145 [[WysiwygPlugin]] is Incompatible with plugins that expand non-standard syntax e.g. TWiki:Plugins.MathModePlugin ([[WysiwygPlugin]])
2146
2147 Plugins that extend the syntax using TWiki variables, such as `%MYVARIABLE%`, should work fine.
2148
2149 ### <a name="Can&#39;t &lt;strong&gt;undo&lt;/strong&gt; all functions (Kupu"></a> Can't **undo** all functions (Kupu + browser)
2150
2151 Due to limitations in the browser support for editing, not all functions can be undone. Also, the undo buffer can be cleared unexpectedly during editing, especially when using Internet Explorer.
2152
2153 ### <a name="Overlapping styles (_WysiwygPlug"></a> Overlapping styles ([[WysiwygPlugin]])
2154
2155 Because TWiki uses a "best guess" approach to some formatting, it allows overlapping of tags in a way forbidden by HTML, it is impossible to guarantee 100% that formating in the original TWiki document will still be there when the same document is loaded and then saved through the [[WysiwygPlugin]]. The most obvious case of this is to do with styles. For example, the sentence
2156
2157     *bold _bold-italic* italic_
2158
2159 is legal in TML, but in HTML is represented by
2160
2161     <strong>bold <em>bold-italic</em></strong> <em>italic</em>
2162
2163 which gets translated back to TML as
2164
2165     *bold _bold-italic_* _italic_
2166
2167 which is correct by construction, but does not render correctly in TWiki. This problem is unfortunately unavoidable due to the way TWiki syntax works.
2168
2169 ### <a name="Support for PRE"></a> Support for PRE
2170
2171 Because of limitations in the browsers, the editor does not support PRE blocks. All PRE blocks will be converted to TWiki verbatim blocks on save. This can cause some confusion, especially when editor formatting controls (such as "bold") have been used to format text in a PRE block. Users are advised to use only plain text in PRE (verbatim) blocks.
2172
2173 ## <a name="Plugin Info"></a> Plugin Info
2174
2175 This plugin is heavily based on the TWiki::Plugins.KupuEditorAddOn, and the authors of that add-on are therefore also credited as authors of this plugin.
2176
2177 <table border="1" cellpadding="0" cellspacing="0">
2178   <tr>
2179     <td align="right"> Plugin Authors: </td>
2180     <td> TWiki:Main.CrawfordCurrie <a href="http://www.c-dot.co.uk" target="_top">http://www.c-dot.co.uk</a> (from original work by TWiki:Main.RomainRaugi, TWiki:Main.DamienMandrioli, TWiki:Main.FredericLuddeni, and TWiki:Main.ColasNahaboo) </td>
2181   </tr>
2182   <tr>
2183     <td> Copyright </td>
2184     <td> Â© ILOG 2005 <a href="http://www.ilog.fr" target="_top">http://www.ilog.fr</a></td>
2185   </tr>
2186   <tr>
2187     <td align="right"> Plugin Version: </td>
2188     <td> 9566 </td>
2189   </tr>
2190   <tr>
2191     <td> Change History: </td>
2192     <td> Â  </td>
2193   </tr>
2194   <tr>
2195     <td> 9565 </td>
2196     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1890" rel="nofollow">Item1890</a> <a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1041" rel="nofollow">Item1041</a> <a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item944" rel="nofollow">Item944</a> Much more aggressive cleanup of HTML pasted in from external sources. Excessively verbose HTML (e.g. from Outlook) was causing apparent infinite looing behaviour. </td>
2197   </tr>
2198   <tr>
2199     <td> 8867 </td>
2200     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1176" rel="nofollow">Item1176</a> commented out Cairo version of header handler </td>
2201   </tr>
2202   <tr>
2203     <td> 8780 </td>
2204     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1625" rel="nofollow">Item1625</a> disable expansion of twiki variables in urls where there are other twiki variables that can't be expanded </td>
2205   </tr>
2206   <tr>
2207     <td> 8779 </td>
2208     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1530" rel="nofollow">Item1530</a> support for templatetopic when editing new topics </td>
2209   </tr>
2210   <tr>
2211     <td> 8592 </td>
2212     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1532" rel="nofollow">Item1532</a> [[Main/WysiwygPlugin]]: Added two more do-not-edit-if-topic-contains parameters, pre+comments </td>
2213   </tr>
2214   <tr>
2215     <td> 8590 </td>
2216     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1532" rel="nofollow">Item1532</a> [[Main/WysiwygPlugin]]: Kenneths suggestion on proper handling of HTML comments (incl. change to kupu) </td>
2217   </tr>
2218   <tr>
2219     <td> 8572 </td>
2220     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1529" rel="nofollow">Item1529</a> evil, evil. The XMLSerializer in IE isn't happy serializing the DOM. I have no idea why. Kupu manages to get away with this because it passes the DOM through the XML validator, which I had to disable because it strips comments. So, for now, the IE implementation will strip comments - but at least you can save again </td>
2221   </tr>
2222   <tr>
2223     <td> 8538 </td>
2224     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1501" rel="nofollow">Item1501</a> table handling was a bit spazzy. Several problems fixed. </td>
2225   </tr>
2226   <tr>
2227     <td> 8535 </td>
2228     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1518" rel="nofollow">Item1518</a> moved icon and string lists into topics, updated screenshot </td>
2229   </tr>
2230   <tr>
2231     <td> 8531 </td>
2232     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1392" rel="nofollow">Item1392</a> reversed the sense of the navigate-away condition, again </td>
2233   </tr>
2234   <tr>
2235     <td> 8466 </td>
2236     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1486" rel="nofollow">Item1486</a> added WYSIWYG_EXCLUDE to allow exclusion of 'uneditable' content </td>
2237   </tr>
2238   <tr>
2239     <td> 8463 </td>
2240     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1486" rel="nofollow">Item1486</a> was stripping comments, wrongly. Had to disable the kupu filters completely, they just do too much damage. </td>
2241   </tr>
2242   <tr>
2243     <td> 8401 </td>
2244     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1457" rel="nofollow">Item1457</a> corrected problem with bullet list at top of topic </td>
2245   </tr>
2246   <tr>
2247     <td> 8388 </td>
2248     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1445" rel="nofollow">Item1445</a> fix for a javascript error, introduced by previous fix </td>
2249   </tr>
2250   <tr>
2251     <td> 8387 </td>
2252     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1445" rel="nofollow">Item1445</a> small usability improvements </td>
2253   </tr>
2254   <tr>
2255     <td> 8334 </td>
2256     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item663" rel="nofollow">Item663</a> TWiki.org doc merge: Fix incorrect link to kupu website </td>
2257   </tr>
2258   <tr>
2259     <td> 8327 </td>
2260     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1411" rel="nofollow">Item1411</a> handle case of the result of a TWiki variable being nopped </td>
2261   </tr>
2262   <tr>
2263     <td> 8312 </td>
2264     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1317" rel="nofollow">Item1317</a> wrong result returned from generation function when expanding HTML embedded in verbatim block </td>
2265   </tr>
2266   <tr>
2267     <td> 8301 </td>
2268     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1397" rel="nofollow">Item1397</a> removed excess space after sqaub links </td>
2269   </tr>
2270   <tr>
2271     <td> 8300 </td>
2272     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1231" rel="nofollow">Item1231</a> added %SPAN% to indicate a spanned-over cell in the editor. Improved handling of HTML in verbatim tags by inserting line breaks is the tag type calls for it, before removing the HTML. </td>
2273   </tr>
2274   <tr>
2275     <td> 8276 </td>
2276     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1215" rel="nofollow">Item1215</a> added WYSIWYG_ICONS and WYSIWYG_TAGS to support user customisation of icon images and twiki variables that can be inserted </td>
2277   </tr>
2278   <tr>
2279     <td> 8274 </td>
2280     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1314" rel="nofollow">Item1314</a> debugging in case the hang happens again; and made sure to default the editor just in case </td>
2281   </tr>
2282   <tr>
2283     <td> 8273 </td>
2284     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1315" rel="nofollow">Item1315</a> short forms must be terminated by one of the same characters that terminate wikiwords </td>
2285   </tr>
2286   <tr>
2287     <td> 8272 </td>
2288     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1391" rel="nofollow">Item1391</a> added special interpretation of IMG tags to expand selected TWiki variables within SRC attributes </td>
2289   </tr>
2290   <tr>
2291     <td> 8271 </td>
2292     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1340" rel="nofollow">Item1340</a> refined handling of NOP to cover abbrevs </td>
2293   </tr>
2294   <tr>
2295     <td> 8270 </td>
2296     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1311" rel="nofollow">Item1311</a> removed excess space inserted in headings </td>
2297   </tr>
2298   <tr>
2299     <td> 8269 </td>
2300     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1339" rel="nofollow">Item1339</a> changed from using arbitrary attribute for notoc to a new CSS class. Arbitrary attributes are stripped by Kupu before save. </td>
2301   </tr>
2302   <tr>
2303     <td> 8268 </td>
2304     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1344" rel="nofollow">Item1344</a> strip ^Ms inserted by Sarissa during serialisation on IE </td>
2305   </tr>
2306   <tr>
2307     <td> 8267 </td>
2308     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1394" rel="nofollow">Item1394</a> still can't get text styles to work properly in IE; but I am now firmly of the opinion that the fault lies with the browser, and not with Kupu. </td>
2309   </tr>
2310   <tr>
2311     <td> 8232 </td>
2312     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1341" rel="nofollow">Item1341</a> added appropriate CSS class </td>
2313   </tr>
2314   <tr>
2315     <td> 8152 </td>
2316     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1313" rel="nofollow">Item1313</a> added caveat about editing complex HTML and mixed HTML-TML </td>
2317   </tr>
2318   <tr>
2319     <td> 8151 </td>
2320     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1334" rel="nofollow">Item1334</a> headers not handled properly in Cairo version </td>
2321   </tr>
2322   <tr>
2323     <td> 8108 </td>
2324     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1318" rel="nofollow">Item1318</a> corrected table/list parser for tables embedded in bulleted lists </td>
2325   </tr>
2326   <tr>
2327     <td> 8106 </td>
2328     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1310" rel="nofollow">Item1310</a> support for &lt;nop/&gt; </td>
2329   </tr>
2330   <tr>
2331     <td> 8105 </td>
2332     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1317" rel="nofollow">Item1317</a> support for limited case of nopped variable </td>
2333   </tr>
2334   <tr>
2335     <td> 8104 </td>
2336     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1320" rel="nofollow">Item1320</a> corrected interpretation of relative URL path in [[]] </td>
2337   </tr>
2338   <tr>
2339     <td> 8091 </td>
2340     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1259" rel="nofollow">Item1259</a> changed comment handling; rather than trying to create HTML, which gets munged, create an HTML comment. This will only be editable by switching to source view, but hey, it's supposed to be WYSIWYG. Note that this also means that comments in pasted HTML should be retained now </td>
2341   </tr>
2342   <tr>
2343     <td> 8063 </td>
2344     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1042" rel="nofollow">Item1042</a> spec of SCRIPTURL changed </td>
2345   </tr>
2346   <tr>
2347     <td> 7904 </td>
2348     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1189" rel="nofollow">Item1189</a> reverting accidental checkin of experimental code </td>
2349   </tr>
2350   <tr>
2351     <td> 7903 </td>
2352     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1189" rel="nofollow">Item1189</a> filter whitelist is not good enough; need to generate B and I nodes. templates/ pub/TWiki/WysiwygPlugin </td>
2353   </tr>
2354   <tr>
2355     <td> 7902 </td>
2356     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1189" rel="nofollow">Item1189</a> it took bloody ages to track down, but finally discovered that bold and italic were being filtered out of spans by Kupu 1.3.2.... too smart for it's own good. So added them to the filter whitelist, and it works again. </td>
2357   </tr>
2358   <tr>
2359     <td> 7873 </td>
2360     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1189" rel="nofollow">Item1189</a> added pre save filter to try and find where the attributes are disappearing to in FF </td>
2361   </tr>
2362   <tr>
2363     <td> 7872 </td>
2364     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1187" rel="nofollow">Item1187</a> for lack of an s on an RE, the nation was lost (well, the multi-line comment actually). Thanks Kenneth! </td>
2365   </tr>
2366   <tr>
2367     <td> 7871 </td>
2368     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item859" rel="nofollow">Item859</a> solved issue with non-display of inserted images. Was due to the use of an onSubmit handler to close the dialog, rather than an onLoad handler triggered when the IFRAME that contains the result is loaded. </td>
2369   </tr>
2370   <tr>
2371     <td> 7869 </td>
2372     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1172" rel="nofollow">Item1172</a> had to rewrite big chunk of the table popup to get it working with 1.3.2 </td>
2373   </tr>
2374   <tr>
2375     <td> 7858 </td>
2376     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1151" rel="nofollow">Item1151</a> rewrote link handlings stuff to leverage browser better </td>
2377   </tr>
2378   <tr>
2379     <td> 7854 </td>
2380     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1175" rel="nofollow">Item1175</a> escape wikiwords within squabs </td>
2381   </tr>
2382   <tr>
2383     <td> 7815 </td>
2384     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1158" rel="nofollow">Item1158</a> works for Cairo now as well </td>
2385   </tr>
2386   <tr>
2387     <td> 7814 </td>
2388     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1158" rel="nofollow">Item1158</a> first implementation of AJAX interface to allow selectoin of topics from other webs </td>
2389   </tr>
2390   <tr>
2391     <td> 7812 </td>
2392     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1154" rel="nofollow">Item1154</a> removed non-existent scull.gif </td>
2393   </tr>
2394   <tr>
2395     <td> 7811 </td>
2396     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1155" rel="nofollow">Item1155</a> added extra recursion block, as Item1155 suggests it is needed </td>
2397   </tr>
2398   <tr>
2399     <td> 7801 </td>
2400     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1042" rel="nofollow">Item1042</a> All sorts of clever tricks to handle expansion/compression of a subset of TWiki variables when they are used in URLs. Not a complete solution, but better than it was. </td>
2401   </tr>
2402   <tr>
2403     <td> 7799 </td>
2404     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1024" rel="nofollow">Item1024</a> caught out by recursive call to beforeCommonTagsHandler in Cairo (nasty) </td>
2405   </tr>
2406   <tr>
2407     <td> 7798 </td>
2408     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1042" rel="nofollow">Item1042</a> whoops, broke \t conversion in Cairo </td>
2409   </tr>
2410   <tr>
2411     <td> 7789 </td>
2412     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1140" rel="nofollow">Item1140</a> testcase for 1140 </td>
2413   </tr>
2414   <tr>
2415     <td> 7788 </td>
2416     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1140" rel="nofollow">Item1140</a> fix rewriting of img src urls (and updated MANIFEST for Kupu1.3.2) </td>
2417   </tr>
2418   <tr>
2419     <td> 7786 </td>
2420     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1042" rel="nofollow">Item1042</a> extensive improvements to variable and URL recognition and conversion </td>
2421   </tr>
2422   <tr>
2423     <td> 7766 </td>
2424     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item856" rel="nofollow">Item856</a> added doc on EDIT_SKIN to the plugin </td>
2425   </tr>
2426   <tr>
2427     <td> 7712 </td>
2428     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1074" rel="nofollow">Item1074</a> upgrade to Kupu 1.3.2 complete (at last) </td>
2429   </tr>
2430   <tr>
2431     <td> 7710 </td>
2432     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1074" rel="nofollow">Item1074</a> Fixed source edit mode </td>
2433   </tr>
2434   <tr>
2435     <td> 7709 </td>
2436     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1074" rel="nofollow">Item1074</a> tidied up broken toolbar. There are still known issues </td>
2437   </tr>
2438   <tr>
2439     <td> 7700 </td>
2440     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1074" rel="nofollow">Item1074</a> first pass at moving to Kupu 1.3.2. </td>
2441   </tr>
2442   <tr>
2443     <td> 7673 </td>
2444     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1037" rel="nofollow">Item1037</a> insert wikiword only if selection is zero length </td>
2445   </tr>
2446   <tr>
2447     <td> 7672 </td>
2448     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item977" rel="nofollow">Item977</a> changed to remove dangerous Cairo-based assumption, and use context ids instead </td>
2449   </tr>
2450   <tr>
2451     <td> 7630 </td>
2452     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item1025" rel="nofollow">Item1025</a> added 'escape clause' for old handlers implemented to support old TWiki releases without warnings </td>
2453   </tr>
2454   <tr>
2455     <td> 7506 </td>
2456     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item941" rel="nofollow">Item941</a> Eliminated the last of the dynamic globals to try and solve saving problem. Can;t test with mod_perl, but is fine with speedycgi AFAICT </td>
2457   </tr>
2458   <tr>
2459     <td> 7456 </td>
2460     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item873" rel="nofollow">Item873</a> minor issue; replace br with \n in pre </td>
2461   </tr>
2462   <tr>
2463     <td> 7455 </td>
2464     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item873" rel="nofollow">Item873</a> obvious problem parsing closing pre tag on same line as open tag </td>
2465   </tr>
2466   <tr>
2467     <td> 7453 </td>
2468     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item710" rel="nofollow">Item710</a> Handling HTML comments </td>
2469   </tr>
2470   <tr>
2471     <td> 7452 </td>
2472     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item876" rel="nofollow">Item876</a> Item945: Item876: spacing around table cells, correct handling of variables. Had to compromise on handling [[]] but I think it's for the best. </td>
2473   </tr>
2474   <tr>
2475     <td> 7430 </td>
2476     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item871" rel="nofollow">Item871</a> made sure that brackets are generated for non-wikiwords </td>
2477   </tr>
2478   <tr>
2479     <td> 7425 </td>
2480     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item928" rel="nofollow">Item928</a> removed special interpretation of mailto links </td>
2481   </tr>
2482   <tr>
2483     <td> 7424 </td>
2484     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item866" rel="nofollow">Item866</a> extended URL parsing to handle MAINWEB and TWIKIWEB twiki variables, in the same hacky way as the core. </td>
2485   </tr>
2486   <tr>
2487     <td> 7416 </td>
2488     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item870" rel="nofollow">Item870</a> a couple of corner-cases for correct handling of twiki variables </td>
2489   </tr>
2490   <tr>
2491     <td> 7401 </td>
2492     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item899" rel="nofollow">Item899</a> changed list generation to use spaces instead of tabs </td>
2493   </tr>
2494   <tr>
2495     <td> 7265 </td>
2496     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item180" rel="nofollow">Item180</a> removed pointless, outdated dependency check from [[Main/DateFieldPlugin]]</td>
2497   </tr>
2498   <tr>
2499     <td> 6935 </td>
2500     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item622" rel="nofollow">Item622</a> reverted 3 specs to tabs in Set lines in plugins topics for kompatterbility with Kigh-roe </td>
2501   </tr>
2502   <tr>
2503     <td> 6905 </td>
2504     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item622" rel="nofollow">Item622</a> tabs -&gt; 3 spacesto avoid confusing the users </td>
2505   </tr>
2506   <tr>
2507     <td> 6850 </td>
2508     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item638" rel="nofollow">Item638</a> added instruction to run configure to all install docs (I hope) </td>
2509   </tr>
2510   <tr>
2511     <td> 6827 </td>
2512     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item569" rel="nofollow">Item569</a> added default RELEASE to everything that had a version, and removed a load of dead code that was getting in the way </td>
2513   </tr>
2514   <tr>
2515     <td> 6758 </td>
2516     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item569" rel="nofollow">Item569</a> computed version numbers for plugins from the repository rev they were built from. </td>
2517   </tr>
2518   <tr>
2519     <td> 6504 </td>
2520     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item436" rel="nofollow">Item436</a> incremented vernos of all changed plugins </td>
2521   </tr>
2522   <tr>
2523     <td> 6485 </td>
2524     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item429" rel="nofollow">Item429</a> trying to make access controls clearer </td>
2525   </tr>
2526   <tr>
2527     <td> 6401 </td>
2528     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item340" rel="nofollow">Item340</a> re-initialisation bug found by [[Main/ColasNahaboo]] when using mod_perl; fixed by correctly re-initialising the parse stack for each run of the convertor </td>
2529   </tr>
2530   <tr>
2531     <td> 6284 </td>
2532     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item340" rel="nofollow">Item340</a> Release 0.16 of [[Main/WysiwygPlugin]]</td>
2533   </tr>
2534   <tr>
2535     <td> 6279 </td>
2536     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item340" rel="nofollow">Item340</a> bugfixes for release 0.16 of [[Main/WysiwygPlugin]]</td>
2537   </tr>
2538   <tr>
2539     <td> 6261 </td>
2540     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item335" rel="nofollow">Item335</a> Switched PNGs to indexed mode, as transparency doesn't work on IE for RGB images </td>
2541   </tr>
2542   <tr>
2543     <td> 6238 </td>
2544     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item332" rel="nofollow">Item332</a> Added context identifier to [[Main/WysiwygPlugin]], and a button to the pattern view template. If [[Main/WysiwygPlugin]] is enabled, then the button will appear. Neat, huh? </td>
2545   </tr>
2546   <tr>
2547     <td> 6195 </td>
2548     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item196" rel="nofollow">Item196</a> getting plugin test suites to pass. Doesn't mean the plugins actually work, just that the test suites run (which is a good indicator) </td>
2549   </tr>
2550   <tr>
2551     <td> 6174 </td>
2552     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item168" rel="nofollow">Item168</a> checkpoint checking for 0.16 </td>
2553   </tr>
2554   <tr>
2555     <td> 6151 </td>
2556     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item186" rel="nofollow">Item186</a> more minor updates </td>
2557   </tr>
2558   <tr>
2559     <td> 6150 </td>
2560     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item168" rel="nofollow">Item168</a> new icons, and a couple of bugfixes, to [[Main/WysiwygPlugin]]</td>
2561   </tr>
2562   <tr>
2563     <td> 6092 </td>
2564     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item196" rel="nofollow">Item196</a> more plugin and contrib fixes for develop; mainly just moving tests around and making sure they all pass. </td>
2565   </tr>
2566   <tr>
2567     <td> 6067 </td>
2568     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item138" rel="nofollow">Item138</a> had to change to using beforeCommonTagsHandler and also escape % signs to prevent TWiki from rendering internal tags (as reported by Colas) </td>
2569   </tr>
2570   <tr>
2571     <td> 5979 </td>
2572     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item168" rel="nofollow">Item168</a> corrected stupid error on IE; added screenshot </td>
2573   </tr>
2574   <tr>
2575     <td> 5977 </td>
2576     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item168" rel="nofollow">Item168</a> release 0.13 </td>
2577   </tr>
2578   <tr>
2579     <td> 5948 </td>
2580     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item168" rel="nofollow">Item168</a> nearly ready for 0.13 </td>
2581   </tr>
2582   <tr>
2583     <td> 5937 </td>
2584     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item168" rel="nofollow">Item168</a> corrected images, twikified all images </td>
2585   </tr>
2586   <tr>
2587     <td> 5936 </td>
2588     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item168" rel="nofollow">Item168</a> the import from cvs has screwed images </td>
2589   </tr>
2590   <tr>
2591     <td> 5934 </td>
2592     <td><a href="http://develop.twiki.org/~develop/cgi-bin/view/Bugs/Item168" rel="nofollow">Item168</a> twikified icon images, and renamed some images to be more intention-revealing </td>
2593   </tr>
2594   <tr>
2595     <td> 5739 </td>
2596     <td> 0.12 beta release </td>
2597   </tr>
2598   <tr>
2599     <td> 5730 </td>
2600     <td> V0.11 </td>
2601   </tr>
2602   <tr>
2603     <td> 5714 </td>
2604     <td> Tidied up installer, documentation. Release 0.10 </td>
2605   </tr>
2606   <tr>
2607     <td> 5712 </td>
2608     <td> pre-release 0.06 </td>
2609   </tr>
2610   <tr>
2611     <td> 5706 </td>
2612     <td> Version 0.05 </td>
2613   </tr>
2614   <tr>
2615     <td> 5705 </td>
2616     <td> Checkpoint checking - version 0.03 </td>
2617   </tr>
2618   <tr>
2619     <td> 5702 </td>
2620     <td> cvsrmtee old files </td>
2621   </tr>
2622   <tr>
2623     <td> 5701 </td>
2624     <td> Check in for prototype release </td>
2625   </tr>
2626   <tr>
2627     <td> 5700 </td>
2628     <td> Check in for prototype release </td>
2629   </tr>
2630   <tr>
2631     <td> 5699 </td>
2632     <td> Checkpoint </td>
2633   </tr>
2634   <tr>
2635     <td> 5698 </td>
2636     <td> Most of the toolboxes are working again </td>
2637   </tr>
2638   <tr>
2639     <td> 5693 </td>
2640     <td> Initial commit; doesn't do much except run tests </td>
2641   </tr>
2642   <tr>
2643     <td align="right"> Feedback: </td>
2644     <td> TWiki:Plugins/%TOPIC%Dev </td>
2645   </tr>
2646 </table>
2647
2648 **_Related Topics:_** [[TWikiPreferences]], [[TWikiPlugins]]
2649
2650 -- TWiki:Main/CrawfordCurrie - 21:45:16 31 March 2006