[clearwind-spelling] # the incoming path to catch data sent to (required) path = /clearwind-spell # the url to send data too (required) url = http://localhost:8080/testXML # to cache internally before sending to the # url? if left blank, no cache cache = # cache headers, if any to apply to the cache # by default this is url, but if you want to cache by browser, insert the # appropriate http-header cache-headers = url # cache length, if any to apply to the cache, in seconds # example: cache-length=3600 cache-length = 60 # a list seperated by commas of any transformations # to be performed on the data as it comes back from the server transform = # zope security checking to be performed on this request # each field is seperated by a request # example: security = Manage portal content, View #security = Manage portal content, View # what we will accept and expect the server to send back # i'd assumed that this always going to be text/xml until Tasty # surprised me and i did some Googling # not required, default application/xml #required-content-type = text/xml [yahoo-weather] path =/yahoo-weather url = http://localhost:8080/testXML [yahoo-weather-2] path =/yahoo-weather/and/some/more url = http://localhost:8080/testXML