JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.3.2
[ckeditor.git] / INSTALL.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
2 <!--\r
3 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
4 For licensing, see LICENSE.html or http://ckeditor.com/license\r
5 -->\r
6 <html xmlns="http://www.w3.org/1999/xhtml">\r
7 <head>\r
8         <title>Installation Guide - CKEditor</title>\r
9         <meta http-equiv="content-type" content="text/html; charset=utf-8" />\r
10         <style type="text/css">\r
11                 h3\r
12                 {\r
13                         border-bottom: 1px solid #AAAAAA;\r
14                 }\r
15                 pre\r
16                 {\r
17                         background-color: #F9F9F9;\r
18                         border: 1px dashed #2F6FAB;\r
19                         padding: 1em;\r
20                         line-height: 1.1em;\r
21                 }\r
22                 #footer hr\r
23                 {\r
24                         margin: 10px 0 15px 0;\r
25                         height: 1px;\r
26                         border: solid 1px gray;\r
27                         border-bottom: none;\r
28                 }\r
29                 #footer p\r
30                 {\r
31                         margin: 0 10px 10px 10px;\r
32                         float: left;\r
33                 }\r
34                 #footer #copy\r
35                 {\r
36                         float: right;\r
37                 }\r
38         </style>\r
39 </head>\r
40 <body>\r
41         <h1>\r
42                 CKEditor Installation Guide</h1>\r
43         <h3>\r
44                 What&#39;s CKEditor?</h3>\r
45         <p>\r
46                 CKEditor is a text editor to be used inside web pages. It&#39;s not a replacement\r
47                 for desktop text editors like Word or OpenOffice, but a component to be used as\r
48                 part of web applications and web sites.</p>\r
49         <h3>\r
50                 Installation</h3>\r
51         <p>\r
52                 Installing CKEditor is an easy task. Just follow these simple steps:</p>\r
53         <ol>\r
54                 <li><strong>Download</strong> the latest version of the editor from our web site: <a\r
55                         href="http://ckeditor.com">http://ckeditor.com</a>. You should have already completed\r
56                         this step, but be sure you have the very latest version.</li>\r
57                 <li><strong>Extract</strong> (decompress) the downloaded file into the root of your\r
58                         web site.</li>\r
59         </ol>\r
60         <p>\r
61                 <strong>Note:</strong> CKEditor is by default installed in the &quot;ckeditor&quot;\r
62                 folder. You can place the files in whichever you want though.</p>\r
63         <h3>\r
64                 Checking Your Installation\r
65         </h3>\r
66         <p>\r
67                 The editor comes with a few sample pages that can be used to verify that installation\r
68                 proceeded properly. Take a look at the <a href="_samples">_samples</a> directory.</p>\r
69         <p>\r
70                 To test your installation, just call the following page at your web site:</p>\r
71         <pre>\r
72 http://&lt;your site&gt;/&lt;CKEditor installation path&gt;/_samples/index.html\r
73 \r
74 For example:\r
75 http://www.example.com/ckeditor/_samples/index.html</pre>\r
76         <h3>\r
77                 Documentation</h3>\r
78         <p>\r
79                 The full editor documentation is available online at the following address:<br />\r
80                 <a href="http://docs.cksource.com/ckeditor">http://docs.cksource.com/ckeditor</a></p>\r
81         <div id="footer">\r
82                 <hr />\r
83                 <p>\r
84                         CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>\r
85                 </p>\r
86                 <p id="copy">\r
87                         Copyright &copy; 2003-2010, <a href="http://cksource.com/">CKSource</a> - Frederico\r
88                         Knabben. All rights reserved.\r
89                 </p>\r
90         </div>\r
91 </body>\r
92 </html>\r