tinycm diff index.cgi @ rev 62

blog: use a config file, add archives and bunch of improvments
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 05 22:05:10 2014 +0100 (2014-02-05)
parents 8d24e0cbcdab
children 1293a00e2a72
line diff
     1.1 --- a/index.cgi	Fri Jan 31 00:48:32 2014 +0100
     1.2 +++ b/index.cgi	Wed Feb 05 22:05:10 2014 +0100
     1.3 @@ -200,7 +200,7 @@
     1.4  <h2>$(gettext "Login")</h2>
     1.5  
     1.6  <div id="account-info">
     1.7 -$(gettext "No account yet or trouble with you account? Please send
     1.8 +$(gettext "No account yet or trouble with your account? Please send
     1.9  a request to $ADMIN_MAIL with your real name, user name, mail and password.")
    1.10  $(online_signup)
    1.11  </div>
    1.12 @@ -268,7 +268,7 @@
    1.13  # Display user public profile.
    1.14  public_people() {
    1.15  	echo "</pre>"
    1.16 -	# Display personnal user profile
    1.17 +	# Display personal user profile
    1.18  	if [ -f "$PEOPLE/$USER/profile.txt" ]; then
    1.19  		cat $PEOPLE/$USER/profile.txt | wiki_parser
    1.20  	fi