1
0
Fork 0
mirror of synced 2024-07-01 12:30:24 +12:00
ArchiveBox/archiver
Shayan Ruhifard 208501e576 fixes #61, fixes #40
The table has advanced features now. One can filter over all columns, sort all
columns asc/desc and paginate the table.
The state (filtered result, current page, sorting order and number of
entries shown) will be saved in localStorage so the user can open the
page in another window or tab and see the same output again.
2018-12-01 23:26:37 +01:00
..
templates fixes #61, fixes #40 2018-12-01 23:26:37 +01:00
tests move examples to tests 2018-06-10 21:50:09 -04:00
__init__.py re-arrange and cleanup directory structure 2018-06-10 20:52:15 -04:00
archive.py merge_links() used wrong index 2018-10-19 22:35:08 +02:00
archive_methods.py Fix archive_dot_org submit_url 2018-10-15 13:09:31 +02:00
config.py Optionally import only new links 2018-10-19 21:34:57 +02:00
index.py create robots.txt in output dir 2018-09-12 19:26:00 -04:00
links.py Add dummy favicon entry so FETCH_FAVICON='False' isn't failing 2018-11-25 23:55:12 +00:00
parse.py Enable importing files from wallabag 2018-10-08 18:45:51 +02:00
peekable.py re-arrange and cleanup directory structure 2018-06-10 20:52:15 -04:00
purge.py Add script to remove entries from index 2018-11-09 20:12:37 +00:00
requirements.txt move requirements down a level 2018-10-12 23:48:15 -04:00
util.py Fix 'Too many open files' error. 2018-11-26 02:29:56 +00:00