From 0e5619dc91c2bd37da765d1a742df3cc47a11d94 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Thu, 18 Nov 2021 22:21:01 +0100 Subject: [PATCH] DOC & CONF: Delete klkt from the default config's hook + update changelog --- CHANGELOG.md | 1 + inc/lektor/internal/config.def | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8d2209..2043f0d1 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 82936c2c..0032acb8 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...)") -- GitLab