Parcourir la source

Improve gnu-social-mode instructions

Bob Mottram il y a 8 ans
Parent
révision
411896e794
2 fichiers modifiés avec 51 ajouts et 14 suppressions
  1. 25
    7
      doc/EN/app_gnusocial.org
  2. 26
    7
      doc/EN/app_postactiv.org

+ 25
- 7
doc/EN/app_gnusocial.org Voir le fichier

66
 
66
 
67
 #+begin_src bash :tangle no
67
 #+begin_src bash :tangle no
68
 mkdir ~/elisp
68
 mkdir ~/elisp
69
-git clone git://git.savannah.nongnu.org/gnu-social-mode ~/elisp/gnu-social-mode
70
-sed -i 's|"http"|"https"|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
71
-sed -i 's|http:|https:|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
72
-sed -i 's|http?|https?|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
69
+git clone https://github.com/bashrc/gnu-social-mode ~/elisp/gnu-social-mode
73
 echo "(add-to-list 'load-path \"~/elisp/gnu-social-mode\")" >> ~/.emacs
70
 echo "(add-to-list 'load-path \"~/elisp/gnu-social-mode\")" >> ~/.emacs
74
 echo "(require 'gnu-social-mode)" >> ~/.emacs
71
 echo "(require 'gnu-social-mode)" >> ~/.emacs
75
 echo "(setq gnu-social-server-textlimit 2000" >> ~/.emacs
72
 echo "(setq gnu-social-server-textlimit 2000" >> ~/.emacs
80
 
77
 
81
 And as a quick reference the main keys are:
78
 And as a quick reference the main keys are:
82
 
79
 
83
-| Key           | Function           |
84
-|---------------+--------------------|
80
+#+begin_src bash :tangle no
81
+M-x gnu-social
82
+#+end_src
83
+
84
+The basics:
85
+
85
 | i             | Show icons         |
86
 | i             | Show icons         |
86
 | CTRL-c CTRL-s | Post status update |
87
 | CTRL-c CTRL-s | Post status update |
87
 | r             | Repeat             |
88
 | r             | Repeat             |
88
 | F             | Favourite          |
89
 | F             | Favourite          |
89
-| R             | Reply to user      |
90
 | CTRL-c CTRL-h | Highlight          |
90
 | CTRL-c CTRL-h | Highlight          |
91
+| R             | Reply to user      |
91
 | CTRL-c CTRL-r | Show replies       |
92
 | CTRL-c CTRL-r | Show replies       |
92
 | CTRL-c CTRL-f | Friends timeline   |
93
 | CTRL-c CTRL-f | Friends timeline   |
94
+| CTRL-c CTRL-v | View user profile  |
95
+
96
+Navigation:
97
+
98
+| j | Next     |
99
+| k | Previous |
100
+
101
+Showing timelines:
93
 
102
 
103
+| g             | Current timeline      |
104
+| CTRL-c CTRL-a | Public timeline       |
105
+| CTRL-c CTRL-g | Group timeline        |
106
+| CTRL-c CTRL-t | Tag timeline          |
107
+| CTRL-c CTRL-k | Stop                  |
108
+| CTRL-c CTRL-u | User timeline         |
109
+| CTRL-c CTRL-c | Conversation timeline |
110
+| CTRL-c CTRL-o | Remote user timeline  |
111
+| CTRL-c CTRL-d | Post direct Message   |
94
 
112
 
95
 * Blocking controls
113
 * Blocking controls
96
 #+BEGIN_CENTER
114
 #+BEGIN_CENTER

+ 26
- 7
doc/EN/app_postactiv.org Voir le fichier

48
 
48
 
49
 #+begin_src bash :tangle no
49
 #+begin_src bash :tangle no
50
 mkdir ~/elisp
50
 mkdir ~/elisp
51
-git clone git://git.savannah.nongnu.org/gnu-social-mode ~/elisp/gnu-social-mode
52
-sed -i 's|"http"|"https"|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
53
-sed -i 's|http:|https:|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
54
-sed -i 's|http?|https?|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
51
+git clone https://github.com/bashrc/gnu-social-mode ~/elisp/gnu-social-mode
55
 echo "(add-to-list 'load-path \"~/elisp/gnu-social-mode\")" >> ~/.emacs
52
 echo "(add-to-list 'load-path \"~/elisp/gnu-social-mode\")" >> ~/.emacs
56
 echo "(require 'gnu-social-mode)" >> ~/.emacs
53
 echo "(require 'gnu-social-mode)" >> ~/.emacs
57
 echo "(setq gnu-social-server-textlimit 2000" >> ~/.emacs
54
 echo "(setq gnu-social-server-textlimit 2000" >> ~/.emacs
62
 
59
 
63
 And as a quick reference the main keys are:
60
 And as a quick reference the main keys are:
64
 
61
 
65
-| Key           | Function           |
66
-|---------------+--------------------|
62
+#+begin_src bash :tangle no
63
+M-x gnu-social
64
+#+end_src
65
+
66
+The basics:
67
+
67
 | i             | Show icons         |
68
 | i             | Show icons         |
68
 | CTRL-c CTRL-s | Post status update |
69
 | CTRL-c CTRL-s | Post status update |
69
 | r             | Repeat             |
70
 | r             | Repeat             |
70
 | F             | Favourite          |
71
 | F             | Favourite          |
71
-| R             | Reply to user      |
72
 | CTRL-c CTRL-h | Highlight          |
72
 | CTRL-c CTRL-h | Highlight          |
73
+| R             | Reply to user      |
73
 | CTRL-c CTRL-r | Show replies       |
74
 | CTRL-c CTRL-r | Show replies       |
74
 | CTRL-c CTRL-f | Friends timeline   |
75
 | CTRL-c CTRL-f | Friends timeline   |
76
+| CTRL-c CTRL-v | View user profile  |
77
+
78
+Navigation:
79
+
80
+| j | Next     |
81
+| k | Previous |
82
+
83
+Showing timelines:
84
+
85
+| g             | Current timeline      |
86
+| CTRL-c CTRL-a | Public timeline       |
87
+| CTRL-c CTRL-g | Group timeline        |
88
+| CTRL-c CTRL-t | Tag timeline          |
89
+| CTRL-c CTRL-k | Stop                  |
90
+| CTRL-c CTRL-u | User timeline         |
91
+| CTRL-c CTRL-c | Conversation timeline |
92
+| CTRL-c CTRL-o | Remote user timeline  |
93
+| CTRL-c CTRL-d | Post direct Message   |
75
 
94
 
76
 * Blocking controls
95
 * Blocking controls
77
 #+BEGIN_CENTER
96
 #+BEGIN_CENTER