Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Void beta #43

Merged
merged 11 commits into from Jan 6, 2020
Get the logo's switched over.
Adjust the text on the homepage.
Add a link to the documentation wiki
  • Loading branch information
beanpole135 committed Jan 6, 2020
commit bff3745aada864297cc3609e431b1a12c327b292
@@ -57,3 +57,4 @@ home = [ "HTML", "RSS", "JSON"]
twitch = "https://www.twitch.tv/thetridentproject"
twitter = "https://twitter.com/TridentProject"
telegram = "https://t.me/ProjectTrident"
wiki = "https://github.com/project-trident/trident-docs/wiki"
@@ -6,15 +6,16 @@ weight = 5
pre = ""
+++

{{< banner "/images/logo.svg" >}}
{{< banner "/images/banner-horizontal.png" >}}

## What is Project Trident?
Project Trident is a desktop-focused operating system based on [TrueOS](http://trueos.org). It uses the [Lumina desktop](http://lumina-desktop.org) as well as a number of self-developed utilities to provide an easy-to-use system that both BSD beginners and advanced system administrators can feel comfortable running 24/7.
Project Trident is a desktop-focused operating system based on [Void Linux](http://voidlinux.org). It uses the [Lumina desktop](http://lumina-desktop.org) as well as a number of self-developed utilities to provide an easy-to-use system that both beginners and advanced system administrators can feel comfortable running 24/7.

### Benefits of Project Trident
* ***Privacy:*** No advertisements. No tracking. No reporting of "metrics" on your computer activity.
* ***Encryption:*** All user data is encrypted by default. Keep your information safe!
* ***No Cost:*** [sponsorships](/sponsors) gladly accepted but not required.
* ***Regular Updates:*** Weekly updates for all 3rd-party packages and updates to the base OS every 6 months.
* ***Regular Updates:*** The Void repositories are updated *daily*.
* ***Always ready:*** No need to wait for OS or application updates before using your system. Perform updates only when *you* are ready.
* ***Stable:*** Keep it running all day, every day, without loss of performance.
* ***Open-source:*** All the source code for Project Trident is [freely available on GitHub](https://github.com/project-trident) for audit and enhancement by anyone.
@@ -17,11 +17,10 @@ pre: "<i class='fa fa-download'></i> "
|Virtualization| VMWare, bhyve | VirtualBox |


{{< download2 "https://project-trident.org/void/" "Void Linux ALPHA" "https://project-trident.org:40001/void/manifest.json" >}}
For details about what this ALPHA image provides, please see [the announcement](/post/void-alpha-available/).
{{< download2 "https://project-trident.org/void/" "Void Linux BETA" "https://project-trident.org:40001/void/manifest.json" >}}
For details about what this BETA image provides, please see [the announcement](/post/void-beta-available/).

{{< downloads "https://pkg.project-trident.org/iso/stable/" "[EOL: Jan 2020] Latest STABLE" >}}
{{< downloads "https://pkg.project-trident.org/iso/release/" "[Deprecated Oct 2019] Last CURRENT" >}}
{{< downloads "https://pkg.project-trident.org/iso/stable/" "[Deprecated Jan 2020] Last FreeBSD STABLE" >}}

## Differences Between Versions
| Version | Repository Name | OS | OS Branch | Package Updates | Notes |
@@ -1,3 +1,3 @@
<a id="logo" href="http://project-trident.org">
<img src="/images/logo.svg" alt="Project Trident">
<img src="/images/logo.png" alt="Project Trident">
</a>
@@ -1,11 +1,12 @@
<h4>Media Platforms</h4>
<ul class="social_icons">
{{if .Site.Params.github}} <li><a href="{{ .Site.Params.github }}" alt="" target="_blank"><i class="fa fa-github"></i></a></li> {{end}}
{{if .Site.Params.telegram}}<li><a href="{{ .Site.Params.telegram }}" alt="" target="_blank"><i class="fa fa-telegram"></i></a></li>{{end}}
{{if .Site.Params.twitch}}<li><a href="{{ .Site.Params.twitch }}" alt="" target="_blank"><i class="fa fa-twitch"></i></a></li>{{end}}
{{if .Site.Params.twitter}}<li><a href="{{ .Site.Params.twitter }}" alt="" target="_blank"><i class="fa fa-twitter"></i></a></li>{{end}}
{{if .Site.Params.youtube}}<li><a href="{{ .Site.Params.youtube }}" alt="" target="_blank"><i class="fa fa-youtube"></i></a></li>{{end}}
<li><a href="/index.xml" alt="" target="_blank"><i class="fa fa-rss"></i></a></li>
{{if .Site.Params.github}} <li><a href="{{ .Site.Params.github }}" title="Source repositories" alt="" target="_blank"><i class="fa fa-github"></i></a></li> {{end}}
{{if .Site.Params.telegram}}<li><a href="{{ .Site.Params.telegram }}" title="Telegram community" alt="" target="_blank"><i class="fa fa-telegram"></i></a></li>{{end}}
{{if .Site.Params.wiki}}<li><a href="{{ .Site.Params.wiki }}" alt="" title="Documentation wiki" target="_blank"><i class="fa fa-book"></i></a></li>{{end}}
{{if .Site.Params.twitch}}<li><a href="{{ .Site.Params.twitch }}" alt="" title="Twitch" target="_blank"><i class="fa fa-twitch"></i></a></li>{{end}}
{{if .Site.Params.twitter}}<li><a href="{{ .Site.Params.twitter }}" alt="" title="Twitter" target="_blank"><i class="fa fa-twitter"></i></a></li>{{end}}
{{if .Site.Params.youtube}}<li><a href="{{ .Site.Params.youtube }}" alt="" title="Youtube" target="_blank"><i class="fa fa-youtube"></i></a></li>{{end}}
<li><a href="/index.xml" alt="" title="RSS feed link" target="_blank"><i class="fa fa-rss"></i></a></li>

</ul>