Ver código fonte

New gnusocial screenshots

Bob Mottram 8 anos atrás
pai
commit
534ede131f

+ 6
- 0
doc/EN/app_gnusocial.org Ver arquivo

@@ -22,6 +22,12 @@ You can host your own GNU Social instance and then "/remote follow/" other users
22 22
 
23 23
 You should regard anything posted to GNU Social as being /public communication/ visible to anyone on the internet. There is a direct messaging capability between users but it's not particularly secure, so for one-to-one messages stick to better methods, such as XMPP with OTR/OMEMO or Tox.
24 24
 
25
+
26
+#+BEGIN_CENTER
27
+[[file:images/gnusocial_pleroma.jpg]]
28
+#+END_CENTER
29
+
30
+
25 31
 * Installation
26 32
 Log into your system with:
27 33
 

BIN
img/gnusocial_mobile.jpg Ver arquivo


BIN
img/gnusocial_pleroma.jpg Ver arquivo


+ 29
- 18
website/EN/app_gnusocial.html Ver arquivo

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-11-20 Sun 15:36 -->
6
+<!-- 2017-04-11 Tue 21:08 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -71,6 +71,7 @@
71 71
   pre.src-fortran:before { content: 'Fortran'; }
72 72
   pre.src-gnuplot:before { content: 'gnuplot'; }
73 73
   pre.src-haskell:before { content: 'Haskell'; }
74
+  pre.src-hledger:before { content: 'hledger'; }
74 75
   pre.src-java:before { content: 'Java'; }
75 76
   pre.src-js:before { content: 'Javascript'; }
76 77
   pre.src-latex:before { content: 'LaTeX'; }
@@ -188,7 +189,7 @@
188 189
 @licstart  The following is the entire license notice for the
189 190
 JavaScript code in this tag.
190 191
 
191
-Copyright (C) 2012-2013 Free Software Foundation, Inc.
192
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
192 193
 
193 194
 The JavaScript code in this tag is free software: you can
194 195
 redistribute it and/or modify it under the terms of the GNU
@@ -259,16 +260,26 @@ You can host your own GNU Social instance and then "<i>remote follow</i>" other
259 260
 You should regard anything posted to GNU Social as being <i>public communication</i> visible to anyone on the internet. There is a direct messaging capability between users but it's not particularly secure, so for one-to-one messages stick to better methods, such as XMPP with OTR/OMEMO or Tox.
260 261
 </p>
261 262
 
262
-<div id="outline-container-orgbe819a6" class="outline-2">
263
-<h2 id="orgbe819a6">Installation</h2>
264
-<div class="outline-text-2" id="text-orgbe819a6">
263
+
264
+<div class="org-center">
265
+
266
+<div class="figure">
267
+<p><img src="images/gnusocial_pleroma.jpg" alt="gnusocial_pleroma.jpg" />
268
+</p>
269
+</div>
270
+</div>
271
+
272
+
273
+<div id="outline-container-orgabf5663" class="outline-2">
274
+<h2 id="orgabf5663">Installation</h2>
275
+<div class="outline-text-2" id="text-orgabf5663">
265 276
 <p>
266 277
 Log into your system with:
267 278
 </p>
268 279
 
269 280
 <div class="org-src-container">
270
-<pre class="src src-bash">ssh myusername@mydomain -p 2222
271
-</pre>
281
+<pre><code class="src src-bash">ssh myusername@mydomain -p 2222
282
+</code></pre>
272 283
 </div>
273 284
 
274 285
 <p>
@@ -286,9 +297,9 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
286 297
 </div>
287 298
 
288 299
 
289
-<div id="outline-container-org8662408" class="outline-2">
290
-<h2 id="org8662408">Initial setup</h2>
291
-<div class="outline-text-2" id="text-org8662408">
300
+<div id="outline-container-orgac5c205" class="outline-2">
301
+<h2 id="orgac5c205">Initial setup</h2>
302
+<div class="outline-text-2" id="text-orgac5c205">
292 303
 <p>
293 304
 If you have just obtained a Lets Encrypt certificate as above then go to <b>About</b> 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.
294 305
 </p>
@@ -316,15 +327,15 @@ GNU Social has a clutter-free mobile user interface which can be accessed via a
316 327
 </div>
317 328
 
318 329
 
319
-<div id="outline-container-orgb147eaa" class="outline-2">
320
-<h2 id="orgb147eaa">Using with Emacs</h2>
321
-<div class="outline-text-2" id="text-orgb147eaa">
330
+<div id="outline-container-org548f557" class="outline-2">
331
+<h2 id="org548f557">Using with Emacs</h2>
332
+<div class="outline-text-2" id="text-org548f557">
322 333
 <p>
323 334
 If you are an Emacs user it's also possible to set up GNU Social mode as follows:
324 335
 </p>
325 336
 
326 337
 <div class="org-src-container">
327
-<pre class="src src-bash">mkdir ~/elisp
338
+<pre><code class="src src-bash">mkdir ~/elisp
328 339
 git clone git://git.savannah.nongnu.org/gnu-social-mode ~/elisp/gnu-social-mode
329 340
 sed -i <span class="org-string">'s|"http"|"https"|g'</span> ~/elisp/gnu-social-mode/gnu-social-mode.el
330 341
 sed -i <span class="org-string">'s|http:|https:|g'</span> ~/elisp/gnu-social-mode/gnu-social-mode.el
@@ -335,7 +346,7 @@ sed -i <span class="org-string">'s|http?|https?|g'</span> ~/elisp/gnu-social-mod
335 346
 <span class="org-builtin">echo</span> <span class="org-string">"      gnu-social-server \"yourgnusocialdomain\""</span> &gt;&gt; ~/.emacs
336 347
 <span class="org-builtin">echo</span> <span class="org-string">"    gnu-social-username \"yourusername\""</span> &gt;&gt; ~/.emacs
337 348
 <span class="org-builtin">echo</span> <span class="org-string">"    gnu-social-password \"gnusocialpassword\")"</span> &gt;&gt; ~/.emacs
338
-</pre>
349
+</code></pre>
339 350
 </div>
340 351
 
341 352
 <p>
@@ -402,9 +413,9 @@ And as a quick reference the main keys are:
402 413
 </div>
403 414
 
404 415
 
405
-<div id="outline-container-orgc4df87d" class="outline-2">
406
-<h2 id="orgc4df87d">Sharing things</h2>
407
-<div class="outline-text-2" id="text-orgc4df87d">
416
+<div id="outline-container-org0453dcf" class="outline-2">
417
+<h2 id="org0453dcf">Sharing things</h2>
418
+<div class="outline-text-2" id="text-org0453dcf">
408 419
 <p>
409 420
 If you have the GNU Social microblogging system installed then it's also possible to share things or services between groups or with particular users. This can be useful for sharing items within a family, club or in a local sharing economy. Sharing things freely, without money, reveals the social basis at the root of all economics which money normally conceals or obscures.
410 421
 </p>