diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-21 23:04:14 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:09 -0600 |
commit | 351f589698cf8be75a816386c0276bb61805ebbb (patch) | |
tree | 4772c75bb833b474237d549edbc9e92b25752866 /system/gentoo/README | |
parent | a4e2b5a930f57ad1980bde4b443d50cf7d4b8f2c (diff) | |
download | slackbuilds-351f589698cf8be75a816386c0276bb61805ebbb.tar.gz |
system/gentoo: Added (file manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gentoo/README')
-rw-r--r-- | system/gentoo/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/system/gentoo/README b/system/gentoo/README new file mode 100644 index 0000000000..108853e0e8 --- /dev/null +++ b/system/gentoo/README @@ -0,0 +1,17 @@ +Gentoo is a graphical file management program, written from +scratch in C. It uses the GTK+ toolkit for its interface. +gentoo is developed and tested primarily under Linux, but is +known to compile and work on many other Unix-like operating +systems as well. + +One of the design goals with gentoo has been to provide +extensive customization and configuration abilities, and to do +so from an integrated, graphic, interface. The user should not +have to edit the configuration file directly "by hand", and +especially not have to restart the program for changes to take +effect. + +gentoo features a fairly complex and powerful system +for file type recognition, coupled to an object-oriented style +system, which together give you a lot of control over how files +of different types are displayed and acted upon. |