Propagate the new name of the project

Replace all occurences of bookmark archiver with ArchiveBox.
See #108
This commit is contained in:
Aaron Fischer 2018-12-20 14:13:50 +01:00
parent 83f100fdd7
commit f427f6ad54
12 changed files with 48 additions and 48 deletions

View file

@ -43,8 +43,8 @@ def write_json_links_index(out_dir, links):
path = os.path.join(out_dir, 'index.json')
index_json = {
'info': 'Bookmark Archiver Index',
'help': 'https://github.com/pirate/bookmark-archiver',
'info': 'ArchiveBox Index',
'help': 'https://github.com/pirate/ArchiveBox',
'version': GIT_SHA,
'num_links': len(links),
'updated': str(datetime.now().timestamp()),