Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/studio/static/js/wymeditor/skins/silver/.svn/text-base/README.svn-base
diff options
context:
space:
mode:
authorSebastian Silva <sebastian@sugarlabs.org>2011-11-16 07:56:19 (GMT)
committer Sebastian Silva <sebastian@sugarlabs.org>2011-11-16 07:56:19 (GMT)
commit82511a6fe2d29d50c1cdca4b2abb23ff681a1943 (patch)
treeff6359d68287417abfaaf49e492e2630239e60c9 /studio/static/js/wymeditor/skins/silver/.svn/text-base/README.svn-base
parent61517139f02df2ce417f465dfabdbf5dbe8f4063 (diff)
Major improvements in IDE usability.
Diffstat (limited to 'studio/static/js/wymeditor/skins/silver/.svn/text-base/README.svn-base')
-rw-r--r--studio/static/js/wymeditor/skins/silver/.svn/text-base/README.svn-base27
1 files changed, 0 insertions, 27 deletions
diff --git a/studio/static/js/wymeditor/skins/silver/.svn/text-base/README.svn-base b/studio/static/js/wymeditor/skins/silver/.svn/text-base/README.svn-base
deleted file mode 100644
index 130dc46..0000000
--- a/studio/static/js/wymeditor/skins/silver/.svn/text-base/README.svn-base
+++ /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.