Hi, On Mon, Aug 26, 2024 at 01:31:13AM +0200, Diego wrote:
Good work and very interesting idea.
Thanks!
If I can suggest a change I would add this lines to dpidrc at Makefile the installation
# Default dillo bookmarks dpi #bookmarks=bookmarks/bookmarks.dpi # ffbm: A Dillo plugin to sync bookmarks with Firefox bookmarks=$(DPI_DIR)/$(BIN)
maybe it's time to patch dpidrc to make it more descriptive
I sugest this dpi_dir=/usr/local/lib/dillo/dpi
# standard dillo distributed DPIs #bookmarks=bookmarks/bookmarks.dpi #cookies=cookies/cookies.dpi #downloads=downloads/downloads.dpi #vsource=vsource/vsource.filter.dpi
The file dpidrc only registers the protocols (ftp: -> ftp dpi), the dpis are taken from the dpi_dir or ~/.dillo/dpi automatically. It doesn't require describing the available dpis in the file. Not sure what would be the advantage of doing so. Best, Rodrigo.