Skip to content

Commit

Permalink
Update maintainer info
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanH committed Jul 10, 2024
1 parent 4ff2311 commit 6c454a5
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 15 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,19 @@ Building a development version of TUHC requires NPM (Node 14.18), Yarn, `make`,
- `tar` and `make` are basic GNU utilities used extremely commonly in software development. `tar` is used to pack files (like zip) and `make` is used to build projects with dependencies. If you don't already have them on your system (you can maintain robust CLI environments using tools like [cygwin](https://www.cygwin.com) or [WSL](https://docs.microsoft.com/en-us/windows/wsl/install)), you can download [`tar`](http://gnuwin32.sourceforge.net/packages/gtar.htm) and [`make`](https://www.gnu.org/software/make/) individually directly from GNU.

### Compiles and hot-reloads for development

```
make test
```

### Compiles and minifies for production

```
make publish
```

### Lints and fixes files

```
make lint
```
Expand All @@ -42,7 +45,7 @@ See [Configuration Reference](https://cli.vuejs.org/config/).

<div class="legal">
<pre>The Unofficial Homestuck Collection
Copyright (C) 2020-2021 Bambosh, (C) 2021-2023 Bambosh and GiovanH
Copyright (C) 2020-2021 Bambosh, (C) 2021-2023 Bambosh and GiovanH, (C) 2024- GiovanH

This program is free software: you can redistribute it and/or modify
it under the terms of the <a href="https://www.gnu.org/licenses">GNU General Public License</a> as published by
Expand Down
2 changes: 1 addition & 1 deletion src/components/CustomContent/PageEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
<div class="textContent" :style="{marginTop: bboxes.textContent.top + 'px', height: bboxes.textContent.height + 'px'}">
<textarea v-model="editContent" />
<p class="hint">MSPA text content. See <a href="https://github.com/Bambosh/unofficial-homestuck-collection/wiki/MSPA-Story-Format">Reference</a></p>
<p class="hint">MSPA text content. See <a href="https://github.com/GiovanH/unofficial-homestuck-collection/wiki/MSPA-Story-Format">Reference</a></p>
</div>
</div>
<span class="opt">Next Page(s): <input v-model="editNext" /></span>
Expand Down
6 changes: 3 additions & 3 deletions src/components/SystemPages/Credits.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div class="legal">
Legal:
<pre>The Unofficial Homestuck Collection
Copyright (C) 2020-2021 Bambosh, (C) 2021-2023 Bambosh and GiovanH
Copyright (C) 2020-2021 Bambosh, (C) 2021-2023 Bambosh and GiovanH, (C) 2024- GiovanH

This program is free software: you can redistribute it and/or modify
it under the terms of the <a href="https://www.gnu.org/licenses">GNU General Public License</a> as published by
Expand Down Expand Up @@ -103,7 +103,7 @@ export default {
{
name: "Bambosh",
link: "https://twitter.com/Bamboshu",
desc: `Howdy! I'm the original developer of this collection, which initially took form as a personal lockdown project during the depths of 2020. If you're curious about how everything fits together, check out its <a href="https://github.com/Bambosh/unofficial-homestuck-collection">GitHub page.</a> It's open source, so feel free to fork it off or suggest improvements!`
desc: `Howdy! I'm the original developer of this collection, which initially took form as a personal lockdown project during the depths of 2020. If you're curious about how everything fits together, check out its <a href="https://github.com/GiovanH/unofficial-homestuck-collection">GitHub page.</a> It's open source, so feel free to fork it off or suggest improvements!`
},
{
name: "GiovanH",
Expand Down Expand Up @@ -171,7 +171,7 @@ export default {
},
{
name: "Each of our GitHub contributors",
link: "https://github.com/Bambosh/unofficial-homestuck-collection/graphs/contributors",
link: "https://github.com/GiovanH/unofficial-homestuck-collection/graphs/contributors",
desc: "Every single change you guys make leaves a lasting impact on this project. We wouldn't be here without you!"
}
],
Expand Down
10 changes: 5 additions & 5 deletions src/components/SystemPages/Help.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
</div>
<div class="cardContent" v-if="cardSelection == 'usage'">
<section>
<a href="https://github.com/Bambosh/unofficial-homestuck-collection/issues/new?labels=bug&template=bug_report.md" target="_blank" class="anchorButton bugreport">Report a bug</a>
<a href="https://github.com/Bambosh/unofficial-homestuck-collection/issues/new?labels=enhancement&template=feature_request.md" target="_blank" class="anchorButton">Request a feature</a>
<a href="https://github.com/GiovanH/unofficial-homestuck-collection/issues/new?labels=bug&template=bug_report.md" target="_blank" class="anchorButton bugreport">Report a bug</a>
<a href="https://github.com/GiovanH/unofficial-homestuck-collection/issues/new?labels=enhancement&template=feature_request.md" target="_blank" class="anchorButton">Request a feature</a>
</section>
<section>
<h2>GENERAL NAVIGATION</h2>
Expand Down Expand Up @@ -105,7 +105,7 @@
<dd>Most of the colored text in Homestuck is optimized to be read against the default grey MSPA background, so dark text colors will become very hard to read against a dark background. If you're using dark mode, we recommend also turning on <b>High contrast text</b> in settings under Text Override.</dd>

<dt>How can I share or find mods?</dt>
<dd><a href="https://github.com/Bambosh/unofficial-homestuck-collection/wiki/Third-Party-Mods">We have a wiki page dedicated to shining a light on various mods developed by the community.</a>. If you've created a mod and want to share it, please add a link to the list! <strong v-if="$isNewReader">Be careful - this list is likely to contain unmarked spoilers.</strong></dd>
<dd><a href="https://github.com/GiovanH/unofficial-homestuck-collection/wiki/Third-Party-Mods">We have a wiki page dedicated to shining a light on various mods developed by the community.</a>. If you've created a mod and want to share it, please add a link to the list! <strong v-if="$isNewReader">Be careful - this list is likely to contain unmarked spoilers.</strong></dd>

<dt>How can I install mods?</dt>
<dd>Installing mods is simple - once you've downloaded one, just drag it into the "mods" folder in your asset pack. It will appear <a href='/settings/mod' target='_blank'>in this list of "Inactive" mods</a> once you refresh the application. To enable a mod, drag it over to the "Active" column. If any active mods conflict with each other, whichever one is higher on the list will take priority.</dd>
Expand Down Expand Up @@ -144,8 +144,8 @@
<p>Still having trouble? Reach out to us:</p>
</section>
<section>
<a href="https://github.com/Bambosh/unofficial-homestuck-collection/issues/new?labels=bug&template=bug_report.md" target="_blank" class="anchorButton bugreport">Report a bug</a>
<a href="https://github.com/Bambosh/unofficial-homestuck-collection/issues/new?labels=enhancement&template=feature_request.md" target="_blank" class="anchorButton">Request a feature</a>
<a href="https://github.com/GiovanH/unofficial-homestuck-collection/issues/new?labels=bug&template=bug_report.md" target="_blank" class="anchorButton bugreport">Report a bug</a>
<a href="https://github.com/GiovanH/unofficial-homestuck-collection/issues/new?labels=enhancement&template=feature_request.md" target="_blank" class="anchorButton">Request a feature</a>
</section>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/SystemPages/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@
<section class="modPrattle" v-if="!$isWebApp">
<p class="settingDesc">
Content, patches, and localization. Add mods to your local <a :href="'file://' + modsDir">mods directory</a>.
You can get mods from anywhere, but a good place to start is the <a href='https://github.com/Bambosh/unofficial-homestuck-collection/wiki/Third-Party-Mods'>Third Party Mods</a> github page.
You can get mods from anywhere, but a good place to start is the <a href='https://github.com/GiovanH/unofficial-homestuck-collection/wiki/Third-Party-Mods'>Third Party Mods</a> github page.

For a detailed explanation of how mods work and how you can build your mods, take a look at the <a href='https://github.com/Bambosh/unofficial-homestuck-collection/blob/main/MODDING.md'>modding readme</a>.</p>
For a detailed explanation of how mods work and how you can build your mods, take a look at the <a href='https://github.com/GiovanH/unofficial-homestuck-collection/blob/main/MODDING.md'>modding readme</a>.</p>
<p>Mods are software just like the collection, and a malicious mod could be malware. Use normal caution and only run trusted code.</p>
<div class='hint'>
<p>If you've added mods to your mods directory with the application open, you can <button @click="reloadModList">refresh mod list</button> </p>
Expand Down
4 changes: 2 additions & 2 deletions src/components/SystemPages/Setup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="hint wizardFooter">
<!-- <p>WARNING: This program is protected by copyright law and international treaties.</p> -->
<!-- I want to. I really want to. -->
<p>This application is open source (<a href="https://github.com/Bambosh/unofficial-homestuck-collection/blob/main/LICENSE">GPL-3.0</a>). Check out the <a href="https://github.com/Bambosh/unofficial-homestuck-collection/">GitHub page</a> for resources like information on how you can contribute and the issue tracker so you can send us any bug reports.
<p>This application is open source (<a href="https://github.com/GiovanH/unofficial-homestuck-collection/blob/main/LICENSE">GPL-3.0</a>). Check out the <a href="https://github.com/GiovanH/unofficial-homestuck-collection/">GitHub page</a> for resources like information on how you can contribute and the issue tracker so you can send us any bug reports.
</p>
</div>
</div>
Expand Down Expand Up @@ -92,7 +92,7 @@
<div v-if="$root.platform == 'webapp'" class="getStarted" :class="{hidden: newReaderCardNames[newReaderCardIndex] != 'Getting Started'}">
<h2>Getting Started</h2>

<p>You are currently using the <b>webapp</b> version of The Unofficial Homestuck Collection. Some features are unavailable (like Flash support and user mods) and others may work incorrectly or with degraded performance. The full program can be downloaded at the <a href='https://github.com/Bambosh/unofficial-homestuck-collection/releases'>GitHub repository</a>.</p>
<p>You are currently using the <b>webapp</b> version of The Unofficial Homestuck Collection. Some features are unavailable (like Flash support and user mods) and others may work incorrectly or with degraded performance. The full program can be downloaded at the <a href='https://github.com/GiovanH/unofficial-homestuck-collection/releases'>GitHub repository</a>.</p>

<p>Consider this a "trial version" if you're wondering if Homestuck is something you're interested in downloading, or as a way to easily share specific pages or moments with friends by link.</p>

Expand Down
2 changes: 1 addition & 1 deletion src/components/UIElements/Updater.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
props: [],
data: function() {
return {
ghOwner: 'bambosh',
ghOwner: 'giovanh',
ghRepo: 'unofficial-homestuck-collection',
ghReleasesRaw: undefined,
dismissed: false
Expand Down

0 comments on commit 6c454a5

Please sign in to comment.