47 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
WYMeditor : what you see is What You Mean web-based editor
 | 
						|
Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/
 | 
						|
Dual licensed under the MIT (MIT-license.txt)
 | 
						|
and GPL (GPL-license.txt) licenses.
 | 
						|
 | 
						|
For further information visit:
 | 
						|
        http://www.wymeditor.org/
 | 
						|
 | 
						|
File Name:
 | 
						|
        README
 | 
						|
        Readme file for WYMeditor integration examples.
 | 
						|
 | 
						|
File Authors:
 | 
						|
        Jean-François Hovinne - http://www.hovinne.com/
 | 
						|
 | 
						|
 | 
						|
INTEGRATION EXAMPLES
 | 
						|
====================
 | 
						|
 | 
						|
This directory contains step-by-step examples to help you
 | 
						|
get started integrating WYMeditor in your application.
 | 
						|
 | 
						|
Please start with 01-basic.html.
 | 
						|
 | 
						|
For more information, please read the documentation, available at:
 | 
						|
http://trac.wymeditor.org/trac/wiki
 | 
						|
 | 
						|
If you need help, feel free to create an account on the forum or subscribe
 | 
						|
to the WYMeditor-user mailing-list, and ask your question.
 | 
						|
http://forum.wymeditor.org/
 | 
						|
http://lists.wymeditor.org/
 | 
						|
 | 
						|
More examples will be added from time to time.
 | 
						|
You can check them out with Subversion:
 | 
						|
$ svn co svn://svn.wymeditor.org/wymeditor/trunk/src/examples
 | 
						|
 | 
						|
Subversion is an open source version control system, available at:
 | 
						|
http://subversion.tigris.org/
 | 
						|
 | 
						|
A Windows Subversion client is available at:
 | 
						|
http://tortoisesvn.tigris.org/
 | 
						|
 | 
						|
Note: if you test the examples locally with FF3, you'll need to turn off
 | 
						|
security.fileuri.strict_origin_policy (type about:config in the URL and search
 | 
						|
for the value).
 | 
						|
More info: http://kb.mozillazine.org/Security.fileuri.strict_origin_policy
 |