From ab7519cce8f4a5c246c1e330856347c7909baafa Mon Sep 17 00:00:00 2001 From: Dave Winer Date: Thu, 25 Jun 2015 11:12:56 -0400 Subject: [PATCH] v0.62 --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c6ed674..747b6c8 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ #### PagePark - I wrote this simple HTTP server to park domains I've bought but not yet used. +I wrote this simple HTTP server to park domains I've bought but not yet used. - It's written in JavaScript and runs in Node.js. +It's written in JavaScript and runs in Node.js. - Each domain is in its own folder. The content for that domain is in the folder. I went a little wild with content types, it can serve Markdown docs, or run JS code. And of course HTML, text files, images, movies, etc. +Each domain is in its own folder. The content for that domain is in the folder. I went a little wild with content types, it can serve Markdown docs, or run JS code. And of course HTML, text files, images, movies, etc. - Yet it's still very simple. Which is the point. ;-) +Yet it's still very simple. Which is the point. ;-) - It's 90 percent of what all web servers do, so if you learn how to run PagePark, you're learning how to run a web server. A real one you can use to host your sites. And it's easy to hack the code if you want to. +It's 90 percent of what all web servers do, so if you learn how to run PagePark, you're learning how to run a web server. A real one you can use to host your sites. And it's easy to hack the code if you want to. #### How to - 1. Create a folder to host your website. +1. Create a folder to host your website. - 2. Copy all the files from the downloaded folder into that folder. +2. Copy all the files from the downloaded folder into that folder. - 3. npm install +3. npm install - 4. node pagepark.js +4. node pagepark.js #### Screen shot @@ -88,6 +88,10 @@ There will always be more work to do here. ;-) #### Updates +##### v0.62 6/24/15 by DW + +Code cleanup and factoring in opml.js. + ##### v0.61 6/24/15 by DW Files with the extension .opml are now rendered as outlines.