diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-01-28 10:38:10 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-01-29 00:50:49 -0500 |
commit | d39da3f07036b22892ffb0b05737e8ba7e1ff954 (patch) | |
tree | 7d4a5cca9563faa1f9f15057b2ad0116149775b3 /src/doc_reform/io_out/sqlite.d | |
parent | cgi sqlite_search, heading matches fix, cleanup (diff) |
config & sqlite search output, some changes
Diffstat (limited to 'src/doc_reform/io_out/sqlite.d')
-rw-r--r-- | src/doc_reform/io_out/sqlite.d | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/doc_reform/io_out/sqlite.d b/src/doc_reform/io_out/sqlite.d index 60f6569..4281609 100644 --- a/src/doc_reform/io_out/sqlite.d +++ b/src/doc_reform/io_out/sqlite.d @@ -468,6 +468,17 @@ template SQLiteFormatAndLoadObject() { obj.text ); } + // if (obj.metainfo.is_a == "bookindex") { // DEBUG LINE + // if (_txt.match(regex(r"<a href"))) { + // writeln(__LINE__, " ", + // doc_matters.conf_make_meta.conf.w_srv_data_root_url_html, + // "/", + // doc_matters.src.filename_base, + // "\n", + // _txt + // ); + // } + // } } debug(markup) { if (_txt.match(rgx.inline_link)) { |