diff --git a/index.md b/index.md index 66f170c..58df2a1 100644 --- a/index.md +++ b/index.md @@ -35,7 +35,7 @@ The CL Cookbook aims to tackle all sort of topics, for the beginner and for the + [format](strings.html#string-formatting-format) * [Regular Expressions](regexp.html) * [Numbers](numbers.html) -* NEW! ⭐ [Equality](equality.html) +* [Equality](equality.html) * [Loops, iteration, mapping](iteration.html) * [Multidimensional Arrays](arrays.html) * [Dates and Times](dates_and_times.html) @@ -69,7 +69,7 @@ The CL Cookbook aims to tackle all sort of topics, for the beginner and for the * [Interfacing with your OS](os.html) * [Databases](databases.html) * [Foreign Function Interfaces](ffi.html) -* NEW! ⭐ [Building Dynamic Libraries](dynamic-libraries.html) +* [Building Dynamic Libraries](dynamic-libraries.html) * [GUI programming](gui.html) * [Sockets](sockets.html) * [WebSockets](websockets.html) diff --git a/metadata.txt b/metadata.txt index d0febdd..5186cb4 100644 --- a/metadata.txt +++ b/metadata.txt @@ -7,7 +7,7 @@ title: creator: - role: author text: The Common Lisp Cookbook contributors -rights: © 2023 December, 13th, vindarel . - This e-book is free of charge, but you can [pay what you want](https://ko-fi.com/s/01fee22a32) for it. +rights: © January 2025, vindarel . + This e-book is free of charge, but you can [pay what you want](https://ko-fi.com/s/01fee22a32) for it. cover-image: orly-cover.png ...