Commit Graph

149 Commits

Author SHA1 Message Date
59c629a0c5
Change the background-color of even entries in blocklist slightly.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-19 07:07:23 +02:00
4148c4795b
Make instance domains larger in blocklist.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-19 05:41:43 +02:00
16070d8b6f
Tweak and document nginx caching in example.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-19 04:13:41 +02:00
3b9424b6af
The type attribute is unnecessary for JavaScript resources. 2020-10-18 09:10:19 +02:00
2b2401ce4e
Size the images using CSS in blocklist.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-18 08:15:47 +02:00
68373bca00
Make entries in blocklist hyperlinkable. Add hyperlinks to RSS.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-18 08:00:27 +02:00
0f3ffb4d99
Refactor CMake recipes a bit.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-18 03:20:26 +02:00
c7ad9ed5fe
Replace certain characters in descriptions.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-18 01:27:29 +02:00
41939e249f
Add caching to nginx config in readme. 2020-10-18 00:38:46 +02:00
3a159bbbfc
Update readme.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-17 11:34:05 +02:00
2ecfeba803
Get the newest PRs when looking up the last PR number.
All checks were successful
continuous-integration/drone/push Build is passing
What was I thinking? 🤦
2020-10-17 08:31:28 +02:00
852711f1ec
Fix HTML generator name in readme.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-17 07:30:18 +02:00
0f1844ab43
Add lang attribute to generated HTML.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-17 07:12:44 +02:00
cbb202510a
Fix HTML in generators.
All checks were successful
continuous-integration/drone/push Build is passing
Apparently lists can't be in inside paragraphs.
2020-10-17 07:07:48 +02:00
3af723abd8
Use unordered lists in HTML/RSS generators.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-17 05:26:17 +02:00
a37cf52cda
Make “thumbnails” a bit bigger in HTML/RSS generators. 2020-10-17 05:15:10 +02:00
56b3f1901a
Add license footer to HTML output.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-17 03:27:36 +02:00
2e0bfd98ff
Fix tag extraction.
All checks were successful
continuous-integration/drone/push Build is passing
Attempted to read deleted memory.
2020-10-17 03:15:40 +02:00
053d41f1ee
Add lockfile locations to readme.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-17 03:07:37 +02:00
cd98545da8
Add ICU to credits. 2020-10-17 02:31:37 +02:00
3b3a308c64
Prepend fediblock-backend- to gen_{html,rss} on install.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-17 02:22:18 +02:00
9b4b439432
Use caching for new entries.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-17 01:55:29 +02:00
395b8efef2
Don't add empty tags in get_tags(). 2020-10-16 23:52:08 +02:00
f1d2c09c0b
Convert non-Linux path info in readme to note.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-15 09:20:11 +02:00
7f26934820
Fix ICU hyperlink.
Some checks reported errors
continuous-integration/drone/push Build was killed
2020-10-15 09:16:49 +02:00
b78f12dc1b
Add blocklist-location note to readme.
Some checks reported errors
continuous-integration/drone/push Build was killed
2020-10-15 09:15:26 +02:00
6bc1413b6d
rss: Fix URL in link element. 2020-10-15 09:10:25 +02:00
c3b5b71f14
rss: Better description and title.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-15 09:03:20 +02:00
250195924e
Throw better error if lockfile is not writable. 2020-10-15 08:39:09 +02:00
f59f9ebd5f
Fix CI.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-15 06:04:43 +02:00
b0c6be2366
Remove now unnecessary workaround. 2020-10-15 06:02:16 +02:00
43a29bfdba
Fix update_cached_repo(), set HEAD to origin/main.
Some checks failed
continuous-integration/drone/push Build is failing
2020-10-15 05:52:51 +02:00
9707694be6
Add support for RSS tags. Also add cgi::tolower(). 2020-10-15 04:45:43 +02:00
a23019dcf1
Change title of HTML blocklist. 2020-10-14 05:53:20 +02:00
3c898e1c1b
Add compatibility aliases.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-14 04:17:46 +02:00
75f6932ae9
Use caching in HTML and RSS generators.
Some checks failed
continuous-integration/drone/push Build is failing
2020-10-14 03:40:45 +02:00
8f5e9ec7e0
Add timeout parameter to update_cached_repo(). 2020-10-14 03:38:25 +02:00
6cf543a7b4
update_cached_repo(): Actually update. 2020-10-14 03:17:21 +02:00
eebef0aca7
update_cached_repo(): acquire credentials, init opts with functions. 2020-10-14 03:06:18 +02:00
b8eb56d50b
Fix passing of checkout options in update_cached_repo().
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-14 02:37:59 +02:00
2502081574
Throw if lockfile can't be created for 20 seconds.
Also make create_lockfile() boolean.
2020-10-14 02:35:38 +02:00
4a88652435
Add update_cached_repo().
Create lockfile, pull or clone.
2020-10-14 02:12:56 +02:00
2c58894c92
Fix git::init() and git::cleanup().
init() always used a temporary directory and cleanup() only attempted to
remove it when cache = true.
2020-10-14 02:10:17 +02:00
c3020b782d
Set, create and remove repo directory in git::init() and shutdown(). 2020-10-14 00:31:09 +02:00
f363ebacb8
Add cache option to read_json_files(). 2020-10-13 23:17:20 +02:00
d01c88e42a
Pass cache in lambda in clone() by value. 2020-10-13 23:11:26 +02:00
2cf7e6a245
Remove redundant filesystem include.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-13 20:58:45 +02:00
62f638c70f
Add get_lockfile(), create_lockfile() and remove_lockfile().
Some checks failed
continuous-integration/drone/push Build is failing
Preparation for caching the repository.
2020-10-13 20:41:03 +02:00
db18edd478
Add option to use cache dir to clone().
Preparation for caching the repository.
2020-10-13 19:25:55 +02:00
0f9736becd
Add note about the data path on non-Linux to readme. 2020-10-13 18:58:16 +02:00