From 3600547cd3cfe8c12cf8b947dc9c809324e2b270 Mon Sep 17 00:00:00 2001 From: Espen Antonsen Date: Thu, 19 May 2011 20:27:45 +0800 Subject: [PATCH] balderapp.com --- .rvmrc | 1 + index.html | 141 +++++++++++++++++++++++++++++------------------------ 2 files changed, 77 insertions(+), 65 deletions(-) create mode 100644 .rvmrc diff --git a/.rvmrc b/.rvmrc new file mode 100644 index 0000000..f73d5d7 --- /dev/null +++ b/.rvmrc @@ -0,0 +1 @@ +rvm 1.9.2 diff --git a/index.html b/index.html index a82febe..d3da3d3 100644 --- a/index.html +++ b/index.html @@ -1,80 +1,91 @@ - + - + - - - espen/balder @ GitHub - - - + + Balder - Photo gallery in Ruby on Rails + + + + + - - Fork me on GitHub -
+
+

Balder - Photo gallery

-
- - - - -
+

+Balder is a photo gallery built in Ruby on Rails. It aims to minimalistically beautiful and simple to use. +

+You can upload multiple photos in the web interface or bulk upload folders over FTP/SFTP to your server. +Image and thumbnail sizes are configurable and can be regenerated at any time. +Balder reads and writes EXIF/IPTC tags so you can easily take your photos with you to another application. +Photos can be browsed from collections, albums, tags or by location with the Google Maps integration. +

+Balder is available free and the source can be downloaded from GitHub or Gitorious. +The code is released under the GNU General Public License v3. +Please contact me if you require an alternative license (for a fee). +

-

balder - by espen

+

Show me

+

I travelled for ten months last year. You can see some of the places and photos I visited in my photo gallery.

+

Whatever..just show me some screenshots. Sure:

+ +Public gallery: + -
- Balder - Photo gallery -
+Administration: + -

Authors

-

Espen Antonsen (espen@inspired.no)

-

Contact

-

Espen Antonsen (espen@inspired.no)

+

And you are?

+

I am Espen Antonsen, the modern day balder. +You seem to be the curious-type so go ahead and read more about me on my website.

+ +

Features

+
    +
  • Stores photos to disk in folders (or store on Amazon S3, Rackspace, Google Storage or Gridfs)
  • +
  • Create multiple thumbnails of custom sizes
  • +
  • Read and writes EXIF/IPTC title, description and keywords
  • +
  • Organize in albums (as events in iPhoto)
  • +
  • Combine albums in collections (as albums in iPhoto)
  • +
  • Upload multiple photos (even without Flash)
  • +
  • Tag photos. Can also tag albums (actually all photos in album is tagged)
  • +
  • User management with roles and permissions
  • +
  • Private mode (need to login)
  • +
  • Geo-location of albums & photos with Google Maps integration
  • +
+ +

+Upcoming features +

+ +

Balder?

+

Balder, or baldr which is the correct old norse spelling, was the norse god of light and beauty.

-

Download

-

- You can download this project in either - zip or - tar formats. -

-

You can also clone the project with Git - by running: -

$ git clone git://github.com/espen/balder
-

+
- +Fork me on GitHub -
+ + - - + \ No newline at end of file