wok diff menu-cache/description.txt @ rev 18461

Up ranger (1.7.1)
author Paul Issott <paul@slitaz.org>
date Thu Oct 01 19:21:20 2015 +0100 (2015-10-01)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/menu-cache/description.txt	Thu Oct 01 19:21:20 2015 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +Libmenu-cache is a library creating and utilizing caches to speed up the access
     1.5 +to freedesktop.org defined application menus.
     1.6 +
     1.7 +It can be used as a replacement of libgnome-menu of gnome-menus:
     1.8 +  * Shorten time for loading menu entries.
     1.9 +  * Ease of use (API is very similar to that of libgnome-menu).
    1.10 +  * Lightweight runtime library (parsing of the menu definition files are done
    1.11 +    by menu-cache-gen when the menus are really changed).
    1.12 +  * Less unnecessary and complicated file monitoring.
    1.13 +  * Heavily reduced disk I/O.