Myblog

所属分类:Java编程
开发工具:Java
文件大小:33978KB
下载次数:1736
上传日期:2009-04-07 14:46:52
上 传 者wxyee
说明:  JSP的我的个人博客网站,界面很漂亮。有数据库文件,说配置文件说明,可以运行成功。
(JSP' s my personal blog website, the interface is very pretty. There is a database file that the configuration file that can run successfully.)

文件列表:
Myblog\myblog.sql (6886, 2007-06-02)
Myblog\myblog.war (17613749, 2007-06-02)
Myblog\配置说明.txt (216, 2007-06-02)
Myblog\myblog\.classpath (463, 2007-05-31)
Myblog\myblog\.project (851, 2007-05-31)
Myblog\myblog\WebContent\fckconfig.js (9615, 2007-06-02)
Myblog\myblog\WebContent\fckeditor.js (5562, 2007-06-02)
Myblog\myblog\WebContent\fckstyles.xml (1597, 2007-06-02)
Myblog\myblog\WebContent\fcktemplates.xml (2147, 2007-06-02)
Myblog\myblog\WebContent\newartaddok.jsp (1559, 2007-06-02)
Myblog\myblog\WebContent\regsucceed.jsp (514, 2007-06-02)
Myblog\myblog\WebContent\result.jsp (1131, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\.cvsignore (7, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\action-servlet.xml (5286, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\applicationContext.xml (7153, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\FCKeditor.tld (5600, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\interceptor-config.xml (1390, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\struts-bean.tld (8860, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\struts-config.xml (7218, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\struts-html.tld (67559, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\struts-logic.tld (14731, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\struts-nested.tld (65059, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\struts-tiles.tld (7842, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\urlrewrite.xml (2325, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\validation.xml (4640, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\validator-rules.xml (12260, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\web.xml (4782, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\template\skin0_index.ftl (17165, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\template\skin0_list.ftl (15841, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\template\skin0_read.ftl (19815, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\template\CVS\Entries (153, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\template\CVS\Repository (28, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\template\CVS\Root (46, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\lib\ant-1.6.3.jar (1033496, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\lib\ant-antlr-1.6.3.jar (5667, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\lib\ant-junit-1.6.3.jar (74237, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\lib\ant-launcher-1.6.3.jar (9180, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\lib\ant-swing-1.6.3.jar (6763, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\lib\antlr-2.7.5H3.jar (433164, 2007-06-02)
Myblog\myblog\WebContent\WEB-INF\lib\antlr.jar (388562, 2007-06-02)
... ...

PHP Connector for the FCKeditor v2 File Manager Written By Grant French, Sept 2004 grant@mcpuk.net - http://www.mcpuk.net FCK Editor - Written By Frederico Caldeira Knabben http://www.fckeditor.net Icons supplied for file types from everaldo - http://www.everaldo.com Permissions fix for upload.cgu and fix for thumbnail background colour by - Ben Lancaster (benlanc@ster.me.uk) !!PLEASE READ THROUGH THIS README *BEFORE* CRYING FOR HELP!! NOTES: ------ This software is provided as is with no guarantees or warranties what so ever. It has been proven to work under the following setups (many other should work):- PHP 4.3.x / Apache 1.3.x (FreeBSD/WinXP Pro/OpenBSD) PHP 5.x / Apache 2.x (Linux) Reported to work under IIS with minor alterations. (Manually define $_SERVER['DOCUMENT_ROOT'] and dont use the upload cgi) !!! if you specify the relative path of the connector in the fckconfig.js file you may experience some unusual behaviour mainly in firefox, like the resource list failing to refresh. To avoid this specify the absolute path of the connector. CONNECTOR CONFIGURATION ----------------------- /FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/config.php The config.php file contains most of the configuration options for the connector, the file is fully commented, so please take a look through it. Most commonly asked question: Can i put the userfiles outside the FCKeditor folder? The answer is yes, the folder containing all users files is setup be default to be /UserFiles this can be changed to anything you like, such as /userdata/editorfiles this is done by editing the $fckphp_config['UserFilesPath'] directive in the config.php file for the connector FILE & FOLDER SETUP: -------------------- 1. Create the user files folder (set in the config.php) NOTE: you no longer need to create the Image/File/Media/Flash folders if you are using the 'Authentication' option in the connector. If you are not using the 'Authentication' option then you must create the Image File Media and Flash folders in the user files folder. 2. The user files folder must all be chmodded to 0777 (a+wrx) Upload Progress (Optional) - Rather Buggy ----------------------------------------- You may move the filemanager/browser/default/connectors/php/Commands/helpers/upload.cgi , filemanager/browser/default/connectors/php/Commands/helpers/progress.cgi and filemanager/browser/default/connectors/php/Commands/helpers/header.cgi to you cgi-bin folder or set the settings on the folder to allow these to be executed, check the first line in each of these files to check that the path to perl is correct for your setup. Open the header.cgi file, check and modify settings as required. If you have moved these files adjust the path to them in the fckconfig lines as specified above and the path the progress.cgi in the config.php file (see below) FINAL NOTE: ----------- 1. Limited support will be provided by email as and when i have time. 2. If you have any ideas share them either by mailing me or in the forum for the fckeditor (http://sf.net/projects/fckeditor/forums) 3. Enjoy LICENSE: -------- LGPL - Lesser General Public License (see LICENSE.txt file)

近期下载者

相关文件


收藏者