Changes between Version 1 and Version 2 of WikiToEclipseHelpIntegration

Show
Ignore:
Author:
pixelpapst (IP: 84.130.95.143)
Timestamp:
01/17/08 00:46:11 (3 months ago)
Comment:

get rid of over-escaping

Legend:

Unmodified
Added
Removed
Modified
  • WikiToEclipseHelpIntegration

    v1 v2  
    1111 
    12121) An existing eclipse plugin with the following extention point: 
    13 {{{<extension point="org.eclipse.help.toc"> <toc file="toc.xml"/> </extension>}}} 
     13{{{<extension point="org.eclipse.help.toc"> <toc file="toc.xml"/> </extension>}}} 
    1414 
    15152) An index page at some url within the wiki (say '/wiki/help'), containing a bulleted list of wiki pages starting with the same url (say 'help/GetttingStarted', 'help/Introduction' etc) 
    4040 
    4141{{{ 
    42 &lt;taskdef name=&#34;wiki2eclipsehelp&#34; classname=&#34;wiki2eclipsehelp.AntTask&#34; classpathref=&#34;useclasspath&#34;/&gt; 
     42<taskdef name="wiki2eclipsehelp" classname="wiki2eclipsehelp.AntTask" classpathref="useclasspath"/> 
    4343 
    44 &lt;wiki2eclipsehelp target=&#34;../com.myplugin.help/&#34; wikiurl=&#34;http://localhost/trac/myproject/wiki/help&#34; plugintemplate=&#34;../com.myplugin.help.template&#34;/&gt; 
     44<wiki2eclipsehelp target="../com.myplugin.help/" wikiurl="http://localhost/trac/myproject/wiki/help" plugintemplate="../com.myplugin.help.template"/> 
    4545}}} 
    4646