diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-04-11 09:57:46 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-04-11 09:57:46 +0200 |
commit | 904d2e1f94425528d412784e3727d839ddf20b42 (patch) | |
tree | a06798903cc1796b6cde328bfb77aa5d1d5a8b41 | |
parent | website: Adjust focus styles. (diff) |
website: Add /software.
Diffstat (limited to '')
-rw-r--r-- | haunt.scm | 5 | ||||
-rw-r--r-- | software.md | 39 |
2 files changed, 44 insertions, 0 deletions
@@ -1,5 +1,6 @@ | |||
1 | ;;; The GNU Assembly Web Site | 1 | ;;; The GNU Assembly Web Site |
2 | ;;; Copyright © 2021 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2021 Ludovic Courtès <ludo@gnu.org> |
3 | ;;; Copyright © 2021 Ricardo Wurmus <rekado@elephly.net> | ||
3 | ;;; | 4 | ;;; |
4 | ;;; This program is free software; you can redistribute it and/or modify it | 5 | ;;; This program is free software; you can redistribute it and/or modify it |
5 | ;;; under the terms of the GNU General Public License as published by | 6 | ;;; under the terms of the GNU General Public License as published by |
@@ -87,6 +88,8 @@ | |||
87 | (ul | 88 | (ul |
88 | (li (a (@ (href ,(base-url "/"))) | 89 | (li (a (@ (href ,(base-url "/"))) |
89 | "About")) | 90 | "About")) |
91 | (li (a (@ (href ,(base-url "/software"))) | ||
92 | "Software")) | ||
90 | (li (a (@ (href ,(base-url "/blog"))) | 93 | (li (a (@ (href ,(base-url "/blog"))) |
91 | "Blog")) | 94 | "Blog")) |
92 | (li (a (@ (href ,(base-url "/blog/feed.xml"))) | 95 | (li (a (@ (href ,(base-url "/blog/feed.xml"))) |
@@ -130,6 +133,8 @@ representation." | |||
130 | 133 | ||
131 | (list (markdown-page "index.html" "index.md") | 134 | (list (markdown-page "index.html" "index.md") |
132 | 135 | ||
136 | (markdown-page "/software/index.html" | ||
137 | "software.md") | ||
133 | (markdown-page "/en/documents/free-software/index.html" | 138 | (markdown-page "/en/documents/free-software/index.html" |
134 | "free-software.md") | 139 | "free-software.md") |
135 | (markdown-page "/en/documents/code-of-conduct/index.html" | 140 | (markdown-page "/en/documents/code-of-conduct/index.html" |
diff --git a/software.md b/software.md new file mode 100644 index 0000000..af4b017 --- /dev/null +++ b/software.md | |||
@@ -0,0 +1,39 @@ | |||
1 | title: Participating Projects | ||
2 | author: The GNU Assembly | ||
3 | --- | ||
4 | |||
5 | # Participating Projects | ||
6 | |||
7 | Maintainers of the following projects participate in the GNU Assembly: | ||
8 | |||
9 | - GCC | ||
10 | - GNU 8sync | ||
11 | - GNU Archimedes | ||
12 | - GNU Classpath | ||
13 | - GNU Dominion | ||
14 | - GNU Gneural Network | ||
15 | - GNU Guile | ||
16 | - GNU Guile-Debbugs | ||
17 | - GNU Guile-RPC | ||
18 | - GNU Guix | ||
19 | - GNU Guix Workflow Language | ||
20 | - GNU Hurd | ||
21 | - GNU Indent | ||
22 | - GNU Libgcrypt | ||
23 | - GNU Libtasn1 | ||
24 | - GNU LilyPond | ||
25 | - GNU MCSim | ||
26 | - GNU MediaGoblin | ||
27 | - GNU Mes | ||
28 | - GNU Nano-Archimedes | ||
29 | - GNU Scientific Library | ||
30 | - GNU Shepherd | ||
31 | - GNU Source Highlight | ||
32 | - GNU adns | ||
33 | - GNU libc | ||
34 | - GNU userv | ||
35 | - GnuCOBOL | ||
36 | - GnuPG | ||
37 | - Guile-GNOME | ||
38 | - Guile-OpenGL | ||
39 | - Liquid War 6 | ||