Commit Graph

185 Commits

Author SHA1 Message Date
tastytea 9ff4a9e76b
Set fill-column to 1000 for drone recipe to aboid word-wrapping.
continuous-integration/drone/push Build is passing Details
2019-07-25 06:08:51 +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 f76a7f8250
Escaped [[:space]] in manpage for HTML output.
continuous-integration/drone/push Build is passing Details
2019-07-25 04:11:10 +02:00
tastytea f6e5dea65a
Version bump 0.6.0.
continuous-integration/drone/push Build is passing Details
2019-07-25 03:45:35 +02:00
tastytea 7155d9ca4f
Merge branch 'develop' into main 2019-07-25 03:44:44 +02:00
tastytea 33660b71be
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:44:17 +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 f1c9f6d7ec
Typo in manpage.
continuous-integration/drone/push Build is passing Details
2019-07-21 17:45:17 +02:00
tastytea e44abbe2d1
Version bump 0.5.0.
continuous-integration/drone/push Build is passing Details
2019-07-21 17:33:43 +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 fe9555ec38
Added test for “simple” export.
continuous-integration/drone/push Build is passing Details
2019-07-21 16:47:27 +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 7383a4fcab
Merge branch 'main' into develop 2019-07-21 15:59:15 +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 be23e8e917
CI: Remove lockfiles before running apt-get.
continuous-integration/drone/push Build is passing Details
2019-06-26 20:06:03 +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 81d4a7f396
webextension: Added browser to list of globals.
continuous-integration/drone/push Build is passing Details
2019-06-15 02:48:38 +02:00
tastytea 861232ab38
Merge branch 'develop' into main
continuous-integration/drone/push Build is passing Details
Added checkbox to enable/disable archiving to popup.
2019-06-15 01:59:07 +02:00
tastytea f90883c412
webextension: Added checkbox to enable/disable archiving to popup.
continuous-integration/drone/push Build is passing Details
2019-06-15 00:52:45 +02:00
tastytea 91d3059e13
webextension: Replaced var with const and let. 2019-06-15 00:45:12 +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 bb6376ab87
Merge branch 'develop' into main
continuous-integration/drone/push Build is passing Details
2019-06-11 01:19:10 +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 bc1774e0a0
Version bump 0.4.1.
continuous-integration/drone/push Build is passing Details
2019-06-06 17:15:18 +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
tastytea 98bb87ed93
Refactored AsciiDoc export into a class. 2019-06-06 16:16:57 +02:00
tastytea 008a5fe0f2
Refactored CSV export. 2019-06-06 16:06:25 +02:00
tastytea 885148ea97
Put tags that are used only once under the header “Less used tags”.
continuous-integration/drone/push Build is passing Details
2019-05-28 21:40:26 +02:00
tastytea ee02b41622
Removed donate-link to archive.org.
continuous-integration/drone/push Build is passing Details
2019-05-27 23:33:44 +02:00
tastytea 13b07cb058
CI: Delete lock-file in cache volume. 2019-05-26 22:14:02 +02:00
tastytea f47a51f70b
Added cron-example.
continuous-integration/drone/push Build is passing Details
2019-05-26 20:10:45 +02:00
tastytea 976febdfc2
WebExtension: Simplified and refactored code. 2019-05-26 19:45:22 +02:00
tastytea c70414114c
WebExtension: Native wrapper: replace TEMPFILE with file path,
continuous-integration/drone/push Build was killed Details
And return it. In preparation for a “View database” feature in the
WebExtension.
2019-05-26 18:02:47 +02:00
tastytea 7d659e50c5
Added info on how to install Debian packages.
continuous-integration/drone/push Build is passing Details
2019-05-26 16:52:31 +02:00
tastytea 5730b5fde9
Fixed tests.
continuous-integration/drone/push Build is passing Details
The tests moved into a subdirectory recently, that's why ctest didn't
test anything and I didn't notice that the tests fail. Everything is
good again. :-)
2019-05-26 16:47:29 +02:00
tastytea 5b19404f89
Added tests for export_bookmarks().
continuous-integration/drone/push Build is passing Details
2019-05-26 15:57:08 +02:00
tastytea 747ba749e8
Added bookmark export. 2019-05-26 15:57:01 +02:00
tastytea 8cd33bb083
Changed variable to prevent shadowing. 2019-05-25 16:06:16 +02:00
tastytea 636509fa2d
Version bump 0.3.2.
continuous-integration/drone/push Build is passing Details
2019-05-25 11:06:51 +02:00
tastytea 9196585a98
Added date after title in tags section of AsciiDoc export.
continuous-integration/drone/push Build is passing Details
2019-05-24 23:53:01 +02:00
tastytea 08f647f86e
WebExtension: If no setting is found, leave archive-setting checked.
continuous-integration/drone/push Build is passing Details
2019-05-24 14:44:50 +02:00
tastytea 42fbf0a55d
WebExtension: Added shortcut.
continuous-integration/drone/push Build is passing Details
2019-05-24 14:07:49 +02:00