Skip to content

Commit

Permalink
AlternateHistory is on XenForo2 now
Browse files Browse the repository at this point in the history
...this was the last site I had in old XenForo, so I will probably want
to clean that up soon.
  • Loading branch information
kemayo committed Nov 24, 2024
1 parent 0cac7ff commit ef43295
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions sites/xenforo.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,13 +353,3 @@ def matches(cls, url):

def _chapter_list(self, url):
return self._chapter_list_index(url)


@register
class AlternateHistory(XenForo):
domain = 'www.alternatehistory.com/forum'


@register
class AlternateHistoryIndex(AlternateHistory, XenForoIndex):
_key = "AlternateHistory"
10 changes: 10 additions & 0 deletions sites/xenforo2.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,13 @@ class QuestionableQuesting(XenForo2):
@register
class QuestionableQuestingIndex(QuestionableQuesting, XenForoIndex):
_key = "QuestionableQuesting"


@register
class AlternateHistory(XenForo2):
domain = 'www.alternatehistory.com/forum'


@register
class AlternateHistoryIndex(AlternateHistory, XenForoIndex):
_key = "AlternateHistory"

0 comments on commit ef43295

Please sign in to comment.