mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-06-05 22:09:23 +02:00
Test RSS for sitemap
This commit is contained in:
14
Source/Modules/Sitemap.py
Normal file
14
Source/Modules/Sitemap.py
Normal file
@ -0,0 +1,14 @@
|
||||
""" ================================= |
|
||||
| This file is part of |
|
||||
| staticoso |
|
||||
| Just a simple Static Site Generator |
|
||||
| |
|
||||
| Licensed under the AGPLv3 license |
|
||||
| Copyright (C) 2022, OctoSpacc |
|
||||
| ================================= """
|
||||
|
||||
import urllib
|
||||
from Modules.Utils import *
|
||||
|
||||
def MakeSitemap(Pages, SiteName, SiteTagline, SiteDomain, MaxEntries, Lang, Minify=False):
|
||||
return None # urllib.parse.quote(query)
|
Reference in New Issue
Block a user