mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-05 11:26:59 +02:00
Change URL for Overte
Change URL for Overte
This commit is contained in:
parent
8764200603
commit
de49e387d7
4 changed files with 409 additions and 406 deletions
|
@ -1,11 +1,11 @@
|
|||
# Community Apps Repository
|
||||
Applications repository for Vircadia, pulled directly from GitHub. You can add or edit your app in the "More" application by opening a pull request to this repo.
|
||||
Applications repository for Overte, pullable directly from GitHub. You can add or edit your app in the "More" application by opening a pull request to this repository.
|
||||
|
||||
Direct link to run the "More..." application in the interface:
|
||||
https://cdn.vircadia.com/community-apps/more/app-more.js
|
||||
https://more.overte.org/more/app-more.js
|
||||
|
||||
See all the details about adding your app here:
|
||||
https://cdn.vircadia.com/community-apps/web/index.html
|
||||
https://overte-org.github.io/community-apps/web/index.html
|
||||
|
||||
### Contributors
|
||||
|
||||
|
|
|
@ -5,8 +5,9 @@
|
|||
//
|
||||
// Created by Keb Helion, February 2020.
|
||||
// Copyright 2020 Vircadia contributors.
|
||||
// Copyright 2022 Overte e.V.
|
||||
//
|
||||
// This script adds a "More Apps" selector to Vircadia to allow the user to add optional functionalities to the tablet.
|
||||
// This script adds a "More Apps" selector to Overte to allow the user to add optional functionalities to the tablet.
|
||||
// This application has been designed to work directly from the Github repository.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
@ -56,7 +57,7 @@
|
|||
var runningScriptJson;
|
||||
for (var j = 0; j < currentlyRunningScripts.length; j++) {
|
||||
runningScriptJson = currentlyRunningScripts[j].url;
|
||||
if (runningScriptJson.indexOf("https://cdn.vircadia.com/community-apps/applications") !== -1) {
|
||||
if (runningScriptJson.indexOf("https://more.overte.org/applications") !== -1) {
|
||||
newMessage += "_" + runningScriptJson;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,9 +4,10 @@
|
|||
//
|
||||
// Created by Keb Helion, February 2020.
|
||||
// Copyright 2020 Vircadia contributors.
|
||||
// Copyright 2022 Overte e.V.
|
||||
//
|
||||
// App maintained in: https://github.com/kasenvr/community-apps
|
||||
// App copied to: https://github.com/kasenvr/project-athena
|
||||
// App maintained in: https://github.com/overte-org/community-apps
|
||||
// App copied to: https://github.com/overte-org/overte
|
||||
//
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
@ -54,7 +55,7 @@
|
|||
var currentPath = window.location.protocol + "//" + window.location.host + window.location.pathname;
|
||||
var developmentMode = window.location.toString().split("?")[1];
|
||||
var rootPath;
|
||||
var metadataScriptSrc = "https://cdn.vircadia.com/community-apps/applications/metadata.js";
|
||||
var metadataScriptSrc = "https://more.overte.org/applications/metadata.js";
|
||||
|
||||
if (developmentMode === "dev") { // Development mode loads locally, if not, load from repo.
|
||||
console.info("Setting applications to local.")
|
||||
|
@ -64,7 +65,7 @@
|
|||
} else {
|
||||
console.info("Setting applications to remote URL.")
|
||||
console.info("Loading metadata remotely.");
|
||||
rootPath = "https://cdn.vircadia.com/community-apps/applications/";
|
||||
rootPath = "https://more.overte.org/applications/";
|
||||
}
|
||||
|
||||
//Search
|
||||
|
@ -168,7 +169,7 @@
|
|||
</div>
|
||||
<hr>
|
||||
<p class="mainDesc">Want to contribute and add your own app?<br>
|
||||
Read the <a href="https://cdn.vircadia.com/community-apps/web/index.html">guide</a>!</p>
|
||||
Read the <a href="https://overte-org.github.io/community-apps/web/index.html">guide</a>!</p>
|
||||
<script>
|
||||
function monitorEnter(e) {
|
||||
var code = (e.keyCode ? e.keyCode : e.which);
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
//
|
||||
// Created by Keb Helion, February 2020.
|
||||
// Copyright 2020 Vircadia contributors.
|
||||
// Copyright 2022 Overte e.V.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
|
@ -16,13 +17,13 @@
|
|||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="content">
|
||||
<h1>Vircadia Community Applications Repository</h1>
|
||||
<h1>Overte Community Applications Repository</h1>
|
||||
<p>This repository stores optional <b>tablet applications</b> provided by the contributions of community members.
|
||||
If you have created an application for Vircadia and want to offer it to the community, this is where you can do it.</p>
|
||||
If you have created an application for Overte and want to offer it to the community, this is where you can do it.</p>
|
||||
|
||||
<h2>Before going further:</h2><ol>
|
||||
<li>If your application is a <b>core feature</b> that you think should be <b>installed by default for all Vircadia users</b>, you should instead consider making your contribution directly in the <b>Vircadia code repository</b>. See the <b><a href = 'https://github.com/kasenvr/project-athena'>Vircadia</a></b> repository and contact the core team.</li><br>
|
||||
<li>If your application is <b>dependent on an external server or service</b> (if it has to deal in any way with servers other than a Vircadia Domain or Metaverse API), then this repository is not where you should publish your application. It will have to be published to a different source, like the <b>Marketplace</b> (when it is created) or another web site.</li>
|
||||
<li>If your application is a <b>core feature</b> that you think should be <b>installed by default for all Overte users</b>, you should instead consider making your contribution directly in the <b>Overte code repository</b>. See the <b><a href = 'https://github.com/overte-org/overte'>Overte</a></b> repository and contact the core team.</li><br>
|
||||
<li>If your application is <b>dependent on an external server or service</b> (if it has to deal in any way with servers other than a Overte Domain or Metaverse API), then this repository is not where you should publish your application. It will have to be published to a different source, like the <b>Marketplace</b> (when it is created) or another web site.</li>
|
||||
</ol>
|
||||
<br>
|
||||
<h2>Conditions for acceptance:</h2><ol>
|
||||
|
@ -32,21 +33,21 @@
|
|||
</li><br>
|
||||
<li>Avoid <b>spaces</b> and <b>special characters</b> in your <b>folders</b> and <b>file names</b>.<br><font class = 'greencommented' >(Stay with: "<b>a-z</b>", "<b>A-Z</b>", "<b>0-9</b>", "<b>-</b>", "<b>_</b>", "<b>.</b>")</font></li><br>
|
||||
|
||||
<li>Add your application in a <b>folder</b> under the "<b><a href = 'https://github.com/vircadia/community-apps/tree/master/applications'>applications</a></b>" directory.<br>
|
||||
<li>Add your application in a <b>folder</b> under the "<b><a href = 'https://github.com/overte-org/community-apps/tree/master/applications'>applications</a></b>" directory.<br>
|
||||
<font class = 'greencommented' >(Your main js file and your icon must be directly in that folder)</font></li><br>
|
||||
|
||||
<li>You must add your application to the "<b>metadata.js</b>" file (in the "<b><a href = 'https://github.com/vircadia/community-apps/tree/master/applications'>applications</a></b>" directory) by generating a new one using this tool: <b><a href='metadata_js_generator.html'>Metadata Generator</a></b></li>
|
||||
<li>You must add your application to the "<b>metadata.js</b>" file (in the "<b><a href = 'https://github.com/overte-org/community-apps/tree/master/applications'>applications</a></b>" directory) by generating a new one using this tool: <b><a href='metadata_js_generator.html'>Metadata Generator</a></b></li>
|
||||
</ol>
|
||||
|
||||
<p><b>Submit a "<u>Pull Request</u>" to add your "<u>application folder</u>" and the new "<u>metadata.js</u>" file.</b><br>
|
||||
<font class = 'greencommented' >(If you are not comfortable with these procedures, contact <b>Keb Helion</b> on Vircadia Discord.)</font></p>
|
||||
<font class = 'greencommented' >(If you are not comfortable with these procedures, contact <b>the core members</b> on Overte Discord.)</font></p>
|
||||
|
||||
|
||||
<br>
|
||||
<h2>Guidelines for the code reviewer:</h2><ol>
|
||||
<li>Test the applications in <b>Vircadia</b>.</li><br>
|
||||
<li>Test the applications in <b>Overte</b>.</li><br>
|
||||
<li>Make sure that the <b>JSON</b> and <b>Javascript</b> contained in "<b>metadata.js</b>" are <u>valid</u> before accepting the pull request!<b> This will affect the production "More" application immediately for all users.</b></li><br>
|
||||
<li>Test the "<b>More...</b>" application in <b>Vircadia</b>.</li>
|
||||
<li>Test the "<b>More...</b>" application in <b>Overte</b>.</li>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue