From 84da9ab4370006a88ea8e61708025d5462ea5cd4 Mon Sep 17 00:00:00 2001 From: Dave Lane Date: Wed, 22 Apr 2015 13:43:42 +1200 Subject: [PATCH 1/2] fixed the bad path, missing the /p/ --- templates/pads.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/pads.html b/templates/pads.html index 4a0ba40..a63d5db 100644 --- a/templates/pads.html +++ b/templates/pads.html @@ -14,10 +14,10 @@

Pads

- \ No newline at end of file + From 9bc3a9acbee0e5dbcf83327e02ae8d72c62208a6 Mon Sep 17 00:00:00 2001 From: Dave Lane Date: Wed, 22 Apr 2015 14:09:11 +1200 Subject: [PATCH 2/2] updated README to explain the path issue, because some people might remove the /p/ with their proxying configuration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e76085e..0b9000e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ The list is available at `/list` npm install https://github.com/esripdx/ep_padlist/tarball/master +One crucial issue is to ensure that the URL path to individual pads is correct. By default etherpad-lite has a URL template like http://localhost:9001/p/[padname] - depending on how you configure your webserver that proxies the node server, you may eliminate the /p/ to make the pads' URLs more "friendly", e.g. http(s)://[sitename]/[padname] - in that case, you will need to remove the /p/ from templates/pad.html, or otherwise alter it to suit your needs. + ### License Copyright 2013 Esri, Inc