Merge release Beta 1 into stable #21

Merged
Felisp merged 35 commits from dev into stable 2024-08-13 17:48:09 +02:00
2 changed files with 5 additions and 6 deletions
Showing only changes of commit 6d08796568 - Show all commits

View file

@ -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

View file

@ -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