deleted some entries with missing license information

This commit is contained in:
Trilarion
2018-10-15 13:49:47 +02:00
parent 77f8806df8
commit 4788b5011e
20 changed files with 56 additions and 223 deletions

View File

@ -498,7 +498,7 @@ def generate_statistics():
statistics += '##### Keywords frequency\n\n' + '\n'.join(unique_keywords) + '\n\n'
# no download or play field
statistics += '## Entries without download or play\n\n'
statistics += '## Entries without download or play fields\n\n'
entries = []
for info in infois:
@ -509,7 +509,7 @@ def generate_statistics():
# code hosted not on github, gitlab, bitbucket, launchpad, sourceforge
popular_code_repositories = ('github.com', 'gitlab.com', 'bitbucket.org', 'code.sf.net', 'code.launchpad.net')
statistics += '## Entries with a code repository but not on a popular site\n\n'
statistics += '## Entries with a code repository not on a popular site\n\n'
entries = []
field = 'code repository'