Lutim
What Lutim means?
It means Let's Upload That Image.
What does it do?
It stores images and allows you to see them, download them or share them on social networks. From version 0.5, the gif images can be displayed as animated gifs in Twitter, but you need an HTTPS server (Twitter requires that. Lutim detects if you have a HTTPS server and displays a static image twitter card if you don't);
Images are indefinitely stored unless you request that they will be deleted at first view or after 24 hours / one week / one month / one year.
License
Lutim is licensed under the terms of the AGPL. See the LICENSE file.
Official instance
You can see it working at https://lut.im.
Logo
Lutim's logo is an adaptation of Lutin by Godo, licensed under the terms of the CC-BY-SA 3.0 license.
Wiki
The official wiki contains all you need to know about Lutim (installation, API, etc.). Go to https://framagit.org/luc/lutim/wikis/home or clone it:
git clone https://framagit.org/luc/lutim.wiki.git
Encryption
Lutim does encryption on the server if asked to, but does not store the key.
The encryption is done on the server since Lutim is made to be usable even without javascript. If you want to add client-side encryption for javascript-enabled browsers, patches are welcome.
Internationalization
Lutim comes with English, French and Spanish languages. It will choose the language to display from the browser's settings.
Authors
See AUTHORS.md file.
Contribute!
Please consider contributing, either by reporting issues or by helping the internationalization. And of course, code contribution are welcome!
The details on how to contribute are on the wiki.
Make a donation
You can make a donation to the author on Tipeee or on Liberapay.
Others projects dependencies
Lutim is written in Perl with the Mojolicious framework.
It uses:
- Twitter bootstrap framework to look not too ugly
- JQuery and JQuery File Uploader (slightly modified) to add some modernity
- Raphaƫl and morris.js for stats graphs
- freezeframe.js (slightly modified) to be able to freeze animated gifs in twitter card
- Moment.js for displaying real dates instead of unix timestamps.
- Fontello and the markdown font for the icons, licenses for the fontello icons fonts are in
public/font/LICENSE.txt
- Henny Penny font designed by Olga Umpeleva for Brownfox
- PhotoSwipe for the gallery
- JSZip for generating a zip containing all the images in the gallery
- FileSaver.js for saving the zip
- Toastify JS for notifications