diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-06 22:37:08 +0000 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-06 22:37:08 +0000 |
commit | fd8bbba2f02b8bccd69e67c326fd320c0827941d (patch) | |
tree | ade69986b2f99e113c95009736399966d4a3d511 /perl-install/diskdrake | |
parent | 368f416649ed34557702a946ec8c0cec2fd45294 (diff) | |
download | drakx-fd8bbba2f02b8bccd69e67c326fd320c0827941d.tar drakx-fd8bbba2f02b8bccd69e67c326fd320c0827941d.tar.gz drakx-fd8bbba2f02b8bccd69e67c326fd320c0827941d.tar.bz2 drakx-fd8bbba2f02b8bccd69e67c326fd320c0827941d.tar.xz drakx-fd8bbba2f02b8bccd69e67c326fd320c0827941d.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Mageia.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line
Add drakx structure on the SVN
------------------------------------------------------------------------
r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned advertising
------------------------------------------------------------------------
r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line
Import Clean perl-install
------------------------------------------------------------------------
r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line
Add cleaned files
------------------------------------------------------------------------
r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned kernel
------------------------------------------------------------------------
r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned tools
------------------------------------------------------------------------
r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line
Import stage1
------------------------------------------------------------------------
r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line
Import images
------------------------------------------------------------------------
r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines
readd missing file
------------------------------------------------------------------------
r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line
Import rescue
------------------------------------------------------------------------
r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines
import cleaned rescue for Mageia
------------------------------------------------------------------------
r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line
import (cleaned) doc
------------------------------------------------------------------------
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r-- | perl-install/diskdrake/dav.pm | 2 | ||||
-rw-r--r-- | perl-install/diskdrake/diskdrake.html | 139 | ||||
-rw-r--r-- | perl-install/diskdrake/hd_gtk.pm | 2 | ||||
-rw-r--r-- | perl-install/diskdrake/interactive.pm | 2 | ||||
-rw-r--r-- | perl-install/diskdrake/removable.pm | 2 | ||||
-rw-r--r-- | perl-install/diskdrake/resize_ext2.pm | 2 | ||||
-rw-r--r-- | perl-install/diskdrake/resize_ntfs.pm | 2 | ||||
-rw-r--r-- | perl-install/diskdrake/smbnfs_gtk.pm | 2 |
8 files changed, 7 insertions, 146 deletions
diff --git a/perl-install/diskdrake/dav.pm b/perl-install/diskdrake/dav.pm index 6a7ae8770..d236ba0f9 100644 --- a/perl-install/diskdrake/dav.pm +++ b/perl-install/diskdrake/dav.pm @@ -1,4 +1,4 @@ -package diskdrake::dav; # $Id$ +package diskdrake::dav; # $Id: dav.pm 259328 2009-08-17 12:57:51Z alefebvre $ use diagnostics; use strict; diff --git a/perl-install/diskdrake/diskdrake.html b/perl-install/diskdrake/diskdrake.html deleted file mode 100644 index cba732084..000000000 --- a/perl-install/diskdrake/diskdrake.html +++ /dev/null @@ -1,139 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> -<html> - <head> - <title>DiskDrake</title> - </head> - <body bgcolor="#ffffff"> - -<center> -<table width=80% border=0 cellpadding=10 cellspacing=10> -<tr> -<td bgcolor=#ffffff> - - <p> - <img src="images/diskdrake1-def.jpg" alt="diskdrake logo" width=400 height=100> - <p> - - <H2>I- What's it?</H2> - - The purpose of the DiskDrake project is to make easier the hard disk - partitionning. It is graphical, simple and powerful. The license is - the GPL (General Public License). - <BR> - Different skill levels will be available (newbie, advanced user, expert). - <BR> - It's written entirely in Perl and Perl/Gtk. It uses resize_fat which is - a perl rewrite of the work of Andrew Clausen (libresize). - <P> - DiskDrake is a project from Mandrakesoft, the company behind the popular - <a href="http://www.linux-mandrake.com">Linux-Mandrake</a> - operating-system. - <P> - A <A href="http://www.eatel.net/~john/diskdrake/faq.html">FAQ</A> is in construction. - - <H2>II - What's available now</H2> - - DiskDrake should be usable now... - - it can: - <UL> - <LI> create partitions - <LI> delete partitions - <LI> change type of partition - <LI> format partitions - <LI> assign a mount point (<IMG SRC="/images/updated.gif" ALT="updated"><SMALL>(21/07/99)</SMALL> propose a list - of classic mount points and verify the mount point is valid) - <LI> mount partitions - <LI> resize fat partitions - <LI> resize partitions (when not caring loosing its data) - <LI> clear partition table - <LI> auto allocation (usefull for install) - <LI> write fstab - </UL> - -with nice contextual menu (shortcuts available, but dangerous as all actions are -available, whereas with the contextual menu these actions are hidden. This will -change) - - <P><IMG SRC="/images/updated.gif" ALT="updated"><SMALL>(25/07/99)</SMALL> - A new Expert button appear now. It toggles between - expert and normal mode. Some changes in information displayed: - <UL> - <LI> when you click (or focus) the drive tab (eg: hda), you get - information about your drive: size, geometry - (cylinders/sectors/heads number), type (eg: IBM DDRS-39130D), and bus/id. - In normal mode you have only the size. - <LI> the windows drive letter (eg: C: D: ...) - <LI> the `start sector' information from normal mode, it still appears in - expert mode - <LI> the start&end cylinder of each partition is now displayed in expert - mode - <LI> the type is displayed numerically in expert mode - </UL> - - <P><IMG SRC="/images/updated.gif" ALT="updated"><SMALL>(25/07/99)</SMALL> - The mount point in the `Create' window and `Change type' window is now a - combo box. It lets you choose between classical mount points (/ /usr /var - ...) but with already allocated mount points removed. - - <H2>III - Actual developpment</H2> - - We need people!!! - - <UL> - <LI><B>Tests</B> and remove bugs (no known yet :) - <LI>integrate ext2resize (which has been release in version 1.0.0 <IMG - SRC="/images/updated.gif" ALT="updated"><SMALL>(26/07/99)</SMALL>) - <LI>add possibility to move partition without loosing data (by copying all - data) <IMG SRC="/images/updated.gif" ALT="updated"> - <LI>Improve the look - <LI>Add a text-only version - <LI>Help text, tutorial... - <LI>Internationalization - <LI>Add some features... - <LI>Packaging (rpm, deb, slp...) - </UL> - - <H2>IV- ScreenShot</H2> - - Warning: features was the main focus, so don't be too hard :) - - <P> - <CENTER><IMG SRC="1.gif"></IMG></CENTER> - <CENTER>DiskDrake main interface</CENTER> - - <BR> - <CENTER><IMG SRC="3.gif"></IMG></CENTER> - <CENTER>create dialog box</CENTER> - - <H2>V - Contacts</H2> - - A Mailing List has been created to allow developpers to discuss about DiskDrake.<BR> - - <P> - Send a mail to: <A HREF="mailto:sympa@linux-mandrake.com">sympa@linux-mandrake.com</A> - - <BR>Put in the subject: subscribe diskdrake - <BR>When you're subscribed, send your messages to: <A HREF="mailto:diskdrake@linux-mandrake.com">diskdrake@linux-mandrake.com</A> - - <P>Otherwise you can contact directly the <A HREF="mailto:pixel@linux-mandrake.com">project leader</A>. - - <H2>VI - Download</H2> - - Warning: You must have <a href="http://www.perl.com/CPAN/modules/by-module/Gtk/Gtk-Perl-0.5121.tar.gz">Gtk-Perl</a>. - You can get the rpm from the <a href="http://linux-mandrake.com/cooker/">Cooker</a> distribution. - - <P>You also need perl version 5.00503 or better - - <P> Here you can find the plain tgz or a rpm: - <a href="ftp://ftp.phys.ttu.edu/pub/mandrake-devel/contrib/others/diskdrake/">diskdrake</a> (Other mirrors in <a href="http://linux-mandrake.com/cooker/">Cooker</a>) - -</td> -</tr> -</table> -<p> -<a href="/en/fpowerpack.php3"><img src="/images/mandrake6.0-loop.gif" width=468 height=60 alt="Mandrake 6.0 PowerPack"></a> -</center> - </body> - <address><a href="mailto:pixel@linux-mandrake.com"></a></address> -</html> diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index bf158fa6d..7cffc39e1 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -1,4 +1,4 @@ -package diskdrake::hd_gtk; # $Id$ +package diskdrake::hd_gtk; # $Id: hd_gtk.pm 269772 2010-06-03 11:51:31Z pterjan $ use diagnostics; use strict; diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm index 3ecdcb317..e5e2090a7 100644 --- a/perl-install/diskdrake/interactive.pm +++ b/perl-install/diskdrake/interactive.pm @@ -1,4 +1,4 @@ -package diskdrake::interactive; # $Id$ +package diskdrake::interactive; # $Id: interactive.pm 269771 2010-06-03 11:50:24Z pterjan $ use diagnostics; use strict; diff --git a/perl-install/diskdrake/removable.pm b/perl-install/diskdrake/removable.pm index a4d225475..0ed8e0f80 100644 --- a/perl-install/diskdrake/removable.pm +++ b/perl-install/diskdrake/removable.pm @@ -1,4 +1,4 @@ -package diskdrake::removable; # $Id$ +package diskdrake::removable; # $Id: removable.pm 215411 2007-04-25 12:26:16Z pixel $ use diagnostics; use strict; diff --git a/perl-install/diskdrake/resize_ext2.pm b/perl-install/diskdrake/resize_ext2.pm index 9bf113f90..ca222b35a 100644 --- a/perl-install/diskdrake/resize_ext2.pm +++ b/perl-install/diskdrake/resize_ext2.pm @@ -1,4 +1,4 @@ -package diskdrake::resize_ext2; # $Id$ +package diskdrake::resize_ext2; # $Id: resize_ext2.pm 214945 2006-02-13 16:10:35Z tvignaud $ use diagnostics; use strict; diff --git a/perl-install/diskdrake/resize_ntfs.pm b/perl-install/diskdrake/resize_ntfs.pm index c6364fec6..1b24a9707 100644 --- a/perl-install/diskdrake/resize_ntfs.pm +++ b/perl-install/diskdrake/resize_ntfs.pm @@ -14,7 +14,7 @@ sub new { sub check_prog { my ($in) = @_; - #- ensure_binary_is_installed checks binary chrooted, whereas we run the binary non-chrooted (pb for Mandriva One) + #- ensure_binary_is_installed checks binary chrooted, whereas we run the binary non-chrooted (pb for Mageia One) $::isInstall || whereis_binary('ntfsresize') || $in->do_pkgs->ensure_binary_is_installed('ntfsprogs', 'ntfsresize'); } diff --git a/perl-install/diskdrake/smbnfs_gtk.pm b/perl-install/diskdrake/smbnfs_gtk.pm index f7e064b00..b5ddfbe53 100644 --- a/perl-install/diskdrake/smbnfs_gtk.pm +++ b/perl-install/diskdrake/smbnfs_gtk.pm @@ -1,4 +1,4 @@ -package diskdrake::smbnfs_gtk; # $Id$ +package diskdrake::smbnfs_gtk; # $Id: smbnfs_gtk.pm 243679 2008-07-29 11:55:58Z tv $ use diagnostics; use strict; |