* Some robots blocks.

svn path=/nixos/trunk/; revision=11762
This commit is contained in:
Eelco Dolstra 2008-05-06 08:04:28 +00:00
parent 32e3f49182
commit 5d5f48af83

View File

@ -98,10 +98,22 @@ in {
''; '';
robotsEntries = ''
User-agent: *
Disallow: /rdiff/
Disallow: /rename/
Disallow: /edit/
Disallow: /bin/
Disallow: /oops/
Disallow: /view/
Disallow: /search/
Disallow: /attach/
Disallow: /pt/bin/
'';
# !!! should not be needed # !!! should not be needed
extraModulesPre = []; extraModulesPre = [];
extraModules = []; extraModules = [];
robotsEntries = "";
globalEnvVars = []; globalEnvVars = [];
extraServerPath = []; extraServerPath = [];
extraPath = []; extraPath = [];