JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0
[ckeditor.git] / INSTALL.html
diff --git a/INSTALL.html b/INSTALL.html
new file mode 100644 (file)
index 0000000..65e12e3
--- /dev/null
@@ -0,0 +1,92 @@
+<!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>Installation Guide - CKEditor</title>\r
+       <meta http-equiv="content-type" content="text/html; charset=utf-8" />\r
+       <style type="text/css">\r
+               h3\r
+               {\r
+                       border-bottom: 1px solid #AAAAAA;\r
+               }\r
+               pre\r
+               {\r
+                       background-color: #F9F9F9;\r
+                       border: 1px dashed #2F6FAB;\r
+                       padding: 1em;\r
+                       line-height: 1.1em;\r
+               }\r
+               #footer hr\r
+               {\r
+                       margin: 10px 0 15px 0;\r
+                       height: 1px;\r
+                       border: solid 1px gray;\r
+                       border-bottom: none;\r
+               }\r
+               #footer p\r
+               {\r
+                       margin: 0 10px 10px 10px;\r
+                       float: left;\r
+               }\r
+               #footer #copy\r
+               {\r
+                       float: right;\r
+               }\r
+       </style>\r
+</head>\r
+<body>\r
+       <h1>\r
+               CKEditor Installation Guide</h1>\r
+       <h3>\r
+               What&#39;s CKEditor?</h3>\r
+       <p>\r
+               CKEditor is a text editor to be used inside web pages. It&#39;s not a replacement\r
+               for desktop text editors like Word or OpenOffice, but a component to be used as\r
+               part of web applications and web sites.</p>\r
+       <h3>\r
+               Installation</h3>\r
+       <p>\r
+               Installing CKEditor is an easy task. Just follow these simple steps:</p>\r
+       <ol>\r
+               <li><strong>Download</strong> the latest version of the editor from our web site: <a\r
+                       href="http://ckeditor.com">http://ckeditor.com</a>. You should have already completed\r
+                       this step, but be sure you have the very latest version.</li>\r
+               <li><strong>Extract</strong> (decompress) the downloaded file into the root of your\r
+                       web site.</li>\r
+       </ol>\r
+       <p>\r
+               <strong>Note:</strong> CKEditor is by default installed in the &quot;ckeditor&quot;\r
+               folder. You can place the files in whichever you want though.</p>\r
+       <h3>\r
+               Checking Your Installation\r
+       </h3>\r
+       <p>\r
+               The editor comes with a few sample pages that can be used to verify that installation\r
+               proceeded properly. Take a look at the <a href="_samples">_samples</a> directory.</p>\r
+       <p>\r
+               To test your installation, just call the following page at your web site:</p>\r
+       <pre>\r
+http://&lt;your site&gt;/&lt;CKEditor installation path&gt;/_samples/index.html\r
+\r
+For example:\r
+http://www.example.com/ckeditor/_samples/index.html</pre>\r
+       <h3>\r
+               Documentation</h3>\r
+       <p>\r
+               The full editor documentation is available online at the following address:<br />\r
+               <a href="http://docs.cksource.com/ckeditor">http://docs.cksource.com/ckeditor</a></p>\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\r
+                       Knabben. All rights reserved.\r
+               </p>\r
+       </div>\r
+</body>\r
+</html>\r