From 2f381e7052836f19cd7e296162a75613a3b63417 Mon Sep 17 00:00:00 2001 From: MrBrass Date: Wed, 7 Oct 2015 19:21:54 -0400 Subject: [PATCH 1/2] This one's been bugging me for way too long --- doc/database.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/database.md b/doc/database.md index a7f616d..bf61a13 100644 --- a/doc/database.md +++ b/doc/database.md @@ -15,9 +15,9 @@ Setting up postgres (as root) You'll get a prompt, enter the following: - CREATE ROLE srnduser WITH LOGIN PASSWORD 'srndpassword'; - CREATE DATABASE srnd WITH ENCODING 'UTF8' OWNER srnduser; + CREATE ROLE srnd WITH LOGIN PASSWORD 'srndpassword'; + CREATE DATABASE srnd WITH ENCODING 'UTF8' OWNER srnd; \q Change the username and password as desired. - +The username has to be the same as the database name. From c5f17cf048530aa3ba5dcb6dd4da875cf7377699 Mon Sep 17 00:00:00 2001 From: 4cdn <4cdn@users.noreply.github.com> Date: Wed, 7 Oct 2015 21:35:42 -0400 Subject: [PATCH 2/2] typos + non-base32 onion fix --- doc/feeds.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/feeds.md b/doc/feeds.md index e7ff32f..a72ac87 100644 --- a/doc/feeds.md +++ b/doc/feeds.md @@ -4,7 +4,7 @@ In order to actually be distributed, you need another person to sync posts with, otherwise what's the point right? -Right now peering information is private, there is no link level authenticatio (yet) so everything is done via either a vpn tunnel or a tor hidden service. +Right now peering information is private, there is no link level authentication (yet) so everything is done via either a vpn tunnel or a tor hidden service. ### Peering over tor ### @@ -49,7 +49,7 @@ Get your ipv6 address for cjdns ip addr show tun0 -Edit srnd.ini to bind nntp on that ipv6 address, make sure to use the square brances `[` and `]` +Edit srnd.ini to bind nntp on that ipv6 address, make sure to use the square braces `[` and `]` [nntp] ... @@ -86,19 +86,19 @@ Then add to feeds.ini the following: Here is an example entry in feeds.ini - [feed-aabbccddeeff1122.onion:119] + [feed-aabbccddeeff2233.onion:119] proxy-type=socks4a proxy-host=127.0.0.1 proxy-port=9050 - [aabbccddeeff1122.onion:119] + [aabbccddeeff2233.onion:119] overchan=1 ano.paste=0 ctl=1 But what does it mean? - [feed-aabbccddeeff1122.onion:119] + [feed-aabbccddeeff2233.onion:119] Connection settings for a peer @@ -108,7 +108,7 @@ Connection settings for a peer Proxy settings, straight forward. Supported proxy types are `socks4a` and `none` - [aabbccddeeff1122.onion:119] + [aabbccddeeff2233.onion:119] nntp synchronization settings