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">
- +Log into your system with:
@@ -297,9 +297,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 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 amkdir ~/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:
-
-
-Key
-Function
-
-
i
@@ -397,13 +397,13 @@ And as a quick reference the main keys are:
-R
-Reply to user
+CTRL-c CTRL-h
+Highlight
-CTRL-c CTRL-h
-Highlight
+R
+Reply to user
@@ -415,15 +415,104 @@ And as a quick reference the main keys are:
CTRL-c CTRL-f
Friends timeline
+
+
+CTRL-c CTRL-v
+View user profile
+
+
+
+
+
+Navigation:
+
+
+
+
+
+
+
+
+
+
+
+
+j
+Next
+
+
+
+k
+Previous
+
+
+
+
+
+Showing timelines:
+
+
+
+
+
+
+
+
+
+
+
+
+g
+Current timeline
+
+
+
+CTRL-c CTRL-a
+Public timeline
+
+
+
+CTRL-c CTRL-g
+Group timeline
+
+
+
+CTRL-c CTRL-t
+Tag timeline
+
+
+
+CTRL-c CTRL-k
+Stop
+
+
+
+CTRL-c CTRL-u
+User timeline
+
+
+
+CTRL-c CTRL-c
+Conversation timeline
+
+
+
+CTRL-c CTRL-o
+Remote user timeline
+
+
+
+CTRL-c CTRL-d
+Post direct Message
+
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,9 @@ Navigate to your PostActiv domain name and log in.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:
-
-
-Key
-Function
-
-
i
@@ -365,13 +365,13 @@ And as a quick reference the main keys are:
-R
-Reply to user
+CTRL-c CTRL-h
+Highlight
-CTRL-c CTRL-h
-Highlight
+R
+Reply to user
@@ -383,14 +383,104 @@ And as a quick reference the main keys are:
CTRL-c CTRL-f
Friends timeline
+
+
+CTRL-c CTRL-v
+View user profile
+
+
+
+
+
+Navigation:
+
+
+
+
+
+
+
+
+
+
+
+
+j
+Next
+
+
+
+k
+Previous
+
+
+
+
+
+Showing timelines:
+
+
+
+
+
+
+
+
+
+
+
+
+g
+Current timeline
+
+
+
+CTRL-c CTRL-a
+Public timeline
+
+
+
+CTRL-c CTRL-g
+Group timeline
+
+
+
+CTRL-c CTRL-t
+Tag timeline
+
+
+
+CTRL-c CTRL-k
+Stop
+
+
+
+CTRL-c CTRL-u
+User timeline
+
+
+
+CTRL-c CTRL-c
+Conversation timeline
+
+
+
+CTRL-c CTRL-o
+Remote user timeline
+
+
+
+CTRL-c CTRL-d
+Post direct Message
+