|
84f290cf8e
|
Updated example feed.
|
2019-04-22 13:49:25 +02:00 |
|
|
820d1b8e17
|
Escape & in URLs.
|
2019-04-22 12:20:44 +02:00 |
|
|
0e24f0433c
|
Removed useless test.
|
2019-04-22 11:40:02 +02:00 |
|
|
4e62eb1fcc
|
Updated usage message.
|
2019-04-22 11:31:58 +02:00 |
|
|
067fba7447
|
Rewrote escape_some_html() slightly and enhanced the test.
|
2019-04-22 11:16:44 +02:00 |
|
|
6ff05f11ff
|
Added atom:link to own URL.
|
2019-04-22 09:59:24 +02:00 |
|
|
13709efbba
|
Escape < and > in release descriptions.
Tiny Tiny RSS doesn't display them, even in <pre>.
|
2019-04-22 08:28:10 +02:00 |
|
|
d41b18183e
|
Added tests for get_http().
|
2019-04-21 10:54:07 +02:00 |
|
|
8c21e93791
|
testlib for tests.
|
2019-04-21 10:51:14 +02:00 |
|
|
79dab8bd17
|
Replaced checksum with commit.
|
2019-04-21 02:38:02 +02:00 |
|
|
08690e30fa
|
Added tests for time.cpp.
strtime(time_point), strtime(string).
|
2019-04-20 13:25:45 +02:00 |
|
|
97c7e20da7
|
Added tests for strings.cpp.
get_baseurl(), get_domain(), get_repo(), get_project().
|
2019-04-20 13:01:58 +02:00 |
|
|
6030c41243
|
Write preamble after error checking.
We need Status: 404 in the HTTP header.
|
2019-04-20 10:00:15 +02:00 |
|
|
29d8ee8e61
|
Added download link to tags.
|
2019-04-20 08:17:01 +02:00 |
|
|
63f0d85515
|
Added support for tags (#2).
|
2019-04-20 07:52:42 +02:00 |
|
|
f3825dbe50
|
Added type selection.
|
2019-04-20 06:08:17 +02:00 |
|
|
6145082354
|
Added documentation.
|
2019-04-20 05:39:52 +02:00 |
|
|
2462eefbbe
|
Changed the terms for consistency (repo = user/project).
|
2019-04-20 05:25:55 +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 |
|
|
374b4694f3
|
Made Gitea integration example more readable.
|
2019-04-18 07:42:16 +02:00 |
|
|
f155d2bf1b
|
Changed the Gitea integration example.
Made it so that link tags only appear in repo pages.
|
2019-04-18 07:28:04 +02:00 |
|
|
6d07f08607
|
Corrected time conversion.
|
2019-04-18 04:49:41 +02:00 |
|
|
bb8d8fd5fe
|
Replaced legacy-IP with localhost.
|
2019-04-18 00:22:58 +02:00 |
|
|
4cd4ea2fe8
|
marked example commands as code.
|
2019-04-18 00:19:36 +02:00 |
|
|
81c9507567
|
Forgot comas.
|
2019-04-18 00:17:46 +02:00 |
|
|
82004d8862
|
Added syntax highlighting for the HTML-version of the manpage.
|
2019-04-18 00:15:42 +02:00 |
|
|
425d793391
|
Added section about proxy servers.
|
2019-04-18 00:11:23 +02:00 |
|
|
8a4e602445
|
Updated list of tested compiler, added Debian dependency help.
|
2019-04-17 23:01:09 +02:00 |
|
|
a68ff058a9
|
Added drone recipe.
|
2019-04-17 22:39:38 +02:00 |
|
|
38e01e431b
|
Typo.
|
2019-04-17 20:39:51 +02:00 |
|
|
04ba0c904f
|
Enhanced manpage.
|
2019-04-17 20:35:51 +02:00 |
|
|
321236192e
|
Fixed the link to the RSS feed.
|
2019-04-17 18:52:51 +02:00 |
|
|
78df8f1917
|
Made the generated RSS a bit more readable.
|
2019-04-17 09:42:08 +02:00 |
|
|
07a05a6265
|
Version bump 0.3.0.
|
2019-04-17 09:18:11 +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 |
|
|
9f88635f38
|
typo.
|
2019-04-17 07:29:36 +02:00 |
|
|
b33ab558b0
|
Added AsciiDox to dependencies.
|
2019-04-17 07:27:05 +02:00 |
|
|
9d2dfc233e
|
Added Gitea customization snippet.
|
2019-04-17 07:15:18 +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 |
|
|
dd5f072447
|
Reformulated short description.
|
2019-04-17 05:33:11 +02:00 |
|
|
740a094ca5
|
Added documentation for the cmake variable WITH_MAN.
|
2019-04-17 05:27:55 +02:00 |
|
|
2fd1da653b
|
Added example feed to manpage.
|
2019-04-17 05:19:49 +02:00 |
|
|
633b10f519
|
Added links to releases RSS feed.
|
2019-04-17 05:07:56 +02:00 |
|
|
5a51728efe
|
Added license.
|
2019-04-17 04:37:10 +02:00 |
|