Any comments?, anyone wants the patches?
Good idea. Wheres the patches?
This weekend i'll prepare the patches, i'll setup a site for all the stuff also. The dpi autoloading for dillo is quite safe, it works even with current plugins without much changes (just in the name of dpi executables). For example: We can do this: url = a_Url_new("dpi:/bm/", NULL, 0, 0); a_Nav_push(bw, url); This will load the bookmarks dpi, but it asumes certain format of the dpi exacurable, this can be replaced with a list of dpi executable -> dpi name list on the config file. It will asume dpiname_srv, thus the bookmarks dpi will be bm_srv. The modification dosen't changes the actual cominications of dpi<-->dillo, only adds dpi autoloading. The patches changes only: capi.c a_Capi_open_url() a_Capi_dpi_send_cmd IO/dpi.c a_Dpi_ccc Dpi_launch_server That's all, see ya the weekend. By the way, who is in charge of the Downloads Plugin? I 'm also working on it, soo if i can help on something, just drop a mail. Cheers Carlos Daniel Ruvalcaba Valenzuela _________________________________________________________ Do You Yahoo!? La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx
Hi! Is it only me, or is the bookmark menu broken in the current cvs version? It does not show up.. Thanks for answer! Cheers, johannes
On Fri, 17 Oct 2003, johannes leimbach wrote:
Hi!
Is it only me, or is the bookmark menu broken in the current cvs version? It does not show up..
Thanks for answer!
We've been making sevral changed to dpid lately, but it works! Just make sure you don't have an obsolete dpid on ~/.dillo/ or anywhere in your path. (rm `which dpid`; cd dpid/; strip dpid; cp dpid ~/.dillo) Also make sure the bookmarks dpi binary is accesible. Ah, you may also have an old dpid already running, kill all of the instances and make sure they're gone! ps aux | grep dpi; kill stuff... (kill the dpis first, then dpi. We're working on this). HTH Jorge.-
participants (3)
-
Carlos Daniel Ruvalcaba Valenzuela
-
johannes leimbach
-
Jorge Arellano Cid