From b1c73555aaf86b89762b85195dce5c2fe84a6621 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Bach Date: Mon, 24 Feb 2014 22:27:11 +0100 Subject: [PATCH] * typos --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 76cfe8a..07cb5e3 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ LUTIm's logo is an adaptation of [Lutin](http://commons.wikimedia.org/wiki/File: ![LUTIm's logo](http://lut.im/img/LUTIm_small.png) -##Dependancies -* Carton : Perl dependancies manager, it will get what you need, so don't bother for dependancies (but you can read the file `cpanfile` if you want). +##Dependencies +* Carton : Perl dependencies manager, it will get what you need, so don't bother for dependencies (but you can read the file `cpanfile` if you want). ```shell sudo cpan Carton @@ -45,12 +45,12 @@ vi lutim.conf * hypnotoad: listen to listen to, user and group which runs hypnotoad ; * contact: write something which make people able to contact you (contact form URL, email address, whatever) ; * secrets: an array of random string. Used by Mojolicious for encrypting session cookies. -* piwik\_img: the image Piwik provides you to have records of visits without javascript (better privacy than js and cookies) ; +* piwik\_img: the Piwik image provides you records of visits without javascript (better privacy than js and cookies) ; * length: length of the random string part of image's URL (default is 8) ; * provis\_step: LUTIm provisions random strings for image's URL per pack of `provis_step` (default is 5) ; * provisioning: number of random strings to provision (default is 100) ; * hosted\_by: if someone hosts your LUTIm instance, you can add some HTML (a logo for example) to make it appear on index page ; -* tweet\_card\_via: a twitter account which will appear on twitter cards ; +* tweet\_card\_via: a Twitter account which will appear on Twitter cards ; * max\_file\_size: well, this is explicit (default is 10Mio = 10485760 octets) ; * https: 1 if you want to provide secure images URLs (default is 0) ; * stats\_day\_num: when you generate statistics with `script/lutim cron stats`, you will have stats for the last `stats_day_num` days (default is 365) ; @@ -133,7 +133,7 @@ Set a string in the `broadcast_message` option of `lutim.conf` and reload the se carton exec hypnotoad script/lutim ``` -It may take a few reload of page before the message is displayed. +It may take a few reloads of page before the message is displayed. ##API You can add images by using the API. Here's the parameters of the `POST` request to `/` adress:. @@ -169,9 +169,9 @@ And restart Shutter if it was running. Of course, this plugin is configured for the official instance of LUTIm (), feel free to edit it for your own instance. ##Internationalization -LUTIm comes with english and french languages. It will choose the language to display from the browser's settings. +LUTIm comes with English and French languages. It will choose the language to display from the browser's settings. -If you want to add more languages, for example german: +If you want to add more languages, for example German: ```shell cd lib/I18N cp en.pm de.pm