renaming myself, wording tweaks
This commit is contained in:
parent
1830a5f64d
commit
8ddca86ff0
4 changed files with 6 additions and 6 deletions
2
feed.py
2
feed.py
|
@ -11,7 +11,7 @@ def feedgen(local=False):
|
|||
os.remove("build/feed.xml")
|
||||
# write header
|
||||
header = open("build/feed.xml", "a")
|
||||
header.write("<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<rss version=\"2.0\" xmlns:atom=\"http://www.w3.org/2005/Atom\">\n<channel>\n<atom:link href=\"https://tre.praze.net/fic/feed.xml\" rel=\"self\" type=\"application/rss+xml\" />\n<title>Tré’s fic archive</title>\n<link>https://tre.praze.net/fic</link>\n<description>All my fanfiction</description>\n<language>en-gb</language>\n")
|
||||
header.write("<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<rss version=\"2.0\" xmlns:atom=\"http://www.w3.org/2005/Atom\">\n<channel>\n<atom:link href=\"https://tre.praze.net/fic/feed.xml\" rel=\"self\" type=\"application/rss+xml\" />\n<title>Mez’s fic archive</title>\n<link>https://tre.praze.net/fic</link>\n<description>All my fanfiction</description>\n<language>en-gb</language>\n")
|
||||
header.close()
|
||||
datelist = []
|
||||
ficcount = 500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue