Update homepage, add kawari
This commit is contained in:
parent
c0094e5192
commit
bb335d1ec0
4 changed files with 41 additions and 13 deletions
14
content/kawari/_index.md
Normal file
14
content/kawari/_index.md
Normal file
|
@ -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 >}}
|
|
@ -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 >}}
|
{{< begin-grid >}}
|
||||||
{{< blurb title="Download" description="Download the latest version of Novus for your preferred distribution." url="/novus/install" >}}
|
{{< 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="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 in my free time." url="https://redstrate.com/fund" >}}
|
||||||
{{< end-grid >}}
|
{{< end-grid >}}
|
||||||
|
|
|
@ -3,16 +3,18 @@ title: "Physis"
|
||||||
layout: "single"
|
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
|
## Get Involved & Support
|
||||||
|
|
||||||
{{< begin-grid >}}
|
{{< 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="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="Crate documentation for Physis is available on docs.xiv.zone." url="https://docs.xiv.zone/docs/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="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 >}}
|
{{< end-grid >}}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,15 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
|
|
||||||
Hello and welcome to xiv.zone, I host a couple of my FFXIV-related projects here:
|
<h2>Sites</h2>
|
||||||
|
|
||||||
|
<div class="buttons">
|
||||||
|
<a href='https://docs.xiv.zone' class="blurb-button">
|
||||||
|
<h4>XIV Docs</h4>
|
||||||
|
Garden of knowledge on FFXIV
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2>Software</h2>
|
||||||
|
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
|
|
||||||
|
@ -11,24 +20,27 @@ Linux FFXIV launcher
|
||||||
|
|
||||||
<a href='/novus' class="blurb-button">
|
<a href='/novus' class="blurb-button">
|
||||||
<h4>Novus</h4>
|
<h4>Novus</h4>
|
||||||
Cross-platform modding tools
|
Linux FFXIV modding tools
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href='/physis' class="blurb-button">
|
<a href='/physis' class="blurb-button">
|
||||||
<h4>Physis</h4>
|
<h4>Physis</h4>
|
||||||
Custom modding framework
|
Framework for interacting with FFXIV game data
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href='https://docs.xiv.zone' class="blurb-button">
|
<a href='/kawari' class="blurb-button">
|
||||||
<h4>docs.xiv.zone</h4>
|
<h4>Kawari</h4>
|
||||||
Documentation of FFXIV's inner workings.
|
Substitute for some official FFXIV servers
|
||||||
</a>
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2>Mods</h2>
|
||||||
|
|
||||||
|
<div class="buttons">
|
||||||
<a href='/varc' class="blurb-button">
|
<a href='/varc' class="blurb-button">
|
||||||
<h4>Vanilla Armor Refit Collection</h4>
|
<h4>Vanilla Armor Refit Collection</h4>
|
||||||
Better fitting female armors
|
Better fitting female armors
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="/copyright">Copyright Notice</a>
|
<a href="/copyright">Copyright Notice</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue