Updates 2024-08-27 - Minor content changes and new projects.
This commit is contained in:
parent
ca8a753bd1
commit
ee196608c9
5 changed files with 22 additions and 31 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
<!-- Header/Logo -------------------------------------------------------------->
|
||||
<header>
|
||||
<h1>Garrity Software</h1>
|
||||
<h1>garrity software</h1>
|
||||
</header>
|
||||
|
||||
<!-- Navigation --------------------------------------------------------------->
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<!-- Header/Logo -------------------------------------------------------------->
|
||||
<header>
|
||||
<h1>Garrity Software</h1>
|
||||
<h1>garrity software</h1>
|
||||
</header>
|
||||
|
||||
<!-- Navigation --------------------------------------------------------------->
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<!-- Header/Logo -------------------------------------------------------------->
|
||||
<header>
|
||||
<h1>garrity software</h1>
|
||||
<h1>garrity software</h1>
|
||||
</header>
|
||||
|
||||
<!-- Navigation --------------------------------------------------------------->
|
||||
|
@ -57,9 +57,8 @@ products and income. GS has a coarse-grained roadmap towards the mission.</p>
|
|||
|
||||
<p>Current Estimate: <strong>Behind!</strong></p>
|
||||
|
||||
<p>Development moves forward, as does planning the business. Development is
|
||||
behind pace -- a busy schedule and a young child are difficult to wrangle! How
|
||||
does a one year bump, if that were to happen, impact the overall roadmap?</p>
|
||||
<p>Development continues, but limited time means limited progress. Likely will
|
||||
need to adjust schedule to spend more time on baseline development.</p>
|
||||
|
||||
<dl>
|
||||
<dt>Bootstrapping (2024)</dt>
|
||||
|
|
40
src/oss.html
40
src/oss.html
|
@ -12,7 +12,7 @@
|
|||
|
||||
<!-- Header/Logo -------------------------------------------------------------->
|
||||
<header>
|
||||
<h1>Garrity Software</h1>
|
||||
<h1>garrity software</h1>
|
||||
</header>
|
||||
|
||||
<!-- Navigation --------------------------------------------------------------->
|
||||
|
@ -31,8 +31,8 @@
|
|||
|
||||
<section id="open-source">
|
||||
<h1>Open Source</h1>
|
||||
<p>Garrity Software exposes all non-product software as open source under the
|
||||
MIT license.</p>
|
||||
<p>Garrity Software exposes all non-product software as open source. Typically,
|
||||
either the MIT License or the Apache 2.0 license is used.</p>
|
||||
|
||||
<p>If you have questions or want to discuss these projects, consider joining the
|
||||
<a href="https://discord.gg/nphkquBhw3">Garrity Software Discord Community</a>.</p>
|
||||
|
@ -53,6 +53,9 @@ GS libraries typically try to minimize size and dependency scope.</p>
|
|||
<a href="https://git.garrity.co/garrity-software">https://git.garrity.co/garrity-software</a>.
|
||||
All code is available, though registration is not available at this time. Once
|
||||
all setup is complete, accounts may be granted to allow for contributions.</p>
|
||||
|
||||
<h3>Mirrors</h3>
|
||||
<p>Mirrors do not yet exist, but are planned. Mirrors will be available on GitHub.</p>
|
||||
</section>
|
||||
|
||||
<section id="maven">
|
||||
|
@ -112,6 +115,16 @@ Maven/Ivy repositories at this time.</p>
|
|||
<h2>Incubator</h2>
|
||||
<dl class="project-list">
|
||||
|
||||
<dt><a href="https://git.garrity.co/garrity-software/gs-test">gs-test</a>
|
||||
(Scala 3) (Library)</dt>
|
||||
<dd>Test framework for Scala 3. Based on Cats Effect. Notably provides
|
||||
structured test output and envisions a more powerful method of expressing
|
||||
test execution.</dd>
|
||||
|
||||
<dt><a href="https://git.garrity.co/garrity-software/gs-log">gs-log</a>
|
||||
(Scala 3) (Library)</dt>
|
||||
<dd>FP logging library for Scala 3.</dd>
|
||||
|
||||
<dt><a href="https://git.garrity.co/garrity-software/gs-crypto">gs-crypto</a>
|
||||
(Scala 3) (Library)</dt>
|
||||
<dd>Based on JVM standard implementations and Bouncy Castle. Working to define
|
||||
|
@ -124,30 +137,9 @@ Maven/Ivy repositories at this time.</p>
|
|||
process, helps prove out certain concepts in a non-critical
|
||||
application.</dd>
|
||||
|
||||
<dt>torii (Scala 3) (Application) (Library)</dt>
|
||||
<dd>No code is yet pushed. The intent is to create a reusable
|
||||
Authentication/Authorization featureset for GS software and anyone that
|
||||
wants to use it.</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section id="commentary">
|
||||
<h2>Commentary</h2>
|
||||
|
||||
<p>2024-06-10</p>
|
||||
|
||||
<p>During application development I keep getting hung up on different
|
||||
dependencies such as crypto, the concept of a user, different core model types,
|
||||
and other general things. While I've drafted suitable implementations before,
|
||||
I want them in a clean, tested, well-organized set of packages.</p>
|
||||
|
||||
<p>I'm currently in the middle of a multi-week hiatus due to multiple types of
|
||||
travel and other extreme schedule impact. Development set to resume in the
|
||||
latter half of June.</p>
|
||||
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<!-- Footer ------------------------------------------------------------------->
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<!-- Header/Logo -------------------------------------------------------------->
|
||||
<header>
|
||||
<h1>Garrity Software</h1>
|
||||
<h1>garrity software</h1>
|
||||
</header>
|
||||
|
||||
<!-- Navigation --------------------------------------------------------------->
|
||||
|
|
Loading…
Add table
Reference in a new issue