Blame view

app/mihaildev/elfinder/assets/README.md 4 KB
bf807468   Alex Savenko   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
  elFinder
  ========
  
  <pre>
        _ ______ _           _           
       | |  ____(_)         | |          
    ___| | |__   _ _ __   __| | ___ _ __ 
   / _ \ |  __| | | '_ \ / _` |/ _ \ '__|
  |  __/ | |    | | | | | (_| |  __/ |   
   \___|_|_|    |_|_| |_|\__,_|\___|_|   
  </pre>
  
  elFinder is an open-source file manager for web, written in JavaScript using
  jQuery UI. Creation is inspired by simplicity and convenience of Finder program
  used in Mac OS X operating system.
  
  
  Features
  --------
  
   * All operations with files and folders on a remote server (copy, move,
     upload, create folder/file, rename, etc.)
   * High performance server beckend and light client UI
   * Multi-root support
   * Local file system, MySQL, FTP volume storage drivers
   * Background file upload with Drag & Drop HTML5 support
   * List and Icons view
   * Keyboard shortcuts
   * Standard methods of file/group selection using mouse or keyboard
   * Move/Copy files with Drag & Drop
   * Archives create/extract (zip, rar, 7z, tar, gzip, bzip2)
   * Rich context menu and toolbar
   * Quicklook, preview for common file types
   * Edit text files and images
   * "Places" for your favorites
   * Calculate directory sizes
   * Thumbnails for image files
   * Easy to integrate with web editors (elRTE, CKEditor, TinyMCE)
   * Flexible configuration of access rights, upload file types, user interface
     and other
   * Extensibility
   * Simple client-server API based on JSON
  
  
  Requirements
  ------------
  
  ### Client
   * Modern browser. elFinder was tested in Firefox 12, Internet Explorer 8+,
     Safari 6, Opera 12 and Chrome 19
  
  ### Server
   * Any web server
   * PHP 5.2+ (for thumbnails - mogrify utility or GD/Imagick module)
  
  
  3rd party connectors
  --------------------
   * [Python](https://github.com/Studio-42/elfinder-python)
   * [Django](https://github.com/mikery/django-elfinder)
   * [Ruby/Rails](https://github.com/phallstrom/el_finder)
   * [Java Servlet](https://github.com/Studio-42/elfinder-servlet)
  
  
  Support
  -------
  
   * [Homepage](http://elfinder.org)
   * [Wiki](https://github.com/Studio-42/elFinder/wiki)
   * [Issues](https://github.com/Studio-42/elFinder/issues)
   * [Forum](http://elfinder.org/forum/)
   * <dev@std42.ru>
  
  
  Authors
  -------
  
   * Chief developer: Dmitry "dio" Levashov <dio@std42.ru>
   * Maintainer: Troex Nevelin <troex@fury.scancode.ru>
   * Developers: Alexey Sukhotin <strogg@yandex.ru>, Naoki Sawada <hypweb@gmail.com>
   * Icons: [PixelMixer](http://pixelmixer.ru), [Yusuke Kamiyamane](http://p.yusukekamiyamane.com)
  
  We hope our tools will be helpful for you.
  
  
  License
  -------
  
  elFinder is issued under a 3-clauses BSD license.
  
  <pre>
  Copyright (c) 2009-2012, Studio 42
  All rights reserved.
  
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
      * Redistributions of source code must retain the above copyright
        notice, this list of conditions and the following disclaimer.
      * Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in the
        documentation and/or other materials provided with the distribution.
      * Neither the name of the Studio 42 Ltd. nor the
        names of its contributors may be used to endorse or promote products
        derived from this software without specific prior written permission.
  
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  DISCLAIMED. IN NO EVENT SHALL "STUDIO 42" BE LIABLE FOR ANY DIRECT, INDIRECT,
  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  </pre>