wok-6.x diff libfm/description.txt @ rev 18080
Split mate-panel in mate-panel-dev
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Fri May 22 18:02:36 2015 -0300 (2015-05-22) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libfm/description.txt Fri May 22 18:02:36 2015 -0300 1.3 @@ -0,0 +1,15 @@ 1.4 +LibFM provides file management functions built on top of Glib/GIO, giving 1.5 +a convenient higher-level API. 1.6 + 1.7 +Some features: 1.8 + * Desktop-independent, following FreeDesktop standards; 1.9 + * Fast, light on memory usage, and responsive - well suited to less powerful 1.10 + hardware such as netbooks and thin clients; 1.11 + * Uses GIO/GVFS (like Nautilus) for Trash support and access to remote file 1.12 + systems (FTP, SFTP, WebDAV, Windows shares, etc.); 1.13 + * Clipboard operations are compatible with GTK+/GNOME and Qt/KDE; 1.14 + * Supports both Drag-and-Drop, and the X Direct Save protocol; 1.15 + * Reusable design with the core functions separated out to simplify porting 1.16 + to other GUIs. 1.17 + 1.18 +This package contains the core library.