commit bfde6a721297fb57811421fbfc0c3f1db9bf4ca4 Author: Damian Johnson atagar@torproject.org Date: Tue Nov 14 10:32:37 2017 -0800
Add OpenBSD to download page
Port thanks to George and Attila! --- web/images/download/openbsd.png | Bin 0 -> 31705 bytes web/images/download/source.txt | 6 ++++++ web/index.html | 7 +++++++ 3 files changed, 13 insertions(+)
diff --git a/web/images/download/openbsd.png b/web/images/download/openbsd.png new file mode 100644 index 0000000..e586fd0 Binary files /dev/null and b/web/images/download/openbsd.png differ diff --git a/web/images/download/source.txt b/web/images/download/source.txt index a444c6c..a223302 100644 --- a/web/images/download/source.txt +++ b/web/images/download/source.txt @@ -46,6 +46,12 @@ Platform images in this folder originate from the following... Source: https://en.wikipedia.org/wiki/File:Freebsd_logo.svg Author: Anton Gural
+* OpenBSD + Source: NuoveXT (http://nuovext.pwsp.net/) + Author: Alexandre Moore (http://sa-ki.deviantart.com/) + License: GPL v2 + File: NuoveXT/128x128/apps/openbsd.png + * Git Source: https://en.wikipedia.org/wiki/File:Git-logo.svg Author: Jason Long diff --git a/web/index.html b/web/index.html index d904c1a..d6ed4fa 100644 --- a/web/index.html +++ b/web/index.html @@ -408,6 +408,13 @@ sudo python setup.py install</pre><br></li> </div>
<div class="platform"> + <a href="https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/nyx/" id="openbsd"><img src="images/download/openbsd.png" alt="OpenBSD"></a> + <a href="https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/nyx/" class="platform-title">OpenBSD</a> + <p>Port maintained by George and Attila for OpenBSD.</p> + <pre>% pkg_add nyx</pre> + </div> + + <div class="platform"> <a href="https://gitweb.torproject.org/nyx.git" id="git"><img src="images/download/git.png" alt="Git"></a> <a href="https://gitweb.torproject.org/nyx.git" class="platform-title">Source Repository</a> <p>For those that want to live on the bleeding edge or contribute, Nyx's git repository can be fetched with...</p>
tor-commits@lists.torproject.org