Go to file
Bart Hakvoort 26d433260d Initial revision 2004-09-19 20:24:53 +00:00
include Initial revision 2004-09-19 20:24:53 +00:00
src Initial revision 2004-09-19 20:24:53 +00:00
AUTHORS Initial revision 2004-09-19 20:24:53 +00:00
COPYING Initial revision 2004-09-19 20:24:53 +00:00
ChangeLog Initial revision 2004-09-19 20:24:53 +00:00
INSTALL Initial revision 2004-09-19 20:24:53 +00:00
Makefile.am Initial revision 2004-09-19 20:24:53 +00:00
README Initial revision 2004-09-19 20:24:53 +00:00
acconfig.h Initial revision 2004-09-19 20:24:53 +00:00
acinclude.m4 Initial revision 2004-09-19 20:24:53 +00:00
aclocal.m4 Initial revision 2004-09-19 20:24:53 +00:00
autogen.sh Initial revision 2004-09-19 20:24:53 +00:00
configure.in Initial revision 2004-09-19 20:24:53 +00:00

README

GParted stands for Gnome Partition Editor and is a graphical frontend to libparted. Among other features it supports creating, resizing, moving and copying of partitions.

The first goal of GParted is to provide all libparted's features as outlined at http://www.gnu.org/software/parted/#features.
When this is done and GParted is stable enough for normal use, i will look into support for other filesystems such as ntfs .

GParted is written in C++ and uses gtkmm as Graphical Toolkit. The general approach is to keep the GUI as simple as possible. That's why i try to conform to the GNOME Human Interface Guidelines . 


Visit http://gparted.sourceforge.net/ for more information