Skip to content

Commit 55aba1b

Browse files
committed
Re-enable download page and bump copyright date
1 parent 354fa94 commit 55aba1b

File tree

4 files changed

+82
-11
lines changed

4 files changed

+82
-11
lines changed

Diff for: README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# openfusionproject.github.io
1+
# openfusion.dev
2+
Website for OpenFusion, the FusionFall server emulator.
3+
4+
## Development
5+
To initialize the repository, ensure you have npm and hugo installed, then run:
6+
7+
```
8+
npm install
9+
```
10+
11+
To build and preview the website:
12+
13+
```
14+
npm run dev
15+
```
16+
17+
This will give you a link to localhost. It will update in realtime as you make edits.
18+
19+
## License
20+
MIT unless otherwise specified

Diff for: config/_default/hugo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defaultContentLanguage = "en"
1717
disableLanguages = ["de", "nl"]
1818
defaultContentLanguageInSubdir = false
1919

20-
copyRight = "Copyright (c) 2020-2024 OpenFusion Contributors"
20+
copyRight = "Copyright (c) 2020-2025 OpenFusion Contributors"
2121

2222
[build.buildStats]
2323
enable = true

Diff for: config/_default/menus/menus.en.toml

+4-5
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535

3636
[[main]]
3737
name = "Download"
38-
url = "https://github.com/OpenFusionProject/OpenFusion/releases/latest"
39-
post = '<svg xmlns="http://www.w3.org/2000/svg" class="ms-1 mb-1 icon icon-tabler icon-tabler-external-link" width="20" height="20" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6" /><path d="M11 13l9 -9" /><path d="M15 4h5v5" /></svg>'
38+
url = "/download"
4039
weight = 15
4140

4241
[[main]]
@@ -54,7 +53,7 @@
5453
pre = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-twitter"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c0 -.249 1.51 -2.772 1.818 -4.013z"/></svg>'
5554
url = "https://twitter.com/OpenFusionProj"
5655
weight = 10
57-
56+
5857
[[social]]
5958
name = "Discord"
6059
pre = '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-discord" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M8 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0"></path><path d="M14 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0"></path><path d="M8.5 17c0 1 -1.356 3 -1.832 3c-1.429 0 -2.698 -1.667 -3.333 -3c-.635 -1.667 -.476 -5.833 1.428 -11.5c1.388 -1.015 2.782 -1.34 4.237 -1.5l.975 1.923a11.913 11.913 0 0 1 4.053 0l.972 -1.923c1.5 .16 3.043 .485 4.5 1.5c2 5.667 2.167 9.833 1.5 11.5c-.667 1.333 -2 3 -3.5 3c-.5 0 -2 -2 -2 -3"></path><path d="M7 16.5c3.5 1 6.5 1 10 0"></path></svg>'
@@ -72,12 +71,12 @@
7271
# name = "Guides"
7372
# pageRef = "/docs/guides"
7473
# weight = 10
75-
#
74+
#
7675
# [[sidebar_docs]]
7776
# name = "Reference"
7877
# pageRef = "/docs/reference"
7978
# weight = 20
80-
#
79+
#
8180
# [[sidebar_docs]]
8281
# name = "Resources"
8382
# pageRef = "/docs/resources"

Diff for: content/download.md

+57-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,66 @@ title: "Download"
33
description: ""
44
summary: ""
55
date: 2024-06-24T17:19:07+02:00
6-
lastmod: 2024-10-10T17:19:07+02:00
6+
lastmod: 2025-02-10T17:32:56-06:00
77
draft: false
88
type: "legal"
99
seo:
10-
title: "" # custom title (optional)
10+
title: "Download OpenFusion" # custom title (optional)
1111
description: "" # custom description (recommended)
1212
canonical: "" # custom canonical URL (optional)
13-
noindex: true # false (default) or true
13+
noindex: false # false (default) or true
1414
---
15-
Downloads for both the client and server software are available from our Github releases page [here](https://github.com/OpenFusionProject/OpenFusion/releases/latest).
15+
16+
## Download Launcher
17+
18+
The latest stable launcher is version **2.0**.
19+
20+
The launcher is what you use to connect to FusionFall servers and play the game - it can be downloaded below.
21+
22+
{{< card-grid >}}
23+
{{< link-card title="Windows 7+" description="Installer (Recommended)" href="https://github.com/OpenFusionProject/OpenFusionLauncher/releases/latest/download/OpenFusionLauncher-Windows-Installer.exe" >}}
24+
{{< link-card title="Windows 7+" description="Portable" href="https://github.com/OpenFusionProject/OpenFusionLauncher/releases/latest/download/OpenFusionLauncher-Windows-Portable.zip" >}}
25+
{{< /card-grid >}}
26+
27+
{{< details "Development Builds" >}}
28+
Artifacts for the latest development builds of the launcher can be downloaded from [GitHub](https://github.com/OpenFusionProject/OpenFusionLauncher/actions) (requires sign-in).
29+
{{< /details >}}
30+
31+
{{< details "Source Code" >}}
32+
You can clone the latest source like so:
33+
```bash
34+
git clone https://github.com/OpenFusionProject/OpenFusionLauncher.git --recurse-submodules
35+
```
36+
You can also browse the files [here](https://github.com/OpenFusionProject/OpenFusionLauncher).
37+
{{< /details >}}
38+
39+
## Download Server
40+
41+
The latest stable server is version **2.0**.
42+
43+
The server is what facilitates the multiplayer session and stores player information - it can be downloaded below.
44+
45+
{{< card-grid >}}
46+
{{< link-card title="Windows" description="Original Game Build" href="https://github.com/OpenFusionProject/OpenFusion/releases/latest/download/OpenFusionServer-Windows-Original.zip" >}}
47+
{{< link-card title="Windows" description="Academy Game Build" href="https://github.com/OpenFusionProject/OpenFusion/releases/latest/download/OpenFusionServer-Windows-Academy.zip" >}}
48+
49+
{{< /card-grid >}}
50+
51+
{{< card-grid >}}
52+
{{< link-card title="Linux" description="Original Game Build" href="https://github.com/OpenFusionProject/OpenFusion/releases/latest/download/OpenFusionServer-Linux-Original.zip" >}}
53+
{{< link-card title="Linux" description="Academy Game Build" href="https://github.com/OpenFusionProject/OpenFusion/releases/latest/download/OpenFusionServer-Linux-Academy.zip" >}}
54+
{{< /card-grid >}}
55+
56+
{{< details "Development Builds" >}}
57+
Development builds of the server for Windows and Linux can be found [here](https://cdn.dexlabs.systems/of-builds/).
58+
{{< /details >}}
59+
60+
{{< details "Source Code" >}}
61+
You can clone the latest source like so:
62+
```bash
63+
git clone https://github.com/OpenFusionProject/OpenFusion.git --recurse-submodules
64+
```
65+
You can also browse the files [here](https://github.com/OpenFusionProject/OpenFusion).
66+
{{< /details >}}
67+
68+
<br/>

0 commit comments

Comments
 (0)