MTDEV Humans TXT

설명

humans.txt is an initiative for knowing the people behind a website. It’s a text file that lists the people who contributed to building the site – developers, designers, and others. Think of it as the opposite of robots.txt: robots.txt is for machines, humans.txt is for people.

MTDEV Humans TXT lets you create and edit your site’s humans.txt file straight from the WordPress dashboard, without touching code or uploading files over FTP.

The file is served virtually at your site root (https://your-site.com/humans.txt) through rewrite rules, so it needs no write permissions and no physical file is created. It also adds the recommended rel="author" link to your site’s <head>, pointing to your humans.txt file.

Features:

  • Content editor with a default template based on the standard (TEAM, THANKS, SITE).
  • Virtual /humans.txt served as text/plain.
  • Option to enable or disable the <head> link.
  • No physical files, multisite friendly.
  • Makes no external server calls.
  • Translation ready (text domain mtdev-humans-txt).

Learn more about the initiative: https://humanstxt.org

Development / source code: https://github.com/martatorredev/mtdev-humans-txt

설치

  1. Upload the mtdev-humans-txt folder to the /wp-content/plugins/ directory, or install it from the WordPress plugin directory.
  2. Activate the plugin through the Plugins menu.
  3. Go to Settings -> Humans.txt to edit the content.
  4. Visit https://your-site.com/humans.txt to check the result.

FAQ

Does it create a physical file on my server?

No. The content is stored in the database and served virtually at /humans.txt. This avoids permission issues and works on multisite.

The /humans.txt URL returns a 404

Go to Settings -> Permalinks and save the changes to regenerate the rewrite rules.

Can I disable the head link?

Yes, from Settings -> Humans.txt using the matching checkbox.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“MTDEV Humans TXT”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“MTDEV Humans TXT”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “MTDEV Humans TXT”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release.