remwharead/src
tastytea df535cc6fb
continuous-integration/drone/push Build is failing Details
--export has no default value anymore.
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
..
adoc.cpp AsciiDoc export: Disable webfonts. 2019-07-12 01:49:32 +02:00
adoc.hpp AsciiDoc export: Escape '[' and ']' in URIs. 2019-06-26 19:55:05 +02:00
bookmarks.cpp Splitted export header. 2019-06-06 18:56:49 +02:00
bookmarks.hpp Splitted export header. 2019-06-06 18:56:49 +02:00
csv.cpp Splitted export header. 2019-06-06 18:56:49 +02:00
csv.hpp Splitted export header. 2019-06-06 18:56:49 +02:00
export.cpp Refactored CSV export. 2019-06-06 16:06:25 +02:00
export.hpp Splitted export header. 2019-06-06 18:56:49 +02:00
main.cpp Added “simple” export. 2019-07-21 16:37:36 +02:00
parse_options.cpp --export has no default value anymore. 2019-07-21 17:15:55 +02:00
parse_options.hpp Added option to not archive page. 2019-05-22 09:43:58 +02:00
search.cpp Made searches case insensitive. 2019-05-22 13:30:42 +02:00
search.hpp Made searches case insensitive. 2019-05-22 13:30:42 +02:00
simple.cpp Added “simple” export. 2019-07-21 16:37:36 +02:00
simple.hpp Added “simple” export. 2019-07-21 16:37:36 +02:00
sqlite.cpp Replaced more regular expressions with search & replace. 2019-05-20 10:50:49 +02:00
sqlite.hpp Added comment. 2019-05-23 13:42:28 +02:00
time.cpp Allow conversion from/to SQLite datetime. 2019-05-16 00:03:57 +02:00
time.hpp Allow conversion from/to SQLite datetime. 2019-05-16 00:03:57 +02:00
types.hpp Added “simple” export. 2019-07-21 16:37:36 +02:00
uri.cpp Unescape HTML in titles. 2019-07-21 16:25:13 +02:00
uri.hpp Repalced regex in URI::remove_newlines() with search & replace. 2019-05-23 13:41:47 +02:00
version.hpp.in Laid out the project structure. 2019-05-11 02:52:33 +02:00