mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-11 16:17:12 +00:00
[svn r8067] remove nonasc
This commit is contained in:
@@ -213,7 +213,8 @@ def Parseloghtml01(year, expedition, txt):
|
|||||||
tripcave = triptitles[0].strip()
|
tripcave = triptitles[0].strip()
|
||||||
|
|
||||||
ltriptext = re.sub("</p>", "", triptext)
|
ltriptext = re.sub("</p>", "", triptext)
|
||||||
ltriptext = re.sub("\s*?\n\s*", " ", ltriptext)
|
ltriptext = re.sub("\s*?\n\s*", " ", ltriptext)
|
||||||
|
ltriptext = re.sub("<p>", "\n\n", ltriptext).strip()
|
||||||
#ltriptext = re.sub("[^\s0-9a-zA-Z\-.,:;'!]", "NONASCII", ltriptext)
|
#ltriptext = re.sub("[^\s0-9a-zA-Z\-.,:;'!]", "NONASCII", ltriptext)
|
||||||
|
|
||||||
#print ldate, trippeople.strip()
|
#print ldate, trippeople.strip()
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
from localsettings import *
|
from localsettingsserver import *
|
||||||
# Django settings for troggle2 project.
|
# Django settings for troggle2 project.
|
||||||
|
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
|
|||||||
Reference in New Issue
Block a user