From 208bb4e42fdcf3335b454d6f8bc7b19c4c3292b3 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 25 Jul 2023 20:43:08 +0100 Subject: klaus: Add helper function to create klaus gunicorn app. * guix/forge/klaus.scm: Import (forge gunicorn) and (gnu system file-systems). (klaus-gunicorn-app): New public function. * doc/forge.skb (Introduction): Advertise klaus support. (Reference): Document klaus-gunicorn-app. --- doc/forge.skb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/forge.skb b/doc/forge.skb index e11b255..5c5a5fd 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -36,7 +36,9 @@ email.]) (p [guix-forge integrates the following software components:] (itemize (item [,(ref :url "https://laminar.ohwg.net/" :text "laminar") -for continuous integration]))) +for continuous integration]) + (item [,(ref :url "https://github.com/jonashaag/klaus/" :text +"klaus") to serve project git repositories on the web]))) (p [In the future, it will also provide:] (itemize (item [web server to serve static project sites]) @@ -299,4 +301,5 @@ gunicorn is run in.])) [Identifier of the webhook. This hook is triggered at ,(ref :url [http://host:port/hooks/]).]) (record-field "run" - [G-expression to run when the webhook is triggered]))))) + [G-expression to run when the webhook is triggered])) + (docstring-function-documentation "guix/forge/klaus.scm" 'klaus-gunicorn-app)))) -- cgit v1.2.3