Greetings! Is it possible to run Dillo plugins without installing them? I ask for two reasons: 1) Ease of development. 2) I fail to activate plugins. ** ERROR **: [Dpi_read_comm_keys] No such file or directory Dpi_blocking_start_dpid: try 1 [dpid]: a_Misc_mksecret: 1j91dh5 dpid started Dpi_get_server_port: can't read server port from dpid. Dillo: normal exit! Regards, Schimon
Hi, On Thu, Nov 07, 2024 at 05:49:37PM +0200, Schimon Jehudah wrote:
Is it possible to run Dillo plugins without installing them?
Try: $ printf "<cmd='auth' msg='123456' '><cmd='open_url' url='foo://bar' '>" | ./foo.filter.dpi You can usually ignore the auth part. The response must look like: <cmd='start_send_page' url='' '> Content-type: text/html <!DOCTYPE html> <html> ... </html> Best, Rodrigo.
Good day, Rodrigo. It works! $ printf "<cmd='auth' msg='123456' '><cmd='open_url' url='gemini://woodpeckersnest.space/~schapps/' '>" | ./gemini.filter.dpi Thank you, Schimon On Thu, 7 Nov 2024 21:44:20 +0100 Rodrigo Arias <rodarima@gmail.com> wrote:
Hi,
On Thu, Nov 07, 2024 at 05:49:37PM +0200, Schimon Jehudah wrote:
Is it possible to run Dillo plugins without installing them?
Try:
$ printf "<cmd='auth' msg='123456' '><cmd='open_url' url='foo://bar' '>" | ./foo.filter.dpi
You can usually ignore the auth part. The response must look like:
<cmd='start_send_page' url='' '> Content-type: text/html
<!DOCTYPE html> <html> ... </html>
Best, Rodrigo. _______________________________________________ Dillo-dev mailing list -- dillo-dev@mailman3.com To unsubscribe send an email to dillo-dev-leave@mailman3.com
participants (2)
-
Rodrigo Arias
-
Schimon Jehudah