Search the web
Sign In
New User? Sign Up
ucapi-discuss · Universal Canvas APIs Discussion
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 81 - 110 of 114   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
81
... Sorry I should of been clearer, I agree that that's what the spec says, I was describing how I'd like it to be structured. Conveniently though, I can post...
Simon Fell
simonfell99
Offline Send Email
Apr 5, 2003
6:47 pm
82
... Agreed. Maybe a way to structure the specification would be to say that the new URL MAY/SHOULD appear under the URL you POST to. I.e. give guidance on best...
Joe Gregorio
JCGregorio
Offline Send Email
Apr 5, 2003
7:34 pm
83
... sounds good. ... I'll have to put it on the "to review" pile. ... I posted the server side code, the client code is still too rough, but i think the server...
Simon Fell
simonfell99
Offline Send Email
Apr 6, 2003
6:07 am
84
I heard Simon had problems running Joe's RESTLog server written in Python against Apache under RH and another OS... I have tried it against IIS 5.0 under...
Giulio Piancastelli
gpiancastelli
Offline Send Email
Apr 7, 2003
11:58 am
85
Simon: I finally checked out your RESTLog server for .NET (http://www.pocketsoap.com/weblog/stories/2003/04/0020.html). Sweet! Very elegant code, IMHO. As a...
Mike Amundsen
mamund
Offline Send Email
Apr 7, 2003
12:08 pm
86
Ok, played with joe's client and simon's server and while I can POST new items, I find that I can't to any updates or deletes since joe's spec indicates...
Mike Amundsen
mamund
Offline Send Email
Apr 7, 2003
12:44 pm
87
... Correct. The problem is that my RESTLog client makes some assumptions about the server which are not in the spec. I need to update the client to remove...
Joe Gregorio
JCGregorio
Offline Send Email
Apr 7, 2003
12:50 pm
88
In continuing to play here, I've noticed that simon stores posts as <item> <title> <description> <dc:date> </item> and joe's example shows the post as: <item> ...
Mike Amundsen
mamund
Offline Send Email
Apr 7, 2003
1:06 pm
89
Understood. Just wanted to encourage a way to 'spec' this out in a way that others can extend their client and server implementations without everyone having...
Mike Amundsen
mamund
Offline Send Email
Apr 7, 2003
1:06 pm
90
... That's an interesting question because it can also affect the way item fragments are initially send from the client side to the server side of the ...
Giulio Piancastelli
gpiancastelli
Offline Send Email
Apr 7, 2003
1:27 pm
91
... That might indicate that RESTLog.cgi is crashing. ... Could you print out the content of the response above? RESTLog uses the Python library 'cgitb' which...
Joe Gregorio
JCGregorio
Offline Send Email
Apr 7, 2003
1:36 pm
92
Well, I'm almost with you there. On a POST, the <link> is not needed since computing it will happen on the server. For PUTs it *might* be needed, but I suspect...
Mike Amundsen
mamund
Offline Send Email
Apr 7, 2003
2:26 pm
93
... I had RESTLog.cgi crashed once (I did not set the data directory appropriately) and had back an error message. ... That's an interesting question... I've...
Giulio Piancastelli
gpiancastelli
Offline Send Email
Apr 7, 2003
3:33 pm
94
... It may be someting in IIS, as there's nothing programmatically in RESTLog.cgi that would produce a '100 Continue'. -joe -- http://BitWorking.org ...
Joe Gregorio
JCGregorio
Offline Send Email
Apr 7, 2003
4:45 pm
95
... Its my understanding that Link doesn't have to be the link to the page for the post, it may be a link that the post is commenting on. [At least, this is...
Simon Fell
simonfell99
Offline Send Email
Apr 7, 2003
5:57 pm
96
... IIS typically will send a 100 Continue in response to a HTTP/1.1 request. This shouldn't cause any problems, its a manditory part of the HTTP/1.1 spec. I...
Simon Fell
simonfell99
Offline Send Email
Apr 7, 2003
6:02 pm
97
... In RSS-1.0 the rdf:about on an <item> is for the ITEM itself. The <link> element CAN be EITHER that same link (as a permalink) or as a single link to some...
Bill Kearney
wkearney99
Offline Send Email
Apr 7, 2003
6:23 pm
98
... Yes. But I also tried using HttpClient with setHttp11(false) in order to use HTTP/1.0 and avoid the 100 Continue response (since HTTP 1.0 did not define...
Giulio Piancastelli
gpiancastelli
Offline Send Email
Apr 7, 2003
9:23 pm
99
... This sounds like the behavior i was seeing on Apache2/W2k, i can see the python exe process start up, but it never goes away, and i never get a response...
Simon Fell
simonfell99
Offline Send Email
Apr 8, 2003
2:16 am
100
... I updated the CommentAPI recently but forgot to add the same verbage to the RESTLog spec. That is: The contents of the 'item' element are guided by the <a...
Joe Gregorio
JCGregorio
Offline Send Email
Apr 9, 2003
5:09 pm
101
... On the other hand, I managed to have Bulu (let's call things with their proper names ;)) up and running under Windows 95 against Apache 1.3.20. I got a...
Giulio Piancastelli
gpiancastelli
Offline Send Email
Apr 9, 2003
10:17 pm
102
... So, since it is not required to have a valid RSS item fragment, I have removed the fake <link> element from my client implementation, accordingly to the...
Giulio Piancastelli
gpiancastelli
Offline Send Email
Apr 9, 2003
11:44 pm
103
This list has been far too quiet and that is mostly my fault. The topic of Weblog API has been quite a topic of discussion that I've chimed in on through my...
tappnel
Offline Send Email
Jun 2, 2003
3:46 pm
104
... Things wax and wane. Mailing list traffic and energy especially. Don't blame yourself :-) ... Depending on the questionee's leaning, this question answers...
DJ Adams
dj_qmacro
Offline Send Email
Jun 2, 2003
4:20 pm
105
... Personally, I'd not go on the XML-RPC path, especially if the so-called Weblog API (more on names in a few paragraphs) is something we want to be widely...
Giulio Piancastelli
gpiancastelli
Offline Send Email
Jun 3, 2003
7:57 am
106
Hi all. In the RESTLog interface specification I did read: "Type is just a shorthand for the mime-type of that transaction. Normally selecting the mime type is...
Giulio Piancastelli
gpiancastelli
Offline Send Email
Jun 6, 2003
5:43 pm
107
perhaps its just a typo, but a conneg request should sent an Accept: header to indicate the acceptable response types, not a content-type. On the otherhand, i...
Simon Fell
simonfell99
Offline Send Email
Jun 6, 2003
6:16 pm
108
... It is actually the Accept: header that drives content negotiation on a GET. The Content-Type: header is used on the PUT and POST. The ?xml is designed to...
Joe Gregorio
JCGregorio
Offline Send Email
Jun 6, 2003
7:35 pm
109
... Yes, it is, as also Simon pointed out correctly. But, issuing the following HTTP request to your weblog on bitworking.org: GET /news/PyTextileAndBulu...
Giulio Piancastelli
gpiancastelli
Offline Send Email
Jun 7, 2003
12:05 am
110
... Ok, now I understand. That could best be described as bug, the code where I determine the mime-type doesn't know the verb, GET, PUT, POST, etc. It just...
Joe Gregorio
JCGregorio
Offline Send Email
Jun 7, 2003
2:32 am
Messages 81 - 110 of 114   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help