Skip to content

Commit

Permalink
Add PCLinuxOS download instructions
Browse files Browse the repository at this point in the history
Closes Tox#161

Client download instructions for PCLinuxOS distribution.
  • Loading branch information
tox-user committed Nov 26, 2017
1 parent f974777 commit 27a2393
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 7 deletions.
13 changes: 7 additions & 6 deletions themes/website/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -722,9 +722,10 @@ input[type=checkbox]:checked ~ #hamlabel:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.icon-debian:before{content:"\0041";}
.icon-gentoo:before{content:"\0042";}
.icon-arch:before{content:"\0043";}
.icon-diaspora:before{content:"\0044";}
.icon-minionbook:before{content:"\0045";}
.icon-dramabird:before{content:"\0046";}
.icon-debian:before{content:'\0041';}
.icon-gentoo:before{content:'\0042';}
.icon-arch:before{content:'\0043';}
.icon-diaspora:before{content:'\0044';}
.icon-minionbook:before{content:'\0045';}
.icon-dramabird:before{content:'\0046';}
.icon-pclinuxos:before{content:'\0047';}
Binary file modified themes/website/static/fonts/Glyphter.eot
Binary file not shown.
2 changes: 1 addition & 1 deletion themes/website/static/fonts/Glyphter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/website/static/fonts/Glyphter.ttf
Binary file not shown.
Binary file modified themes/website/static/fonts/Glyphter.woff
Binary file not shown.
62 changes: 62 additions & 0 deletions themes/website/static/img/dis/pclinuxos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions themes/website/templates/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,25 @@ <h2>Linux</h2>
<p>Supported PKGBUILDs are located <a href="https://github.com/Tox/arch-repo-tox">here</a>.</p>
<p>If you have an issue with Tox and you installed Tox using an AUR package, please compile that package from source before filing a bug report. If the issue appears to be on the Arch maintainer's side (eg: compiles from source fine, but the PKGBUILD fails), please contact the package maintainer and let them know!</p>
</div>

<input id="tab-5" name="distroOpt" type="radio">
<label for="tab-5" class="tablabel" title="PCLinuxOS">
<span class="icon-pclinuxos"></span>
<span class="text">PCLinuxOS</span>
</label>
<div class="tabdiv">
<p>Toxcore and qTox are available on PCLinuxOS.</p>

<p>To install qTox run these two commands as root:</p>
<pre>apt-get update
apt-get install qtox</pre>

<p>Another way is to use Synaptic Package Manager:</p>
<p>1. Run Synaptic Package Manager and click "Refresh" to update repository indexes.</p>
<p>2. Search for "qtox" package and mark it for installation.</p>
<p>3. Click "Apply" and confirm installation.</p>
<p>Done! Program will be available under "Internet" category in applications menu.</p>
</div>
</section>
</div>
</div>
Expand Down

0 comments on commit 27a2393

Please sign in to comment.