wok diff libee/description.txt @ rev 25052

ruby-ncurses: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 05 11:43:47 2022 +0000 (2022-06-05)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libee/description.txt	Sun Jun 05 11:43:47 2022 +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.