From b542c5739902bfd638eb81848b04bcb5d789be57 Mon Sep 17 00:00:00 2001
From: Bob Mottram
Log into your system with:
@@ -278,9 +278,9 @@ After the install has completed go to Security settings and select CreIf you have just obtained a Lets Encrypt certificate as above then go to About on the administrator control panel and you should see your Postactiv domain listed there along with an onion address. You can then navigate to your site in a browser.
@@ -295,9 +295,102 @@ Navigate to your PostActiv domain name and log in.+
++If you are an Emacs user it's also possible to set up GNU Social mode, which is compatible with PostActiv. You can do that as follows: +
+ +mkdir ~/elisp
+git clone git://git.savannah.nongnu.org/gnu-social-mode ~/elisp/gnu-social-mode
+sed -i 's|"http"|"https"|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
+sed -i 's|http:|https:|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
+sed -i 's|http?|https?|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
+echo "(add-to-list 'load-path \"~/elisp/gnu-social-mode\")" >> ~/.emacs
+echo "(require 'gnu-social-mode)" >> ~/.emacs
+echo "(setq gnu-social-server-textlimit 2000" >> ~/.emacs
+echo " gnu-social-server \"yourpostactivdomain\"" >> ~/.emacs
+echo " gnu-social-username \"yourusername\"" >> ~/.emacs
+echo " gnu-social-password \"postactivpassword\")" >> ~/.emacs
+
++And as a quick reference the main keys are: +
+ +Key | +Function | +
---|---|
i | +Show icons | +
CTRL-c CTRL-s | +Post status update | +
r | +Repeat | +
F | +Favourite | +
R | +Reply to user | +
CTRL-c CTRL-h | +Highlight | +
CTRL-c CTRL-r | +Show replies | +
CTRL-c CTRL-f | +Friends timeline | +