Skip to content

Commit 51c654d

Browse files
committed
various updates
1 parent 1de4be0 commit 51c654d

5 files changed

Lines changed: 21 additions & 14 deletions

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Additional URLs or values may be added to the config file. They can be used in a
3838
If it becomes necessary to add a top-level page to the top navigation bar, create a top-level (i.e. not in a folder) file using markdown or HTML, and give it a title as described above. Update `_layouts/default.html` as described in that file.
3939

4040
### Add new categories for support pages
41-
If "General Info" and "Common Errors" are not enough, additional headings can be added. Add them to `_config.yml` matching the existing format. Create a new top-level folder with the same name used, prefixed with `_`. Update `_layouts/support.html` as described in that file.
41+
If "General Info" and "Common Errors" are not enough, additional headings can be added. Add them to `_config.yml` matching the existing format. Create a new top-level folder with the same name used, prefixed with `_`. Update `_layouts/support-page.html` as described in that file.

docs/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ defaults:
77
# Add or change reusable variables here
88
lk_download_url: "https://github.com/Spore-Community/modapi-launcher-kit/releases/latest/download/ModApi.InterimSetup.exe"
99
smc_discord_url: "https://discord.gg/spore-modding"
10+
license_name: "MIT License"
11+
license_url: "https://github.com/Spore-Community/modapi-launcher-kit/blob/main/LICENSE"
1012
modbrowser_url: "https://mods.sporecommunity.com"
1113
patch151_url: ""
1214
fixonline_mod_url: "https://mods.sporecommunity.com/?search=SporeFixOnline"

docs/_layouts/default.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33

44
<head>
5-
<title>Spore ModAPI Launcher Kit</title>
6-
5+
<title>Spore ModAPI Launcher Kit - {{ page.title }}</title>
6+
7+
<meta http-equiv="Content-Security-Policy" content="default-src 'self'">
78
<link rel="stylesheet" href="/style/default.css">
89
<link rel="icon" href="/favicon.ico">
10+
<meta name="viewport" content="width=device-width, initial-scale=1">
911

1012
<meta name="description" content="The Spore ModAPI Launcher Kit installs, manages, and loads mods for Spore. It is the recommended way to install all mods, and allows mods to use advanced features, such as introducing new game modes, cheats, configurable options, and more.">
1113
<meta name="keywords" content="Spore, ModAPI, Launcher Kit, mods">
@@ -18,7 +20,7 @@
1820

1921
<header>
2022
<a id="site-header" href="/">
21-
<img id="site-logo" src="/style/images/launcher.png" width="64" height="64">
23+
<img id="site-logo" src="/style/images/launcher.png" width="64" height="64" alt="Spore ModAPI Launcher Kit Logo">
2224
<h1 id="site-title">Spore ModAPI Launcher Kit</h1>
2325
</a>
2426

@@ -42,7 +44,7 @@ <h1 id="site-title">Spore ModAPI Launcher Kit</h1>
4244
{{ content }}
4345

4446
<footer>
45-
<p>The Launcher Kit is maintained by various contributors from the Spore community. Contact via <a target="_blank" rel="noopener noreferrer" href="{{ page.smc_discord_url }}">Discord</a> or <a href="mailto:launcherkit@sporecommunity.com">email</a>. Source code on <a target="_blank" rel="noopener noreferrer" href="{{ site.github.repository_url }}">GitHub</a>.</p>
47+
<p>The Launcher Kit is maintained by various contributors from the Spore community. Contact via <a target="_blank" rel="noopener noreferrer" href="{{ page.smc_discord_url }}">Discord</a> or <a href="mailto:launcherkit@sporecommunity.com">email</a>. Source code on <a target="_blank" rel="noopener noreferrer" href="{{ site.github.repository_url }}">GitHub</a>. Licensed under the <a href="{{ page.license_url }}">{{ page.license_name }}</a>.</p>
4648
<p>Mods are maintained by their respective authors, and have not been checked for quality or safety. Use caution when installing unfamiliar mods.</p>
4749
<p><strong>Not associated with or endorsed by Electronic Arts or Maxis.</strong> The Launcher Kit, ModAPI, and all mods are unofficial and not supported by EA or Maxis.</p>
4850
</footer>

