Changeset 670


Ignore:
Timestamp:
06/16/10 23:36:42 (2 years ago)
Author:
mr_lundis
Message:

Adding notice about running examples locally, by suggestion of augustin. Fixes #208.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/examples/index.html

    r632 r670  
    2525<body> 
    2626<h1>WYMeditor integration examples</h1> 
    27 <p><a href="http://www.wymeditor.org/">WYMeditor</a> is a web-based XHTML WYSIWYM editor.</p> 
     27<p><a href="http://www.wymeditor.org/">WYMeditor</a> is a web-based XHTML WYSIWYM editor. Please study the source code of each page to learn more about the examples and how to implement them.</p>  
     28<p><strong>Note:</strong> These examples might not work locally in your browser, if so you can always <a href="http://files.wymeditor.org/wymeditor/trunk/src/examples/">try out the demos online</a>.</p>  
     29 
    2830<ol> 
    2931<li><a href="01-basic.html">Basic integration</a></li> 
     
    4345<li><a href="15-rdfa-editor.html">RDFa editor</a></li> 
    4446</ol> 
     47<p><strong>Note for Firefox 3 users</strong>: to test the examples locally with FF3, you'll need to turn off <a href="http://kb.mozillazine.org/Security.fileuri.strict_origin_policy">Security.fileuri.strict origin policy</a> (type about:config in the adress bar and search for the value).  
     48</p>  
    4549<p> 
    4650<a href="http://sourceforge.net/projects/wym-editor"> 
Note: See TracChangeset for help on using the changeset viewer.