Merge pull request #54 from netzbegruenung/detect-josephknowsbest

Detect josephknowsbest, data update
This commit is contained in:
Marian Steinbach 2018-08-10 16:59:55 +02:00 committed by GitHub
commit e1bac23ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10936 additions and 9206 deletions

File diff suppressed because it is too large Load Diff

View File

@ -555,6 +555,8 @@ def check_site(entry):
# No generator Tag. Use HTML content.
if 'Urwahl3000' in c['content']['html']:
result['details']['cms'] = "wordpress-urwahl"
elif 'josephknowsbest' in c['content']['html'] or 'Joseph-knows-best' in c['content']['html']:
result['details']['cms'] = "wordpress-josephknowsbest"
elif 'wordpress' in c['content']['html']:
result['details']['cms'] = "wordpress"

File diff suppressed because it is too large Load Diff