balderapp.com
This commit is contained in:
parent
9bc02561fa
commit
3600547cd3
139
index.html
139
index.html
|
@ -1,80 +1,91 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
<title>Balder - Photo gallery in Ruby on Rails</title>
|
||||||
<title>espen/balder @ GitHub</title>
|
<link rel="stylesheet" href="css/balder.css" />
|
||||||
|
<link rel="stylesheet" href="colorbox/example1/colorbox.css" />
|
||||||
<style type="text/css">
|
<script src="javascript/jquery-1.3.2.min.js" type="text/javascript"></script>
|
||||||
body {
|
<script src="colorbox/colorbox/jquery.colorbox-min.js" type="text/javascript"></script>
|
||||||
margin-top: 1.0em;
|
<script src="javascript/balder.js" type="text/javascript"></script>
|
||||||
background-color: #60882a;
|
|
||||||
font-family: "Helvetica,Arial,FreeSans";
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
#container {
|
|
||||||
margin: 0 auto;
|
|
||||||
width: 700px;
|
|
||||||
}
|
|
||||||
h1 { font-size: 3.8em; color: #9f77d5; margin-bottom: 3px; }
|
|
||||||
h1 .small { font-size: 0.4em; }
|
|
||||||
h1 a { text-decoration: none }
|
|
||||||
h2 { font-size: 1.5em; color: #9f77d5; }
|
|
||||||
h3 { text-align: center; color: #9f77d5; }
|
|
||||||
a { color: #9f77d5; }
|
|
||||||
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
|
|
||||||
.download { float: right; }
|
|
||||||
pre { background: #000; color: #fff; padding: 15px;}
|
|
||||||
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
|
||||||
.footer { text-align:center; padding-top:30px; font-style: italic; }
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<a href="http://github.com/espen/balder"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
|
|
||||||
|
|
||||||
<div id="container">
|
<div id="container">
|
||||||
|
<h1>Balder - Photo gallery</h1>
|
||||||
|
|
||||||
<div class="download">
|
|
||||||
<a href="http://github.com/espen/balder/zipball/master">
|
|
||||||
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
|
|
||||||
<a href="http://github.com/espen/balder/tarball/master">
|
|
||||||
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h1><a href="http://github.com/espen/balder">balder</a>
|
|
||||||
<span class="small">by <a href="http://github.com/espen">espen</a></span></h1>
|
|
||||||
|
|
||||||
<div class="description">
|
|
||||||
Balder - Photo gallery
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h2>Authors</h2>
|
|
||||||
<p>Espen Antonsen (espen@inspired.no)
<br/>
<br/> </p>
|
|
||||||
<h2>Contact</h2>
|
|
||||||
<p>Espen Antonsen (espen@inspired.no)
<br/> </p>
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Download</h2>
|
|
||||||
<p>
|
<p>
|
||||||
You can download this project in either
|
<b>Balder is a photo gallery built in Ruby on Rails. It aims to minimalistically beautiful and simple to use.</b>
|
||||||
<a href="http://github.com/espen/balder/zipball/master">zip</a> or
|
<br/><br/>
|
||||||
<a href="http://github.com/espen/balder/tarball/master">tar</a> formats.
|
You can upload multiple photos in the web interface or bulk upload folders over FTP/SFTP to your server.
|
||||||
</p>
|
Image and thumbnail sizes are configurable and can be regenerated at any time.
|
||||||
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
|
Balder reads and writes EXIF/IPTC tags so you can easily take your photos with you to another application.
|
||||||
by running:
|
Photos can be browsed from collections, albums, tags or by location with the Google Maps integration.
|
||||||
<pre>$ git clone git://github.com/espen/balder</pre>
|
<br/><br/>
|
||||||
|
Balder is available <b>free</b> and the source can be downloaded from <a href="http://github.com/espen/balder">GitHub</a> or <a href="http://gitorious.org/balder">Gitorious</a>.
|
||||||
|
The code is released under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU General Public License v3</a>.
|
||||||
|
Please <a href="mailto:espen@inspired.no">contact me</a> if you require an alternative license (for a fee).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="footer">
|
<h3>Show me</h3>
|
||||||
get the source code on GitHub : <a href="http://github.com/espen/balder">espen/balder</a>
|
<p>I travelled for ten months last year. You can see some of the places and photos I visited in <a href="http://photos.inspired.no">my photo gallery</a>.</p>
|
||||||
</div>
|
<p>Whatever..just show me some screenshots. Sure:</p>
|
||||||
|
|
||||||
|
Public gallery:
|
||||||
|
<ul id="screenshots">
|
||||||
|
<li><a rel="screenshot" href="images/album.png" title="Album">Album</a></li>
|
||||||
|
<li><a rel="screenshot" href="images/collections.png" title="Collections">Collections</a></li>
|
||||||
|
<li><a rel="screenshot" href="images/photo.png" title="Display single photo">Single photo</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
Administration:
|
||||||
|
<ul id="screenshots">
|
||||||
|
<li><a rel="screenshot" href="images/album-add-to-collection.png" title="Add albums to collection">Add albums to collection</a></li>
|
||||||
|
<li><a rel="screenshot" href="images/upload_photos_progress.png" title="Upload multiple photos">Upload multiple photos with live progress</a></li>
|
||||||
|
<li><a rel="screenshot" href="images/edit_multiple.png" title="Edit multiple photos">Edit multiple photos</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>And you are?</h3>
|
||||||
|
<p>I am Espen Antonsen, the modern day <a href="#balder">balder</a>.
|
||||||
|
You seem to be the curious-type so go ahead and read more about me on <a href="http://inspired.no">my website</a>.</p>
|
||||||
|
|
||||||
|
<h2>Features</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Stores photos to disk in folders (or store on Amazon S3, Rackspace, Google Storage or Gridfs)</li>
|
||||||
|
<li>Create multiple thumbnails of custom sizes</li>
|
||||||
|
<li>Read and writes EXIF/IPTC title, description and keywords</li>
|
||||||
|
<li>Organize in albums (as events in iPhoto)</li>
|
||||||
|
<li>Combine albums in collections (as albums in iPhoto)</li>
|
||||||
|
<li>Upload multiple photos (even without Flash)</li>
|
||||||
|
<li>Tag photos. Can also tag albums (actually all photos in album is tagged)</li>
|
||||||
|
<li>User management with roles and permissions</li>
|
||||||
|
<li>Private mode (need to login)</li>
|
||||||
|
<li>Geo-location of albums & photos with Google Maps integration</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a href="https://github.com/espen/balder/issues?labels=Feature+request&sort=created&direction=desc&state=open&page=1">Upcoming features</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3 id="balder">Balder?</h3>
|
||||||
|
<p>Balder, or baldr which is the correct old norse spelling, was the <a href="http://en.wikipedia.org/wiki/Baldr">norse god of light and beauty</a>.</p>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<a href="http://github.com/espen/balder/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub" /></a>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||||
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
try {
|
||||||
|
var pageTracker = _gat._getTracker("UA-63732-12");
|
||||||
|
pageTracker._trackPageview();
|
||||||
|
} catch(err) {}
|
||||||
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue