[cpif] r421 - trunk/frontend-web
svn at argo.es
svn at argo.es
Tue Oct 23 20:26:19 CEST 2007
Author: jcea
Date: Tue Oct 23 20:26:18 2007
New Revision: 421
Log:
Modified:
trunk/frontend-web/url_robots_txt.py
Modified: trunk/frontend-web/url_robots_txt.py
==============================================================================
--- trunk/frontend-web/url_robots_txt.py (original)
+++ trunk/frontend-web/url_robots_txt.py Tue Oct 23 20:26:18 2007
@@ -10,24 +10,24 @@
if len(path)!=1 : return None
return (200,{"Content-Type":"text/plain"},
- "Sitemap: %s/sitemap.xml\r\n
-\r\n
-User-agent: *\r\n
-Disallow: /INVALIDA\r\n
-Disallow: /LOGIN\r\n
-Disallow: /edit_config\r\n
-Disallow: /edit_metatags\r\n
-Disallow: /email_confirmation\r\n
-Disallow: /get_msg_source_AJAX\r\n
-Disallow: /logout\r\n
-Disallow: /new_user_confirmation\r\n
-Disallow: /nuevo_hilo_POST\r\n
-Disallow: /nuevo_hilo_privado_POST\r\n
-Disallow: /nuevo_post_POST\r\n
-Disallow: /nuevo_usuario_POST\r\n
-Disallow: /perfil\r\n
-Disallow: /perfil_POST\r\n
-Disallow: /stop\r\n
-Disallow: /todo_leido\r\n
+ "Sitemap: %s/sitemap.xml\r\n\
+\r\n\
+User-agent: *\r\n\
+Disallow: /INVALIDA\r\n\
+Disallow: /LOGIN\r\n\
+Disallow: /edit_config\r\n\
+Disallow: /edit_metatags\r\n\
+Disallow: /email_confirmation\r\n\
+Disallow: /get_msg_source_AJAX\r\n\
+Disallow: /logout\r\n\
+Disallow: /new_user_confirmation\r\n\
+Disallow: /nuevo_hilo_POST\r\n\
+Disallow: /nuevo_hilo_privado_POST\r\n\
+Disallow: /nuevo_post_POST\r\n\
+Disallow: /nuevo_usuario_POST\r\n\
+Disallow: /perfil\r\n\
+Disallow: /perfil_POST\r\n\
+Disallow: /stop\r\n\
+Disallow: /todo_leido\r\n\
Disallow: /toggle\r\n" %base_url)
More information about the cpif
mailing list