JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0
[ckeditor.git] / _samples / index.html
diff --git a/_samples/index.html b/_samples/index.html
new file mode 100644 (file)
index 0000000..27b869f
--- /dev/null
@@ -0,0 +1,49 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
+<!--\r
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.html or http://ckeditor.com/license\r
+-->\r
+<html xmlns="http://www.w3.org/1999/xhtml">\r
+<head>\r
+       <title>Samples List - CKEditor</title>\r
+       <link type="text/css" rel="stylesheet" href="sample.css" />\r
+</head>\r
+<body>\r
+       <h1>\r
+               CKEditor Samples List\r
+       </h1>\r
+       <h2>\r
+               Basic Samples\r
+       </h2>\r
+       <ul>\r
+               <li><a href="replacebyclass.html">Replace textareas by class name</a></li>\r
+               <li><a href="replacebycode.html">Replace textareas by code</a></li>\r
+       </ul>\r
+       <h2>\r
+               Basic Customization\r
+       </h2>\r
+       <ul>\r
+               <li><a href="skins.html">Skins</a></li>\r
+               <li><a href="ui_color.html">User Interface Color</a></li>\r
+               <li><a href="ui_languages.html">User Interface Languages</a></li>\r
+       </ul>\r
+       <h2>\r
+               Advanced Samples\r
+       </h2>\r
+       <ul>\r
+               <li><a href="divreplace.html">Replace DIV elements on the fly</a>&nbsp; </li>\r
+               <li><a href="ajax.html">Create and destroy editor instances for Ajax applications</a></li>\r
+               <li><a href="api_dialog.html">Using the JavaScript API to customize dialogs</a></li>\r
+               <li><a href="enterkey.html">Using the "Enter" key in CKEditor</a></li>\r
+       </ul>\r
+       <div id="footer">\r
+               <hr />\r
+               <p>\r
+                       CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>\r
+               </p>\r
+               <p id="copy">\r
+                       Copyright &copy; 2003-2009, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.\r
+               </p>\r
+       </div>\r
+</body>\r
+</html>\r