robots.txt
authorWilliam Pearson <uiri00@gmail.com>
Sun, 20 Jan 2019 01:44:00 +0000 (01:44 +0000)
committerWilliam Pearson <uiri00@gmail.com>
Fri, 15 Mar 2019 02:28:18 +0000 (02:28 +0000)
commit3dadaa4432b442d75b0ac0425aa05527d52f0e7a
tree84b54ea9b38a8765a3cdda450e4bf9d61a9e7c4c
parent4e72762322a5616ce426df62888ee3bc7af19dc8
robots.txt

Add default robots.txt that allows bots access to all paths.
Add mix task to generate robots.txt taht allows bots access to no paths.
Document custom emojis, MRF and static_dir
static_dir documentation includes docs for the robots.txt Mix task.
docs/Custom-Emoji.md [new file with mode: 0644]
docs/Message-Rewrite-Facility-configuration.md [new file with mode: 0644]
docs/static_dir.md [new file with mode: 0644]
lib/mix/tasks/pleroma/robotstxt.ex [new file with mode: 0644]
lib/pleroma/plugs/instance_static.ex
lib/pleroma/web/endpoint.ex
priv/static/robots.txt [new file with mode: 0644]