diff options
author | Arun Isaac | 2023-08-15 09:19:50 +0100 |
---|---|---|
committer | Arun Isaac | 2023-08-15 09:35:58 +0100 |
commit | 34f5b3cf5683ecfd33d477c8e86cfdc0008d878f (patch) | |
tree | ef482c3f82462401c980f2e834056d9a0fb08a4f /doc | |
parent | 0ecb837a8a73a2ebacc083218116cb8cf56d3c77 (diff) | |
download | guix-forge-34f5b3cf5683ecfd33d477c8e86cfdc0008d878f.tar.gz guix-forge-34f5b3cf5683ecfd33d477c8e86cfdc0008d878f.tar.lz guix-forge-34f5b3cf5683ecfd33d477c8e86cfdc0008d878f.zip |
doc: Advertise support for cgit and klaus.
* doc/forge.skb (Introduction), website/index.skb: Advertise support
for cgit and klaus.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forge.skb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/forge.skb b/doc/forge.skb index 5cb2a7a..3f34a96 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -35,15 +35,14 @@ software wired up to function as one. In this sense, it is a email.]) (p [guix-forge integrates the following software components:] (itemize + (item [,(ref :url "https://git.zx2c4.com/cgit/" :text "cgit") +and ,(ref :url "https://github.com/jonashaag/klaus/" :text "klaus") +(pick your favourite) to serve project git repositories on the web]) (item [,(ref :url "https://laminar.ohwg.net/" :text "laminar") -for continuous integration]) - (item [,(ref :url "https://github.com/jonashaag/klaus/" :text -"klaus") to serve project git repositories on the web]))) +for continuous integration]))) (p [In the future, it will also provide:] (itemize (item [web server to serve static project sites]) - (item [,(ref :url "https://git.zx2c4.com/cgit/" :text "cgit") -to serve project git repositories on the web]) (item [,(ref :url "https://public-inbox.org/README.html" :text "public-inbox") for project discussions]))) (p [A choice of different software components may be offered |