Initial commit to Gitea

This commit is contained in:
2026-07-07 13:56:09 +02:00
parent 0dd018bbc6
commit 631559f134
13 changed files with 4417 additions and 1915 deletions
@@ -134,6 +134,10 @@ class cRequestHandler:
self._Status = str(e)
return f'<!-- Error {e} -->' if not self.ignoreErrors else ''
# Alias for getHtml() - used by original xStream site plugins
def request(self, encoding='utf-8'):
return self.getHtml(encoding)
def getJson(self):
import json
text = self.getHtml()