Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/static/js/wymeditor/skins/silver/README
diff options
context:
space:
mode:
Diffstat (limited to 'websdk/static/js/wymeditor/skins/silver/README')
-rwxr-xr-xwebsdk/static/js/wymeditor/skins/silver/README27
1 files changed, 0 insertions, 27 deletions
diff --git a/websdk/static/js/wymeditor/skins/silver/README b/websdk/static/js/wymeditor/skins/silver/README
deleted file mode 100755
index 130dc46..0000000
--- a/websdk/static/js/wymeditor/skins/silver/README
+++ /dev/null
@@ -1,27 +0,0 @@
-/**
-* @version Alpha 0.1 2008-05-10 23:28:43 $
-* @package Silver skin for WYMeditor
-* @copyright Copyright (C) 2008 Scott Edwin Lewis. All rights reserved.
-* @license GNU/GPL, see COPYING
-* Silver skin for WYMeditor is free software and is licensed under the
-* GNU General Public License. See COPYING for copyright notices and details.
-*/
-
-Adds custom buttons and color palette to the WYMeditor XHTML Editor.
-
-INSTALLATION:
-
-1. Copy the entire /silver/ directory to /wymeditor/skins/
-2. Initialize the WYMeditor 'skin' option as below:
-
-<script type="text/javascript">
-jQuery(function() {
-
- jQuery('.wymeditor').wymeditor({
- skin: 'silver'
- });
-
-});
-</script>
-
-That's it. You're done.