diff options
Diffstat (limited to 'samples/index.html')
| -rwxr-xr-x | samples/index.html | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/samples/index.html b/samples/index.html index 73cdc15..c37a11e 100755 --- a/samples/index.html +++ b/samples/index.html @@ -1,12 +1,12 @@ <!DOCTYPE html>
<!--
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
- <title>CKEditor Samples</title>
<meta charset="utf-8">
+ <title>CKEditor Samples</title>
<link rel="stylesheet" href="sample.css">
</head>
<body>
@@ -43,21 +43,12 @@ For licensing, see LICENSE.md or http://ckeditor.com/license <h2 class="samples">Plugins</h2> <dl class="samples"> -<dt><a class="samples" href="plugins/image2/image2.html">New Image plugin</a><span class="new">New!</span></dt> -<dd>Using the new Image plugin to insert captioned images and adjust their dimensions.</dd> - -<dt><a class="samples" href="plugins/sourcedialog/sourcedialog.html">Editing source code in a dialog</a><span class="new">New!</span></dt> -<dd>Editing HTML content of both inline and framed editor instances.</dd> - -<dt><a class="samples" href="plugins/devtools/devtools.html">Developer Tools plugin</a></dt> -<dd>Using the Developer Tools plugin to display information about dialog window UI elements to allow for easier customization.</dd> - +<dt><a class="samples" href="plugins/sourcedialog/sourcedialog.html">Editing source code in a dialog</a><span class="new">New!</span></dt>
+<dd>Editing HTML content of both inline and classic editor instances.</dd>
+
<dt><a class="samples" href="plugins/magicline/magicline.html">Magicline plugin</a></dt> <dd>Using the Magicline plugin to access difficult focus spaces.</dd> -<dt><a class="samples" href="plugins/stylesheetparser/stylesheetparser.html">Stylesheet Parser plugin</a></dt> -<dd>Using the Stylesheet Parser plugin to fill the Styles drop-down list based on the CSS classes available in the document stylesheet.</dd> - <dt><a class="samples" href="plugins/wysiwygarea/fullpage.html">Full page support</a></dt> <dd>CKEditor inserted with a JavaScript call and used to edit the whole page from <html> to </html>.</dd> </dl>
@@ -133,7 +124,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
</p>
<p id="copy">
- Copyright © 2003-2013, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
+ Copyright © 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
</p>
</div>
</body>
|
