Документ взят из кэша поисковой машины. Адрес оригинального документа : http://dualopt1.cmm.msu.ru/bin/rdiff/TWiki/WysiwygPlugin?rev1=8;rev2=4;skin=kubrick.nat%2Cnat%2C%20pattern;sortcol=1;table=25;up=2
Дата изменения: Unknown
Дата индексирования: Sun Mar 2 15:15:33 2014
Кодировка:
%TOPICTITLE% (4 vs. 8) - TWiki
Welcome, Registration, and other StartingPoints; TWiki history & Wiki style; All the docs...
View   r8  >  r7  >  r6  >  r5  >  r4  ...
WysiwygPlugin 8 - 2008-12-06 - Main.TWikiContributor
Line: 45 to 45
 
  1. The HTML for the content-to-be-edited can be generated directly in the standard edit template.
  2. The HTML for the content-to-be-edited can be generated directly in a specialised edit template.
  3. A URL can be used to fetch the content-to-be-edited from the server, for use in an IFRAME.
Changed:
<
<
  1. REST handlers can be called from Javacript to convert content.
>
>
  1. REST handlers can be called from Javascript to convert content.
 

Generating content directly in the standard edit template

This is the technique used by WYSIWYG editors that can sit on top of HTML
Line: 178 to 178
 
Changed:
<
<
Plugin Authors: TWiki:Main.CrawfordCurrie http://www.c-dot.co.uk
>
>
Plugin Author(s): TWiki:Main.CrawfordCurrie http://www.c-dot.co.uk
 
Copyright © ILOG 2005 http://www.ilog.fr
License GPL (Gnu General Public License)
Changed:
<
<
Plugin Version: 03 Aug 2008 17302 (04 Aug 2008)
>
>
Plugin Version: 17680 (06 Dec 2008)
 
Change History:  
Changed:
<
<
03 Aug 2008 TWiki 4.2.1 release version
>
>
22 Oct 2008 Fixed TWikibug:Item5961 (emphasis), TWikibug:Item6089 (backslash in verbatim)
7 Aug 2008 Fixed TWikibug:Item5707 (mod_perl)
3 Aug 2008 TWiki 4.2.1 release version
 
25 May 2008 TWikibug:Item5457: TWikibug:Item5528: TWikibug:Item5626: using a debug simulation, I believe I have finally fixed all the complexities of using international character sets with the translator.
13 Apr 2008 TWikibug:Item4946: TWikibug:Item5530: I think I have finally fixed non-iso-8859-1 character sets. Painful. TWikibug:Item5393: removed spurious DIV generated by IE inside LI tags
31 Mar 2008 TWikibug:Item5314: TWikibug:Item5457: Fixed pickaxe mode for editing UTF-8. Characters above 255 are converted to entitites, which is a bit of a PITA, but at least it no longer corrupts topics.
Line: 202 to 204
 
7 Sep 2007 TWikibug:Item4503 excess empty lines TWikibug:Item4486 no toc headers with unofficial syntax TWikibug:Item4560: empty lines lost TWikibug:Item4566: corrupted table on save TWikibug:Item4550 section tags being eaten
4 Sep 2007 TWikibug:Item4534 TWikibug:Item4535 fixed
See Subversion logs for earlier revisions
Changed:
<
<
Dependencies:
NameVersionDescription
HTML::Parser>=3.28Required. Available from CPAN.
HTML::Entities>=1.25Required. Available from CPAN.
>
>
Dependencies:
NameVersionDescription
HTML::Parser>=3.28Required. Available from CPAN.
HTML::Entities>=1.25Required. Available from CPAN.
Encode>=2.01Required.
 
Plugin Home: http://twiki.org/cgi-bin/view/Plugins/WysiwygPlugin
Feedback: TWiki:Plugins/WysiwygPluginDev
Appraisal: http://twiki.org/cgi-bin/view/Plugins/WysiwygPluginAppraisal

WysiwygPlugin 7 - 2008-08-03 - Main.TWikiContributor
Line: 181 to 181
 
Plugin Authors: TWiki:Main.CrawfordCurrie http://www.c-dot.co.uk
Copyright © ILOG 2005 http://www.ilog.fr
License GPL (Gnu General Public License)
Changed:
<
<
Plugin Version: 16174 (22 Jan 2008)
>
>
Plugin Version: 03 Aug 2008 17302 (04 Aug 2008)
 
Change History:  
Added:
>
>
03 Aug 2008 TWiki 4.2.1 release version
25 May 2008 TWikibug:Item5457: TWikibug:Item5528: TWikibug:Item5626: using a debug simulation, I believe I have finally fixed all the complexities of using international character sets with the translator.
13 Apr 2008 TWikibug:Item4946: TWikibug:Item5530: I think I have finally fixed non-iso-8859-1 character sets. Painful. TWikibug:Item5393: removed spurious DIV generated by IE inside LI tags
31 Mar 2008 TWikibug:Item5314: TWikibug:Item5457: Fixed pickaxe mode for editing UTF-8. Characters above 255 are converted to entitites, which is a bit of a PITA, but at least it no longer corrupts topics.
28 Mar 2008 TWikibug:Item5294: fixed angle brackets in plain text and promoted sticky to be higher priority than any other tag, solving several problems in one go
24 Jan 2008 TWikibug:Item5257: remove extra spaces at end of Set lines
 
20 Dec 2007 TWikibug:Item5022: made TT font size same as verbatim. Had to add a new style to do it, as TMCE didn't want to play with TT or CODE tags. TWikibug:Ite