X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git;a=blobdiff_plain;f=search-tags.py;h=8e047e1b400fb46fdd79bb1c0f5652f249091433;hp=8d322d12057ed3290646c67c3c99b94846a6e877;hb=5c8f53a810fb2d55ff9381810dd1427ed7201949;hpb=ed552696f81f160ff233a268cbc9b506e76edce9 diff --git a/search-tags.py b/search-tags.py index 8d322d1..8e047e1 100755 --- a/search-tags.py +++ b/search-tags.py @@ -1,4 +1,5 @@ #! /usr/bin/env python +# coding: koi8-r """Search tags CGI""" __author__ = "Oleg Broytman " @@ -35,7 +36,7 @@ else: redirect("/Russian/blog/tags/%s.html" % tag, status="301 Moved") sys.exit() status = "404 Tag not found" - title = "Error!" - body = "Tag does not exist!" + title = "ïÛÉÂËÁ!" + body = "ôÅÇ %s ÎÅ ÓÕÝÅÓÔ×ÕÅÔ!" % tag response(title, body, status)