diff --git a/CHANGELOG b/CHANGELOG index 5ac6991..a628359 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,7 +13,7 @@ Revision history for Lutim - Autorotate images - Purge images from their EXIF tags (for more privacy) - Provide markdown syntax at upload for using lutim's hosted images - - Now using a wiki: makes README lighter (https://git.framasoft.org/luc/lutim/wikis/home) + - Now using a wiki: makes README lighter (https://framagit.org/luc/lutim/wikis/home) - Update twitter bootstrap - Add "Copy to clipboard" buttons to each link - Add "Copy all links" button diff --git a/README.md b/README.md index 1135f5b..a5c3604 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ 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 a HTTPS server (Twitter requires that. Lutim detects if you have a HTTPS server and displays an static image twitter card if you don't); +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 indefinitly stored unless you request that they will be deleted at first view or after 24 hours / one week / one month / one year. +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. @@ -21,7 +21,7 @@ Lutim's logo is an adaptation of [Lutin](http://commons.wikimedia.org/wiki/File: ## Wiki -The official wiki contains all what you need to know about Lutim (installation, API, etc). Go to or clone it: +The official wiki contains all you need to know about Lutim (installation, API, etc.). Go to or clone it: ``` git clone https://framagit.org/luc/lutim.wiki.git @@ -31,13 +31,12 @@ git clone https://framagit.org/luc/lutim.wiki.git Lutim does encryption on the server if asked to, but does not store the key. -The encryption is made 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. +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](AUTHORS.md) file. @@ -52,7 +51,7 @@ The details on how to contribute are on the [wiki](https://framagit.org/luc/luti You can make a donation to the author on [Tipeee](https://www.tipeee.com/fiat-tux) or on [Liberapay](https://liberapay.com/sky/). -## Others projects dependancies +## Others projects dependencies Lutim is written in Perl with the [Mojolicious](http://mojolicio.us) framework. diff --git a/lutim.conf.template b/lutim.conf.template index 79a637d..3d4fc47 100644 --- a/lutim.conf.template +++ b/lutim.conf.template @@ -65,7 +65,7 @@ #piwik_img => 'https://piwik.example.org/piwik.php?idsite=1&rec=1', # if you want to include something in the right of the screen, put it here - # here's an exemple to put the logo of your hoster + # here's an example to put the logo of your hoster # optional, no default #hosted_by => 'My super hoster Hoster logo', diff --git a/utilities/lutim.init b/utilities/lutim.init index 702544a..d13c56a 100755 --- a/utilities/lutim.init +++ b/utilities/lutim.init @@ -160,7 +160,7 @@ case "$1" in reload) log_daemon_msg "Reloading $NAME" do_start - sleep 1 + sleep 1 case "$?" in 0|1) log_progress_msg "done"