Mercurial > hg > rlgallery-misc
annotate py/rlgnotes @ 100:44e8aaa20d02 default tip
Fix the format of archive links.
| author | John "Elwin" Edwards |
|---|---|
| date | Wed, 03 Aug 2022 20:49:38 -0400 |
| parents | d417016bbf73 |
| children |
| rev | line source |
|---|---|
| 61 | 1 #!/usr/bin/python3 |
| 2 | |
| 3 import os | |
| 4 import sys | |
| 5 import datetime | |
| 6 import rlgall | |
| 7 import pytz | |
| 8 | |
| 91 | 9 navbar = '<div class="nav"><a href="/">RLGallery</a> -> \ |
| 61 | 10 <a href="/notes/">Notes</a> -> {0}</div>' |
| 11 | |
| 12 rsshead = """<?xml version="1.0" encoding="UTF-8"?> | |
| 13 <rss version="2.0"> | |
| 14 <channel> | |
| 15 <title>Roguelike Gallery</title> | |
| 16 <description>News and notes from the Roguelike Gallery.</description> | |
| 91 | 17 <link>https://rlgallery.org/notes/</link> |
| 61 | 18 """ |
