Skip to content

Commit

Permalink
fixed project links
Browse files Browse the repository at this point in the history
  • Loading branch information
fyneworks committed Apr 16, 2020
1 parent ce1788d commit 4f63765
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions index.html
Expand Up @@ -471,7 +471,7 @@ <h2>Official Links</h2>

<h2>Credit</h2>
<ul>
<li>Fyneworks.com <a href="http://www.fyneworks.com/">professional web design</a> and <a href="http://www.fyneworks.com/">London SEO consultants</a></li>
<li>Fyneworks.com <a href="https://www.fyneworks.com/">professional web design</a> and <a href="https://www.fyneworks.com/">London SEO consultants</a></li>
<li><a target="_blank" href="http://keith-wood.name/">Keith Wood</a> - The brain behind v2.1</li>
<li>Dean Edwards - Author of <a target="_blank" href="http://dean.edwards.name/packer/">JS Packer</a> used to compress the plugin</li>
<li>Will Stuckey, Ritesh Agrawal and everyone else who worked in the previous versions of the plugin - I'm not so good with research...</li>
Expand Down Expand Up @@ -512,13 +512,13 @@ <h2>Attribute this work</h2>
<table cellspacing="5" width="100%">
<tr>
<td width="90" align="right">Attribution link:</td>
<td valign="top">&copy; <a href="http://www.fyneworks.com/">Fyneworks.com</a></td>
<td valign="top">&copy; <a href="https://www.fyneworks.com/">Fyneworks.com</a></td>
</tr>
<tr>
<td width="90" align="right">HTML Code:</td>
<td valign="top">
<input type="text" onFocus="this.select();" onClick="this.select()" readonly="" style="width:100%;"
value="&amp;copy; &lt;a href=&quot;http://www.fyneworks.com/&quot;&gt;Fyneworks.com&lt;/a&gt;"
value="&amp;copy; &lt;a href=&quot;https://www.fyneworks.com/&quot;&gt;Fyneworks.com&lt;/a&gt;"
/>
</td>
</tr>
Expand All @@ -530,7 +530,7 @@ <h2>License Info</h2>
<tr>
<td valign="middle">
<strong>Multiple File Upload Plugin</strong>
by <a href="http://www.fyneworks.com/">Fyneworks.com</a>
by <a href="https://www.fyneworks.com/">Fyneworks.com</a>
is licensed,
<a target="_blank" href="https://jquery.org/license">as jQuery is</a>,
under the
Expand All @@ -540,7 +540,7 @@ <h2>License Info</h2>
</tr>
<tr>
<td colspan="2">
<pre class="copyright">Copyright &copy; 2008 <a href="http://www.fyneworks.com/">Fyneworks.com</a>
<pre class="copyright">Copyright &copy; 2008 <a href="https://www.fyneworks.com/">Fyneworks.com</a>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down Expand Up @@ -641,10 +641,10 @@ <h2><a href="https://codepress.fyneworks.com/"><strong>Codepress Plugin</strong>
<table width="100%" cellspacing="10">
<tr>
<td valign="middle" width="400" align="left">
<a href="http://www.fyneworks.com/jquery/multiple-file-upload/">Multiple File Upload</a>,
<a href="http://www.fyneworks.com/jquery/star-rating/">Star Rating</a>,
<a href="http://www.fyneworks.com/jquery/CKEditor/">CKEditor</a>
<a href="http://www.fyneworks.com/jquery/xml-to-json/">XML to JSON</a>
<a href="https://multifile.fyneworks.com/">Multiple File Upload</a>,
<a href="https://star-rating.fyneworks.com/">Star Rating</a>,
<a href="https://ckeditor.fyneworks.com/">CKEditor</a>
<a href="https://xml-to-json.fyneworks.com/">XML to JSON</a>
</td>
<td valign="top" align="center">
[<a href="#">back to top</a>]
Expand All @@ -665,7 +665,7 @@ <h2><a href="https://codepress.fyneworks.com/"><strong>Codepress Plugin</strong>
<tr>
<td valign="top" width="400">
<strong>jQuery Plugins</strong>
by <a href="http://www.fyneworks.com/">Fyneworks.com</a>
by <a href="https://www.fyneworks.com/">Fyneworks.com</a>
<br/>
Licensed under the
<a target="_blank" href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a> and the
Expand Down
8 changes: 4 additions & 4 deletions jquery.CKEditor.js
@@ -1,10 +1,10 @@
/*
### jQuery CKEditor Plugin v2.0.4 - 2014-05-15 ###
* http://www.fyneworks.com/ - diego@fyneworks.com
* https://www.fyneworks.com/ - diego@fyneworks.com
* Licensed under http://en.wikipedia.org/wiki/MIT_License
###
Project: http://jquery.com/plugins/project/CKEditor/
Website: http://www.fyneworks.com/jquery/CKEditor/
Project: https://github.com/fyneworks/ckeditor
Website: https://ckeditor.fyneworks.com/
*/
/*
USAGE: $('textarea').ckeditor({ path:'/path/to/ckeditor/editor/' }); // initialize CKEditor
Expand Down Expand Up @@ -116,7 +116,7 @@ if (window.jQuery)(function ($) {
//----------------------------------------------------------------------------------------------------

// Legacy methods
// inspired by Sebastián Barrozo <sbarrozo@b-soft.com.ar>
// inspired by Sebasti�n Barrozo <sbarrozo@b-soft.com.ar>
getHTML: function (i, v) {
//console.log(['ckeditor.getHTML',arguments]);
if (typeof i == 'object'){
Expand Down
6 changes: 3 additions & 3 deletions jquery.CKEditor.pack.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f63765

Please sign in to comment.