From 7dbbce413b0e7c960d583d54d6273cb1b31d2142 Mon Sep 17 00:00:00 2001 From: Dave Winer Date: Fri, 12 Jan 2018 08:22:20 -0500 Subject: [PATCH] v 0.7.10 --- README.md | 8 +++----- package.json | 2 +- pagepark.js | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f8feaa6..24d49e2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Each domain is in its own folder. The content for that domain is in the folder. 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 @@ -238,13 +238,11 @@ http://lucky.wtf/badass/ -- index file in a sub-directory http://lucky.wtf/badass/butt.js -- a page implemented in a script -http://pagepark.io/ -- the home page for this product, served by the product - http://karass.co/nosuchfile.html -- file not found -http://pagepark.io/version -- the version of PagePark that's running on the server +http://noderunner.org/version -- the version of PagePark that's running on the server -http://pagepark.io/now -- the time on the server +http://noderunner.org/now -- the time on the server http://lucky.wtf/transcend.opml -- a page written in OPML diff --git a/package.json b/package.json index a144bfe..e3ea369 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "PagePark", "description": "A simple Node.js folder-based HTTP server that serves static and dynamic pages for domains.", "author": "Dave Winer ", - "version": "0.7.9", + "version": "0.7.10", "scripts": { "start": "node pagepark.js" }, diff --git a/pagepark.js b/pagepark.js index e81b81c..a6bed5e 100644 --- a/pagepark.js +++ b/pagepark.js @@ -1,4 +1,4 @@ -var myVersion = "0.7.9", myProductName = "PagePark"; +var myVersion = "0.7.10", myProductName = "PagePark"; /* The MIT License (MIT) Copyright (c) 2014-2017 Dave Winer