Menu

Tree [r398] / trunk /
 History

HTTPS access


File Date Author Commit
 cgi-bin 2010-03-18 tsdogs [r377] version 0.5 modifications
 data 2009-06-16 tsdogs [r328] ignore local files
 lib 2010-03-18 tsdogs [r370] version 0.5 modifications
 locale 2009-08-29 tsdogs [r348] Add index.html for control to directory listing.
 plugins 2010-03-18 tsdogs [r372] version 0.5 modifications
 sql 2010-03-22 tsdogs [r380] fix localhost (on some hosts 127.0.1.1 is used ...
 templates 2012-01-31 tsdogs [r398] typo fix. thanks to gmartin
 www 2011-09-09 tsdogs [r396] fix script injection BUG: 3406693
 CHANGELOG 2009-02-27 tsdogs [r265] preparing for 0.4 release
 INSTALL 2009-02-27 tsdogs [r265] preparing for 0.4 release
 LICENSE 2008-10-15 tsdogs [r5] Reorganization
 README 2011-02-28 tsdogs [r394] update copyright
 TODO 2010-03-18 tsdogs [r371] version 0.5 modifications
 index.php 2012-01-31 tsdogs [r397] 0.5alpha1

Read Me

NAME:

    OpenUpload - Share your big files over the internet service

VERSION: 0.4


AUTHORS:
OpenUpload (http://openupload.sf.net/)
  Copyright: 2008-2009 Open Upload Team
              Alessandro Briosi <tsdogs@briosix.org>
              Ryan Lelek <rlelek@users.sourceforge.net>

ADDITIONAL AUTHORS:
Smarty (http://www.smarty.net/):
  Copyright: 2001-2005 New Digital Group, Inc. (LGPL 2.1+)

Securimage (http://www.phpcaptcha.org) (Used by captcha plugin):
  Copyright: 2007 Drew Phillips  (LGPL 2.1+)

Crystal Project Icons (http://www.everaldo.com) (Used in default template)
  Copyright: Copyright (c)  2006-2007  Everaldo Coelho

BatMat (themat)
  French translation

DESCRIPTION:

    What is OpenUpload?

    It is a php web application to handle a files upload/download service.
    It aims to be customizable/extendible.
    It can be used inside enterprises for sharing files fast with customers.


INSTALLATION:
 
    See INSTALL file for details.


REPORTING BUGS / FEATURE REQUESTS / JOIN DEVELOPMENT:

    There is a mailing list which can be used to report bugs and feature requests.
    (see web site for detail)
    I'd really apreciate any feedback.
    The traker is also a good place to report bugs.
    Ho, and would really love to have somebody else work on the project.


TRANSLATIONS:

    Right now the program is only translated to Italian and French
    Translating isn't that hard (at least the default template)
    I have implemented 2 tranlsation modules, but there is a tool which converts from 
    one to the other (from gettext to php).
    Right now you can choose to translate with a php array, or use gettext tools (like poedit), to 
    translate the app to your language. Gettext tools are much easier to use.
    It's divided in 2 parts. 1 is for the application, and 1 is for the template.
    They are located in locale/* for the application and templates/default/locale for the 2nd.
    Once your translation is ready please send it to me or on the ML.


RESTRICTIONS:

    This program is released under the GPL license so be sure to follow it's restrictions.
    You are encoraged to keep the link and copyright notice, but not oblied to.
    So yes, you can remove the copyright notice. Don't replace it with yours though. :-)


COPYRIGHT:
  Copyright (c) 2011 Alessandro Briosi. All rights reserved.
  This software is released under the GNU General Public License.
  Please read the disclaimer at the top of the index.php file.
Auth0 Logo