From aa8cca2686843ac9d6b975988d58cfcf435eb281 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 7 Apr 2008 14:44:33 +0000 Subject: [PATCH] Test of write to repository. svn path=/trunk/; revision=808 --- README | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README b/README index dff4d449..72cad744 100644 --- a/README +++ b/README @@ -1,10 +1,12 @@ GParted stands for Gnome Partition Editor. -It uses libparted to detect and manipulate devices and partitiontables while several (optional) filesystemtools -provide support for filesystems not included in libparted. -These optional packages will be detected at runtime and don't require a rebuild of GParted. +It uses libparted to detect and manipulate devices and partition +tables while several (optional) file system tools provide support for +filesystems not included in libparted. These optional packages will +be detected at runtime and don't require a rebuild of GParted. -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. +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