# HG changeset patch # User Paul Issott # Date 1391275744 0 # Node ID ea608c745b41e4458e143f710425233fbef92a3a # Parent 854c4a8f0972752cd5f9d641919657c13db994b0 Tiny edits diff -r 854c4a8f0972 -r ea608c745b41 README --- a/README Sat Feb 01 01:28:51 2014 +0100 +++ b/README Sat Feb 01 17:29:04 2014 +0000 @@ -71,7 +71,7 @@ Mercurial integration --------------------- TinyCM can be integrated smoothly with Mercurial, each new document and edit -will be committed. You must first edit you config.cgi configuration to +will be committed. You must first edit your config.cgi configuration to enable Hg with HG="yes" then login to your TinyCM, follow the link to init the repo or do it manually: cd content && hg init && hg add && hg commit -m "Message" diff -r 854c4a8f0972 -r ea608c745b41 index.cgi --- a/index.cgi Sat Feb 01 01:28:51 2014 +0100 +++ b/index.cgi Sat Feb 01 17:29:04 2014 +0000 @@ -200,7 +200,7 @@

$(gettext "Login")

-$(gettext "No account yet or trouble with you account? Please send +$(gettext "No account yet or trouble with your account? Please send a request to $ADMIN_MAIL with your real name, user name, mail and password.") $(online_signup)
@@ -268,7 +268,7 @@ # Display user public profile. public_people() { echo "" - # Display personnal user profile + # Display personal user profile if [ -f "$PEOPLE/$USER/profile.txt" ]; then cat $PEOPLE/$USER/profile.txt | wiki_parser fi diff -r 854c4a8f0972 -r ea608c745b41 plugins/keygen/keygen.conf --- a/plugins/keygen/keygen.conf Sat Feb 01 01:28:51 2014 +0100 +++ b/plugins/keygen/keygen.conf Sat Feb 01 17:29:04 2014 +0000 @@ -4,7 +4,7 @@ SHORT_DESC="Secure key and password generator" MAINTAINER="devel@slitaz.org" -# This is public service or local tool. +# This is a public service or local tool. # Example url to add in a HTML template: http://site/index.cgi?keygen DASHBOARD_TOOLS="${DASHBOARD_TOOLS} Key gen"