1
0
Fork 0
mirror of synced 2024-08-23 22:11:58 +12:00
Commit graph

427 commits

Author SHA1 Message Date
Nick Sweeting
2903fead90 fix nginx example config to use new name 2018-12-31 20:55:38 -05:00
Nick Sweeting
2de183a980 fix archivebox links 2018-12-31 20:54:32 -05:00
Nick Sweeting
57d42339a4 rename pip dir archive to archivebox 2018-12-31 20:53:01 -05:00
Nick Sweeting
86ae073d5c
Update README.md 2018-12-31 20:30:02 -05:00
Nick Sweeting
2f723c564d
Update README.md 2018-12-31 20:16:16 -05:00
Nick Sweeting
e6a52a9f20
Update README.md 2018-12-31 20:15:15 -05:00
Nick Sweeting
3ac4c158c4
Switch to wiki for documentation 2018-12-31 20:12:17 -05:00
Nick Sweeting
4163d1ee0d
Update README.md 2018-12-22 19:01:12 -05:00
Nick Sweeting
c754dbd53d
Update README.md 2018-12-22 19:00:17 -05:00
Nick Sweeting
a9c115ed49
Update README.md 2018-12-21 18:46:43 -05:00
Nick Sweeting
f4f97ac0cd
Update README.md 2018-12-21 18:44:22 -05:00
Nick Sweeting
303aeeeaf0
Update README.md 2018-12-21 18:43:04 -05:00
Nick Sweeting
2429b72728
Update README.md 2018-12-21 18:42:30 -05:00
Nick Sweeting
b455c7952c Set theme jekyll-theme-merlot 2018-12-21 18:40:34 -05:00
Nick Sweeting
13f95c4129
Update README.md 2018-12-21 18:35:19 -05:00
Nick Sweeting
1293651c63
add data folders to gitignore 2018-12-21 18:27:34 -05:00
Nick Sweeting
eb9357a952
fix old executable paths 2018-12-21 18:25:10 -05:00
Nick Sweeting
d5ab80e9f2
Update README.md 2018-12-21 18:24:34 -05:00
Nick Sweeting
e65ac8cbbf
Update README.md 2018-12-21 18:24:06 -05:00
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