This list is for discussing development related to the awesome Webjay.org website. Lucas Gonze is the guy behind it; he put a lot of thought and time into...
My name is Kevin Prichard. By day I code in Java, perl and PHP, mostly creating database-driven websites for clients, and I also do some Unix system...
Unsorted comments -- This list is Kevin's idea. I think it's a good idea, and am happy to see it happen. I'll probably use this list to make technical...
Lucas Gonze
lgonze@...
Aug 2, 2004 2:00 pm
6
Wanted: a gateway to convert calls that use the delicious api to calls that use the webjay api and vice versa. That is, it should be possible for code which...
Lucas Gonze
lgonze@...
Aug 2, 2004 3:06 pm
7
... that would be pretty hot. does anyone know who is behind delicious?...
One way to approach the problem of a decent client is to create a hackable caching proxy. This might be a decent basis: http://perlmonks.thepen.com/13927.html...
Lucas Gonze
lgonze@...
Aug 2, 2004 6:43 pm
11
That's an interesting idea. I guess it could save some bandwidth for the user, and the content host too. Just to spell some of the benefit out... on the media...
... From my perspective the benefits are saving on bandwidth, allowing offline mode, and allowing files to keep their URLs aftering downloading. The other...
Lucas Gonze
lgonze@...
Aug 2, 2004 11:03 pm
13
HTTP::Proxy::BodyFilter::save is a good basis to start from. Only available in the cvs version of HTTP::Proxy....
Lucas Gonze
lgonze@...
Aug 2, 2004 11:07 pm
14
In thinking about a PHP wrapper API for webjay, I get a facial tic thinking about getting PHP built to work with the right XML libs and apache. Anybody have a...
I fiddled around with php xml a bit, when I was thinking of writing an xspf importer, and it was surprizingly not horrible....
Lucas Gonze
lgonze@...
Aug 3, 2004 8:09 pm
16
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the webjay-dev group. File : /Webjay PHP...
cool! can't help code much, but glad to be the token windows test subject. ... Brett Singer & Associates, LLC 240 West 44th Street New York, NY 10036 ph:...
I liked the old logo, but the new one is an awesome rendering of that design. very cool....
Kevin Prichard
wjdev@...
Aug 4, 2004 4:11 pm
20
Lucas, you said this on the webjay forum- "A cool project: a playlist editor that ran from the console. Another one: something that allowed you to have a...
1. Turns out curl is available in PHP, and it lets you make POST requests and set POST fields, which is what we need, so that looks good. Something which the...
Kevin Prichard
wjdev@...
Aug 6, 2004 10:39 pm
22
... Hm. Is curl in PHP the same as the client library in Pear? ... curl should do this. at least, it works from the command line. ... My experiences with it...
... probably, yah. pear needs libcurl to compile, iirc. php's curl api is a subset methinks, as the curl_multi_* functions only recently arrived there. ... ...
Kevin Prichard
wjdev@...
Aug 7, 2004 12:28 am
24
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the webjay-dev group. File : /xmltest.php...
webjay-dev@yahoogroup...
Aug 7, 2004 12:31 am
25
Howdy all, Over the last few days I've been experimenting with proof-of-concept attempts under PHP. It turns out that PHP's xslt and libcurl APIs are not ...
Kevin Prichard
wjdev@...
Aug 10, 2004 12:16 am
26
Lucas, How is authentication done? Basic, or something else? I've been able to fetch a playlist with username only, just using a URL, no form fields, no...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the webjay-dev group. File :...
webjay-dev@yahoogroup...
Aug 11, 2004 2:59 am
29
Here are some frutta di mi labors. 1) Look for latest upload to files section, "wjtester5.php". This one works, plus it has no libcurl or xslt_* dependencies....