deploy: 0e133f814d
This commit is contained in:
parent
8a1fec1547
commit
824d08cab0
22 changed files with 135 additions and 219 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
@ -35,7 +35,9 @@
|
|||
</aside>
|
||||
<div id="project">
|
||||
<div id="projectHeader">
|
||||
<img src=".">
|
||||
|
||||
<img src="logo.png">
|
||||
|
||||
<div id="projectTitleSubtitle">
|
||||
<div id="projectTitleAuthor">
|
||||
<h1 id="projectTitle">tenkuma</h1>
|
||||
|
|
|
|||
|
|
@ -1,116 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="/neoBeta/assets/stylesheets/styles.css" media="screen">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>neoBeta</title>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
window.ELEVENTY_PATH_PREFIX = "/neoBeta/";
|
||||
</script>
|
||||
<div id="everythingHelper">
|
||||
<aside>
|
||||
<header>
|
||||
<div id="linksBox">
|
||||
<div id="headerLinksAndTitle">
|
||||
<div id="logoTitle">
|
||||
<img src="/neoBeta/assets/logo.png" id="logo">
|
||||
<h1 id="title" class="rainbowText">neoBeta</h1>
|
||||
</div>
|
||||
<ul id="headerLinks">
|
||||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
</div>
|
||||
</header>
|
||||
</aside>
|
||||
|
||||
<main>
|
||||
<h2>How can I get my project here?</h2>
|
||||
<p>neoBeta is an open-source content management system. There are various ways you can put your plugin/mod on our catalog:</p>
|
||||
<ul>
|
||||
<li>Clone <a href="https://github.com/adrianvic/neoBeta">neoBeta's repository</a>, create your project folder inside the /projects directory with the necessary metadata (index.md for project description, index.json for metadata and any other file your project may depend on) and make a pull request. Less manual work on our side, so review should be quickier.</li>
|
||||
<li>Open an issue on our GitHub repository with the project information. This may take longer as a contributor will have to spend time creating the project files, but is useful if you're not confortable using Git.</li>
|
||||
<li>Host your own instance of neoBeta.</li>
|
||||
</ul>
|
||||
<h3>Required metadata fields</h3>
|
||||
<ul>
|
||||
<li><em>name</em> - project name.</li>
|
||||
<li><em>subtitle</em> - project's brief description.</li>
|
||||
<li><em>author</em> - your author name, must be consistent across all your submissions.</li>
|
||||
<li><em>tags</em> - whether your project is a plugin or mod.</li>
|
||||
</ul>
|
||||
<h3>Optional metadata fields</h3>
|
||||
<p>Please fill as many fields as possible.</p>
|
||||
<ul>
|
||||
<li><em>images</em> - lists of image files names or URLs that will appear in the project page.</li>
|
||||
<li><em>logo</em> - your logo file name or URL.</li>
|
||||
<li><em>gameVersions</em> - taget Minecraft versions.</li>
|
||||
<li><em>gameLoaders</em> - supported modloaders.</li>
|
||||
</ul>
|
||||
<h3>Releases metadata</h3>
|
||||
<ul>
|
||||
<li><em>releasesType</em> - wheter your project uses <code>local</code> releases or <code>github</code>.</li>
|
||||
</ul>
|
||||
<p>For local releases:</p>
|
||||
<ul>
|
||||
<li><em>releases</em> - a list of relases labels and links.
|
||||
<ul>
|
||||
<li><em>name</em> - name of the release.</li>
|
||||
<li><em>version</em> - version of the release.</li>
|
||||
<li><em>gameVersions</em> - taget Minecraft versions (overrides default value).</li>
|
||||
<li><em>gameLoaders</em> - supported modloaders (overrides default value).</li>
|
||||
<li><em>downloads</em> - list of download links for this release.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>For GitHub releases:</p>
|
||||
<ul>
|
||||
<li><em>githubRepoOwner</em> - username of the repo owner.</li>
|
||||
<li><em>githubReponame</em> - name of the repository.</li>
|
||||
</ul>
|
||||
<h3>Config file example</h3>
|
||||
<pre><code>{
|
||||
"name": "Ghosts 'n Stuff",
|
||||
"subtitle": "Miscellaneous additions to your Minecraft server.",
|
||||
"author": "tenkuma",
|
||||
"downloadLink": "https://modrinth.com/plugin/ghosts/versions",
|
||||
"images": ["anti-spam.png", "rainbow-chat.png", "skibidi-blocker.png"],
|
||||
"logo": "logo.png",
|
||||
"tags": ["plugin"],
|
||||
"links": {
|
||||
"GitHub": "https://github.com/adrianvic/ghostsandstuff",
|
||||
"Disroot Git": "https://git.disroot.org/adrianvictor/ghostsandstuff"
|
||||
},
|
||||
"docs": {
|
||||
"Installation" : "docs/installation"
|
||||
},
|
||||
"releaseType": "github or local",
|
||||
"githubRepoOwner": "adrianvic",
|
||||
"githubRepoName": "ghostsandstuff",
|
||||
"gameLoaders": ["Craftbukkit"]
|
||||
"releases": [
|
||||
{
|
||||
"name": "The first release.",
|
||||
"version": "1.0.0",
|
||||
"gameVersions": ["b1.7.3"],
|
||||
"downloads": {
|
||||
"GitHub": "https://example.com",
|
||||
"Modrinth": "https://modrinth.com"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
@ -48,53 +48,73 @@
|
|||
|
||||
|
||||
|
||||
<p class="rainbowText">3 releases.</p>
|
||||
<div style="display: flex; flex-direction: column; gap: 1em;">
|
||||
|
||||
<div>
|
||||
<h2>Library update</h2>
|
||||
<p>Version 2.1 for Bukkit b1.7.3</p>
|
||||
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
<p class="rainbowText">3 releases.</p>
|
||||
<div style="display: flex; flex-direction: column; gap: 1em;">
|
||||
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://modrinth.com/plugin/aboukkit/version/2.1">Modrinth <span class="dimText">https://modrinth.com/plugin/aboukkit/version/2.1</span></a></p>
|
||||
<div>
|
||||
<h2>Library update</h2>
|
||||
|
||||
<p>Version 2.1 for Bukkit b1.7.3</p>
|
||||
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
|
||||
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://modrinth.com/plugin/aboukkit/version/2.1">Modrinth <span class="dimText">https://modrinth.com/plugin/aboukkit/version/2.1</span></a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Color update</h2>
|
||||
|
||||
<p>Version 2.0 for Bukkit b1.7.3</p>
|
||||
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
|
||||
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://modrinth.com/plugin/aboukkit/version/2.0">Modrinth <span class="dimText">https://modrinth.com/plugin/aboukkit/version/2.0</span></a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Vanilla</h2>
|
||||
|
||||
<p>Version 1.0 for Bukkit b1.7.3</p>
|
||||
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
|
||||
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://modrinth.com/plugin/aboukkit/version/1.0">Modrinth <span class="dimText">https://modrinth.com/plugin/aboukkit/version/1.0</span></a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Color update</h2>
|
||||
<p>Version 2.0 for Bukkit b1.7.3</p>
|
||||
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://modrinth.com/plugin/aboukkit/version/2.0">Modrinth <span class="dimText">https://modrinth.com/plugin/aboukkit/version/2.0</span></a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Vanilla</h2>
|
||||
<p>Version 1.0 for Bukkit b1.7.3</p>
|
||||
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://modrinth.com/plugin/aboukkit/version/1.0">Modrinth <span class="dimText">https://modrinth.com/plugin/aboukkit/version/1.0</span></a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
|
||||
|
||||
<p>Could not find any release for this project...</p>
|
||||
<p>Could not find any release for this project...</p>
|
||||
|
||||
|
||||
</main>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
@ -41,43 +41,53 @@
|
|||
|
||||
|
||||
|
||||
<p class="rainbowText">2 releases fetched from GitHub at 2025-10-30T23:40:05.791Z.</p>
|
||||
<div style="display: flex; flex-direction: column; gap: 1em;">
|
||||
|
||||
<div>
|
||||
<h2>Ghosts And Stuff Release 0.6</h2>
|
||||
<p>0.6 for Bukkit b1.7.3</p>
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://github.com/adrianvic/ghostsandstuff/releases/tag/0.6">Download on GitHub.</a><p>
|
||||
<p>Fetched from GitHub at 2025-11-10T20:19:42.678Z.</p>
|
||||
|
||||
<p class="rainbowText">2 releases.</p>
|
||||
<div style="display: flex; flex-direction: column; gap: 1em;">
|
||||
|
||||
<div>
|
||||
<h2>Ghosts And Stuff Release 0.6</h2>
|
||||
|
||||
<p>0.6 for Bukkit b1.7.3</p>
|
||||
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://github.com/adrianvic/ghostsandstuff/releases/tag/0.6">Download on GitHub.</a><p>
|
||||
</div>
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://api.github.com/repos/adrianvic/ghostsandstuff/tarball/0.6">Source code tarball <span class="dimText">https://api.github.com/repos/adrianvic/ghostsandstuff/tarball/0.6</span></a></p>
|
||||
</div>
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://api.github.com/repos/adrianvic/ghostsandstuff/zipball/0.6">Source code zipball <span class="dimText">https://api.github.com/repos/adrianvic/ghostsandstuff/zipball/0.6</span></a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://api.github.com/repos/adrianvic/ghostsandstuff/tarball/0.6">Source code tarball <span class="dimText">https://api.github.com/repos/adrianvic/ghostsandstuff/tarball/0.6</span></a></p>
|
||||
</div>
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://api.github.com/repos/adrianvic/ghostsandstuff/zipball/0.6">Source code zipball <span class="dimText">https://api.github.com/repos/adrianvic/ghostsandstuff/zipball/0.6</span></a></p>
|
||||
|
||||
<div>
|
||||
<h2>Ghosts And Stuff Release 0.5</h2>
|
||||
|
||||
<p>0.5 for Bukkit b1.7.3</p>
|
||||
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://github.com/adrianvic/ghostsandstuff/releases/tag/0.5">Download on GitHub.</a><p>
|
||||
</div>
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://api.github.com/repos/adrianvic/ghostsandstuff/tarball/0.5">Source code tarball <span class="dimText">https://api.github.com/repos/adrianvic/ghostsandstuff/tarball/0.5</span></a></p>
|
||||
</div>
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://api.github.com/repos/adrianvic/ghostsandstuff/zipball/0.5">Source code zipball <span class="dimText">https://api.github.com/repos/adrianvic/ghostsandstuff/zipball/0.5</span></a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Ghosts And Stuff Release 0.5</h2>
|
||||
<p>0.5 for Bukkit b1.7.3</p>
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://github.com/adrianvic/ghostsandstuff/releases/tag/0.5">Download on GitHub.</a><p>
|
||||
</div>
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://api.github.com/repos/adrianvic/ghostsandstuff/tarball/0.5">Source code tarball <span class="dimText">https://api.github.com/repos/adrianvic/ghostsandstuff/tarball/0.5</span></a></p>
|
||||
</div>
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://api.github.com/repos/adrianvic/ghostsandstuff/zipball/0.5">Source code zipball <span class="dimText">https://api.github.com/repos/adrianvic/ghostsandstuff/zipball/0.5</span></a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
|
||||
|
||||
<p>Could not find any release for this project...</p>
|
||||
<p>Could not find any release for this project...</p>
|
||||
|
||||
|
||||
</main>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
|
||||
|
||||
<p>Could not find any release for this project...</p>
|
||||
<p>Could not find any release for this project...</p>
|
||||
|
||||
|
||||
</main>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
|
||||
|
||||
<p>Could not find any release for this project...</p>
|
||||
<p>Could not find any release for this project...</p>
|
||||
|
||||
|
||||
</main>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
|
||||
|
||||
<p>Could not find any release for this project...</p>
|
||||
<p>Could not find any release for this project...</p>
|
||||
|
||||
|
||||
</main>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<li><a href="/neoBeta/">home</a></li>
|
||||
<li><a href="/neoBeta/search">search</a></li>
|
||||
<li><a href="/neoBeta/allprojects">index</a></li>
|
||||
<li><a href="/neoBeta/contribute">contribute</a></li>
|
||||
<li><a href="https://github.com/adrianvic/neoBeta?tab=readme-ov-file#contributing">contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue