# HG changeset patch # User Pascal Bellard # Date 1430058646 -7200 # Node ID 40ba6da12fce78e67fe29aa772d634e192456651 # Parent c23efdafb18d8f475240ae0fe980dc84f32201eb Update tazpanel.fr.html diff -r c23efdafb18d -r 40ba6da12fce Makefile --- a/Makefile Fri Apr 24 16:38:13 2015 +0300 +++ b/Makefile Sun Apr 26 16:30:46 2015 +0200 @@ -46,6 +46,7 @@ cp -a tazpanel $(DESTDIR)$(PREFIX)/bin -[ "$(VERSION)" ] && sed -i 's/^VERSION=[0-9].*/VERSION=$(VERSION)/' $(DESTDIR)$(PREFIX)/bin/tazpanel cp -a *.cgi lib/ styles/ doc/ README* $(DESTDIR)$(PANEL) + rm -f $(DESTDIR)$(PANEL)/test.cgi if [ -e $(DESTDIR)$(PANEL)/user ] ; then rm -rf $(DESTDIR)$(PANEL)/user; fi ln -s . $(DESTDIR)$(PANEL)/user cp -a po/mo/* $(DESTDIR)$(PREFIX)/share/locale diff -r c23efdafb18d -r 40ba6da12fce data/httpd.conf --- a/data/httpd.conf Fri Apr 24 16:38:13 2015 +0300 +++ b/data/httpd.conf Sun Apr 26 16:30:46 2015 +0200 @@ -9,7 +9,7 @@ H:/var/www/tazpanel # File to open by default I:index.cgi -# Require user "*", password "*" on URLs starting with "/" +# Require user "*", password "*" on URLs starting with "/user" /user:*:* # CGI interpreter path diff -r c23efdafb18d -r 40ba6da12fce doc/tazpanel.fr.html --- a/doc/tazpanel.fr.html Fri Apr 24 16:38:13 2015 +0300 +++ b/doc/tazpanel.fr.html Sun Apr 26 16:30:46 2015 +0200 @@ -5,20 +5,20 @@

- TazPanel is the SliTaz administration and settings center from where - you can control your entire system such as package management, adding - or removing users, creating Live systems and much more. Navigation - is done with the toolbar at the top of the application window and - in some cases with a submenu. + TazPanel est le centre d'administration et de réglage de SliTaz à + partir duquel vous pouvez contrôler tout le système comme la + gestion des paquets, l'ajout ou la suppression d'utilisateur, la + création de systèmes Live et bien plus encore. La navigation se fait + avec la barre de menu et eventuellement des sous menus.

- In most cases you will get a description and useful information with - the section concerned. TazPanel uses the latest HTML 5 and CSS 3 technology - to provide a clean and easy to use frontend for all administration tasks - you can do on SliTaz. TazPanel has also been coded from the beginning - with speed and qualility in mind and it also supports full - internationalization. + Le plus souvent vous obtiendrez une description et de l'information + utile dans la section concernée. TazPanel utilise les dernières + techologies HTML 5 et CSS 3 pour fournir un frontend clair et simple + à utiliser pour toutes les tâches d'administration de SliTaz. TazPanel + à été codé depuis le début pour être rapide et de qualité ; il + est entièrement internationalisable.

@@ -30,16 +30,18 @@

-

Get involve

+

S'impliquer

- If you want to help and get involved in SliTaz, TazPanel maybe for you! - We need help in translating, styling, documentation and coding. If - you need more information or want to publish a new graphical style, - you can go to the SliTaz Community - and post on the Devel forum or post an update with a PM to a SliTaz - contributor so that we can get in touch and include your work in TazPanel - or in an extra styles package. + Si vous voulez aider et vous impliquer dans SliTaz, TazPanel est fait + pour vous ! Nous avons besion d'aide pour la traduction, la mise en page, + la documentation et le codage. Si vous avez besion de plus d'information + ou vous voulez publier un nouveau style graphique, vous pouvez aller sur + la Communauté + SliTaz et poster sur le forum Devel ou poster une mise à jour avec le + gestionnaire de paquets à destination d'un contributeur SliTaz afin de + nous tenir au courant et inclure votre travail dans TazPanel ou dans un + paquet de styles supplémentaire.