diff --git a/Gemfile b/Gemfile index e8a7006..d7f548d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,5 @@ source 'https://rubygems.org' gem 'jekyll' + +gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index aac5691..395cbd7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) concurrent-ruby (1.1.9) @@ -9,7 +9,7 @@ GEM eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) eventmachine (1.2.7) - ffi (1.15.1) + ffi (1.15.4) forwardable-extended (2.6.0) http_parser.rb (0.6.0) i18n (1.8.10) @@ -38,7 +38,7 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.3) - listen (3.5.1) + listen (3.7.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) @@ -56,12 +56,14 @@ GEM terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (1.7.0) + webrick (1.7.0) PLATFORMS ruby DEPENDENCIES jekyll + webrick (~> 1.7) BUNDLED WITH - 2.1.4 + 2.2.26 diff --git a/_includes/nav.html b/_includes/nav.html index 2cef319..06e3e7f 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -3,5 +3,6 @@
  • {{ site.name }}
  • phonebook
  • the original
  • +
  • tutorial
  • diff --git a/_sass/index.scss b/_sass/index.scss index 0dd8aa3..4bf8770 100644 --- a/_sass/index.scss +++ b/_sass/index.scss @@ -18,3 +18,8 @@ padding: 0; } } + +img { + max-width: 80%; + display: block; +} \ No newline at end of file diff --git a/img/1.png b/img/1.png new file mode 100644 index 0000000..21da11b Binary files /dev/null and b/img/1.png differ diff --git a/img/2.png b/img/2.png new file mode 100644 index 0000000..987e418 Binary files /dev/null and b/img/2.png differ diff --git a/img/3.png b/img/3.png new file mode 100644 index 0000000..e1254dd Binary files /dev/null and b/img/3.png differ diff --git a/img/4.png b/img/4.png new file mode 100644 index 0000000..b712170 Binary files /dev/null and b/img/4.png differ diff --git a/index.html b/index.html index 1dd7fd6..271dd71 100644 --- a/index.html +++ b/index.html @@ -8,5 +8,6 @@ layout: base diff --git a/tutorial/index.html b/tutorial/index.html new file mode 100644 index 0000000..14a0242 --- /dev/null +++ b/tutorial/index.html @@ -0,0 +1,51 @@ +--- +layout: page +title: tutorial +--- + +

    What is this?

    +tel.tilde.org.nz also known as tildetel is a small PSTN (Public switched telephone network) for the tildeverse. The users can make calls, leave voice mails and participate in a multi-user conference rooms. The numbers are broken down by "area codes", each tilde has its own area code! A phonebook can be found here (: + +

    How do I get a number?

    +To get a tel.tilde.org.nz number, please message darcy in #tildetel on the tilde.chat IRC. + +

    SIP

    +SIP (Session Initiation Protocol) is a protocol used in VoIP, allowing users to make voice and video calls. + +

    How do I use this?

    +

    First you are going to need a SIP account (which you get when you get a number) and your credentials that look like this:

    + + +

    Once you get a SIP account you need a SIP client to use it, there are many out there but we suggest these ones:

    + + +

    Now that you have a SIP account and a SIP client we are ready to get started. This step by step guide uses the Linphone client

    +
      +
    1. + When you open Linphone for the first time you'll get something like this: + 1 +
    2. + +
    3. + Click on Use a SIP account and fill the fields with your credentials: + 2 +
    4. + +
    5. + Click on the top left corner and select tel.tilde.org.nz: + 3 +
    6. + +
    7. + Done! You are now connected and succesfully set up your client, to make a call just search their number on the top search bar: + 4 +
    8. +
    + +Thanks for reading this tutorial, I hope you found it useful, if you have any questions join #tildetel on tilde.chat and let us know. \ No newline at end of file