diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8d2209f7c13f19e8f32e53fe034a04c3274a24..2043f0d1f016d8edde5d7cf8d649a35684ceb693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Change: autotools to cmake toolchain - Change: cmake minimal version to 3.17 because of policy CMP0100 - Change: the CI check if lektor compiles, no binary deployment for now +- Remove: delete `KLKT` as it is no longer maintained # v2.4 (752da467) diff --git a/inc/lektor/internal/config.def b/inc/lektor/internal/config.def index 82936c2cfda386595d04694e2a5169cb80512241..0032acb8621cb1be46af3d081b2cea88dd67a4a2 100644 --- a/inc/lektor/internal/config.def +++ b/inc/lektor/internal/config.def @@ -102,12 +102,10 @@ comment(" listening for clients. All the modules needed (player, r comment(" has been created.") comment("The available hooks are the followings:") -comment(" - none: Nothing, the hook is ignored") -comment(" - launch_ext_klkt: Launch klkt, note that it will be automatically killed") -comment(" when lektord exits") -comment(" - launch_caching: Launch caching for the database. The mtime and the duration") -comment(" of the karas are cached, this is used to speedup the ") -comment(" update process") +comment(" - none: Nothing, the hook is ignored") +comment(" - launch_caching: Launch caching for the database. The mtime and the") +comment(" duration of the karas are cached, this is used to") +comment(" speedup the update process") comment(" - database_upgrade_scheme: Upgrade the database scheme, usefull at launch time.") comment(" It should be the first one to avoid any problem") comment(" (lektord may crash if it's not the first element...)")