deleted some entries with missing license information
This commit is contained in:
@ -17,7 +17,6 @@
|
||||
"https://git.code.sf.net/p/bygfoot/git",
|
||||
"https://git.code.sf.net/p/dangerdeep/git",
|
||||
"https://git.code.sf.net/p/dnt/code",
|
||||
"https://git.code.sf.net/p/dropshock/code",
|
||||
"https://git.code.sf.net/p/dunedynasty/dunedynasty",
|
||||
"https://git.code.sf.net/p/dunelegacy/code",
|
||||
"https://git.code.sf.net/p/epicheroes/code",
|
||||
@ -31,7 +30,6 @@
|
||||
"https://git.code.sf.net/p/rmoffice/code",
|
||||
"https://git.code.sf.net/p/sc2/uqm",
|
||||
"https://git.code.sf.net/p/snowstorm/git",
|
||||
"https://git.code.sf.net/p/solar-empire/code",
|
||||
"https://git.code.sf.net/p/space-war-2/git",
|
||||
"https://git.code.sf.net/p/stars-nova/code",
|
||||
"https://git.net-core.org/tome/t-engine4.git",
|
||||
@ -81,7 +79,6 @@
|
||||
"https://github.com/LibreGamesArchive/galaxymageredux.git",
|
||||
"https://github.com/LibreGamesArchive/silvertree.git",
|
||||
"https://github.com/LionsPhil/mewl.git",
|
||||
"https://github.com/Lozza999/scoreos.git",
|
||||
"https://github.com/LynxAbraxas/ctp2.git",
|
||||
"https://github.com/MattMatt0240/DemiGod.git",
|
||||
"https://github.com/MegaGlest/megaglest-source.git",
|
||||
@ -398,7 +395,6 @@
|
||||
"https://svn.code.sf.net/p/freemars/code/",
|
||||
"https://svn.code.sf.net/p/freesynd/code/",
|
||||
"https://svn.code.sf.net/p/fsc/code/",
|
||||
"https://svn.code.sf.net/p/kralovstvi/code/",
|
||||
"https://svn.code.sf.net/p/opencity/code/",
|
||||
"https://svn.code.sf.net/p/openpopulous/code/",
|
||||
"https://svn.code.sf.net/p/opensnc/code/",
|
||||
|
@ -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'
|
||||
|
Reference in New Issue
Block a user