From e53b81e59757b9d5c3828fd489f480dc0077cd66 Mon Sep 17 00:00:00 2001 From: Dave Winer Date: Sat, 27 Jun 2015 10:17:22 -0400 Subject: [PATCH] v0.63 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cac6fa..723c71f 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ There will always be more work to do here. ;-) If you add ?format=json to a request for an OPML file, you'll get a JSON representation of the outline. This is useful for single-page JavaScript apps that want to use the outlineBrowser toolkit to diplay the contents. An example of this is davewiner.com. -I figured out how to write a JS page that's served by PagePark that returns the JSON representation of any OPML file. Here's a gist containing the code. And a call to that page. +I also figured out how to write a JS page that's served by PagePark that returns the JSON representation of any OPML file. Here's a gist containing the code. And a call to that page. It's extra-nice that this feature could be added without modifying PagePark. It's starting to become a real platform! :-) In both cases, the CORS header allows access from anywhere.