tinycm rev 61

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Feb 01 17:29:04 2014 +0000 (2014-02-01)
parents 854c4a8f0972
children 03338ebb4d86
files README index.cgi plugins/keygen/keygen.conf
line diff
     1.1 --- a/README	Sat Feb 01 01:28:51 2014 +0100
     1.2 +++ b/README	Sat Feb 01 17:29:04 2014 +0000
     1.3 @@ -71,7 +71,7 @@
     1.4  Mercurial integration
     1.5  ---------------------
     1.6  TinyCM can be integrated smoothly with Mercurial, each new document and edit
     1.7 -will be committed. You must first edit you config.cgi configuration to 
     1.8 +will be committed. You must first edit your config.cgi configuration to 
     1.9  enable Hg with HG="yes" then login to your TinyCM, follow the link to init the
    1.10  repo or do it manually: cd content && hg init && hg add && hg commit -m "Message"
    1.11  
     2.1 --- a/index.cgi	Sat Feb 01 01:28:51 2014 +0100
     2.2 +++ b/index.cgi	Sat Feb 01 17:29:04 2014 +0000
     2.3 @@ -200,7 +200,7 @@
     2.4  <h2>$(gettext "Login")</h2>
     2.5  
     2.6  <div id="account-info">
     2.7 -$(gettext "No account yet or trouble with you account? Please send
     2.8 +$(gettext "No account yet or trouble with your account? Please send
     2.9  a request to $ADMIN_MAIL with your real name, user name, mail and password.")
    2.10  $(online_signup)
    2.11  </div>
    2.12 @@ -268,7 +268,7 @@
    2.13  # Display user public profile.
    2.14  public_people() {
    2.15  	echo "</pre>"
    2.16 -	# Display personnal user profile
    2.17 +	# Display personal user profile
    2.18  	if [ -f "$PEOPLE/$USER/profile.txt" ]; then
    2.19  		cat $PEOPLE/$USER/profile.txt | wiki_parser
    2.20  	fi
     3.1 --- a/plugins/keygen/keygen.conf	Sat Feb 01 01:28:51 2014 +0100
     3.2 +++ b/plugins/keygen/keygen.conf	Sat Feb 01 17:29:04 2014 +0000
     3.3 @@ -4,7 +4,7 @@
     3.4  SHORT_DESC="Secure key and password generator"
     3.5  MAINTAINER="devel@slitaz.org"
     3.6  
     3.7 -# This is public service or local tool.
     3.8 +# This is a public service or local tool.
     3.9  # Example url to add in a HTML template: http://site/index.cgi?keygen
    3.10  
    3.11  DASHBOARD_TOOLS="${DASHBOARD_TOOLS} <a href='?keygen'>Key gen</a>"