# HG changeset patch # User Paul Issott # Date 1302109284 -3600 # Node ID 92ca357624a0139fc026cef493305ba9d87ce76b # Parent dff75f6bd7102b22650bad6c9581004100dd1bfd Tiny edits diff -r dff75f6bd710 -r 92ca357624a0 doc/lib/tpl/slitaz-orange/main.php --- a/doc/lib/tpl/slitaz-orange/main.php Wed Apr 06 02:35:46 2011 +0200 +++ b/doc/lib/tpl/slitaz-orange/main.php Wed Apr 06 18:01:24 2011 +0100 @@ -54,9 +54,9 @@ ?>
- The SliTaz Community Network let you connect with SliTaz - users and developpers, share eveything about SliTaz, - help others and get involve in the project. + The SliTaz Community Network lets you connect with SliTaz + users and developers, share ideas about SliTaz, + help others and get involved in the project.
.png diff -r dff75f6bd710 -r 92ca357624a0 forum/my-templates/slitaz/header.php --- a/forum/my-templates/slitaz/header.php Wed Apr 06 02:35:46 2011 +0200 +++ b/forum/my-templates/slitaz/header.php Wed Apr 06 18:01:24 2011 +0100 @@ -52,8 +52,8 @@
The SliTaz Forum is the place where you can get support, - ask any request about SliTaz, help others and get involve - in a community group. + ask any questions about SliTaz, make requests, help others + and get involved in a community group.

Old forum: vanilla.slitaz.org diff -r dff75f6bd710 -r 92ca357624a0 labs/offline/index.html --- a/labs/offline/index.html Wed Apr 06 02:35:46 2011 +0200 +++ b/labs/offline/index.html Wed Apr 06 18:01:24 2011 +0100 @@ -22,9 +22,9 @@

Offline labs

-SliTaz Labs are offline for a while now due to hight CPU usage by -Redmine/ruby, we tried many things but the problem occure and helped -Tank crash. We are working on an stable solution and will try to be +SliTaz Labs are offline for a while now due to high CPU usage by +Redmine/ruby, we have tried many things but a problem occured and helped +Tank to crash. We are working on a stable solution and will try to be online as soon as possible, please bear with us.

diff -r dff75f6bd710 -r 92ca357624a0 people/profile.php --- a/people/profile.php Wed Apr 06 02:35:46 2011 +0200 +++ b/people/profile.php Wed Apr 06 18:01:24 2011 +0100 @@ -2,7 +2,7 @@ // Your custom SliTaz profile at http://people.slitaz.org/. This file must // be located at ~/Public/profile.php. You must at least provide your real -// name and you can use the $wall variable for a personnal message. +// name and you can use the $wall variable for a personal message. $name = "Real Name"; $location = ""; diff -r dff75f6bd710 -r 92ca357624a0 tank/files/var/spool/cron/crontabs/root --- a/tank/files/var/spool/cron/crontabs/root Wed Apr 06 02:35:46 2011 +0200 +++ b/tank/files/var/spool/cron/crontabs/root Wed Apr 06 18:01:24 2011 +0100 @@ -4,7 +4,7 @@ # Backup MySQL databases 0 30 * * * /usr/bin/mybackup.sh -# rotate logs daily +# Rotate logs daily 0 1 * * * /usr/sbin/logrotate /etc/logrotate.conf # Update SliTaz stuff @@ -20,7 +20,7 @@ # Update system load graphics */5 * * * * /home/slitaz/www/tank/bin/makegraphs >/dev/null -# Backup (will be sync'ed by mirror) +# Backup (will be sync'd by mirror) 0 3 * * * /home/backups/tank/backup.sh # Send all sources to mirror diff -r dff75f6bd710 -r 92ca357624a0 tank/profile.php --- a/tank/profile.php Wed Apr 06 02:35:46 2011 +0200 +++ b/tank/profile.php Wed Apr 06 18:01:24 2011 +0100 @@ -2,7 +2,7 @@ // Your custom SliTaz profile at http://people.slitaz.org/. This file must // be located at ~/Public/profile.php. You must at least provide your real -// name and you can use the $wall variable for a personnal message. +// name and you can use the $wall variable for a personal message. $name = "Real Name"; $location = ""; diff -r dff75f6bd710 -r 92ca357624a0 tank/taztank --- a/tank/taztank Wed Apr 06 02:35:46 2011 +0200 +++ b/tank/taztank Wed Apr 06 18:01:24 2011 +0100 @@ -17,12 +17,12 @@ stats|-s Display some Tank stats backup|-b Backup files and MySQL DB chroot|-c Move a user into a new chroot location - up-www|-uw Update website http://www.slitaz.org/ - up-tank|-ut Update http://tank.slitaz.org/ - up-people|-up Update http://people.slitaz.org/ - up-boot|-ub Update http://boot.slitaz.org/ - up-stats|-us Update Awstats statistics (run by cron) - adduser|-au Add user on tank\n" + up-www|-uw Update website http://www.slitaz.org/ + up-tank|-ut Update http://tank.slitaz.org/ + up-people|-up Update http://people.slitaz.org/ + up-boot|-ub Update http://boot.slitaz.org/ + up-stats|-us Update Awstats statistics (run by cron) + adduser|-au Add user on tank\n" } case "$1" in @@ -137,7 +137,7 @@ echo -n "User name: " && read user fi if [ -d /home/$user ]; then - echo -e "User $user already exist...\n" && exit 1 + echo -e "User $user already exists...\n" && exit 1 fi echo "Adding user: $user" #adduser -s /bin/sh -g "SliTaz User" -G users -h /home/$user $user # for cooking @@ -153,9 +153,9 @@ Your Public directory URL is: http://people.slitaz.org/~$USER/ -Please complet your public profile in ~/Public/profile.php and feel free -to use the service for your needs, if any thing goes wrong or is missing -please express your self :-) +Please complete your public profile in ~/Public/profile.php and feel free +to use the service for your needs, if anything goes wrong or is missing +please express yourself :-) EOF # Public profile