wok diff libfm/description.txt @ rev 21620

linld: more ram for zImage
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 25 13:19:35 2019 +0200 (2019-05-25)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libfm/description.txt	Sat May 25 13:19:35 2019 +0200
     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.