Commit Graph

120 Commits

Author SHA1 Message Date
tastytea 6d16b2598e
Revert "Replace libxdg-basedir with Poco::Path."
This reverts commit d74b3cabfa.

Poco::Path::dataHome() is only available in >= 1.9.
2019-08-05 19:11:37 +02:00
tastytea 1d7153008a
Use numbers instead of constants for HTTP response code check.
continuous-integration/drone/push Build is failing Details
Poco 1.7 doesn't have HTTPResponse::HTTP_PERMANENT_REDIRECT.
2019-08-05 18:49:17 +02:00
tastytea d74b3cabfa
Replace libxdg-basedir with Poco::Path. 2019-08-05 18:40:36 +02:00
tastytea 406c2486f7
Added HTTP proxy support.
continuous-integration/drone/push Build is failing Details
2019-08-05 18:23:34 +02:00
tastytea d4db780925
Added Poco::Foundation and subtracted Poco::Util from linked libs. 2019-08-05 17:00:53 +02:00
tastytea 1f446388e5
Support plain HTTP as well. 2019-08-05 17:00:34 +02:00
tastytea fd2db04aad
Fixed the additional search paths for the dependency-workarounds. 2019-08-04 22:25:04 +02:00
tastytea 5e18bbdf50
Added workaround for when Poco*Config.cmake recipes cannot be found.
continuous-integration/drone/push Build is failing Details
2019-08-04 20:04:55 +02:00
tastytea 9d0dd589a7
Replaced curlpp with POCO. Only HTTPS support fo far.
continuous-integration/drone/push Build is failing Details
curlpp seems dead. 🙁
2019-08-04 18:46:53 +02:00
tastytea b4e845a352
Updated CMake recipes and changed file structure.
continuous-integration/drone/push Build is failing Details
2019-08-03 22:27:08 +02:00
tastytea 083a08beb8
Re-ordered and reformatted cmake recipes.
continuous-integration/drone/push Build is passing Details
2019-07-30 07:52:37 +02:00
tastytea 4aec2fafb3
Simplyfied entry comparison in operator ==(). 2019-07-29 12:50:53 +02:00
tastytea bdf8883d58
Added a pkg-config file.
continuous-integration/drone/push Build is passing Details
2019-07-29 04:01:47 +02:00
tastytea bc3d377254
Added a bit to Reference main page.
continuous-integration/drone/push Build is passing Details
2019-07-28 02:25:59 +02:00
tastytea 68e81ff411
Escaped mentions of URI in documentation. 2019-07-28 02:18:52 +02:00
tastytea 998cc32546
Cosmetic changes in the Documentation. 2019-07-28 02:14:06 +02:00
tastytea 38e8e1dc81
Documented types. 2019-07-28 02:13:55 +02:00
tastytea 4991f7b006
Documented URI. 2019-07-28 02:13:23 +02:00
tastytea 610173179d
Documented time functions. 2019-07-28 01:51:55 +02:00
tastytea 73262c8d16
Documented Database. 2019-07-28 01:42:57 +02:00
tastytea 57e3fc0289
Documented search functions. 2019-07-28 00:07:55 +02:00
tastytea ba78adb399
Described Export classes. 2019-07-28 00:07:22 +02:00
tastytea 1508fc0f4d
Documented Export::AsciiDoc. 2019-07-27 23:34:17 +02:00
tastytea 27a470e21f
Added remwharead.hpp, which includes all other headers.
It also contains the main page for the reference.
2019-07-27 23:18:34 +02:00
tastytea 514f88b0eb
Documented ExportBase. 2019-07-27 22:29:43 +02:00
tastytea b3bb1f05f2
namespaced library.
continuous-integration/drone/push Build is passing Details
2019-07-27 09:59:43 +02:00
tastytea 8e40bea06e
Download popl.hpp into src/cli/ in Debian example and CI recipe.
continuous-integration/drone/push Build is failing Details
2019-07-26 21:20:34 +02:00
tastytea a66880c98d
Cosmetic changes. 2019-07-26 20:58:25 +02:00
tastytea 0d18bd10ed
Install headers. 2019-07-26 20:58:25 +02:00
tastytea dccf85b60d
Moved exports into subdirectory. 2019-07-26 20:58:25 +02:00
tastytea 7fb23ee207
Split code into library and cli. 2019-07-26 20:58:24 +02:00
tastytea aa16dad796
Sort exports by date, newest to oldest.
continuous-integration/drone/push Build is failing Details
2019-07-26 03:11:44 +02:00
tastytea 2ebd27b159
Fixed tag-searching with non-ASCII characters.
--search-tags with regular expressions didn't work because regex
didn't know how to properly convert case.
2019-07-26 01:12:12 +02:00
tastytea 2fd761ee72
Fixed the fix in to_lowercase with ICU. Now it is really working!
continuous-integration/drone/push Build is failing Details
Turns out I fixed the crash, but some unicode-characters were not
lower-cased. I'm using ICU now. It is very easy, makes sense and is
all-around pleasant.
2019-07-25 06:04:53 +02:00
tastytea d6dd8d4e16
Added support for regular expressions. 2019-07-25 03:41:57 +02:00
tastytea 21fe64b59c
Fixed to_lowercase().
Converting some text to lowercase caused range errors. I don't really
know what I'm doing here, so I replaced the code with this answer from
StackOverflow: <https://stackoverflow.com/a/21395>. It works now,
let's hope it stays that way.
2019-07-25 03:06:27 +02:00
tastytea df535cc6fb
--export has no default value anymore.
continuous-integration/drone/push Build is failing Details
If --export had a default value, it would have to be called with
--export=FORMAT or -eFORMAT, while it was previously possible to call
it with --export FORMAT or -e FORMAT. This is counter-intuitive and
not backwards-compatible, so I reverted the change.
2019-07-21 17:15:55 +02:00
tastytea f2917abb3b
Added documentation for “simple” export. 2019-07-21 16:39:36 +02:00
tastytea 71bce0c87d
Added “simple” export. 2019-07-21 16:37:36 +02:00
tastytea 4406a8c64d
Unescape HTML in titles. 2019-07-21 16:25:13 +02:00
tastytea a83a2548c3
Remove HTML-encoded newlines in descriptions.
continuous-integration/drone/push Build is passing Details
We didn't catch newlines encoded as HTML entities before.
2019-07-13 18:20:37 +02:00
tastytea ff708e9403
AsciiDoc export: Disable webfonts.
continuous-integration/drone/push Build is passing Details
2019-07-12 01:49:32 +02:00
tastytea 47bcffec64
Replace ', ", ´, `, ’ and # in tags in AsciiDoc output.
continuous-integration/drone/push Build is passing Details
2019-07-06 18:24:31 +02:00
tastytea 622ccb9a03
AsciiDoc export: Escape '[' and ']' in URIs.
continuous-integration/drone/push Build is failing Details
2019-06-26 19:55:05 +02:00
tastytea 59ec3f6d6d
Remove HTML from descriptions.
continuous-integration/drone/push Build is passing Details
2019-06-11 01:25:21 +02:00
tastytea c166de0883
Made title and description extraction case insensitive.
continuous-integration/drone/push Build is passing Details
2019-06-10 16:34:25 +02:00
tastytea 93298e5301
Splitted export header.
continuous-integration/drone/push Build is passing Details
2019-06-06 18:56:49 +02:00
tastytea 00aa9ffd47
Refactored Netscape bookmarks export.
continuous-integration/drone/push Build is failing Details
2019-06-06 17:11:56 +02:00
tastytea 8ff0d39927
AsciiDoc export: Group tags only if there are more than 20. 2019-06-06 16:59:45 +02:00
tastytea 17b33eacbf
Refactored AsciiDoc export more, escape in titles.
Fixes #1.
2019-06-06 16:51:13 +02:00