From 1c6ca80220aacdcb3f2d178e8b537aeeeb403487 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 7 Mar 2024 03:33:28 -0800 Subject: [PATCH] Standardize usage of the term open-source --- content/en/content-management/comments.md | 34 ++++++++++++----------- content/en/contribute/documentation.md | 1 + content/en/tools/front-ends.md | 2 +- content/en/tools/search.md | 2 +- 4 files changed, 21 insertions(+), 18 deletions(-) diff --git a/content/en/content-management/comments.md b/content/en/content-management/comments.md index 84ba22156..c0d9ce14d 100644 --- a/content/en/content-management/comments.md +++ b/content/en/content-management/comments.md @@ -45,23 +45,25 @@ Disqus has its own [internal template](/templates/internal/#disqus) available, t ## Alternatives -These are some alternatives to Disqus: +Commercial commenting systems: -* [Cactus Comments](https://cactus.chat/docs/integrations/hugo/) (Open Source, Matrix appservice, Docker install) -* [Comentario](https://gitlab.com/comentario/comentario) (Open Source, self-hosted, Go/Angular, run locally, in Docker or Kubernetes) -* [Comma](https://github.com/Dieterbe/comma) (Open source Go program that saves and loads comments to text files via REST api) -* [Commento](https://commento.io/) (Open Source, available as a service, local install, or docker image) -* [Giscus](https://giscus.app/) (Open source, comments system powered by GitHub Discussions) -* [Graph Comment](https://graphcomment.com/) -* [Hyvor Talk](https://talk.hyvor.com/) (Available as a service) -* [IntenseDebate](https://intensedebate.com/) -* [Isso](https://isso-comments.de/) (Self-hosted, Python) ([tutorial][issotutorial]) -* [Muut](https://muut.com/) -* [Remark42](https://remark42.com/) (Open source, Golang, Easy to run docker) -* [ReplyBox](https://getreplybox.com/) -* [Staticman](https://staticman.net/) -* [Talkyard](https://blog-comments.talkyard.io/) (Open source, & serverless hosting) -* [Utterances](https://utteranc.es/) (Open source, GitHub comments widget built on GitHub issues) +- [Graph Comment](https://graphcomment.com/) +- [Hyvor Talk](https://talk.hyvor.com/) +- [IntenseDebate](https://intensedebate.com/) +- [ReplyBox](https://getreplybox.com/) + +Open-source commenting systems: + +- [Cactus Comments](https://cactus.chat/docs/integrations/hugo/) +- [Comentario](https://gitlab.com/comentario/comentario/) +- [Comma](https://github.com/Dieterbe/comma/) +- [Commento](https://commento.io/) +- [Giscus](https://giscus.app/) +- [Isso](https://isso-comments.de/) +- [Remark42](https://remark42.com/) +- [Staticman](https://staticman.net/) +- [Talkyard](https://blog-comments.talkyard.io/) +- [Utterances](https://utteranc.es/) [configuration]: /getting-started/configuration/ [disquspartial]: /templates/internal/#disqus diff --git a/content/en/contribute/documentation.md b/content/en/contribute/documentation.md index 2eba5e90c..161f464e3 100644 --- a/content/en/contribute/documentation.md +++ b/content/en/contribute/documentation.md @@ -47,6 +47,7 @@ Please link to the [glossary of terms] when necessary, and use the terms consist - Use the word "map" instead of "dictionary" - Use the word "flag" instead of "option" when referring to a command line flag - Capitalize the word "Markdown" +- Hyphenate the term "open-source" when used an adjective. #### Page titles and headings diff --git a/content/en/tools/front-ends.md b/content/en/tools/front-ends.md index acce84d8d..9ed29c9a1 100644 --- a/content/en/tools/front-ends.md +++ b/content/en/tools/front-ends.md @@ -21,7 +21,7 @@ aliases: [/tools/frontends/] [DatoCMS](https://www.datocms.com) : DatoCMS is a fully customizable administrative area for your static websites. Use your favorite website generator, let your clients publish new content independently, and the host the site anywhere you like. -## Open source +## Open-source [Decap CMS](https://decapcms.org/) : Decap CMS is an open-source, serverless solution for managing Git based content in static sites, and it works on any platform that can host static sites. A [Hugo/Decap CMS starter](https://github.com/decaporg/one-click-hugo-cms) is available to get new projects running quickly. diff --git a/content/en/tools/search.md b/content/en/tools/search.md index 56f4da156..921d52f82 100644 --- a/content/en/tools/search.md +++ b/content/en/tools/search.md @@ -14,7 +14,7 @@ toc: true A static website with a dynamic search function? Yes, Hugo provides an alternative to embeddable scripts from Google or other search engines for static websites. Hugo allows you to provide your visitors with a custom search function by indexing your content files directly. -## Open source +## Open-source [Pagefind](https://github.com/cloudcannon/pagefind) : A fully static search library that aims to perform well on large sites, while using as little of your users' bandwidth as possible.