The simplest, most intuitive way to host your photos on your website. https://galleryrevival.com
Go to file
2009-05-02 19:04:17 +00:00
core Forgot these when i created the make_album_cover method 2009-05-01 23:32:35 +00:00
installer Root album weight is now 1; Organize module is auto-activated; search_record has a key on item_id 2009-04-28 20:54:05 +00:00
kohana Updated to r807 2009-03-30 18:09:17 +00:00
lib Updated to jQuery 1.3.2, needs to be pushed upstream. 2009-05-01 05:11:09 +00:00
modules Remove extra whitespace. 2009-05-02 19:04:17 +00:00
themes Auto-hide the control toolbar so that it doesn't obscure the movie any longer than it has to. This resolves ticket #199. 2009-04-23 06:48:41 +00:00
.htaccess php_flag -> php_value, guard all with <IfModule mod_php5.c> 2009-02-05 00:29:32 +00:00
index.php Remove the redirect to the installer; if we don't have a var dir this results in an infinite redirect. Let's put this back in when the installer works. 2009-01-14 05:07:52 +00:00
LICENSE Put Gallery3 under GPLv2 2008-12-17 17:10:08 +00:00
README Added json and filter as requirements 2009-03-06 02:22:51 +00:00

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 and simplexml,
   filter, and json must be installed).
 - 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