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