From c31ddedfeb9c5c37abd5427a5ead827f7d18763a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 27 Apr 2017 16:28:27 +0100 Subject: [PATCH] Improve gnu-social-mode instructions --- website/EN/app_gnusocial.html | 145 +++++++++++++++++++++++++++------- website/EN/app_postactiv.html | 144 ++++++++++++++++++++++++++------- 2 files changed, 234 insertions(+), 55 deletions(-) diff --git a/website/EN/app_gnusocial.html b/website/EN/app_gnusocial.html index 1e1875cb..5f6d2851 100644 --- a/website/EN/app_gnusocial.html +++ b/website/EN/app_gnusocial.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -270,9 +270,9 @@ You should regard anything posted to GNU Social as being public communication -
-

Installation

-
+
+

Installation

+

Log into your system with:

@@ -297,9 +297,9 @@ After the install has completed go to Security settings and select Cre
-
-

Initial setup

-
+
+

Initial setup

+

If you have just obtained a Lets Encrypt certificate as above then go to About on the administrator control panel and you should see your GNU Social domain listed there along with an onion address. You can then navigate to your site in a browser.

@@ -327,9 +327,9 @@ GNU Social has a clutter-free mobile user interface which can be accessed via a
-
-

Using with Emacs

-
+
+

Using with Emacs

+
@@ -344,10 +344,7 @@ If you are an Emacs user it's also possible to set up GNU Social mode 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
+git clone https://github.com/bashrc/gnu-social-mode ~/elisp/gnu-social-mode
 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
@@ -361,6 +358,15 @@ sed -i 's|http?|https?|g' ~/elisp/gnu-social-mod
 And as a quick reference the main keys are:
 

+
+
M-x gnu-social
+
+
+ +

+The basics: +

+ @@ -369,12 +375,6 @@ And as a quick reference the main keys are: - - - - - - @@ -397,13 +397,13 @@ And as a quick reference the main keys are: - - + + - - + + @@ -415,15 +415,104 @@ And as a quick reference the main keys are: + + + + + + +
KeyFunction
i
RReply to userCTRL-c CTRL-hHighlight
CTRL-c CTRL-hHighlightRReply to user
CTRL-c CTRL-f Friends timeline
CTRL-c CTRL-vView user profile
+ +

+Navigation: +

+ + + + +++ ++ + + + + + + + + + + + +
jNext
kPrevious
+ +

+Showing timelines: +

+ + + + +++ ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
gCurrent timeline
CTRL-c CTRL-aPublic timeline
CTRL-c CTRL-gGroup timeline
CTRL-c CTRL-tTag timeline
CTRL-c CTRL-kStop
CTRL-c CTRL-uUser timeline
CTRL-c CTRL-cConversation timeline
CTRL-c CTRL-oRemote user timeline
CTRL-c CTRL-dPost direct Message
- -
-

Blocking controls

-
+
+

Blocking controls

+
diff --git a/website/EN/app_postactiv.html b/website/EN/app_postactiv.html index df3863e9..94af6859 100644 --- a/website/EN/app_postactiv.html +++ b/website/EN/app_postactiv.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -252,9 +252,9 @@ for the JavaScript code in this tag. PostActiv is a fork of GNU Social which includes some extra fixes and optimisations to improve performance. It federates just like GNU Social does and so whether you choose GNU Social or PostActiv is really just down to personal prefernce.

-
-

Installation

-
+
+

Installation

+

Log into your system with:

@@ -278,9 +278,9 @@ After the install has completed go to Security settings and select Cre
-
-

Initial setup

-
+
+

Initial setup

+

If 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,9 @@ Navigate to your PostActiv domain name and log in.
-
-

Using with Emacs

-
+
+

Using with Emacs

+
@@ -312,10 +312,7 @@ If you are an Emacs user it's also possible to set up GNU Social mode, which is
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
+git clone https://github.com/bashrc/gnu-social-mode ~/elisp/gnu-social-mode
 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
@@ -329,6 +326,15 @@ sed -i 's|http?|https?|g' ~/elisp/gnu-social-mod
 And as a quick reference the main keys are:
 

+
+
M-x gnu-social
+
+
+ +

+The basics: +

+ @@ -337,12 +343,6 @@ And as a quick reference the main keys are: - - - - - - @@ -365,13 +365,13 @@ And as a quick reference the main keys are: - - + + - - + + @@ -383,14 +383,104 @@ And as a quick reference the main keys are: + + + + + + +
KeyFunction
i
RReply to userCTRL-c CTRL-hHighlight
CTRL-c CTRL-hHighlightRReply to user
CTRL-c CTRL-f Friends timeline
CTRL-c CTRL-vView user profile
+ +

+Navigation: +

+ + + + +++ ++ + + + + + + + + + + + +
jNext
kPrevious
+ +

+Showing timelines: +

+ + + + +++ ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
gCurrent timeline
CTRL-c CTRL-aPublic timeline
CTRL-c CTRL-gGroup timeline
CTRL-c CTRL-tTag timeline
CTRL-c CTRL-kStop
CTRL-c CTRL-uUser timeline
CTRL-c CTRL-cConversation timeline
CTRL-c CTRL-oRemote user timeline
CTRL-c CTRL-dPost direct Message
-
-

Blocking controls

-
+
+

Blocking controls

+