diff --git a/build/archive.css b/build/archive.css
index a6cc133..79674d3 100644
--- a/build/archive.css
+++ b/build/archive.css
@@ -135,12 +135,19 @@ div.fic h1 span.ficnoprelim {
font-size: 0.6em;
}
-div.fic h1 span.abandoned {
+div.fic h1 span.abandoned, div.fic h1 span.incomplete {
font-weight: normal;
- background-color: #9c0000;
color: white;
}
+div.fic h1 span.abandoned {
+ background-color: #9c0000;
+}
+
+div.fic h1 span.incomplete {
+ background-color: #8ab60b;
+}
+
div.fic ul.ficlinks li, div.fic ul.ficmeta li {
list-style: none;
}
diff --git a/events.py b/events.py
index 1c8b821..bb948b2 100644
--- a/events.py
+++ b/events.py
@@ -86,11 +86,11 @@ def eventlist(local=False):
position += 1
eventlocation = (eventlist[position])["location"]
if eventlocation == "dwjournal":
- filewrite.write("
" + theevent.replace("-","_")+ "")
+ filewrite.write("
" + theevent.replace("-","_")+ "")
elif eventlocation == "dwcomm":
- filewrite.write("
" + theevent.replace("-","_") + "")
+ filewrite.write("
" + theevent.replace("-","_") + "")
elif eventlocation == "ljjournal":
- filewrite.write("
" + theevent.replace("-","_")+ "")
+ filewrite.write("
" + theevent.replace("-","_")+ "")
else:
filewrite.write(theevent)
filewrite.write(" (" + str(len(evententries)) + ": " + ", ".join(eventfandoms) + ")\n")
diff --git a/feed.py b/feed.py
index 7ce5c91..cb234ca 100644
--- a/feed.py
+++ b/feed.py
@@ -160,8 +160,7 @@ def feedgen(local=False):
filewrite.write(", " + thegenre)
genred = True
filewrite.write("\n")
- futuredate = date + datetime.timedelta(days=2)
- filewrite.write(futuredate.strftime("%a, %-d %b %Y"))
+ filewrite.write(date.strftime("%a, %-d %b %Y"))
filewrite.write(" 00:00:00 GMT\n")
if local:
filewrite.write("/home/mdd/Documents/proj/fic-archive/build/")
diff --git a/headerfooter.py b/headerfooter.py
index 02cb828..b8c8d0e 100644
--- a/headerfooter.py
+++ b/headerfooter.py
@@ -39,5 +39,5 @@ def footerwrite(output,main=False,local=False):
footer.write("/home/mdd/Documents/proj/fic-archive/build/")
else:
footer.write("/fic/")
- footer.write("verify/index.html?returnto=${window.location}`; }\n\n