mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2026-03-09 11:43:52 -05:00
Remove "Read the docs" (static site generator) #4523
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nodiscc on GitHub (May 14, 2022).
Followup to https://github.com/awesome-selfhosted/awesome-selfhosted/pull/2900
Read the docsin https://github.com/awesome-selfhosted/awesome-selfhosted#software-development---documentation-generators is a static site generator. Although it is very good (uses Sphinx) awesome-selfhosted does not list static site generators.It should be removed.
@mzch commented on GitHub (May 23, 2022):
Indeed
Read The Docsis a static document generator, but itself is a self-hostable web app. Why is it neccesary to remove?@nodiscc commented on GitHub (May 31, 2022):
A static site generator is a software application that creates HTML pages from templates or components and a given content source. The resulting static pages can be served from any web server. The process of generating pages is separate from hosting the content, and does not necessarily (and often doesn't) happen on the server (usually static sites are built beforehand on a build/developer machine, then uploaded to the web server).
Anyway staticsitegenerators.net and staticgen.com are excellent resources, are very well maintained and anyone collaborate to these lists through their already established processes. So there is not point at all in duplicating the effort.
Issue fixed in https://github.com/awesome-selfhosted/awesome-selfhosted/pull/3022