Photo manager web app, written in rust.
Go to file
Rasmus Kaj f7ee3c9f49 Write compressed files only if smaller
When a static file is in a format that is compressed in itself (such
as a jpeg or png image), applying gzip or brotli compression will
actually make it larger.  In those cases, don't write the compressed
file ad all when running storestatics.
2018-02-10 14:37:17 +01:00
db Add original time to photos. 2015-12-22 18:22:21 +01:00
migrations Add basic attribution. 2017-02-11 22:24:35 +01:00
src Write compressed files only if smaller 2018-02-10 14:37:17 +01:00
templates Add maps to image lists. 2018-02-07 20:56:23 +01:00
.gitignore No secrets in git. 2016-07-17 14:16:41 +02:00
.travis.yml Use nightly distributed rustfmt-preview. 2018-01-25 21:20:15 +01:00
admin.js Add missing conditional. 2017-12-11 23:15:26 +01:00
Cargo.toml Postrelease. 2018-02-06 21:25:21 +01:00
photos.scss Improve javascript ux. 2017-12-25 16:43:06 +01:00
README.md Fix travis link in readme. 2017-05-12 16:43:22 +02:00
rustfmt.toml Remove some no-longer-supported fmt options. 2017-12-30 15:29:38 +01:00
ux.js Add maps to image lists. 2018-02-07 20:56:23 +01:00

rphotos

Toy web app in Rust language: manage my photos

Build Status

Some day it might be a usefull tool to manage a photo collection, but at this moment, it is mainly a test of developing a web application in rust, using the nickel framework.