Re: perl DCOP module
Anders Lund <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kate |
|---|---|
| Organization | Saguaro |
| Message-ID | <[email protected]> |
On Thursday 18 July 2002 05:57, Manuel Lemos wrote: > Hello, > I am not interested in scripting kate with Perl. I would be interested > in scripting kate with PHP, if it was possible, me and a bunch of other > developers, I suppose. > > If there is no support for PHP, can you tell me where is the source of > that DCOP Perl module so I could evaluate what it would take to port it > to PHP? That would be fine, many people seems to like php:) The perl module is in kdebindings/dcopperl. There is a python binding too, of cause. I have very little experience with php, but I'd recommend getting a general understanding of dcop as well as one of the existing bindings. For kscript you should write a client using your binding when it is ready. There were up untio today only a shellscript client, located in kdelibs/interfaces/kscript/sample, but I am working on a perl client which could be working even today (it's not that conplex). The location for those may change in the near future, so stay in touch. -anders