Reference to source code

This commit is contained in:
Stephane Bortzmeyer 2021-03-27 17:57:09 +01:00
parent a1171cfa21
commit 4f72bf3ee0
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ print("""
This index was built on %s from the rfc-index.xml file found at rsync::ftp.rfc-editor.org::rfcs-text-only.
=> https://forge.chapril.org/bortzmeyer/rfc2gemini Source code of the conversion program
""" % time.strftime("%Y-%m-%dT%H:%M:%SZ", time.gmtime(time.time())), file=output)
for rfc in sorted(rfcs.keys(), reverse=True):
print("=> /rfc-mirror/rfc%s.txt RFC %s \"%s\"" % (rfc, rfc, rfcs[rfc]['title']), file=output)