wok annotate perl-file-basedir/description.txt @ rev 25663
Update some perl* web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 23 15:13:32 2024 +0000 (18 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-Günter@24207 | 1 This module can be used to find directories and files as specified |
Hans-Günter@24207 | 2 by the Freedesktop.org Base Directory Specification. |
Hans-Günter@24207 | 3 This specifications gives a mechanism to locate directories for |
Hans-Günter@24207 | 4 configuration, application data and cache data. |
Hans-Günter@24207 | 5 It is suggested that desktop applications for e.g. the GNOME, KDE |
Hans-Günter@24207 | 6 or Xfce platforms follow this layout. |
Hans-Günter@24207 | 7 However, the same layout can just as well be used for non-GUI |
Hans-Günter@24207 | 8 applications. |
Hans-Günter@24207 | 9 |
Hans-Günter@24207 | 10 This module forked from File::MimeInfo. |
Hans-Günter@24207 | 11 |
Hans-Günter@24207 | 12 This module follows version 0.6 of BaseDir specification. |