Wednesday, February 8, 2012

Galleria Photo Gallery

The current release is 1.2.6 and was published on December 12, 2011.

Download Galleria   (15kb gzipped and minified)

 



The MIT License

Galleria is released under the MIT license. The MIT is a permissive license, meaning that it permits reuse within proprietary software on the condition that the license is distributed with that software.
Premium themes

If the included themes does not fill your needs, we also have some great Premium themes available for purchase.

Browse all themes →
Download Galleria

The current release is 1.2.6 and was published on December 12, 2011.

Download Galleria 1.2.6 (15kb gzipped and minified)

What's Included?

Here's what you get when you download Galleria. All code in the free download is MIT licensed:

    ✓ Galleria core (minified & development)
    ✓ One free theme (Classic)
    ✓ Flickr Plugin
    ✓ Picasa Plugin
    ✓ History Plugin
    ✓ Demo file to get you started

Get started

After downloading, you can read up on how to get going using our beginners guide. There is also a Quick Start reference if you are a more experienced developer.

Included in the download is the classic theme and a demo of the theme. This HTML demo can be a pretty good way to try out Galleria without coding from scratch.
Browse Themes

If you are looking for pluggable themes that works out of the box, browse through our Premium Themes and see if there is something that fits your project. Installing them is a simple one-liner and they work on all platforms.
Customize

Galleria has a large number of options such as transition effects, cropping methods and interaction details that you can use to customize your gallery regardless of what theme you are using. Read through the options documentation for full coverage. In addition to the generic options, each theme has some theme-specific options. Read more in each theme documentation available in the docs.

For the more advanced developer, Galleria exposes an API that simplifies the process of advanced customizations or building your own theme. Read more in the Extending Galleria section and API methods
Problems?

Check out our Help / Support page for troubleshooting.
Development

We use Github for code hosting and you can get the latest development version at the Galleria Github Repository

You are very welcome to contribute to Galleria if you wish. In order to do this you have to install the GIT Version Control System, and you'll need a Github account.

git clone https://github.com/aino/galleria
(make your changes)
git commit -m "Good description of what your patch does"
git format-patch HEAD^

Be sure the your patch includes your full name and your valid email address. Git can be configured to do this like so:

git config --global user.email "john@doe.com"
git config --global user.name "John Doe"

No comments:

Post a Comment