Logs for #nikola for 2024-08-09

08:04:11 <neildarlow> ChrisWarrick: How does the URL_TYPE influence this. Is it an enforcing setting? I noticed the default is rel_page.
08:51:50 <neildarlow> ChrisWarrick: I'm using the ODT format converter and it looks like LibreOffice creates links of type file:///pages/page-target.html but what's output, via odfpy, is pages/page-target.html. Under posts this becomes posts/pages/page-template.html. I think I might need to use a filter to apply sed to convert /posts/pages to /pages. I'm just trying to interpret the documentation for FILTERS which says that output must be prod
08:58:03 <neildarlow> ChrisWarrick: Looks like "in-place" was taken from sed's -i or --in-place option which means to modify the file contents.
09:22:43 <neildarlow> Worked-around with a filter of ".html": ["sed -i -e 's|/posts/pages|/pages|' %s"]
18:25:04 <KwBot> [nikola-netlify-cms] dependabot[bot] opened pull request #62 (getnikola:dependabot/pip/aiohttp-3.10.2): Bump aiohttp from 3.9.4 to 3.10.2 https://github.com/getnikola/nikola-netlify-cms/pull/62
18:29:45 <KwBot> [nikola-netlify-cms] Kwpolska closed pull request #62 (getnikola:dependabot/pip/aiohttp-3.10.2): Bump aiohttp from 3.9.4 to 3.10.2 https://github.com/getnikola/nikola-netlify-cms/pull/62