source: trunk/admin/inc/ckeditor/filemanager/doc/README@ 239

Last change on this file since 239 was 239, checked in by luc, 9 years ago

Admin: correzione visulaizzazione immissione dati spoglio per Chrome e Safari - Aggiornamento dell'editor da FCKeditor a CKeditor , accessibili anche a Chrome e Safari.

  • Property svn:executable set to *
File size: 2.5 KB
Line 
1[===========================< KCFinder 2.51 >================================]
2[ ]
3[ Copyright 2010, 2011 KCFinder Project ]
4[ http://kcfinder.sunhater.com ]
5[ Pavel Tzonkov <pavelc@users.sourceforge.net> ]
6[ ]
7[============================================================================]
8
9
10I. DESCRIPTION
11
12 KCFinder free open-source alternative to the CKFinder Web file manager. It
13 can be integrated into FCKeditor, CKEditor, and TinyMCE WYSIWYG web
14 editors or your custom web applications to upload and manage images, flash
15 movies, and other files that can be embedded in an editor's generated HTML
16 content. Only PHP server-side scripting is supported.
17
18
19II. FEATURES
20
21 1. Ajax engine with JSON responses.
22
23 2. Easy to integrate and configure in web applications.
24
25 3. Clipboard for copy and move multiple files
26
27 4. Select multiple files with Ctrl key
28
29 5. Download multiple files or a folder as ZIP file
30
31 6. Resize bigger uploaded images. Configurable maximum image resolution.
32
33 7. Configurable thumbnail resolution.
34
35 8. Visual themes.
36
37 9. Multilanguage system.
38
39 10. Slideshow.
40
41 11. Multiple files upload (ala Facebook)
42
43 12. Drag and drop uploading
44
45
46III. REQUIREMENTS
47
48 1. Web server (only Apache 2 is well tested)
49
50 2. PHP 5.x.x. with GD extension. Safe mode should be disabled. To work
51 with client-side HTTP cache, the PHP must be installed as Apache
52 module.
53
54 3. PHP ZIP extension for multiple files download. If it's not available,
55 KCFinder will work but without this feature.
56
57 4. PHP Fileinfo extension if you want to check file's MIME type before
58 moving to upload directory. PHP versions lesser than 5.3 needs to
59 install Fileinfo PECL extension: http://pecl.php.net/package/Fileinfo
60
61 5. Modern browser (not IE6!).
62
63
64IV. INSTALLATION
65
66 See http://kcfinder.sunhater.com/install
67
68
69V. USED 3RD PARTY SOFTWARE
70
71 1. jQuery JavaScript library v1.4.2 - http://www.jquery.com
72
73 2. jQuery Right-Click Plugin v1.01 - http://abeautifulsite.net/notebook/68
74
75 3. jquery.event.drag Plugin v2.0.0 - http://threedubmedia.com/code/event/drag
76
77 4. In realization of "oxygen" theme were used icons and color schemes of
78 default KDE4 theme - http://www.kde.org
Note: See TracBrowser for help on using the repository browser.