aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetter Rodhelind <petter.rodhelind@gmail.com>2021-02-21 17:45:50 +0100
committerPetter Rodhelind <petter.rodhelind@gmail.com>2021-02-21 17:45:50 +0100
commitcf8228f54b818691bf693b8a0773ca4981dbf138 (patch)
tree03a06d9bf049ff6f2fda6c62a49c8c32ac8293ea
parente618c5b876155c71cf4f8aebe373fc9bc29716f9 (diff)
downloadfbfeed-cf8228f54b818691bf693b8a0773ca4981dbf138.tar.gz
fbfeed-cf8228f54b818691bf693b8a0773ca4981dbf138.tar.bz2
fbfeed-cf8228f54b818691bf693b8a0773ca4981dbf138.zip
doc: Add explicit address for showcasing API.
-rw-r--r--README.md7
-rw-r--r--templates.go2
2 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 17fd76b..92091fc 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,15 @@ This is particular good for those of you who do not use Facebook,
but still end up in social networks and local communities where
gatherings and events are all organized using Facebook.
+NOTE: This may break any given moment, due to updates in the source
+code at Facebook.
+
## Usage
Compile and run. Host it somewhere or locally.
-For HTML: `/nameOfGroup`
+For HTML: `http://localhost:1212/nameOfGroup`
-For RSS: `/nameOfGroup.rss`
+For RSS: `http://localhost:1212/nameOfGroup.rss`
`nameOfGroup` is the @-name in Facebook.
diff --git a/templates.go b/templates.go
index 8f6453f..4a642b5 100644
--- a/templates.go
+++ b/templates.go
@@ -26,7 +26,7 @@ const htmlRoot = `
<!DOCTYPE html>
<html>
<head>
- <title>{{title}}&middot; fbfeed</title>
+ <title>{{title}} &middot; fbfeed</title>
<style type="text/css">
body {
font-size: 14pt;