[help texts when posting was rejected Panu Kalliokoski **20100331064316] { hunk ./piki.py 238 - if len(del_lines) > 30: return "too much deleted text" + if len(del_lines) > 30: return "Too much deleted text." hunk ./piki.py 243 - if link_count > 3: return "too many new links" + if link_count > 3: return "Too many new external links." hunk ./piki.py 245 - if not common_old: return "old content seems to be spoofed" + if not common_old: return "Old content seems to be spoofed." hunk ./piki.py 272 - print "

Boo! %s

" % problem + print "

Boo: %s

" % problem + print "

Here's your post:

%s
" % savetext hunk ./piki.py 289 - problem = "Don't add links!" + problem = "Don't add external links." hunk ./piki.py 292 - print "

Boo! %s

" % problem + print "

Boo: %s

" % problem + print "

Here's your post:

%s
" % comment }