summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--haunt.scm5
-rw-r--r--posts/faq.md4
-rw-r--r--thanks.md21
3 files changed, 28 insertions, 2 deletions
diff --git a/haunt.scm b/haunt.scm
index c495989..656aec3 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -51,7 +51,8 @@
51 ("software" "Software" "/en/software") 51 ("software" "Software" "/en/software")
52 ("documents" "Documents" "/en/documents") 52 ("documents" "Documents" "/en/documents")
53 ("contribute" "contribute" "/en/contribute") 53 ("contribute" "contribute" "/en/contribute")
54 ("blog" "Blog" "/en/blog")))) 54 ("blog" "Blog" "/en/blog")
55 ("thanks" "Thanks" "/en/thanks"))))
55 `(div (@ (id "menubar") 56 `(div (@ (id "menubar")
56 (class "width-control")) 57 (class "width-control"))
57 (ul 58 (ul
@@ -162,6 +163,8 @@ representation."
162 "software.sxml") 163 "software.sxml")
163 (sxml-page "/en/people/index.html" 164 (sxml-page "/en/people/index.html"
164 "people.sxml") 165 "people.sxml")
166 (markdown-page "/en/thanks/index.html"
167 "thanks.md")
165 (markdown-page "/en/documents/index.html" 168 (markdown-page "/en/documents/index.html"
166 "documents.md") 169 "documents.md")
167 (markdown-page "/en/contribute/index.html" 170 (markdown-page "/en/contribute/index.html"
diff --git a/posts/faq.md b/posts/faq.md
index 89ee0b6..3ce0f6f 100644
--- a/posts/faq.md
+++ b/posts/faq.md
@@ -40,7 +40,9 @@ title and receives no support, financial or otherwise, from any
40organization at this time. At the moment the Assembly uses the 40organization at this time. At the moment the Assembly uses the
41resources of the individuals listed. We will publicly list anybody or 41resources of the individuals listed. We will publicly list anybody or
42any organization that provides us with sponsorship or resources to be 42any organization that provides us with sponsorship or resources to be
43completely transparent. 43completely transparent (_Updated_ May 2nd, we now have a
44[thanks](/en/thanks) page listing all the individuals and organisations
45who offered resources to the GNU Assembly).
44 46
45# You’re just a minority anyway 47# You’re just a minority anyway
46 48
diff --git a/thanks.md b/thanks.md
new file mode 100644
index 0000000..b9fcec3
--- /dev/null
+++ b/thanks.md
@@ -0,0 +1,21 @@
1title: Thanks
2author: The GNU Assembly
3menu: thanks
4---
5
6# GNU Assembly Thanks
7
8The following individuals and organizations have provided us with
9sponsorship of resources that make running the GNU Assembly services
10possible:
11
12- Carlos O'Donell for maintaining and paying for the gnu.tools DNS.
13- Andy Wingo for maintaining and paying for the current gnu.tools server.
14- Oregon State University Open Source Lab [OSUOSL](https://osuosl.org)
15 for providing various virtual machines to run the GNU Assembly
16 services.
17
18Also thanks to the [volunteers](/en/documents/roles) for running the
19various GNU Assembly services and the [people](/en/people) who
20endorsed the [GNU Social Contract](/en/documents/social-contract), who
21make the [GNU Software](/en/software) possible.