From 29fc72c85fdd1133ec118eccfb2f01f00b34c100 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 20 Sep 2019 09:54:26 -0400 Subject: [PATCH] add wiki.md, email.md --- wiki/Setting-up-email.html | 31 ------------------------- wiki/email.html | 22 +++++++++++++----- wiki/source/Setting-up-email.md | 11 --------- wiki/source/email.md | 39 +++++++++++++++++++++++++++----- wiki/source/wiki.md | 24 ++++++++++++++++++++ wiki/wiki.html | 40 +++++++++++++++++++++++++++++++++ 6 files changed, 114 insertions(+), 53 deletions(-) delete mode 100644 wiki/Setting-up-email.html delete mode 100644 wiki/source/Setting-up-email.md create mode 100644 wiki/source/wiki.md create mode 100644 wiki/wiki.html 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 @@ - - - - - - - setting up email - - - - - - < back to wiki home -
-

setting up email

- - -
-

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.)

- - - diff --git a/wiki/email.html b/wiki/email.html index e69395f..da33019 100644 --- a/wiki/email.html +++ b/wiki/email.html @@ -4,8 +4,8 @@ - - Setting up email + + email + + + + < back to wiki home +
+

how to contribute to this wiki

+ +

authors:

+

~benharri

+ +
+
    +
  1. grab a copy of the site’s source code

    +

    git clone https://github.com/tildeclub/site tilde.club && cd tilde.club/wiki

  2. +
  3. make a new article or update an existing one (only change the markdown source)

  4. +
  5. generate the wiki pages. you need to be in the wiki directory. run ./build-wiki.sh to create the html.

  6. +
  7. 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.

  8. +
  9. profit???

  10. +
+

ask on irc if you have questions!

+ + +