gallery / gallery3

The simplest, most intuitive way to host your photos on your website.

This URL has Read+Write access

name age message
file .htaccess Wed Feb 04 16:29:32 -0800 2009 php_flag -> php_value, guard all with <IfModule... [bharat]
file LICENSE Wed Dec 17 09:10:08 -0800 2008 Put Gallery3 under GPLv2 [bharat]
file README Mon Feb 23 22:54:30 -0800 2009 Minor README update for alpha 2 [andyst]
directory core/ Mon Feb 23 22:10:40 -0800 2009 Fix i18n create table sql (forgot to change cor... [andyst]
file index.php Tue Jan 13 21:07:52 -0800 2009 Remove the redirect to the installer; if we don... [bharat]
directory installer/ Mon Feb 23 11:19:16 -0800 2009 A couple of references to media_rss that were o... [talmdal]
directory kohana/ Wed Jan 21 13:27:09 -0800 2009 Update Kohana to r3918 [bharat]
directory lib/ Sun Feb 22 16:44:50 -0800 2009 Added fix i18n todo item for cancel link [Chad Kieffer]
directory modules/ Mon Feb 23 21:54:19 -0800 2009 File structure style fixes [andyst]
directory themes/ Mon Feb 23 21:54:19 -0800 2009 File structure style fixes [andyst]
README
ABOUT:
Gallery 3 is a web based software product that lets you manage
your photos on your own website.  You must have your own website
with PHP and database support in order to install and use it.
With Gallery you can easily create and share albums of photos
via an intuitive interface.


SECURITY (& INTENDED AUDIENCE):
This is the second technology preview of Gallery 3.0 and as such
it is not intended to be installed on public websites yet.
Note:
 - The application has not undergone a professional security audit
   yet and may have serious security vulnerabilities.
 - A series of key features are yet to be added (e.g. a way to
   reset a forgotten password).
 - There is no guaranteed upgrade path yet. You might be forced to
   reinstall Gallery 3 to use the next public release.

The intended audience of this release are enthusiasts, designers
and module developers. This is the right time to do a test drive
with the improved user interface and to start developing feature
extensions and designing new themes.
Please send your feedback to gallery-devel@lists.sourceforge.net.


SUPPORTED CONFIGURATION:
 - Platform: Linux / Unix.
 - Web server: Apache 2.2 and newer.
 - PHP 5.2 and newer (PHP's safe_mode must be disabled).
 - Database: MySQL 5 and newer.


INSTALLATION VIA THE WEB:
- Point your web browser at gallery3/installer/ and follow the
  instructions.


INSTALLATION FROM THE COMMAND LINE:
- php installer/index.php [-h host] [-u user] [-p pass] [-d dbname]

 Command line parameters:
 -h     Database host          (default: localhost)
 -u     Database user          (default: root)
 -p     Database user password (default: )
 -d     Database name          (default: gallery3)


Questions, problems:
  - Check out the gallery3 FAQ http://codex.gallery2.org/Gallery3:FAQ
  - Email gallery-devel@lists.sourceforge.net