First version

Generate RSS feeds from url
Generate a basic website
Upload to FTP
This commit is contained in:
Cyril NOVEL 2026-05-08 16:22:00 +02:00
commit a0e1913939
5 changed files with 222 additions and 0 deletions

30
template.html Normal file
View file

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<title>Flux RSS pour villes et villages couverts par le groupe EBRA</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>
body {
background-color: rgb(245, 238, 220);
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
footer {
font-size: small;
color: rgb(65, 65, 65);
}
ul {
list-style-type: none;
padding: 0;
}
</style>
</head>
<body>
<h1>Flux RSS</h1>
<h2>Listes des villes couvertes par cette instance</h2>
<ul>
$$$TOWN_LIST$$$
</ul>
<footer>Généré à $$$GENERATED_DATETIME$$$ - <a href="https://onnula.fr/forgejo/cyril/RSSEbra">Source</a></footer>
</body>
</html>