From a75b4ac74fb355633ccc6abb17d292b8c37391b6 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sun, 2 May 2021 19:41:13 +0200 Subject: Add thanks page. * haunt.scm: Add thanks. * thanks.md: New file. * posts/faq.md: Update with reference to thanks page. --- haunt.scm | 5 ++++- posts/faq.md | 4 +++- thanks.md | 21 +++++++++++++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 thanks.md diff --git a/haunt.scm b/haunt.scm index c495989..656aec3 100644 --- a/haunt.scm +++ b/haunt.scm @@ -51,7 +51,8 @@ ("software" "Software" "/en/software") ("documents" "Documents" "/en/documents") ("contribute" "contribute" "/en/contribute") - ("blog" "Blog" "/en/blog")))) + ("blog" "Blog" "/en/blog") + ("thanks" "Thanks" "/en/thanks")))) `(div (@ (id "menubar") (class "width-control")) (ul @@ -162,6 +163,8 @@ representation." "software.sxml") (sxml-page "/en/people/index.html" "people.sxml") + (markdown-page "/en/thanks/index.html" + "thanks.md") (markdown-page "/en/documents/index.html" "documents.md") (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 organization at this time. At the moment the Assembly uses the resources of the individuals listed. We will publicly list anybody or any organization that provides us with sponsorship or resources to be -completely transparent. +completely transparent (_Updated_ May 2nd, we now have a +[thanks](/en/thanks) page listing all the individuals and organisations +who offered resources to the GNU Assembly). # You’re just a minority anyway diff --git a/thanks.md b/thanks.md new file mode 100644 index 0000000..b9fcec3 --- /dev/null +++ b/thanks.md @@ -0,0 +1,21 @@ +title: Thanks +author: The GNU Assembly +menu: thanks +--- + +# GNU Assembly Thanks + +The following individuals and organizations have provided us with +sponsorship of resources that make running the GNU Assembly services +possible: + +- Carlos O'Donell for maintaining and paying for the gnu.tools DNS. +- Andy Wingo for maintaining and paying for the current gnu.tools server. +- Oregon State University Open Source Lab [OSUOSL](https://osuosl.org) + for providing various virtual machines to run the GNU Assembly + services. + +Also thanks to the [volunteers](/en/documents/roles) for running the +various GNU Assembly services and the [people](/en/people) who +endorsed the [GNU Social Contract](/en/documents/social-contract), who +make the [GNU Software](/en/software) possible. -- cgit v1.2.1