Remove humans.txt

simplify and shorten docs about humans.txt and move it to extend docs which covers other stuff not included in the project by default.
Updates tests so they pass without the humans.txt file being included.
This commit is contained in:
Christian Oliff
2021-08-17 19:48:55 +09:00
parent 541e683449
commit be09d98531
7 changed files with 14 additions and 61 deletions

8
dist/doc/extend.md vendored
View File

@@ -551,8 +551,14 @@ Currently, the `theme-color` meta extension is supported by [Chrome 39+ for
Android
Lollipop](https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android).
### humans.txt
## security.txt
You can include a `humans.txt` file in the root of your site which can be used
to provide information about people involved with the website.
For more information about `humans.txt`, please see: https://humanstxt.org/
### security.txt
When security risks in web services are discovered by users they often lack the
channels to disclose them properly. As a result, security issues may be left

14
dist/doc/misc.md vendored
View File

@@ -137,20 +137,6 @@ For more information about `robots.txt`, please see:
* [robotstxt.org](https://www.robotstxt.org/)
* [How Google handles the `robots.txt` file](https://developers.google.com/search/reference/robots_txt)
## humans.txt
The `humans.txt` file is used to provide information about people involved with
the website.
The provided file contains three sections:
* `TEAM` - this is intended to list the group of people responsible for the website
* `THANKS` - this is intended to list the group of people that have contributed
to the website
* `TECHNOLOGY COLOPHON` - the section lists technologies used to make the website
For more information about `humans.txt`, please see: http://humanstxt.org/
## browserconfig.xml
The `browserconfig.xml` file is used to customize the tile displayed when users

15
dist/humans.txt vendored
View File

@@ -1,15 +0,0 @@
# humanstxt.org/
# The humans responsible & technology colophon
# TEAM
<name> -- <role> -- <twitter>
# THANKS
<name>
# TECHNOLOGY COLOPHON
CSS3, HTML5
Apache Server Configs, Modernizr, Normalize.css, main.css, Parcel

View File

@@ -551,8 +551,14 @@ Currently, the `theme-color` meta extension is supported by [Chrome 39+ for
Android
Lollipop](https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android).
### humans.txt
## security.txt
You can include a `humans.txt` file in the root of your site which can be used
to provide information about people involved with the website.
For more information about `humans.txt`, please see: https://humanstxt.org/
### security.txt
When security risks in web services are discovered by users they often lack the
channels to disclose them properly. As a result, security issues may be left

View File

@@ -137,20 +137,6 @@ For more information about `robots.txt`, please see:
* [robotstxt.org](https://www.robotstxt.org/)
* [How Google handles the `robots.txt` file](https://developers.google.com/search/reference/robots_txt)
## humans.txt
The `humans.txt` file is used to provide information about people involved with
the website.
The provided file contains three sections:
* `TEAM` - this is intended to list the group of people responsible for the website
* `THANKS` - this is intended to list the group of people that have contributed
to the website
* `TECHNOLOGY COLOPHON` - the section lists technologies used to make the website
For more information about `humans.txt`, please see: http://humanstxt.org/
## browserconfig.xml
The `browserconfig.xml` file is used to customize the tile displayed when users

View File

@@ -1,15 +0,0 @@
# humanstxt.org/
# The humans responsible & technology colophon
# TEAM
<name> -- <role> -- <twitter>
# THANKS
<name>
# TECHNOLOGY COLOPHON
CSS3, HTML5
Apache Server Configs, Modernizr, Normalize.css, main.css, Parcel

View File

@@ -37,7 +37,6 @@ const expectedFilesInDistDir = [
'doc/usage.md',
'favicon.ico',
'humans.txt',
'icon.png',