Unify domain names in README
[stouyapi.git] / config.php.dist
index 11c34a2571b87fdc4908bb150ace658bb2e1c17e..31fad965ff1fec3bff705db869c5346ff2a50bb1 100644 (file)
@@ -3,8 +3,37 @@
  * 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/',
+];
 $GLOBALS['packagelists']["cweiske's picks"] = [
     'de.eiswuxe.blookid2',
     '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',
+];