Skip to content

Commit

Permalink
NF: robots.txt for the website
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Oct 24, 2008
1 parent f16aabe commit 81b7518
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -145,6 +145,8 @@ website-stamp: mkdir-WWW_DIR apidoc htmldoc pdfdoc
cp doc/pics/favicon.png $(WWW_DIR)/_images/
# for those who do not care about <link> and just trying to download it
cp doc/pics/favicon.png $(WWW_DIR)/favicon.ico
# provide robots.txt to minimize unnecessary traffic
cp doc/_static/robots.txt $(WWW_DIR)/
touch $@

upload-website: website
Expand Down
5 changes: 5 additions & 0 deletions doc/_static/robots.txt
@@ -0,0 +1,5 @@
# robots.txt for http://www.pymvpa.org

User-agent: *
Disallow: /files/pymvpa_exampledata.tar.bz2

0 comments on commit 81b7518

Please sign in to comment.