From 6d08796568816e20894d3f787ae42bb3e2ab2005 Mon Sep 17 00:00:00 2001 From: Felisp Date: Mon, 8 Jan 2024 03:30:26 +0100 Subject: [PATCH] FIX typo, refactor config structure --- res/ExampleConfig.edn | 9 ++++----- src/rss_thread_watch/core.clj | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/res/ExampleConfig.edn b/res/ExampleConfig.edn index f94c566..5892e8f 100644 --- a/res/ExampleConfig.edn +++ b/res/ExampleConfig.edn @@ -4,11 +4,13 @@ :default-board "/mlp/" ;Board to be used when no board=x param given :board-disabled-message "This board is not enabled for feed generation.\n\nYou can contact me here: [contact]" :enable-board-listing true ;Whether to show list of enabled boards in /boards - ;; /$board/catalog.json will be appended to this link - :target "https://api.4chan.org" :boards-defaults {:refresh-rate 300 :starting-page 7 :default-chod 94 + ;; If you want to do some preprocessing beforehand, you can override + ;; Target URL for the board, but the response must be same 4chan API would return + ;; /$board/catalog.json will be appended to this link + :target "https://api.4chan.org" ;; Commented parts bellow are still unimplemented ;; Only download catalog when someone requests feed and cache is old ;; Saves request to 4chan, usefull for borads that are checked rarely @@ -18,9 +20,6 @@ ;; Wheter to create cache by downloading whole catalog or every required ;; one by one ;; :request-type [:catalog] :pages - ;; If you want to do some preprocessing beforehand, you can override - ;; Target URL for the board, but the response must be samechan API would return - ;; :target-override } ;; List of all boards that are enabled for feed generation ;; Yes they must be all listed manualy for now diff --git a/src/rss_thread_watch/core.clj b/src/rss_thread_watch/core.clj index bdd7cab..79ff61a 100644 --- a/src/rss_thread_watch/core.clj +++ b/src/rss_thread_watch/core.clj @@ -28,7 +28,7 @@ {:port 6969 :default-board "/mlp/" :enable-board-listing true - :board-disabled-message "This board is not enabled for feed generation.\n\nYou can contact me here: [contact]" + :board-disabled-message "This board is not enabled for feed generation.\n\nYou can contact me here: [contact] and I may enable it for you" :target "https://api.4chan.org" :boards-defaults {:refresh-rate 300 :starting-page 7