tazbug rev 18

Tiny edits (again)
author Paul Issott <paul@slitaz.org>
date Tue Apr 03 23:03:41 2012 +0100 (2012-04-03)
parents 4e45eb4505eb
children 4fefc7ccf3f6
files README tazbug web/bugs.cgi
line diff
     1.1 --- a/README	Tue Apr 03 22:50:25 2012 +0100
     1.2 +++ b/README	Tue Apr 03 23:03:41 2012 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  are crypted with MD5 and also stored outside of the document root. Your ID key
     1.5  is the MD5 sum of your login, mail and password.
     1.6  
     1.7 -TazBug is simple to use, 2 types of status exists: OPEN and CLOSED and 2 priority
     1.8 +TazBug is simple to use, 2 types of status exist: OPEN and CLOSED and 2 priority
     1.9  levels are handled. Affected packages names can be added to the bug and the all
    1.10  bug configuration files can be edited.
    1.11  
    1.12 @@ -38,7 +38,7 @@
    1.13  Installation
    1.14  ------------
    1.15  TazBug should work on any SliTaz system and can be used as a Bug Tracker for
    1.16 -your project. You can grab last sources from SliTaz Mercurial repositories or
    1.17 +your project. You can grab latest sources from SliTaz Mercurial repositories or
    1.18  a release tarball from SliTaz mirrors. You need a web server with CGI support
    1.19  and SliTaz httphelper in /usr/lib/slitaz as well as Busybox HTTPd applet.
    1.20  
     2.1 --- a/tazbug	Tue Apr 03 22:50:25 2012 +0100
     2.2 +++ b/tazbug	Tue Apr 03 23:03:41 2012 +0100
     2.3 @@ -131,7 +131,7 @@
     2.4  		check_info_args
     2.5  		echo ""
     2.6  		echo "Sending account request for: $name ($user)"
     2.7 -		# 'gen_key user:mail:passwd' localy but don't send it. It will be
     2.8 +		# 'gen_key user:mail:passwd' locally but don't send it. It will be
     2.9  		# generated on server from the user login, mail and encryted password
    2.10  		# so it is not transmited in GET urls.
    2.11  		gen_config
     3.1 --- a/web/bugs.cgi	Tue Apr 03 22:50:25 2012 +0100
     3.2 +++ b/web/bugs.cgi	Tue Apr 03 23:03:41 2012 +0100
     3.3 @@ -109,7 +109,7 @@
     3.4  <h2>$(gettext "Login")</h2>
     3.5  
     3.6  <div id="account-info">
     3.7 -$(gettext "No account yet? Please signup using the SliTaz Bugs registration
     3.8 +$(gettext "No account yet? Please signup using the SliTaz Bugs reporter
     3.9  on your SliTaz system. <p>Tip: to attach big files or images, you can use
    3.10  SliTaz Paste services:") <a href="http://paste.slitaz.org/">paste.slitaz.org</a>
    3.11  </p>