##// END OF EJS Templates
Ellipsize fetched title if does not into the post
Ellipsize fetched title if does not into the post

File last commit:

r1962:d990a0f1 default
r1978:1a6f446b default
Show More
constants.py
4 lines | 91 B | text/x-python | PythonLexer
import re
FILE_DIRECTORY = 'files/'
REGEX_TAGS = re.compile(r'^[\w\s\d\']+$', re.UNICODE)