FCKeditor - The text editor for Internet - http://www.fckeditor.net
Copyright (C) 2004-2009 Frederico Caldeira Knabben
Licensed under the terms of any of the following licenses at your
choice:
- GNU General Public License Version 2 or later (the "GPL")
http://www.gnu.org/licenses/gpl.html
(See Appendix A)
- GNU Lesser General Public License Version 2.1 or later (the "LGPL")
http://www.gnu.org/licenses/lgpl.html
(See Appendix B)
- Mozilla Public License Version 1.1 or later (the "MPL")
http://www.mozilla.org/MPL/MPL-1.1.html
(See Appendix C)
You are not required to, but if you want to explicitly declare the
license you have chosen to be bound to when using, reproducing,
modifying and distributing this software, just include a text file
titled "legal.txt" in your version of this software, indicating your
license choice. In any case, your choice will not restrict any
recipient of your version of this software to use, reproduce, modify
and distribute this software under any of the above licenses.
Appendix A: The GPL License
===========================
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not
没有合适的资源?快使用搜索试试~ 我知道了~
fckeditor2.6最新源码工程解决中文问题,
共700个文件
js:197个
gif:137个
html:74个
需积分: 0 6 下载量 192 浏览量
2009-09-11
17:01:06
上传
评论
收藏 1.55MB RAR 举报
温馨提示
集成了 1、fck最新的最新源代码2.5和最新的2.64的页面文件, 2、并修改了所有上传文件有关的中文乱码问题; 乱码解决是修改了server.xml: <Connector port="80" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" URIEncoding="utf-8"/> <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" URIEncoding="utf-8"/> 分别添加了 URIEncoding="utf-8",虽然不推荐修改系统环境server.xml,但能解决问题是根本,谁有空再研究怎么不改配置文件来解决中文问题 吧 3、添加了两个类 FckContextPathBuilder(用来控制上传的文件分组) FckUserAction(控制关于文件的权限操作) 关于fck的其他基础配置网上太多就不列了 把工程导进去直接能跑,不能跑弄死我
资源详情
资源评论
资源推荐
收起资源包目录
fckeditor2.6最新源码工程解决中文问题, (700个子文件)
sample02.afp 3KB
sample04.afp 3KB
sample03.afp 3KB
sampleposteddata.afp 2KB
sample01.afp 2KB
fck.afpa 25B
config.ascx 5KB
class_upload.asp 10KB
io.asp 8KB
commands.asp 6KB
config.asp 6KB
sample02.asp 3KB
sample04.asp 3KB
sample03.asp 3KB
connector.asp 2KB
sample01.asp 2KB
basexml.asp 2KB
upload.asp 2KB
sampleposteddata.asp 2KB
util.asp 1KB
connector.aspx 1KB
upload.aspx 1KB
package.bat 893B
run.bat 811B
image.cfc 46KB
ImageObject.cfc 12KB
cf5_upload.cfm 11KB
cf5_connector.cfm 11KB
cf_io.cfm 10KB
cf_commands.cfm 8KB
config.cfm 8KB
spellchecker.cfm 5KB
cf_util.cfm 4KB
sample02_mx.cfm 3KB
sample04_mx.cfm 3KB
sample02.cfm 3KB
sample03_mx.cfm 3KB
sample04.cfm 3KB
cf_basexml.cfm 3KB
cf_connector.cfm 3KB
sample03.cfm 3KB
cf_upload.cfm 2KB
sample01_mx.cfm 2KB
sampleposteddata.cfm 2KB
sample01.cfm 2KB
connector.cfm 1005B
upload.cfm 993B
sample02.cgi 5KB
sample04.cgi 5KB
sample03.cgi 4KB
connector.cgi 3KB
sample01.cgi 3KB
sampleposteddata.cgi 3KB
upload.cgi 2KB
Dispatcher.class 9KB
LocalizedMessages.class 8KB
GetResponse.class 8KB
FCKeditor.class 6KB
PropertiesLoader.class 5KB
AbstractLocalFileSystemConnector.class 5KB
ResourceType.class 5KB
UploadResponse.class 4KB
CheckTag.class 3KB
RequestCycleHandler.class 3KB
ExtensionsHandler.class 3KB
EditorTag.class 3KB
UtilsFile.class 3KB
ConnectorServlet.class 3KB
Command.class 3KB
ConnectorHandler.class 3KB
Context.class 2KB
ConfigTag.class 2KB
XHtmlTagTool.class 2KB
FCKeditorConfig.class 2KB
Utils.class 2KB
Compatibility.class 2KB
ContextConnector.class 2KB
ThreadLocalData.class 1KB
Connector.class 1KB
UtilsResponse.class 1KB
FckContextPathBuilder.class 1KB
JstlResolver.class 919B
AcceptLanguageHeaderResolver.class 898B
UserActionImpl.class 837B
ServerRootPathBuilder.class 790B
LocalConnector.class 782B
ContextPathBuilder.class 779B
DisabledUserAction.class 765B
EnabledUserAction.class 762B
FckUserAction.class 706B
InvalidNewFolderNameException.class 447B
InvalidCurrentFolderException.class 447B
FolderAlreadyExistsException.class 444B
WriteException.class 402B
ReadException.class 399B
UserAction.class 273B
UserPathBuilder.class 262B
LocaleResolver.class 222B
package-info.class 139B
package-info.class 137B
共 700 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7
lc0903
- 粉丝: 0
- 资源: 3
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于ESP32和AWS IoT Core的室内温湿度监测系统.zip
- (源码)基于Arduino的I2C协议交通灯模拟系统.zip
- coco.names 文件
- (源码)基于Spring Boot和Vue的房屋租赁管理系统.zip
- (源码)基于Android的饭店点菜系统.zip
- (源码)基于Android平台的权限管理系统.zip
- (源码)基于CC++和wxWidgets框架的LEGO模型火车控制系统.zip
- (源码)基于C语言的操作系统实验项目.zip
- (源码)基于C++的分布式设备配置文件管理系统.zip
- (源码)基于ESP8266和Arduino的HomeMatic水表读数系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0