mirror of
https://codeberg.org/cage/tinmop/
synced 2025-03-07 10:37:37 +01:00
- updated documentation.
This commit is contained in:
parent
e88985ae34
commit
069bbda392
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
.SH "Name"
|
.SH "Name"
|
||||||
.PP
|
.PP
|
||||||
tinmop - a client for gemini, gopher, pleroma social network and kamid (9p protocol over TLS)
|
tinmop - a client for gemini, gopher, mastodon and pleroma social network and kamid (9p protocol over TLS)
|
||||||
|
|
||||||
.SH "Synopsis"
|
.SH "Synopsis"
|
||||||
.PP
|
.PP
|
||||||
@ -20,12 +20,14 @@ This document assumes basic knowledge of how fediverse works. More information a
|
|||||||
\fIhttps://docs.joinmastodon.org/\fP .
|
\fIhttps://docs.joinmastodon.org/\fP .
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
Tinmop proposes an extensible terminal interface to connect with Pleroma social network, the gemini and gopher protocol
|
Tinmop proposes an extensible terminal interface to connect with Mastodon or Pleroma social network, the gemini (for connecting to gemspace an optional graphical interface is also available) and gopher protocol.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.IP \(em 4
|
.IP \(em 4
|
||||||
gemini://gemini.circumlunar.space/
|
\fIgemini://geminiprotocol.net/docs/\fP
|
||||||
.IP \(em 4
|
.IP \(em 4
|
||||||
\fIhttps://gemini.circumlunar.space/docs/\fP
|
\fIhttps://geminiprotocol.net/docs/\fP
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
Finally tinmop can connect to network file system using 9p protocol over TLS (using client certificates as authentication method).
|
Finally tinmop can connect to network file system using 9p protocol over TLS (using client certificates as authentication method).
|
||||||
@ -224,7 +226,7 @@ username = username
|
|||||||
.RE
|
.RE
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
Not incidentally the information in the example above are the absolute minimum the user has to provide before starts the program and connect to pleroma (to use tinmop as a gemini browser only an empty file will suffice): the name you chose when you made the account on the server and the address of the server.
|
Not incidentally the information in the example above are the absolute minimum the user has to provide before starts the program and connect to pleroma/mastodon (to use tinmop as a gemini browser only an empty file will suffice): the name you chose when you made the account on the server and the address of the server.
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
As you can see a line starting with a \fB#\fP is considered comment and skipped by the program
|
As you can see a line starting with a \fB#\fP is considered comment and skipped by the program
|
||||||
@ -374,22 +376,28 @@ For help with pleroma visit the pleroma website:
|
|||||||
.PP
|
.PP
|
||||||
\fIhttps://pleroma.social/\fP
|
\fIhttps://pleroma.social/\fP
|
||||||
|
|
||||||
|
.PP
|
||||||
|
The mastodon website can be found at:
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fIhttps://joinmastodon.org/\fP
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
For information about gemini:
|
For information about gemini:
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
$ tinmop -o gemini://gemini.circumlunar.space
|
$ tinmop -o gemini://geminiprotocol.net/
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
The program has an inline help (default binding for help is "?"), a manpage (default binding to view the manpage is "C-h m") and inline help can be searched (default: "C-h A").
|
The program has an inline help (default binding for help is "?"), a manpage (default binding to view the manpage is "C-h m") and inline help that can be searched (default: "C-h A").
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
Moreover you can have some useful hint at the program web page:
|
Moreover you can have some useful hint at the program web page:
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
[\fIhttps://www.autistici.org/interzona/tinmop/\fP]
|
\fIhttps://www.autistici.org/interzona/tinmop/\fP
|
||||||
|
|
||||||
.SH "Default keybindings"
|
.SH "Default keybindings for TUI"
|
||||||
.SS "Global keymap"
|
.SS "Global keymap"
|
||||||
.TP
|
.TP
|
||||||
\fB! \fP
|
\fB! \fP
|
||||||
@ -1319,7 +1327,7 @@ There are many, totally unknown, hiding in the code; this is scary! 😱 Please
|
|||||||
|
|
||||||
.SH "Contributing"
|
.SH "Contributing"
|
||||||
.PP
|
.PP
|
||||||
There is always need for help, you can join the developer, sending patches or translating the UI to your favourite language.
|
There is always need for help, you can join the developer, sending patches or https://translate.codeberg.org/projects/tinmop/ \fBat\fP \fItranslating the UI\fP to your favourite language.
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
Just point your browser to the https://codeberg.org/cage/tinmop/ \fBat\fP \fIcode repository\fP.
|
Just point your browser to the https://codeberg.org/cage/tinmop/ \fBat\fP \fIcode repository\fP.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
* Name
|
* Name
|
||||||
|
|
||||||
tinmop - a client for gemini, gopher, pleroma social network and kamid (9p protocol over TLS)
|
tinmop - a client for gemini, gopher, mastodon and pleroma social network and kamid (9p protocol over TLS)
|
||||||
|
|
||||||
* Synopsis
|
* Synopsis
|
||||||
|
|
||||||
@ -16,10 +16,12 @@
|
|||||||
- [[https://pleroma.social/]] ;
|
- [[https://pleroma.social/]] ;
|
||||||
- [[https://docs.joinmastodon.org/]] .
|
- [[https://docs.joinmastodon.org/]] .
|
||||||
|
|
||||||
Tinmop proposes an extensible terminal interface to connect with Pleroma social network, the gemini and gopher protocol
|
Tinmop proposes an extensible terminal interface to connect with Mastodon or Pleroma social network, the gemini (for connecting to gemspace an optional graphical interface is also available) and gopher protocol.
|
||||||
|
|
||||||
- gemini://gemini.circumlunar.space/
|
|
||||||
- [[https://gemini.circumlunar.space/docs/]]
|
|
||||||
|
- [[gemini://geminiprotocol.net/docs/]]
|
||||||
|
- [[https://geminiprotocol.net/docs/]]
|
||||||
|
|
||||||
Finally tinmop can connect to network file system using 9p protocol over TLS (using client certificates as authentication method).
|
Finally tinmop can connect to network file system using 9p protocol over TLS (using client certificates as authentication method).
|
||||||
|
|
||||||
@ -159,7 +161,7 @@
|
|||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Not incidentally the information in the example above are the absolute minimum the user has to provide before starts the program and connect to pleroma (to use tinmop as a gemini browser only an empty file will suffice): the name you chose when you made the account on the server and the address of the server.
|
Not incidentally the information in the example above are the absolute minimum the user has to provide before starts the program and connect to pleroma/mastodon (to use tinmop as a gemini browser only an empty file will suffice): the name you chose when you made the account on the server and the address of the server.
|
||||||
|
|
||||||
As you can see a line starting with a *#* is considered comment and skipped by the program
|
As you can see a line starting with a *#* is considered comment and skipped by the program
|
||||||
|
|
||||||
@ -260,19 +262,23 @@
|
|||||||
|
|
||||||
For help with pleroma visit the pleroma website:
|
For help with pleroma visit the pleroma website:
|
||||||
|
|
||||||
https://pleroma.social/
|
[[https://pleroma.social/]]
|
||||||
|
|
||||||
|
The mastodon website can be found at:
|
||||||
|
|
||||||
|
[[https://joinmastodon.org/]]
|
||||||
|
|
||||||
For information about gemini:
|
For information about gemini:
|
||||||
|
|
||||||
$ tinmop -o gemini://gemini.circumlunar.space
|
$ tinmop -o gemini://geminiprotocol.net/
|
||||||
|
|
||||||
The program has an inline help (default binding for help is "?"), a manpage (default binding to view the manpage is "C-h m") and inline help can be searched (default: "C-h A").
|
The program has an inline help (default binding for help is "?"), a manpage (default binding to view the manpage is "C-h m") and inline help that can be searched (default: "C-h A").
|
||||||
|
|
||||||
Moreover you can have some useful hint at the program web page:
|
Moreover you can have some useful hint at the program web page:
|
||||||
|
|
||||||
[https://www.autistici.org/interzona/tinmop/]
|
[[https://www.autistici.org/interzona/tinmop/]]
|
||||||
|
|
||||||
* Default keybindings
|
* Default keybindings for TUI
|
||||||
|
|
||||||
** Global keymap
|
** Global keymap
|
||||||
|
|
||||||
@ -632,7 +638,7 @@
|
|||||||
|
|
||||||
* Contributing
|
* Contributing
|
||||||
|
|
||||||
There is always need for help, you can join the developer, sending patches or translating the UI to your favourite language.
|
There is always need for help, you can join the developer, sending patches or [[https://translate.codeberg.org/projects/tinmop/][translating the UI]] to your favourite language.
|
||||||
|
|
||||||
Just point your browser to the [[https://codeberg.org/cage/tinmop/][code repository]].
|
Just point your browser to the [[https://codeberg.org/cage/tinmop/][code repository]].
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user