mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
License work
This commit is contained in:
@@ -4,10 +4,10 @@ import marko
|
||||
|
||||
|
||||
def generate():
|
||||
licenses = open('../LICENSE.md').read().split('---')[0]
|
||||
# licenses = open('../LICENSE.md').read().split('---')[0]
|
||||
|
||||
text_md = open('text.md').read()
|
||||
text_md = text_md.replace('{licenses}', licenses)
|
||||
# text_md = text_md.replace('{licenses}', licenses)
|
||||
|
||||
text_html = marko.convert(text_md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user