Mercurial > p > roundup > code
annotate website/www/robots.txt @ 6908:3260926d7e7e
fix postgresl-fts indexer: get_indexer reported not implemented
When I implemented postgresql fts indexing I forgot to remove code
that raised NotImplemented when it was requested. Also had to fix
import to match filename.
Added tests for native-fts paths in get_indexer.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 03 Sep 2022 17:58:41 -0400 |
| parents | 5855a6a26bdd |
| children |
| rev | line source |
|---|---|
|
6667
5855a6a26bdd
Add sitemap to docs. Also add robots.txt to advertize sitemap.
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
1 User-agent: * |
|
5855a6a26bdd
Add sitemap to docs. Also add robots.txt to advertize sitemap.
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
2 |
|
5855a6a26bdd
Add sitemap to docs. Also add robots.txt to advertize sitemap.
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
3 Sitemap: https://www.roundup-tracker.org/sitemap.xml |
|
5855a6a26bdd
Add sitemap to docs. Also add robots.txt to advertize sitemap.
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
4 |
