From 6833ed4474f9335abc7156557b84adc63c3dba10 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 11 Apr 2021 09:57:46 +0200 Subject: website: Add /software. --- website/haunt.scm | 5 +++++ website/software.md | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 website/software.md diff --git a/website/haunt.scm b/website/haunt.scm index 289d0b5..a8b6a35 100644 --- a/website/haunt.scm +++ b/website/haunt.scm @@ -1,5 +1,6 @@ ;;; The GNU Assembly Web Site ;;; Copyright © 2021 Ludovic Courtès +;;; Copyright © 2021 Ricardo Wurmus ;;; ;;; This program is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by @@ -87,6 +88,8 @@ (ul (li (a (@ (href ,(base-url "/"))) "About")) + (li (a (@ (href ,(base-url "/software"))) + "Software")) (li (a (@ (href ,(base-url "/blog"))) "Blog")) (li (a (@ (href ,(base-url "/blog/feed.xml"))) @@ -130,6 +133,8 @@ representation." (list (markdown-page "index.html" "index.md") + (markdown-page "/software/index.html" + "software.md") (markdown-page "/en/documents/free-software/index.html" "free-software.md") (markdown-page "/en/documents/code-of-conduct/index.html" diff --git a/website/software.md b/website/software.md new file mode 100644 index 0000000..af4b017 --- /dev/null +++ b/website/software.md @@ -0,0 +1,39 @@ +title: Participating Projects +author: The GNU Assembly +--- + +# Participating Projects + +Maintainers of the following projects participate in the GNU Assembly: + +- GCC +- GNU 8sync +- GNU Archimedes +- GNU Classpath +- GNU Dominion +- GNU Gneural Network +- GNU Guile +- GNU Guile-Debbugs +- GNU Guile-RPC +- GNU Guix +- GNU Guix Workflow Language +- GNU Hurd +- GNU Indent +- GNU Libgcrypt +- GNU Libtasn1 +- GNU LilyPond +- GNU MCSim +- GNU MediaGoblin +- GNU Mes +- GNU Nano-Archimedes +- GNU Scientific Library +- GNU Shepherd +- GNU Source Highlight +- GNU adns +- GNU libc +- GNU userv +- GnuCOBOL +- GnuPG +- Guile-GNOME +- Guile-OpenGL +- Liquid War 6 -- cgit v1.2.1