mirror of
https://github.com/kemayo/leech
synced 2026-05-09 05:20:46 +02:00
Include AlternateHistory as a xenforo site
Fixes #18. Well, makes it unnecessary. Strictly, it'd maybe still be useful to show how to do a XenForo site via `arbitary`.
This commit is contained in:
parent
0f117f8625
commit
b3f4e720d0
1 changed files with 8 additions and 0 deletions
|
|
@ -265,3 +265,11 @@ class QuestionableQuesting(XenForo):
|
||||||
@register
|
@register
|
||||||
class QuestionableQuestingIndex(QuestionableQuesting, XenForoIndex):
|
class QuestionableQuestingIndex(QuestionableQuesting, XenForoIndex):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@register
|
||||||
|
class AlternateHistory(XenForo):
|
||||||
|
domain = 'www.alternatehistory.com/forum'
|
||||||
|
|
||||||
|
@register
|
||||||
|
class AlternateHistoryIndex(AlternateHistory, XenForoIndex):
|
||||||
|
pass
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue