diff --git a/README.md b/README.md index ea3192d..2173e4b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ It means Let's Upload That Image. ## What does it do? -It stores images and allows you to see them or download them. +It stores images and allows you to see them, download them or use them in Twitter. Images are indefinitly stored unless you request that they will be deleted at first view or after 24 hours / one week / one month / one year. ## License @@ -263,6 +263,6 @@ There's just a few sentences, so it will be quick to translate. Please consider Lutim is written in Perl with the [Mojolicious](http://mojolicio.us) framework, uses the [Twitter bootstrap](http://getbootstrap.com) framework to look not too ugly, [JQuery](http://jquery.com) and [JQuery File Uploader](https://github.com/danielm/uploader/) (slightly modified) to add some modernity, [Raphaël](http://raphaeljs.com/) and [morris.js](http://www.oesmith.co.uk/morris.js/) for stats graphs. ## Contributors -* Luc Didry, aka Sky (), main developer +* Luc Didry, aka Sky (), main developer, [@framasky](https://twitter.com/framasky) * Jean-Bernard Marcon, aka Goofy () * Jean-Christophe Bach () diff --git a/lib/Lutim/I18N/en.pm b/lib/Lutim/I18N/en.pm index 208c5cf..ac37074 100644 --- a/lib/Lutim/I18N/en.pm +++ b/lib/Lutim/I18N/en.pm @@ -4,10 +4,10 @@ use Mojo::Base 'Lutim::I18N'; my $inf_body = <What is Lutim?

Lutim is a free (as in free beer) and anonymous image hosting service. It's also the name of the free (as in free speech) software which provides this service.

-

The images you post on Lutim can be stored indefinitely or be deleted at first view or after 24 hours.

+

The images you post on Lutim can be stored indefinitely or be deleted at first view or after a delay selected from those proposed.

How does it work?

-

Drag and drop an image in the appropriate area or use the traditional way to send files and Lutim will provide you two URLs. One to view the image, the other to directly download it.

-

You can, optionally, request that the image(s) posted on Lutim to be deleted at first view (or download) or after 24 hours.

+

Drag and drop an image in the appropriate area or use the traditional way to send files and Lutim will provide you three URLs. One to view the image, an other to directly download it an a last which you can use in Twitter.

+

You can, optionally, request that the image(s) posted on Lutim to be deleted at first view (or download) or after the delay selected from those proposed.

Is it really free (as in free beer)?

Yes, it is! On the other side, if you want to support the developer, you can do it via Flattr or with BitCoin.

Is it really anonymous?

diff --git a/lib/Lutim/I18N/fr.pm b/lib/Lutim/I18N/fr.pm index 1d78594..bc0a5eb 100644 --- a/lib/Lutim/I18N/fr.pm +++ b/lib/Lutim/I18N/fr.pm @@ -4,10 +4,10 @@ use Mojo::Base 'Lutim::I18N'; my $inf_body = <Qu’est-ce que Lutim ?

Lutim est un service gratuit et anonyme d’hébergement d’images. Il s’agit aussi du nom du logiciel (libre) qui fournit ce service.

-

Les images déposées sur Lutim peuvent être stockées indéfiniment, ou s’effacer dès le premier affichage ou au bout de 24h.

+

Les images déposées sur Lutim peuvent être stockées indéfiniment, ou s’effacer dès le premier affichage ou au bout du délai choisi parmi ceux proposés.

Comment ça marche ?

-

Faites glisser des images dans la zone prévue à cet effet ou sélectionnez un fichier de façon classique et Lutim vous fournira deux URLs en retour. Une pour afficher l’image, l’autre pour la télécharger directement.

-

Vous pouvez, de façon facultative, demander à ce que la ou les images déposées sur Lutim soient supprimées après leur premier affichage (ou téléchargement) ou au bout de 24 heures.

+

Faites glisser des images dans la zone prévue à cet effet ou sélectionnez un fichier de façon classique et Lutim vous fournira troie URLs en retour. Une pour afficher l’image, une autre pour la télécharger directement et une dernière utilisable sur Twitter.

+

Vous pouvez, de façon facultative, demander à ce que la ou les images déposées sur Lutim soient supprimées après leur premier affichage (ou téléchargement) ou au bout d'un délai choisi parmi ceux proposés.

C’est vraiment gratuit ?

Oui, ça l’est ! Par contre, si vous avez envie de soutenir le développeur, vous pouvez faire un microdon avec Flattr ou en BitCoin.

C’est vraiment anonyme ?