45 Commits

Author SHA1 Message Date
23031b0dc9
commits: Replace newlines in commit message with <br>.
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-21 12:14:26 +02:00
f869ed9df2
Fix time conversion.
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-21 12:05:36 +02:00
1e52e8edac
Add date to commit items. 2021-04-21 12:05:14 +02:00
6b08adce38
Add support for commits.
All checks were successful
continuous-integration/drone/push Build is passing
Bug: #2
2021-04-21 11:03:39 +02:00
98b6572b14
Don't call tags releases in RSS output. 2021-04-21 10:32:15 +02:00
089534e07d
Add link to release in RSS.
All checks were successful
continuous-integration/drone/push Build is passing
Previously releases had no own page. Now they have.
2020-10-27 12:17:52 +01:00
c0eb7494e1
Use namespace, fix some warnings. 2020-10-27 12:05:50 +01:00
fa225ff8e7
Remove debug statement.
All checks were successful
continuous-integration/drone/push Build is passing
Oops! 🤭
2020-10-24 20:56:41 +02:00
953c1cf3e7
Replace POCO with CURL.
Some checks failed
continuous-integration/drone/push Build is failing
2020-10-24 17:02:25 +02:00
5906db11da
Change jsoncpp discovery from CMake to pkg-config.
Some checks failed
continuous-integration/drone/push Build is failing
CMake is deprecated by upstream.
2020-05-01 20:30:07 +02:00
d9d28dd707
Percent-decode proxy username and password.
Some checks reported errors
continuous-integration/drone/push Build was killed
2019-08-25 05:05:36 +02:00
c19f5681a2
Use regex to extract proxy settings from environment variable.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-25 04:22:32 +02:00
c7e36a7297
Fix path of jsoncpp headers.
All checks were successful
continuous-integration/drone/push Build is passing
The prefix is set via CMake. By putting in it the source files too, we were
incompatible with distributions that put them somewhere else.
2019-08-12 19:52:31 +02:00
31013f5192
Don't throw exception if environment variables are not set.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-10 20:22:27 +02:00
7b0920ee95
Switched from curlpp to POCO. 2019-08-09 22:38:28 +02:00
eee64c1f2d
Modernized CMake config. 2019-08-09 21:31:00 +02:00
820d1b8e17
Escape & in URLs.
All checks were successful
the build was successful
2019-04-22 12:20:44 +02:00
4e62eb1fcc
Updated usage message.
All checks were successful
the build was successful
2019-04-22 11:31:58 +02:00
067fba7447
Rewrote escape_some_html() slightly and enhanced the test.
All checks were successful
the build was successful
2019-04-22 11:16:44 +02:00
6ff05f11ff
Added atom:link to own URL.
All checks were successful
the build was successful
2019-04-22 09:59:24 +02:00
13709efbba
Escape < and > in release descriptions.
All checks were successful
the build was successful
Tiny Tiny RSS doesn't display them, even in <pre>.
2019-04-22 08:28:10 +02:00
8c21e93791
testlib for tests. 2019-04-21 10:51:14 +02:00
79dab8bd17
Replaced checksum with commit.
All checks were successful
the build was successful
2019-04-21 02:38:02 +02:00
6030c41243
Write preamble after error checking.
All checks were successful
the build was successful
We need Status: 404 in the HTTP header.
2019-04-20 10:00:15 +02:00
29d8ee8e61
Added download link to tags.
All checks were successful
the build was successful
2019-04-20 08:17:01 +02:00
63f0d85515
Added support for tags (#2).
All checks were successful
the build was successful
2019-04-20 07:52:42 +02:00
f3825dbe50
Added type selection.
All checks were successful
the build was successful
2019-04-20 06:08:17 +02:00
6145082354
Added documentation. 2019-04-20 05:39:52 +02:00
b1c5639eb3
Refactored more, paved the way for releases/tags/commits creation. 2019-04-20 05:22:11 +02:00
adb6d0d2ae
Refactored into several files. 2019-04-20 04:47:53 +02:00
6d07f08607
Corrected time conversion.
All checks were successful
the build was successful
2019-04-18 04:49:41 +02:00
78df8f1917
Made the generated RSS a bit more readable. 2019-04-17 09:42:08 +02:00
614853f743
Moved the final newline after header above possible cancellation.
The missing newline produced HTTP 502 errors.
2019-04-17 09:14:06 +02:00
87001819a3
Made item-generating code more readable. 2019-04-17 09:13:01 +02:00
7473e7e8ca
Added download link to tarball to description. 2019-04-17 08:37:37 +02:00
9b8cf190d9
Added more error checking, report HTTP errors when in CGI mode. 2019-04-17 08:26:26 +02:00
ed54b27716
Added more error messages. 2019-04-17 07:12:08 +02:00
5b28fd62f3
Implemented CGI support.
Closes #1
2019-04-17 06:34:48 +02:00
b2daac9dd5
CGI test. 2019-04-17 06:07:17 +02:00
87601dd1ad
Fixed CDATA, fixed link. 2019-04-17 03:30:19 +02:00
d687dc127e
Added pubDate for each item. 2019-04-17 03:19:40 +02:00
a9b227f69b
Valid RSS 2.0 feed. 2019-04-17 02:51:40 +02:00
6a4cf5ca07
Print release names. 2019-04-17 01:23:23 +02:00
d4fa51bcd9
Dump JSON to stdout. 2019-04-17 01:00:33 +02:00
9a4d40a79d
Initial commit. 2019-04-17 00:17:26 +02:00