Ranking
This commit is contained in:
@@ -7,9 +7,10 @@ import lib_html as HTML
|
||||
def process(per_page=60):
|
||||
print('generating html: app-index ...')
|
||||
title = 'Apps (A–Z)'
|
||||
header = HTML.h2(HTML.a_path([('Results', '/results/')], title))
|
||||
p, a = HTML.write_app_pages(mylib.path_out('index', 'apps'),
|
||||
mylib.appids_in_out(), title,
|
||||
per_page=per_page, pre=HTML.h2(title))
|
||||
per_page=per_page, pre=header)
|
||||
print(' {} apps'.format(a))
|
||||
print(' {} pages'.format(p))
|
||||
print('')
|
||||
|
||||
Reference in New Issue
Block a user