From f18590ff28e90d4a02ac6c55c09d477f430ebe90 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 5 Jun 2018 01:03:27 -0400 Subject: [PATCH] getting started and irc pages redirect to wiki --- gettingstarted/index.html | 118 ---------------------------------- gettingstarted/index.php | 3 + index.php | 2 + irc/index.php | 24 +------ wiki/pages/getting-started.md | 70 +++++++++++++------- wiki/view.php | 2 +- 6 files changed, 55 insertions(+), 164 deletions(-) delete mode 100644 gettingstarted/index.html create mode 100644 gettingstarted/index.php diff --git a/gettingstarted/index.html b/gettingstarted/index.html deleted file mode 100644 index e3c22f9..0000000 --- a/gettingstarted/index.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - Getting Started | tilde.team - - - - - - - - - - - - - - - - - -
- -

~~~How to ~tilde; a n00b's primer~~~~

- - -

Welcome

- -

New to the command line and all this webby cowfoolery? You're in luck! Here's a basic HELLO WORLD tutorial.

- - - -

Logging in

- -
-         _______________________________________
-        / WELCOME TO TILDE.TEAM A PLACE FOR WEB \
-        \ PAGES                                 /
-         ---------------------------------------
-                \   ^__^
-                 \  (oo)\_______
-                    (__)\       )\/\
-                        ||----w |
-                        ||     ||
-        
- -

* On a PC, you'll need to get an ssh client. PuTTY is a good one.

- -

Linux

-
    -
  1. Open a terminal. Try ctrl + alt + t.
  2. -
  3. ssh your_username@tilde.team
  4. -
  5. Enter your password.
  6. -
- -

Mac

-
    -
  1. Browse to Applications/Utilities/Terminal and launch Terminal (or press cmd+space, start typing Terminal, and press return)
  2. -
  3. ssh your_username@tilde.team
  4. -
  5. Enter your password.
  6. -
- - -

Finding your index.html file

- -

There are some basic command line commands you'll want to Google and learn, but for this tutorial you only need a few:

- - -
    -
  1. Type: ls to see where you are. You should see a directory called "public_html"
  2. -
  3. Type: cd public_html to move into that folder. (cd stands for change directory.)
  4. -
  5. Type: ls to see where you are. You should see your index.html file
  6. -
- -

Editing your index.html file

- -
    -
  1. Type: nano index.html to open your index.html file and begin editing
  2. -
  3. Edit your file, willy nilly
  4. -
  5. When done editing, use ctrl + x to close the file
  6. -
  7. You'll be asked if you want to save; say y and to return to the command line
  8. -
  9. Refresh your tilde page in your browser to see your new website
  10. -
- -

Note: If at any time you feel you made a mistake in editing, you can exit and n to not save.

- - -

How to be l33t (from our friends over at tilde.club)

- -

Now that you've made it this far, the community has been busy compiling additional resources for you to experiment with.

- -

There are TONS of resources elsewhere on the internet. Use your favorite search engine to find out more.

- - - -
- - - - diff --git a/gettingstarted/index.php b/gettingstarted/index.php new file mode 100644 index 0000000..994a0e1 --- /dev/null +++ b/gettingstarted/index.php @@ -0,0 +1,3 @@ + ~forum~ ~irc~ + + ~wiki~

diff --git a/irc/index.php b/irc/index.php index 2a23093..1c15d40 100644 --- a/irc/index.php +++ b/irc/index.php @@ -1,21 +1,3 @@ - - -

tildeverse irc

-
- -

hi tildizens!

- -

there are a couple places that i'm trying to coordinate for tilde irc:

- - - -

additionally, i'm running a web client at irc.tilde.team (port 80/443)

- -

connect to irc.tilde.team:6697 with ssl if you want to use your own client!

- -

hit me up on any of these places (or any of the other places you can find on my tilde page) if you have any suggestions!

- - - + -

tilde.team wiki

+

< tilde.team wiki