1
0
Fork 0
mirror of synced 2024-06-02 18:44:59 +12:00
Commit graph

408 commits

Author SHA1 Message Date
Nick Sweeting 9cb2eafefc
fix coc email 2018-12-21 18:22:40 -05:00
Nick Sweeting 3085a6a758 clean up binaries in PATH 2018-12-21 18:21:03 -05:00
Nick Sweeting e15c7be234
add new README for binaries 2018-12-21 18:18:19 -05:00
Nick Sweeting 5fcb5681f7
Create README.md 2018-12-21 18:14:37 -05:00
Nick Sweeting ead50006a6
Update DONATE.md 2018-12-21 18:12:15 -05:00
Nick Sweeting c2bc09c0fa move CODE_OF_CONDUCT down a level 2018-12-21 18:09:34 -05:00
Nick Sweeting e9933c6702 move contributing down a level 2018-12-21 18:09:03 -05:00
Nick Sweeting 0579ec661d move template to subfolder 2018-12-21 18:08:04 -05:00
Nick Sweeting f8c6601414
Create PULL_REQUEST_TEMPLATE.md 2018-12-21 18:06:55 -05:00
Nick Sweeting b120f7c718 move tests into archiver folder 2018-12-21 18:04:16 -05:00
Nick Sweeting e4ca64fa40 add example cron 2018-12-21 18:01:55 -05:00
Nick Sweeting 4efcc37022
Create CONTRIBUTING.md 2018-12-21 17:58:59 -05:00
Nick Sweeting 92b68d6d77
Update issue templates 2018-12-21 17:57:01 -05:00
Nick Sweeting 4af766a5aa
Merge pull request #126 from pirate/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2018-12-21 14:56:28 -08:00
Nick Sweeting 3a9b7a1a7c
Create CODE_OF_CONDUCT.md 2018-12-21 17:56:20 -05:00
Nick Sweeting 483a3bef9e
Merge pull request #125 from W1lkins/fix-symlinks
Fix the setup/archive symlinks
2018-12-21 14:42:45 -08:00
W1lkins 9d900b9025
add old locations too 2018-12-21 22:41:30 +00:00
W1lkins 2d73d8884b
fix the setup/archive symlinks 2018-12-21 22:10:25 +00:00
Nick Sweeting 0b48fd376f
Merge pull request #124 from f0086/new-name-propagation
Propagate the new name of the project
2018-12-21 11:39:37 -08:00
Nick Sweeting 1278cbd219
Update README.md
Co-Authored-By: f0086 <mail@aaron-fischer.net>
2018-12-21 20:39:06 +01:00
Aaron Fischer f427f6ad54 Propagate the new name of the project
Replace all occurences of bookmark archiver with ArchiveBox.
See #108
2018-12-20 16:13:55 +01:00
Nick Sweeting 83f100fdd7
update roadmap 2018-12-20 00:32:05 -08:00
Nick Sweeting 5747d0749c
rename to ArchiveBox 2018-12-20 00:04:15 -08:00
Nick Sweeting 7e50e6031e move dataTable off CDN to local staticfile and start with 100 rows 2018-12-17 21:57:49 -08:00
Nick Sweeting baf0805412
Merge pull request #118 from 5hay/search-frontend-js
Make table filterable, sortable and provide pagination
2018-12-01 23:44:19 +01:00
Nick Sweeting 244596f9ad
Merge pull request #117 from FiloSottile/patch-2
README: fix donations link
2018-12-01 23:43:20 +01:00
Filippo Valsorda 7f8a150a2b
README: fix donations link 2018-12-01 17:34:45 -05:00
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
Nick Sweeting 4cdadaae6d
Merge pull request #116 from karlicoss/tests
Basic integration test fixture and couple of tests
2018-11-29 15:46:18 +00:00
Dima Gerasimov c58659036b Basic integration test fixture and couple of tests 2018-11-27 22:22:04 +00:00
Nick Sweeting 1cbbf7204d
Merge pull request #114 from karlicoss/fix-favicon
Add dummy favicon entry so FETCH_FAVICON='False' isn't failing
2018-11-26 16:23:22 -05:00
Nick Sweeting c684eb045d
Merge pull request #115 from karlicoss/fix-descriptor-leak
Fix 'Too many open files' error.
2018-11-26 16:22:32 -05:00
Dima Gerasimov 03c1b0009c Fix 'Too many open files' error.
Happened before after continuous archiving of few hundreds links.

Fix by:
* setting process object to `None` to trigger GC finalizer cleanup of pipe descriptors
* protecting against double cleanup
2018-11-26 02:29:56 +00:00
Dima Gerasimov b0ffc9c076 Add dummy favicon entry so FETCH_FAVICON='False' isn't failing 2018-11-25 23:55:12 +00:00
Nick Sweeting 91d60364de
Update README.md 2018-11-22 22:47:35 -05:00
Nick Sweeting e302199f54
Merge pull request #112 from karlicoss/purger
Add script to remove entries from index
2018-11-12 10:51:53 -05:00
Dmitrii Gerasimov 157f1be0d0
fix typo in readme 2018-11-12 08:17:30 +00:00
Dima Gerasimov 75c062f33e Add script to remove entries from index 2018-11-09 20:12:37 +00:00
Nick Sweeting 3ef4fa2387
Update README.md 2018-11-05 15:36:11 -05:00
Nick Sweeting 5260de403e
Update README.md 2018-10-31 00:09:29 -04:00
Nick Sweeting 678ce229c4
Merge pull request #107 from f0086/import-only-new-links
Optionally import only new links
2018-10-25 23:31:16 -04:00
Nick Sweeting a2f5fa8ba6 Use a more appropriate coding style from @pirate.
Co-Authored-By: f0086 <mail@aaron-fischer.net>
2018-10-24 21:10:41 +02:00
Nick Sweeting dbb87311ed
Update README.md 2018-10-23 12:54:03 -04:00
Nick Sweeting fd6553f958
Update README.md 2018-10-23 12:18:34 -04:00
Nick Sweeting 65c8d70e9b
Update README.md 2018-10-23 12:10:36 -04:00
Aaron Fischer ebc327bb89 Make O(n^2) loop to an O(n) problem. 2018-10-21 22:36:32 +02:00
Aaron Fischer b1b6be4f13
merge_links() used wrong index
Because merge_links() use the index, we need to get the new_links() _before_ we manipulate the index with write_links_index(). This has the negative side effect that the "Adding X new links ..." will output twice (because we execute merge_links() twice. For that, we only output stuff when the only_new is not set.
2018-10-19 22:35:08 +02:00
Aaron Fischer 69c007ce85 Optionally import only new links
When importing a huge list of links periodically (from a big dump of
links from a bookmark service for example) with a lot of broken links,
this links will always be rechecked. To skip this, the environment
variable ONLY_NEW can be used to only import new links and skip the rest
altogether. This partially fixes #95.
2018-10-19 21:34:57 +02:00
Nick Sweeting bf6e8f03e4
Merge pull request #105 from flagello/fix-archive-dot-org
Fix archive_dot_org
2018-10-16 15:12:28 -04:00
William Esz a59d609571 Fix archive_dot_org submit_url
It was removing functional query parameters. (e.g., https://news.ycombinator.com/item?id=18216459)
2018-10-15 13:09:31 +02:00