Unify domain names in README
[stouyapi.git] / config.php.dist
index 8c23bd238d9e3f6e8cba7cb75288a0b605442f2d..31fad965ff1fec3bff705db869c5346ff2a50bb1 100644 (file)
@@ -3,6 +3,8 @@
  * Optional configuration file for import-game-data.php
  * Copy it to config.php and adjust it.
  */
+$GLOBALS['baseUrl'] = 'http://ouya.cweiske.de/';
+
 $GLOBALS['urlRewrites'] = [
     '#^https://archive.org/download/#' => 'http://statics.ouya.world/ia/',
 ];
@@ -11,3 +13,27 @@ $GLOBALS['packagelists']["cweiske's picks"] = [
     'com.cosmos.babyloniantwins',
     'com.inverseblue.skyriders',
 ];
+$GLOBALS['home']['2020 Winter GameJam'] = [
+    'com.DESKINK.ToneTests',
+    'com.Eightbbgames.yahayor',
+    'com.FuzzyPopcorn',
+    'com.NYYLE.NYCTO',
+    'com.NoelRojasOliveras.PaintKiller',
+    'com.StrawHat.Fall',
+    'com.oliverstogden.trf',
+    'com.samuelsousa.shootdestroy',
+    'com.scorpion.shootout',
+    'com.sd_game_dev.aliens_taste_my_sword',
+    'com.sumotown.sirtet',
+    'de.x2041.games.gyrogun',
+    'ht.sr.git.arcticGrind.embed',
+    'tv.ouya.demo.DarkSpacePioneer',
+    'tv.ouya.win.unity.brokenbeauty',
+];
+$GLOBALS['pushToMyOuyaUrl'] = '../push-to-my-ouya.php';
+
+$GLOBALS['categorySubtitles'] = [
+    'Exclusive' => 'Only available on the OUYA',
+    'Unlocked' => 'Official OUYA shutdown releases',
+    'VIP Room' => 'Once exclusive on the OUYA',
+];