docs/developers.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ title: For Mod Developers
1111
## Useful links
1212
- [SporeModder FX]({{ page.smfx_url }})
1313
- [ModAPI SDK]({{ page.modapi_url }})
14-
- [Spore Modding Community Discord]({{ page.smc_discord_url }})
14+
- [Spore Modding Community Discord]({{ page.smc_discord_url }})
15+
16+
## Launcher Kit
17+
[The Launcher Kit itself is open source on GitHub]({{ site.github.repository_url }}) and licensed under the [{{ page.license_name }}]({{ page.license_url }}). It is built using .NET/C# and contributions are welcome! Instructions for building and contributing can be found in the [README]({{ site.github.repository_url }}) file.

docs/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<div id="lk-download">
77
<p>The Spore ModAPI Launcher Kit installs, manages, and loads mods for Spore.</p>
88
<p>It is the recommended way to install all mods, and allows mods to use advanced features, such as introducing new game modes, cheats, configurable options, and more.</p>
9-
<a target="_blank" rel="noopener noreferrer" href="{{ page.lk_download_url }}"><button>Download Spore ModAPI Launcher Kit {{ site.github.latest_release.name }}</button></a>
9+
<a rel="noopener" href="{{ page.lk_download_url }}"><button>Download Spore ModAPI Launcher Kit {{ site.github.latest_release.name }}</button></a>
1010
<p>Linux or Mac user? <a href="support/linux-mac">See here</a></p>
1111
<p>Requires Spore and Galactic Adventures from disc, EA App, Steam, or GOG. <a href="support/game-versions">Supported game versions</a></p>
1212
<p>Don't own the game? We recommend <a target="_blank" rel="noopener noreferrer" href="{{ page.gog_url }}">GOG</a></p>
1313
</div>
1414

1515
<div id="useful-links">
16-
<a target="_blank" rel="noopener noreferrer" href="{{ page.modbrowser_url }}"><button>Find Mods</button></a>
16+
<a target="_blank" rel="noopener" href="{{ page.modbrowser_url }}"><button>Find Mods</button></a>
1717
<a href="developers"><button>Make Your Own Mods</button></a>
1818
<a target="_blank" rel="noopener noreferrer" href="{{ page.smc_discord_url }}"><button>Spore Modding Community Discord</button></a>
1919
</div>
@@ -24,31 +24,31 @@
2424

2525
<div id="easy-installer">
2626
<div class="lk-app-heading">
27-
<img src="/style/images/installer.png" width="32" height="32">
27+
<img src="/style/images/installer.png" width="32" height="32" alt="Easy Installer icon">
2828
<h2>Easy Installer</h2>
2929
</div>
3030
<p>Open the Easy Installer to pick mods to install.</p>
3131
<p>You can install mods using the .sporemod format or the .package format.</p>
32-
<img src="/screenshots/installer.png" class="screenshot">
32+
<img src="/screenshots/installer.png" class="screenshot" alt="Screenshot of Easy Installer">
3333
<p>Some mods will allow you to customize options during installation. You can change these later in the Easy Uninstaller.</p>
3434
<p>The correct mod files are automatically placed in the correct location, regardless of where the game is installed from.</p>
3535
<p><em>Mods are not checked for quality or safety. Only install mods from trusted sources.</em></p>
3636
</div>
3737

3838
<div id="easy-uninstaller">
3939
<div class="lk-app-heading">
40-
<img src="/style/images/uninstaller.png" width="32" height="32">
40+
<img src="/style/images/uninstaller.png" width="32" height="32" alt="Easy Uninstaller icon">
4141
<h2>Easy Uninstaller</h2>
4242
</div>
4343
<p>Open the Easy Uninstaller to see a list of your installed mods, change their settings, or uninstall them.</p>
44-
<img src="/screenshots/uninstaller.png" class="screenshot">
44+
<img src="/screenshots/uninstaller.png" class="screenshot" alt="Screenshot of Easy Uninstaller">
4545
<p>To uninstall mods, check the box next to the mod, and click the "Uninstall Selected" button.</p>
4646
<p>Mods that show a gear icon have configurable options. Click the gear to change options or uninstall the mod.</p>
4747
</div>
4848

4949
<div id="launcher">
5050
<div class="lk-app-heading">
51-
<img src="/style/images/launcher.png" width="32" height="32">
51+
<img src="/style/images/launcher.png" width="32" height="32" alt="Launcher icon">
5252
<h2>Launcher</h2>
5353
</div>
5454
<p>Open the Launcher to start the game.</p>

0 commit comments

Comments
 (0)