From bb335d1ec0d773e6f738702e10749c62b65fc3d6 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 6 Oct 2023 20:37:06 -0400 Subject: [PATCH] Update homepage, add kawari --- content/kawari/_index.md | 14 ++++++++++++++ content/novus/_index.md | 2 +- content/physis/_index.md | 12 +++++++----- themes/mytheme/layouts/index.html | 26 +++++++++++++++++++------- 4 files changed, 41 insertions(+), 13 deletions(-) create mode 100644 content/kawari/_index.md diff --git a/content/kawari/_index.md b/content/kawari/_index.md new file mode 100644 index 0000000..dcff4c8 --- /dev/null +++ b/content/kawari/_index.md @@ -0,0 +1,14 @@ +--- +title: "Kawari" +layout: "single" +--- + +A substitute for a few official servers such as "ffxiv.com" and "square-enix.com". It's still early in development, but can already emulate the basic login flow. + +## Get Involved & Support + +{{< begin-grid >}} +{{< blurb title="Get Source Code & Contribute" description="The full source code for Kawari is available on sourcehut." url="https://git.sr.ht/~redstrate/kawari" >}} +{{< blurb title="Give Feedback" description="Send an email on the mailing list for feature requests, bugs, and patches." url="https://lists.sr.ht/~redstrate/public-inbox" >}} +{{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://redstrate.com/fund" >}} +{{< end-grid >}} diff --git a/content/novus/_index.md b/content/novus/_index.md index 56f3918..57a9ed2 100644 --- a/content/novus/_index.md +++ b/content/novus/_index.md @@ -13,7 +13,7 @@ The goal is to create a good set of tools that isn't based on WPF and C#, and ca {{< begin-grid >}} {{< blurb title="Download" description="Download the latest version of Novus for your preferred distribution." url="/novus/install" >}} -{{< blurb title="Get Source" description="The full source code for Novus is available on sourcehut." url="https://sr.ht/~redstrate/novus" >}} +{{< blurb title="Get Source Code & Contribute" description="The full source code for Novus is available on sourcehut." url="https://sr.ht/~redstrate/novus" >}} {{< blurb title="Give Feedback" description="Send an email on the mailing list for feature requests, bugs, and patches." url="https://lists.sr.ht/~redstrate/public-inbox" >}} {{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://redstrate.com/fund" >}} {{< end-grid >}} diff --git a/content/physis/_index.md b/content/physis/_index.md index 80b8f06..2b4c1b1 100644 --- a/content/physis/_index.md +++ b/content/physis/_index.md @@ -3,16 +3,18 @@ title: "Physis" layout: "single" --- -A modding framework for FFXIV written in Rust. This is currently used in [Astra](/astra) but can easily be integrated into your own projects. +A modding framework for FFXIV written in Rust. Used in [Astra]({{< ref "astra" >}}) and [Novus]({{< ref "novus" >}}) but can easily be integrated into your own projects. -**Note:** This is still an experimental and in-development library. Thus, I have not tagged any stable releases. It's recommended just to checkout from main. +It's also usable from C, C++ and other languages that can interface with them with [libphysis](https://git.sr.ht/~redstrate/libphysis). + +See more information on the [crates.io page](https://crates.io/crates/physis). ## Get Involved & Support {{< begin-grid >}} -{{< blurb title="Get Source" description="The full source code for Physis is available on sourcehut." url="https://sr.ht/~redstrate/physis" >}} -{{< blurb title="View Documentation" description="Crate documentation for Physis is available on docs.xiv.zone." url="https://docs.xiv.zone/docs/physis/" >}} +{{< blurb title="Get Source Code & Contribute" description="The full source code for Physis is available on sourcehut." url="https://sr.ht/~redstrate/physis" >}} +{{< blurb title="View Documentation" description="API documentation is available on XIV Docs." url="https://docs.xiv.zone/docs/physis/" >}} {{< blurb title="Give Feedback" description="Send an email on the mailing list for feature requests, bugs, and patches." url="https://lists.sr.ht/~redstrate/public-inbox" >}} -{{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://redstrate.com/fund" >}} +{{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this!" url="https://redstrate.com/fund" >}} {{< end-grid >}} diff --git a/themes/mytheme/layouts/index.html b/themes/mytheme/layouts/index.html index b422f05..a7772c1 100644 --- a/themes/mytheme/layouts/index.html +++ b/themes/mytheme/layouts/index.html @@ -1,6 +1,15 @@ {{ define "main" }} -Hello and welcome to xiv.zone, I host a couple of my FFXIV-related projects here: +

Sites

+ +
+ +

XIV Docs

+Garden of knowledge on FFXIV +
+
+ +

Software

@@ -11,24 +20,27 @@ Linux FFXIV launcher

Novus

-Cross-platform modding tools +Linux FFXIV modding tools

Physis

-Custom modding framework +Framework for interacting with FFXIV game data
- -

docs.xiv.zone

-Documentation of FFXIV's inner workings. +
+

Kawari

+Substitute for some official FFXIV servers
+
+

Mods

+ +

Vanilla Armor Refit Collection

Better fitting female armors
-
Copyright Notice