El mar, 27 ago 2024 a las 23:17, Rodrigo Arias (<rodarima@gmail.com>) escribió:
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.
I know.
It doesn't require describing the available dpis in the file. Not sure what would be the advantage of doing so.
For reference. To explain to the user how to switch between a built-in DPI and another DPI for the same service. Maybe a documentation patch better? I can try to write some documentation about it Diego.