[go: up one dir, main page]

Menu

Tree [r32] / trunk /
 History

HTTPS access


File Date Author Commit
 ftp_cache 2010-04-07 veghead [r2] Initial import
 graphics 2010-04-07 veghead [r5] Remove more short tags. Remove brain lesions
 lang 2010-04-07 veghead [r2] Initial import
 ChangeLog 2010-07-21 veghead [r28] Update Changelog
 INSTALL 2010-06-03 veghead [r22] Add thanks
 README 2010-06-03 veghead [r23] Bump version number to 1.3.0. Remove updateconf...
 TODO 2010-06-03 veghead [r23] Bump version number to 1.3.0. Remove updateconf...
 check.php 2010-09-05 veghead [r30] First attempt at progress update.
 chmod.php 2010-04-08 veghead [r8] Add vfs superclass.
 config-core.php 2010-09-05 veghead [r30] First attempt at progress update.
 config-dist.php 2010-04-13 veghead [r13] Fix login error reporting. Run check.php as par...
 dl.php 2010-04-13 veghead [r13] Fix login error reporting. Run check.php as par...
 footer-inc.php 2010-04-08 veghead [r7] HTML5ize
 functions-inc.php 2011-02-04 veghead [r32] Next attempt at progress bar
 header-inc.php 2010-09-05 veghead [r30] First attempt at progress update.
 index.php 2011-02-04 veghead [r32] Next attempt at progress bar
 jquery-1.4.2.min.js 2010-09-05 veghead [r30] First attempt at progress update.
 loginform-inc.php 2010-04-13 veghead [r13] Fix login error reporting. Run check.php as par...
 mime_mapping.php 2010-04-07 veghead [r5] Remove more short tags. Remove brain lesions
 oliver.css 2011-02-04 veghead [r32] Next attempt at progress bar
 progress.php 2010-09-05 veghead [r31] Improve aesthetics slightly
 session.php 2010-05-01 veghead [r21] Fix language selection. Do not display direct l...
 uploader.php 2011-02-04 veghead [r32] Next attempt at progress bar
 vfs-ftp.php 2010-04-30 veghead [r18] Fix for vsftpd directory list problem
 vfs.php 2010-07-21 veghead [r27] Fix download of files with sapces

Read Me

$Id$

Oliver v1.3.0
(formerly Webshare)
http://www.fatsquirrel.org/software/oliver/
Copyright Veghead <veg@fatsquirrel.org> 2003-2010
See file COPYING for licensing details

Oliver is a PHP front end to FTP. It is intended to allow people 
to access files, normally only available via FTP, using a web browser. 
Despite the existence of many similar projects, notably Gollem 
<http://horde.org/>, it was created to fulfill specific requirements:

* Small and Simple 
  This isn't trying to compete with powerful systems like Gollem. It is 
  really only intended to be a functional skeleton for end-users to use and
  customize. The code should be well commented and easy to understand.
* Javascript optional
  There are bits of javascript here, but they're all optional. A lot of
  effort has gone into avoiding javascript here - I wonder if it was worth
  it ? 
* Fast
  Speed is essential and considered more important than features. This is 
  supposed to be usable. If you want bells and whistles you're probably 
  in the wrong place.
* Secure as possible
  Don't laugh! OK the very essence of this concept is insecure, 
  however it should be as secure as possible in the circumstances. 
  Using Oliver instead of FTP should improve the security of your file store.

Webshare is still a fair way from achieving these goals at present but 
nonetheless usable and reasonably functional.
Webshare was originally based on FCG FTP CLIENT By Tiago Luz 
<tiago@spammer.com.br> and Gollem <http://www.horde.org/> however nearly 
all of the FCG code has been replaced.

An extraordinary amount of thanks are due to Richard Geoffrion for superhuman levels of patience, encouragement, support and QA.