From 32a2d0d1e0b7869e156fa40d6a5e5fc78996e4ba Mon Sep 17 00:00:00 2001 From: Dave Winer Date: Fri, 9 Jun 2017 18:42:49 -0400 Subject: [PATCH] v0.72 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1085052..e6b227f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#### PagePark +### PagePark I wrote this simple HTTP server to park domains I've bought but not yet used. But I kept going and added all the features I want to help me manage my own websites, far beyond just parking them. But I liked the name so I kept it. Think of it as a nice park where you keep your pages. ;-) @@ -266,6 +266,10 @@ There will always be more work to do here. ;-) Factored the local utils and opml modules, instead using the new daveutils and daveopml NPM packages. +We now look for prefs in config.json in in the same folder as pagepark.js, if it's not present, we look for prefs.json in the prefs folder. All my other server software uses config.json, so PagePark fits in better. + +Improved rendering outlines, so that you can put an OPML file anywhere, and refer to it and it will render as an outline. If you add ?format=opml to the URL it will return the XML + ##### v0.71 7/31/16 by DW The repository now includes mdTemplate.txt in the prefs folder. Previously it would download this file from one of my sites the first time it was used. This is a more modern way to distribute it.