wok diff libee/description.txt @ rev 25705

fusecloop/extract_compressed_fs: can convert to v0.68 or v1.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 22 12:48:49 2024 +0000 (5 days ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libee/description.txt	Sat Jun 22 12:48:49 2024 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +Libee - An Event Expression Library inspired by CEE.
     1.5 +
     1.6 +CEE is an upcoming standard used to describe network events in a
     1.7 +number of normalized formats. It's goal is to unify the currently
     1.8 +many different representations that exist in the industry.
     1.9 +
    1.10 +The core idea of libee is to provide a small but hopefully
    1.11 +convenient API layer above the CEE standard.
    1.12 +However, CEE is not finished. At the time of this writing, CEE is
    1.13 +under heavy development and even some of its core data structures
    1.14 +(like the data dictionary and taxonmy) have not been fully specified.