Reference to source code
This commit is contained in:
parent
a1171cfa21
commit
4f72bf3ee0
@ -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.
|
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)
|
""" % time.strftime("%Y-%m-%dT%H:%M:%SZ", time.gmtime(time.time())), file=output)
|
||||||
for rfc in sorted(rfcs.keys(), reverse=True):
|
for rfc in sorted(rfcs.keys(), reverse=True):
|
||||||
print("=> /rfc-mirror/rfc%s.txt RFC %s \"%s\"" % (rfc, rfc, rfcs[rfc]['title']), file=output)
|
print("=> /rfc-mirror/rfc%s.txt RFC %s \"%s\"" % (rfc, rfc, rfcs[rfc]['title']), file=output)
|
||||||
|
Loading…
Reference in New Issue
Block a user