Merge release Beta 1 into stable #21

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

View file

@ -1,4 +1,4 @@
;; Copyright (C) 2023 Felisp
;; Copyright (C) 2024 Felisp
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU Affero General Public License as published by
@ -75,7 +75,10 @@
"Entry point, starts webserver"
[& args]
;; Todo: Think of a way to start repeated download for every catalog efficiently
(let [config (get-some-config args)]
(let [config (get-some-config args)
expanded-config
]
(println args)
(System/exit 0)
(set-interval (fn []

View file

@ -1,4 +1,4 @@
;; Copyright (C) 2023 Felisp
;; Copyright (C) 2024 Felisp
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU Affero General Public License as published by

View file

@ -1,4 +1,4 @@
;; Copyright (C) 2023 Felisp
;; Copyright (C) 2024 Felisp
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU Affero General Public License as published by

View file

@ -1,4 +1,4 @@
;; Copyright (C) 2023 Felisp
;; Copyright (C) 2024 Felisp
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU Affero General Public License as published by

View file

@ -1,4 +1,4 @@
;; Copyright (C) 2023 Felisp
;; Copyright (C) 2024 Felisp
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU Affero General Public License as published by