From 42d92aaedc15a6800d4b7211860180282f2dce71 Mon Sep 17 00:00:00 2001 From: rich Date: Sun, 24 Oct 2004 11:12:42 +0000 Subject: [PATCH] More image spam. All image spam seen so far comes from people searching on google for the phrase "upload image". Adding noindex headers to the relevant images and files pages should eliminate this entirely. Bumped version for release. --- templates/delete_file_form.html | 1 + templates/delete_image_form.html | 1 + templates/files.html | 1 + templates/images.html | 1 + templates/undelete_file_form.html | 1 + templates/undelete_image_form.html | 1 + templates/upload_file_form.html | 1 + templates/upload_image_form.html | 1 + 8 files changed, 8 insertions(+) diff --git a/templates/delete_file_form.html b/templates/delete_file_form.html index 31062ae..48ee840 100644 --- a/templates/delete_file_form.html +++ b/templates/delete_file_form.html @@ -2,6 +2,7 @@ Delete file + diff --git a/templates/delete_image_form.html b/templates/delete_image_form.html index e46c83e..900fe8c 100644 --- a/templates/delete_image_form.html +++ b/templates/delete_image_form.html @@ -2,6 +2,7 @@ Delete image + diff --git a/templates/files.html b/templates/files.html index 71a7bc5..c47b8b0 100644 --- a/templates/files.html +++ b/templates/files.html @@ -1,6 +1,7 @@ + Files diff --git a/templates/images.html b/templates/images.html index 3010085..4022872 100644 --- a/templates/images.html +++ b/templates/images.html @@ -2,6 +2,7 @@ Images + diff --git a/templates/undelete_file_form.html b/templates/undelete_file_form.html index 1d325e1..7160645 100644 --- a/templates/undelete_file_form.html +++ b/templates/undelete_file_form.html @@ -2,6 +2,7 @@ Restore file + diff --git a/templates/undelete_image_form.html b/templates/undelete_image_form.html index 31b7b47..4d899c5 100644 --- a/templates/undelete_image_form.html +++ b/templates/undelete_image_form.html @@ -2,6 +2,7 @@ Restore image + diff --git a/templates/upload_file_form.html b/templates/upload_file_form.html index 118165d..3197713 100644 --- a/templates/upload_file_form.html +++ b/templates/upload_file_form.html @@ -2,6 +2,7 @@ Upload file + diff --git a/templates/upload_image_form.html b/templates/upload_image_form.html index 0b21685..01c2a21 100644 --- a/templates/upload_image_form.html +++ b/templates/upload_image_form.html @@ -2,6 +2,7 @@ Upload image + -- 1.8.3.1