# HG changeset patch # User Christophe Lincoln # Date 1330612737 -3600 # Node ID 787214427b62549328764868bfdc067bf4fe4535 # Parent caa148a15be5ce18b73db0914340d146b330db0b installer.cgi: Improve start page and add a button to execute Gparted diff -r caa148a15be5 -r 787214427b62 installer.cgi --- a/installer.cgi Thu Mar 01 15:19:35 2012 +0100 +++ b/installer.cgi Thu Mar 01 15:38:57 2012 +0100 @@ -2,9 +2,10 @@ # # Main CGI interface for Tazinst, the SliTaz installer. # -# Copyright (C) 2011 SliTaz GNU/Linux - BSD License +# Copyright (C) 2012 SliTaz GNU/Linux - BSD License # # Authors : Dominique Corbex +# Christophe Lincoln # VERSION=0.22 @@ -123,58 +124,50 @@ select_gparted() { cat < - -

$(gettext "About")

- - - $(gettext "Before installation, you may need to resize partitions -on your hard disk drive in order to make space for SliTaz GNU/Linux.") - - +
+

$(gettext "About")

+

+ $(gettext "Before installation, you may need to resize partitions + on your hard disk drive in order to make space for SliTaz GNU/Linux. + You can graphically manage your partions with Gparted") +

+
+Execute Gparted EOT } select_install() { cat < -
- - - - - - - - - - -

$(gettext "Install")

$(gettext "Install SliTaz on a partition of your hard disk drive. If +
+

$(gettext "Install")

+

+ $(gettext "Install SliTaz on a partition of your hard disk drive. If you decide to format your HDD, all data will be lost. If you do not format, all data except for any existing /home directory will be removed, - the home directory will be kept as is.")

$(gettext "Install SliTaz")
+ the home directory will be kept as is.") +

+ +

+$(gettext "Install SliTaz") EOT } select_upgrade() { cat < - -

$(gettext "Upgrade")

- - - $(gettext "Upgrade an already installed SliTaz system on your hard disk +
+

$(gettext "Upgrade")

+

+ $(gettext "Upgrade an already installed SliTaz system on your hard disk drive. Your /home /etc /var/www directories will be kept, all other directories will be removed. Any additional packages added to your old Slitaz system - will be updated as long you have an active internet connection.") - - - $(gettext "Upgrade SliTaz") - - -

+ will be updated as long you have an active internet connection.") +

+
+

+ $(gettext "Upgrade SliTaz") +

EOT }