diff --git a/wiki/Setting-up-email.html b/wiki/Setting-up-email.html deleted file mode 100644 index ecc6e67..0000000 --- a/wiki/Setting-up-email.html +++ /dev/null @@ -1,31 +0,0 @@ - - -
- - - -Your shiny, new tilde.club account comes with an email account you can use only between tilde.club members. pine
is a command-line email application to use it, as is mutt
. Good old-fashioned mail
works too, although it’s a little cryptic.
pine
is menu driven, and the menus are self-explanatory; it’s surprisingly easy to learn, and surprisingly powerful when you want to customize it.
From the command line (after logged in via SSH), type: pine
and [return]
Follow instructions and use the menus at the bottom and top. (Note: When you see the ^ in front of the letter it means you need to use CTRL, otherwise just use the letter.)
authors:
+ + +grab a copy of the site’s source code
+git clone https://github.com/tildeclub/site tilde.club && cd tilde.club/wiki
make a new article or update an existing one (only change the markdown source)
generate the wiki pages. you need to be in the wiki directory. run ./build-wiki.sh
to create the html.
submit the code via a PR on github or with git-send-email(1) to root@tilde.chat see git-send-email.io for more info on how to use it. if you’re working locally on tilde.club, you won’t have to configure anything; git will use the system’s sendmail to handle the email.
profit???
ask on irc if you have questions!
+ +