From d54f42ca90fb8b62474e06f1e9a051ee72744490 Mon Sep 17 00:00:00 2001 From: Dave Winer Date: Wed, 24 Jun 2015 19:05:02 -0400 Subject: [PATCH] v0.61 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 206a06f..02417e5 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,10 @@ There will always be more work to do here. ;-) #### Updates +##### v0.61 6/24/15 by DW + +Files with the extension .opml are now be rendered as outlines. There's a template for outlines, it uses the new outlineBrowser toolkit. If you want the raw OPML text from the server, add an Accept header with the value: text/x-opml, following a convention established by the OPML Editor. Here's an example of an OPML file rendered through the new template. + ##### v0.60 5/26/15 by DW When delegating requests, pass redirects back to the client, don't follow them. This was necessary so that that OAuth dance with Twitter in nodeStorage would work.