mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
Propagate the new name of the project
Replace all occurences of bookmark archiver with ArchiveBox. See #108
This commit is contained in:
parent
83f100fdd7
commit
f427f6ad54
12 changed files with 48 additions and 48 deletions
|
@ -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()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue