ckeditor4ruby 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.document +5 -0
- data/.rspec +1 -0
- data/Gemfile +16 -0
- data/Gemfile.lock +60 -0
- data/LICENSE.txt +20 -0
- data/README.rdoc +26 -0
- data/Rakefile +49 -0
- data/VERSION +1 -0
- data/ckeditor/CHANGES.html +1433 -0
- data/ckeditor/INSTALL.html +92 -0
- data/ckeditor/LICENSE.html +1327 -0
- data/ckeditor/adapters/jquery.js +6 -0
- data/ckeditor/ckeditor.js +149 -0
- data/ckeditor/ckeditor.pack +211 -0
- data/ckeditor/ckeditor.rb +566 -0
- data/ckeditor/ckeditor_basic.js +8 -0
- data/ckeditor/ckeditor_basic_source.js +20 -0
- data/ckeditor/ckeditor_source.js +35 -0
- data/ckeditor/config.js +11 -0
- data/ckeditor/contents.css +25 -0
- data/ckeditor/images/spacer.gif +0 -0
- data/ckeditor/lang/_languages.js +6 -0
- data/ckeditor/lang/_translationstatus.txt +61 -0
- data/ckeditor/lang/af.js +6 -0
- data/ckeditor/lang/ar.js +6 -0
- data/ckeditor/lang/bg.js +6 -0
- data/ckeditor/lang/bn.js +6 -0
- data/ckeditor/lang/bs.js +6 -0
- data/ckeditor/lang/ca.js +6 -0
- data/ckeditor/lang/cs.js +6 -0
- data/ckeditor/lang/cy.js +6 -0
- data/ckeditor/lang/da.js +6 -0
- data/ckeditor/lang/de.js +6 -0
- data/ckeditor/lang/el.js +6 -0
- data/ckeditor/lang/en-au.js +6 -0
- data/ckeditor/lang/en-ca.js +6 -0
- data/ckeditor/lang/en-gb.js +6 -0
- data/ckeditor/lang/en.js +6 -0
- data/ckeditor/lang/eo.js +6 -0
- data/ckeditor/lang/es.js +6 -0
- data/ckeditor/lang/et.js +6 -0
- data/ckeditor/lang/eu.js +6 -0
- data/ckeditor/lang/fa.js +6 -0
- data/ckeditor/lang/fi.js +6 -0
- data/ckeditor/lang/fo.js +6 -0
- data/ckeditor/lang/fr-ca.js +6 -0
- data/ckeditor/lang/fr.js +6 -0
- data/ckeditor/lang/gl.js +6 -0
- data/ckeditor/lang/gu.js +6 -0
- data/ckeditor/lang/he.js +6 -0
- data/ckeditor/lang/hi.js +6 -0
- data/ckeditor/lang/hr.js +6 -0
- data/ckeditor/lang/hu.js +6 -0
- data/ckeditor/lang/is.js +6 -0
- data/ckeditor/lang/it.js +6 -0
- data/ckeditor/lang/ja.js +6 -0
- data/ckeditor/lang/ka.js +6 -0
- data/ckeditor/lang/km.js +6 -0
- data/ckeditor/lang/ko.js +6 -0
- data/ckeditor/lang/lt.js +6 -0
- data/ckeditor/lang/lv.js +6 -0
- data/ckeditor/lang/mn.js +6 -0
- data/ckeditor/lang/ms.js +6 -0
- data/ckeditor/lang/nb.js +6 -0
- data/ckeditor/lang/nl.js +6 -0
- data/ckeditor/lang/no.js +6 -0
- data/ckeditor/lang/pl.js +6 -0
- data/ckeditor/lang/pt-br.js +6 -0
- data/ckeditor/lang/pt.js +6 -0
- data/ckeditor/lang/ro.js +6 -0
- data/ckeditor/lang/ru.js +6 -0
- data/ckeditor/lang/sk.js +6 -0
- data/ckeditor/lang/sl.js +6 -0
- data/ckeditor/lang/sr-latn.js +6 -0
- data/ckeditor/lang/sr.js +6 -0
- data/ckeditor/lang/sv.js +6 -0
- data/ckeditor/lang/th.js +6 -0
- data/ckeditor/lang/tr.js +6 -0
- data/ckeditor/lang/uk.js +6 -0
- data/ckeditor/lang/vi.js +6 -0
- data/ckeditor/lang/zh-cn.js +6 -0
- data/ckeditor/lang/zh.js +6 -0
- data/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +7 -0
- data/ckeditor/plugins/a11yhelp/lang/en.js +6 -0
- data/ckeditor/plugins/a11yhelp/lang/he.js +6 -0
- data/ckeditor/plugins/about/dialogs/about.js +6 -0
- data/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/ckeditor/plugins/adobeair/plugin.js +6 -0
- data/ckeditor/plugins/ajax/plugin.js +6 -0
- data/ckeditor/plugins/autogrow/plugin.js +6 -0
- data/ckeditor/plugins/bbcode/plugin.js +9 -0
- data/ckeditor/plugins/clipboard/dialogs/paste.js +7 -0
- data/ckeditor/plugins/colordialog/dialogs/colordialog.js +7 -0
- data/ckeditor/plugins/devtools/lang/en.js +6 -0
- data/ckeditor/plugins/devtools/plugin.js +6 -0
- data/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
- data/ckeditor/plugins/div/dialogs/div.js +8 -0
- data/ckeditor/plugins/docprops/dialogs/docprops.js +10 -0
- data/ckeditor/plugins/docprops/plugin.js +6 -0
- data/ckeditor/plugins/find/dialogs/find.js +10 -0
- data/ckeditor/plugins/flash/dialogs/flash.js +9 -0
- data/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/ckeditor/plugins/forms/dialogs/button.js +6 -0
- data/ckeditor/plugins/forms/dialogs/checkbox.js +6 -0
- data/ckeditor/plugins/forms/dialogs/form.js +6 -0
- data/ckeditor/plugins/forms/dialogs/hiddenfield.js +6 -0
- data/ckeditor/plugins/forms/dialogs/radio.js +6 -0
- data/ckeditor/plugins/forms/dialogs/select.js +9 -0
- data/ckeditor/plugins/forms/dialogs/textarea.js +6 -0
- data/ckeditor/plugins/forms/dialogs/textfield.js +6 -0
- data/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
- data/ckeditor/plugins/iframe/dialogs/iframe.js +7 -0
- data/ckeditor/plugins/iframe/images/placeholder.png +0 -0
- data/ckeditor/plugins/iframedialog/plugin.js +6 -0
- data/ckeditor/plugins/image/dialogs/image.js +13 -0
- data/ckeditor/plugins/link/dialogs/anchor.js +6 -0
- data/ckeditor/plugins/link/dialogs/link.js +12 -0
- data/ckeditor/plugins/link/images/anchor.gif +0 -0
- data/ckeditor/plugins/liststyle/dialogs/liststyle.js +7 -0
- data/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/ckeditor/plugins/pastefromword/filter/default.js +11 -0
- data/ckeditor/plugins/pastetext/dialogs/pastetext.js +6 -0
- data/ckeditor/plugins/placeholder/dialogs/placeholder.js +6 -0
- data/ckeditor/plugins/placeholder/lang/en.js +6 -0
- data/ckeditor/plugins/placeholder/lang/he.js +6 -0
- data/ckeditor/plugins/placeholder/placeholder.gif +0 -0
- data/ckeditor/plugins/placeholder/plugin.js +6 -0
- data/ckeditor/plugins/scayt/dialogs/options.js +8 -0
- data/ckeditor/plugins/scayt/dialogs/toolbar.css +6 -0
- data/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/ckeditor/plugins/smiley/dialogs/smiley.js +7 -0
- data/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/ckeditor/plugins/specialchar/dialogs/specialchar.js +7 -0
- data/ckeditor/plugins/specialchar/lang/en.js +6 -0
- data/ckeditor/plugins/styles/styles/default.js +6 -0
- data/ckeditor/plugins/stylesheetparser/plugin.js +6 -0
- data/ckeditor/plugins/table/dialogs/table.js +9 -0
- data/ckeditor/plugins/tableresize/plugin.js +7 -0
- data/ckeditor/plugins/tabletools/dialogs/tableCell.js +8 -0
- data/ckeditor/plugins/templates/dialogs/templates.js +7 -0
- data/ckeditor/plugins/templates/templates/default.js +6 -0
- data/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/ckeditor/plugins/uicolor/dialogs/uicolor.js +7 -0
- data/ckeditor/plugins/uicolor/lang/en.js +6 -0
- data/ckeditor/plugins/uicolor/lang/he.js +6 -0
- data/ckeditor/plugins/uicolor/plugin.js +6 -0
- data/ckeditor/plugins/uicolor/uicolor.gif +0 -0
- data/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/ckeditor/plugins/uicolor/yui/assets/yui.css +6 -0
- data/ckeditor/plugins/uicolor/yui/yui.js +76 -0
- data/ckeditor/plugins/wsc/dialogs/ciframe.html +49 -0
- data/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +52 -0
- data/ckeditor/plugins/wsc/dialogs/wsc.css +6 -0
- data/ckeditor/plugins/wsc/dialogs/wsc.js +7 -0
- data/ckeditor/plugins/xml/plugin.js +6 -0
- data/ckeditor/skins/kama/dialog.css +10 -0
- data/ckeditor/skins/kama/editor.css +13 -0
- data/ckeditor/skins/kama/icons.png +0 -0
- data/ckeditor/skins/kama/icons_rtl.png +0 -0
- data/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
- data/ckeditor/skins/kama/images/dialog_sides.png +0 -0
- data/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/ckeditor/skins/kama/images/mini.gif +0 -0
- data/ckeditor/skins/kama/images/noimage.png +0 -0
- data/ckeditor/skins/kama/images/sprites.png +0 -0
- data/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
- data/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
- data/ckeditor/skins/kama/skin.js +7 -0
- data/ckeditor/skins/kama/templates.css +6 -0
- data/ckeditor/skins/office2003/dialog.css +9 -0
- data/ckeditor/skins/office2003/editor.css +14 -0
- data/ckeditor/skins/office2003/icons.png +0 -0
- data/ckeditor/skins/office2003/icons_rtl.png +0 -0
- data/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
- data/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
- data/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/ckeditor/skins/office2003/images/mini.gif +0 -0
- data/ckeditor/skins/office2003/images/noimage.png +0 -0
- data/ckeditor/skins/office2003/images/sprites.png +0 -0
- data/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
- data/ckeditor/skins/office2003/skin.js +6 -0
- data/ckeditor/skins/office2003/templates.css +6 -0
- data/ckeditor/skins/v2/dialog.css +9 -0
- data/ckeditor/skins/v2/editor.css +13 -0
- data/ckeditor/skins/v2/icons.png +0 -0
- data/ckeditor/skins/v2/icons_rtl.png +0 -0
- data/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
- data/ckeditor/skins/v2/images/dialog_sides.png +0 -0
- data/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/ckeditor/skins/v2/images/mini.gif +0 -0
- data/ckeditor/skins/v2/images/noimage.png +0 -0
- data/ckeditor/skins/v2/images/sprites.png +0 -0
- data/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
- data/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
- data/ckeditor/skins/v2/skin.js +6 -0
- data/ckeditor/skins/v2/templates.css +6 -0
- data/ckeditor/themes/default/theme.js +8 -0
- data/ckeditor4ruby.gemspec +296 -0
- data/dev/README +2 -0
- data/dev/index.rhtml +29 -0
- data/dev/knjappserver_start.rb +38 -0
- data/lib/ckeditor4ruby.rb +1 -0
- data/spec/ckeditor4ruby_spec.rb +7 -0
- data/spec/spec_helper.rb +12 -0
- metadata +374 -0
data/dev/README
ADDED
data/dev/index.rhtml
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>ckeditor4ruby development</title>
|
4
|
+
|
5
|
+
<script src="ckedtior/adapters/jquery.js"></script>
|
6
|
+
<script src="ckeditor/ckeditor.js"></script>
|
7
|
+
</head>
|
8
|
+
<body>
|
9
|
+
<%
|
10
|
+
if _get["choice"] == "dosave"
|
11
|
+
%>
|
12
|
+
Result of posting was:
|
13
|
+
<pre><%
|
14
|
+
print Knj::Web.html(Knj::Php.print_r(_post, true))
|
15
|
+
%></pre>
|
16
|
+
<%
|
17
|
+
else
|
18
|
+
%>
|
19
|
+
<form method="post" action="?choice=dosave">
|
20
|
+
<%
|
21
|
+
ckeditor = CKEditor.new
|
22
|
+
print ckeditor.editor("text_test", "<b>Test content</b>")
|
23
|
+
%>
|
24
|
+
</form>
|
25
|
+
<%
|
26
|
+
end
|
27
|
+
%>
|
28
|
+
</body>
|
29
|
+
</html>
|
@@ -0,0 +1,38 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
Dir.chdir(File.dirname(__FILE__))
|
4
|
+
path = File.realpath(File.dirname(__FILE__))
|
5
|
+
path_db = "#{path}/knjappserver_db.sqlite3"
|
6
|
+
|
7
|
+
require "rubygems"
|
8
|
+
require "knjrbfw"
|
9
|
+
require "knjappserver"
|
10
|
+
|
11
|
+
require "knj/autoload"
|
12
|
+
|
13
|
+
require "../lib/ckeditor4ruby.rb"
|
14
|
+
|
15
|
+
db = Knj::Db.new(
|
16
|
+
:type => "sqlite3",
|
17
|
+
:path => path_db,
|
18
|
+
:return_keys => "symbols",
|
19
|
+
:index_append_table_name => true
|
20
|
+
)
|
21
|
+
|
22
|
+
begin
|
23
|
+
appsrv = Knjappserver.new(
|
24
|
+
:port => 8085,
|
25
|
+
:doc_root => File.realpath(File.dirname(__FILE__)),
|
26
|
+
:title => "ckeditor4ruby_dev",
|
27
|
+
:db => db,
|
28
|
+
:dbrev => true,
|
29
|
+
:debug => false,
|
30
|
+
:knjrbfw_path => "#{Knj.knjrbfw_path}/../"
|
31
|
+
)
|
32
|
+
appsrv.start
|
33
|
+
|
34
|
+
print "Development webserver started on port 8085. Insert URL into browser: http://localhost:8085\n"
|
35
|
+
appsrv.join
|
36
|
+
ensure
|
37
|
+
File.unlink(path_db) if File.exists?(path_db)
|
38
|
+
end
|
@@ -0,0 +1 @@
|
|
1
|
+
require "#{File.dirname(__FILE__)}/../ckeditor/ckeditor.rb"
|
data/spec/spec_helper.rb
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
2
|
+
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
3
|
+
require 'rspec'
|
4
|
+
require 'ckeditor4ruby'
|
5
|
+
|
6
|
+
# Requires supporting files with custom matchers and macros, etc,
|
7
|
+
# in ./support/ and its subdirectories.
|
8
|
+
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
|
9
|
+
|
10
|
+
RSpec.configure do |config|
|
11
|
+
|
12
|
+
end
|
metadata
ADDED
@@ -0,0 +1,374 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: ckeditor4ruby
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease:
|
5
|
+
version: 0.0.1
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Kasper Johansen
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
|
13
|
+
date: 2012-07-19 00:00:00 +02:00
|
14
|
+
default_executable:
|
15
|
+
dependencies:
|
16
|
+
- !ruby/object:Gem::Dependency
|
17
|
+
name: knjrbfw
|
18
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
19
|
+
none: false
|
20
|
+
requirements:
|
21
|
+
- - ">="
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: "0"
|
24
|
+
type: :runtime
|
25
|
+
prerelease: false
|
26
|
+
version_requirements: *id001
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rspec
|
29
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
30
|
+
none: false
|
31
|
+
requirements:
|
32
|
+
- - ~>
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: 2.8.0
|
35
|
+
type: :development
|
36
|
+
prerelease: false
|
37
|
+
version_requirements: *id002
|
38
|
+
- !ruby/object:Gem::Dependency
|
39
|
+
name: rdoc
|
40
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ~>
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: "3.12"
|
46
|
+
type: :development
|
47
|
+
prerelease: false
|
48
|
+
version_requirements: *id003
|
49
|
+
- !ruby/object:Gem::Dependency
|
50
|
+
name: bundler
|
51
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
52
|
+
none: false
|
53
|
+
requirements:
|
54
|
+
- - ">="
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: 1.0.0
|
57
|
+
type: :development
|
58
|
+
prerelease: false
|
59
|
+
version_requirements: *id004
|
60
|
+
- !ruby/object:Gem::Dependency
|
61
|
+
name: jeweler
|
62
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
63
|
+
none: false
|
64
|
+
requirements:
|
65
|
+
- - ~>
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: 1.8.3
|
68
|
+
type: :development
|
69
|
+
prerelease: false
|
70
|
+
version_requirements: *id005
|
71
|
+
- !ruby/object:Gem::Dependency
|
72
|
+
name: knjappserver
|
73
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
74
|
+
none: false
|
75
|
+
requirements:
|
76
|
+
- - ">="
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
version: "0"
|
79
|
+
type: :development
|
80
|
+
prerelease: false
|
81
|
+
version_requirements: *id006
|
82
|
+
- !ruby/object:Gem::Dependency
|
83
|
+
name: sqlite3
|
84
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
85
|
+
none: false
|
86
|
+
requirements:
|
87
|
+
- - ">="
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: "0"
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: *id007
|
93
|
+
description: CKEditor-port for Ruby.
|
94
|
+
email: k@spernj.org
|
95
|
+
executables: []
|
96
|
+
|
97
|
+
extensions: []
|
98
|
+
|
99
|
+
extra_rdoc_files:
|
100
|
+
- LICENSE.txt
|
101
|
+
- README.rdoc
|
102
|
+
files:
|
103
|
+
- .document
|
104
|
+
- .rspec
|
105
|
+
- Gemfile
|
106
|
+
- Gemfile.lock
|
107
|
+
- LICENSE.txt
|
108
|
+
- README.rdoc
|
109
|
+
- Rakefile
|
110
|
+
- VERSION
|
111
|
+
- ckeditor/CHANGES.html
|
112
|
+
- ckeditor/INSTALL.html
|
113
|
+
- ckeditor/LICENSE.html
|
114
|
+
- ckeditor/adapters/jquery.js
|
115
|
+
- ckeditor/ckeditor.js
|
116
|
+
- ckeditor/ckeditor.pack
|
117
|
+
- ckeditor/ckeditor.rb
|
118
|
+
- ckeditor/ckeditor_basic.js
|
119
|
+
- ckeditor/ckeditor_basic_source.js
|
120
|
+
- ckeditor/ckeditor_source.js
|
121
|
+
- ckeditor/config.js
|
122
|
+
- ckeditor/contents.css
|
123
|
+
- ckeditor/images/spacer.gif
|
124
|
+
- ckeditor/lang/_languages.js
|
125
|
+
- ckeditor/lang/_translationstatus.txt
|
126
|
+
- ckeditor/lang/af.js
|
127
|
+
- ckeditor/lang/ar.js
|
128
|
+
- ckeditor/lang/bg.js
|
129
|
+
- ckeditor/lang/bn.js
|
130
|
+
- ckeditor/lang/bs.js
|
131
|
+
- ckeditor/lang/ca.js
|
132
|
+
- ckeditor/lang/cs.js
|
133
|
+
- ckeditor/lang/cy.js
|
134
|
+
- ckeditor/lang/da.js
|
135
|
+
- ckeditor/lang/de.js
|
136
|
+
- ckeditor/lang/el.js
|
137
|
+
- ckeditor/lang/en-au.js
|
138
|
+
- ckeditor/lang/en-ca.js
|
139
|
+
- ckeditor/lang/en-gb.js
|
140
|
+
- ckeditor/lang/en.js
|
141
|
+
- ckeditor/lang/eo.js
|
142
|
+
- ckeditor/lang/es.js
|
143
|
+
- ckeditor/lang/et.js
|
144
|
+
- ckeditor/lang/eu.js
|
145
|
+
- ckeditor/lang/fa.js
|
146
|
+
- ckeditor/lang/fi.js
|
147
|
+
- ckeditor/lang/fo.js
|
148
|
+
- ckeditor/lang/fr-ca.js
|
149
|
+
- ckeditor/lang/fr.js
|
150
|
+
- ckeditor/lang/gl.js
|
151
|
+
- ckeditor/lang/gu.js
|
152
|
+
- ckeditor/lang/he.js
|
153
|
+
- ckeditor/lang/hi.js
|
154
|
+
- ckeditor/lang/hr.js
|
155
|
+
- ckeditor/lang/hu.js
|
156
|
+
- ckeditor/lang/is.js
|
157
|
+
- ckeditor/lang/it.js
|
158
|
+
- ckeditor/lang/ja.js
|
159
|
+
- ckeditor/lang/ka.js
|
160
|
+
- ckeditor/lang/km.js
|
161
|
+
- ckeditor/lang/ko.js
|
162
|
+
- ckeditor/lang/lt.js
|
163
|
+
- ckeditor/lang/lv.js
|
164
|
+
- ckeditor/lang/mn.js
|
165
|
+
- ckeditor/lang/ms.js
|
166
|
+
- ckeditor/lang/nb.js
|
167
|
+
- ckeditor/lang/nl.js
|
168
|
+
- ckeditor/lang/no.js
|
169
|
+
- ckeditor/lang/pl.js
|
170
|
+
- ckeditor/lang/pt-br.js
|
171
|
+
- ckeditor/lang/pt.js
|
172
|
+
- ckeditor/lang/ro.js
|
173
|
+
- ckeditor/lang/ru.js
|
174
|
+
- ckeditor/lang/sk.js
|
175
|
+
- ckeditor/lang/sl.js
|
176
|
+
- ckeditor/lang/sr-latn.js
|
177
|
+
- ckeditor/lang/sr.js
|
178
|
+
- ckeditor/lang/sv.js
|
179
|
+
- ckeditor/lang/th.js
|
180
|
+
- ckeditor/lang/tr.js
|
181
|
+
- ckeditor/lang/uk.js
|
182
|
+
- ckeditor/lang/vi.js
|
183
|
+
- ckeditor/lang/zh-cn.js
|
184
|
+
- ckeditor/lang/zh.js
|
185
|
+
- ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
|
186
|
+
- ckeditor/plugins/a11yhelp/lang/en.js
|
187
|
+
- ckeditor/plugins/a11yhelp/lang/he.js
|
188
|
+
- ckeditor/plugins/about/dialogs/about.js
|
189
|
+
- ckeditor/plugins/about/dialogs/logo_ckeditor.png
|
190
|
+
- ckeditor/plugins/adobeair/plugin.js
|
191
|
+
- ckeditor/plugins/ajax/plugin.js
|
192
|
+
- ckeditor/plugins/autogrow/plugin.js
|
193
|
+
- ckeditor/plugins/bbcode/plugin.js
|
194
|
+
- ckeditor/plugins/clipboard/dialogs/paste.js
|
195
|
+
- ckeditor/plugins/colordialog/dialogs/colordialog.js
|
196
|
+
- ckeditor/plugins/devtools/lang/en.js
|
197
|
+
- ckeditor/plugins/devtools/plugin.js
|
198
|
+
- ckeditor/plugins/dialog/dialogDefinition.js
|
199
|
+
- ckeditor/plugins/div/dialogs/div.js
|
200
|
+
- ckeditor/plugins/docprops/dialogs/docprops.js
|
201
|
+
- ckeditor/plugins/docprops/plugin.js
|
202
|
+
- ckeditor/plugins/find/dialogs/find.js
|
203
|
+
- ckeditor/plugins/flash/dialogs/flash.js
|
204
|
+
- ckeditor/plugins/flash/images/placeholder.png
|
205
|
+
- ckeditor/plugins/forms/dialogs/button.js
|
206
|
+
- ckeditor/plugins/forms/dialogs/checkbox.js
|
207
|
+
- ckeditor/plugins/forms/dialogs/form.js
|
208
|
+
- ckeditor/plugins/forms/dialogs/hiddenfield.js
|
209
|
+
- ckeditor/plugins/forms/dialogs/radio.js
|
210
|
+
- ckeditor/plugins/forms/dialogs/select.js
|
211
|
+
- ckeditor/plugins/forms/dialogs/textarea.js
|
212
|
+
- ckeditor/plugins/forms/dialogs/textfield.js
|
213
|
+
- ckeditor/plugins/forms/images/hiddenfield.gif
|
214
|
+
- ckeditor/plugins/iframe/dialogs/iframe.js
|
215
|
+
- ckeditor/plugins/iframe/images/placeholder.png
|
216
|
+
- ckeditor/plugins/iframedialog/plugin.js
|
217
|
+
- ckeditor/plugins/image/dialogs/image.js
|
218
|
+
- ckeditor/plugins/link/dialogs/anchor.js
|
219
|
+
- ckeditor/plugins/link/dialogs/link.js
|
220
|
+
- ckeditor/plugins/link/images/anchor.gif
|
221
|
+
- ckeditor/plugins/liststyle/dialogs/liststyle.js
|
222
|
+
- ckeditor/plugins/pagebreak/images/pagebreak.gif
|
223
|
+
- ckeditor/plugins/pastefromword/filter/default.js
|
224
|
+
- ckeditor/plugins/pastetext/dialogs/pastetext.js
|
225
|
+
- ckeditor/plugins/placeholder/dialogs/placeholder.js
|
226
|
+
- ckeditor/plugins/placeholder/lang/en.js
|
227
|
+
- ckeditor/plugins/placeholder/lang/he.js
|
228
|
+
- ckeditor/plugins/placeholder/placeholder.gif
|
229
|
+
- ckeditor/plugins/placeholder/plugin.js
|
230
|
+
- ckeditor/plugins/scayt/dialogs/options.js
|
231
|
+
- ckeditor/plugins/scayt/dialogs/toolbar.css
|
232
|
+
- ckeditor/plugins/showblocks/images/block_address.png
|
233
|
+
- ckeditor/plugins/showblocks/images/block_blockquote.png
|
234
|
+
- ckeditor/plugins/showblocks/images/block_div.png
|
235
|
+
- ckeditor/plugins/showblocks/images/block_h1.png
|
236
|
+
- ckeditor/plugins/showblocks/images/block_h2.png
|
237
|
+
- ckeditor/plugins/showblocks/images/block_h3.png
|
238
|
+
- ckeditor/plugins/showblocks/images/block_h4.png
|
239
|
+
- ckeditor/plugins/showblocks/images/block_h5.png
|
240
|
+
- ckeditor/plugins/showblocks/images/block_h6.png
|
241
|
+
- ckeditor/plugins/showblocks/images/block_p.png
|
242
|
+
- ckeditor/plugins/showblocks/images/block_pre.png
|
243
|
+
- ckeditor/plugins/smiley/dialogs/smiley.js
|
244
|
+
- ckeditor/plugins/smiley/images/angel_smile.gif
|
245
|
+
- ckeditor/plugins/smiley/images/angry_smile.gif
|
246
|
+
- ckeditor/plugins/smiley/images/broken_heart.gif
|
247
|
+
- ckeditor/plugins/smiley/images/confused_smile.gif
|
248
|
+
- ckeditor/plugins/smiley/images/cry_smile.gif
|
249
|
+
- ckeditor/plugins/smiley/images/devil_smile.gif
|
250
|
+
- ckeditor/plugins/smiley/images/embaressed_smile.gif
|
251
|
+
- ckeditor/plugins/smiley/images/envelope.gif
|
252
|
+
- ckeditor/plugins/smiley/images/heart.gif
|
253
|
+
- ckeditor/plugins/smiley/images/kiss.gif
|
254
|
+
- ckeditor/plugins/smiley/images/lightbulb.gif
|
255
|
+
- ckeditor/plugins/smiley/images/omg_smile.gif
|
256
|
+
- ckeditor/plugins/smiley/images/regular_smile.gif
|
257
|
+
- ckeditor/plugins/smiley/images/sad_smile.gif
|
258
|
+
- ckeditor/plugins/smiley/images/shades_smile.gif
|
259
|
+
- ckeditor/plugins/smiley/images/teeth_smile.gif
|
260
|
+
- ckeditor/plugins/smiley/images/thumbs_down.gif
|
261
|
+
- ckeditor/plugins/smiley/images/thumbs_up.gif
|
262
|
+
- ckeditor/plugins/smiley/images/tounge_smile.gif
|
263
|
+
- ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif
|
264
|
+
- ckeditor/plugins/smiley/images/wink_smile.gif
|
265
|
+
- ckeditor/plugins/specialchar/dialogs/specialchar.js
|
266
|
+
- ckeditor/plugins/specialchar/lang/en.js
|
267
|
+
- ckeditor/plugins/styles/styles/default.js
|
268
|
+
- ckeditor/plugins/stylesheetparser/plugin.js
|
269
|
+
- ckeditor/plugins/table/dialogs/table.js
|
270
|
+
- ckeditor/plugins/tableresize/plugin.js
|
271
|
+
- ckeditor/plugins/tabletools/dialogs/tableCell.js
|
272
|
+
- ckeditor/plugins/templates/dialogs/templates.js
|
273
|
+
- ckeditor/plugins/templates/templates/default.js
|
274
|
+
- ckeditor/plugins/templates/templates/images/template1.gif
|
275
|
+
- ckeditor/plugins/templates/templates/images/template2.gif
|
276
|
+
- ckeditor/plugins/templates/templates/images/template3.gif
|
277
|
+
- ckeditor/plugins/uicolor/dialogs/uicolor.js
|
278
|
+
- ckeditor/plugins/uicolor/lang/en.js
|
279
|
+
- ckeditor/plugins/uicolor/lang/he.js
|
280
|
+
- ckeditor/plugins/uicolor/plugin.js
|
281
|
+
- ckeditor/plugins/uicolor/uicolor.gif
|
282
|
+
- ckeditor/plugins/uicolor/yui/assets/hue_bg.png
|
283
|
+
- ckeditor/plugins/uicolor/yui/assets/hue_thumb.png
|
284
|
+
- ckeditor/plugins/uicolor/yui/assets/picker_mask.png
|
285
|
+
- ckeditor/plugins/uicolor/yui/assets/picker_thumb.png
|
286
|
+
- ckeditor/plugins/uicolor/yui/assets/yui.css
|
287
|
+
- ckeditor/plugins/uicolor/yui/yui.js
|
288
|
+
- ckeditor/plugins/wsc/dialogs/ciframe.html
|
289
|
+
- ckeditor/plugins/wsc/dialogs/tmpFrameset.html
|
290
|
+
- ckeditor/plugins/wsc/dialogs/wsc.css
|
291
|
+
- ckeditor/plugins/wsc/dialogs/wsc.js
|
292
|
+
- ckeditor/plugins/xml/plugin.js
|
293
|
+
- ckeditor/skins/kama/dialog.css
|
294
|
+
- ckeditor/skins/kama/editor.css
|
295
|
+
- ckeditor/skins/kama/icons.png
|
296
|
+
- ckeditor/skins/kama/icons_rtl.png
|
297
|
+
- ckeditor/skins/kama/images/dialog_sides.gif
|
298
|
+
- ckeditor/skins/kama/images/dialog_sides.png
|
299
|
+
- ckeditor/skins/kama/images/dialog_sides_rtl.png
|
300
|
+
- ckeditor/skins/kama/images/mini.gif
|
301
|
+
- ckeditor/skins/kama/images/noimage.png
|
302
|
+
- ckeditor/skins/kama/images/sprites.png
|
303
|
+
- ckeditor/skins/kama/images/sprites_ie6.png
|
304
|
+
- ckeditor/skins/kama/images/toolbar_start.gif
|
305
|
+
- ckeditor/skins/kama/skin.js
|
306
|
+
- ckeditor/skins/kama/templates.css
|
307
|
+
- ckeditor/skins/office2003/dialog.css
|
308
|
+
- ckeditor/skins/office2003/editor.css
|
309
|
+
- ckeditor/skins/office2003/icons.png
|
310
|
+
- ckeditor/skins/office2003/icons_rtl.png
|
311
|
+
- ckeditor/skins/office2003/images/dialog_sides.gif
|
312
|
+
- ckeditor/skins/office2003/images/dialog_sides.png
|
313
|
+
- ckeditor/skins/office2003/images/dialog_sides_rtl.png
|
314
|
+
- ckeditor/skins/office2003/images/mini.gif
|
315
|
+
- ckeditor/skins/office2003/images/noimage.png
|
316
|
+
- ckeditor/skins/office2003/images/sprites.png
|
317
|
+
- ckeditor/skins/office2003/images/sprites_ie6.png
|
318
|
+
- ckeditor/skins/office2003/skin.js
|
319
|
+
- ckeditor/skins/office2003/templates.css
|
320
|
+
- ckeditor/skins/v2/dialog.css
|
321
|
+
- ckeditor/skins/v2/editor.css
|
322
|
+
- ckeditor/skins/v2/icons.png
|
323
|
+
- ckeditor/skins/v2/icons_rtl.png
|
324
|
+
- ckeditor/skins/v2/images/dialog_sides.gif
|
325
|
+
- ckeditor/skins/v2/images/dialog_sides.png
|
326
|
+
- ckeditor/skins/v2/images/dialog_sides_rtl.png
|
327
|
+
- ckeditor/skins/v2/images/mini.gif
|
328
|
+
- ckeditor/skins/v2/images/noimage.png
|
329
|
+
- ckeditor/skins/v2/images/sprites.png
|
330
|
+
- ckeditor/skins/v2/images/sprites_ie6.png
|
331
|
+
- ckeditor/skins/v2/images/toolbar_start.gif
|
332
|
+
- ckeditor/skins/v2/skin.js
|
333
|
+
- ckeditor/skins/v2/templates.css
|
334
|
+
- ckeditor/themes/default/theme.js
|
335
|
+
- ckeditor4ruby.gemspec
|
336
|
+
- dev/README
|
337
|
+
- dev/index.rhtml
|
338
|
+
- dev/knjappserver_start.rb
|
339
|
+
- lib/ckeditor4ruby.rb
|
340
|
+
- spec/ckeditor4ruby_spec.rb
|
341
|
+
- spec/spec_helper.rb
|
342
|
+
has_rdoc: true
|
343
|
+
homepage: http://github.com/kaspernj/ckeditor4ruby
|
344
|
+
licenses:
|
345
|
+
- MIT
|
346
|
+
post_install_message:
|
347
|
+
rdoc_options: []
|
348
|
+
|
349
|
+
require_paths:
|
350
|
+
- lib
|
351
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
352
|
+
none: false
|
353
|
+
requirements:
|
354
|
+
- - ">="
|
355
|
+
- !ruby/object:Gem::Version
|
356
|
+
hash: 2717179295156945100
|
357
|
+
segments:
|
358
|
+
- 0
|
359
|
+
version: "0"
|
360
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
361
|
+
none: false
|
362
|
+
requirements:
|
363
|
+
- - ">="
|
364
|
+
- !ruby/object:Gem::Version
|
365
|
+
version: "0"
|
366
|
+
requirements: []
|
367
|
+
|
368
|
+
rubyforge_project:
|
369
|
+
rubygems_version: 1.6.2
|
370
|
+
signing_key:
|
371
|
+
specification_version: 3
|
372
|
+
summary: CKEditor-port for Ruby.
|
373
|
+
test_files: []
|
374
|
+
|