wok-6.x diff libfm/description.txt @ rev 23908
Up tazinst (101)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 08 16:48:38 2020 +0000 (2020-08-08) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libfm/description.txt Sat Aug 08 16:48:38 2020 +0000 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.