Commit Graph

254 Commits (cdd509de8c183dd6ee799cbaf0c5a3d4503fb9fa)

Author SHA1 Message Date
2NumForIce c757685e82
Add Smash Bros Neoseeker wiki 2024-03-16 13:03:57 -05:00
Kevin Payravi 17009d84de Adding Team Fortress Wiki in ES, PL, and PT-BR 2024-03-13 03:01:59 -05:00
Kevin Payravi 3e5a04b486 Adding Brawlhalla wiki.gg wiki 2024-03-12 23:49:05 -05:00
Kevin Payravi 7e0f9d6a61 Add Ashes Town wiki.gg 2024-03-11 12:58:24 -05:00
Kevin Payravi 6cceac0193 Adding Advance Wars Neoseeker as origin 2024-03-11 01:49:15 -05:00
Kevin Payravi 687c7afcf1 Adding Space Station 13 Wiki 2024-03-11 01:44:44 -05:00
Kevin Payravi 3cb3317c65 Adding 18 indie wikis
eRepublik, FreeSpace, Habbo, Honey Works Premium Live, GFL/IOP, Knuckle Cracker, LifeWiki, Melvor Idle, Mii, Minetest, Protochroma, Salem, Songs of Syx, This Might Be A Wiki, Traveller RPG, Vendetta, and Wyvern
2024-03-11 01:41:52 -05:00
Kevin Payravi 261765da20 Adding newly forked Tardis Wiki 2024-02-25 15:13:53 -05:00
Kevin Payravi e6d70c06fb Fix LZH Minecraft Wiki origin base URL 2024-02-23 17:59:40 -05:00
Kevin Payravi fae073922a Adding 2XKO Wiki 2024-02-23 03:57:09 -05:00
Kevin Payravi 5ee5fc9123 For Detective Conan, adding /wiki to base URL
www.detectiveconanworld.com leads to the parent org's homepage, so /wiki is effectively part of the wiki's base URL
2024-02-22 10:44:16 -06:00
Kevin Payravi 723b8957b2 Adding 3 more wiki.gg wikis
Backpack Hero, Enter the Gungeon, and TowerFall
2024-02-22 02:20:56 -06:00
SnorlaxMonster b4d7d067cf
Repair Conan and Starfy Wiki paths
Detective Conan Wiki included /wiki/ in both its base_url and
search_path. While this doesn't actually cause search to fail, as the
site seems to be able to resolve ?search= queries even when the base
path is invalid, it does mean the URL path is invalid if attempting to
use it for other purposes.

Starfy Wiki included its full URL in the search_path. This is consistent
with how Starfy Wiki's MediaWiki API defines its search_path, but it
violates assumptions made by IWB, causing redirects to fail.

Also, adjusted the origins_label for Warcraft Wiki.
2024-02-22 01:59:58 -06:00
SnorlaxMonster 87749253ff
Repair Wizard101 Wiki search path 2024-02-20 09:24:23 -06:00
Kevin Payravi fa72b3ff09 Merge branch 'main' of https://github.com/KevinPayravi/indie-wiki-buddy 2024-02-19 21:55:12 -06:00
Kevin Payravi 9962bf891b Adding WikiRaider (DE) 2024-02-19 21:55:11 -06:00
Kevin Payravi 11979729ae Adding Project Wingman Wiki on wiki.gg 2024-02-19 21:49:05 -06:00
SnorlaxMonster 2b6b0aa5df
Repair Bulbapedia search path
Bulbapedia's search path was incorrectly listed as `/wiki/index.php` instead of `/w/index.php`. This caused redirection to Bulbapedia to fail, landing on the invalid wiki page https://bulbapedia.bulbagarden.net/wiki/index.php
2024-02-19 21:01:53 -06:00
Kevin Payravi 562ff0ff86 Adding new Minecraft wikis + favicon optimizations
Includes addition of LZH language category (literary / classical Chinese)
2024-02-19 18:34:37 -06:00
Kevin Payravi 9da9ea56b7 Merge branch 'main' of https://github.com/KevinPayravi/indie-wiki-buddy 2024-02-18 01:11:52 -06:00
Kevin Payravi 25e27c2697 Adding Minicraft wiki.gg 2024-02-18 01:11:45 -06:00
SnorlaxMonster eb3059d4cd
Redirect series-specific Yu-Gi-Oh Fandom wikis 2024-02-18 01:06:42 -06:00
Kevin Payravi 7bb342d1eb Shortening Neoseeker origin labels
Not a lot of space on the UI to display longer labels
2024-02-16 23:37:53 -06:00
SnorlaxMonster 39122e4583
Add Neoseeker wikis as redirect sources 2024-02-16 23:33:41 -06:00
Kevin Payravi e2c865d1fd
Adjust EN wiki labels 2024-02-14 02:02:39 -06:00
Kevin Payravi c3a1b9c821
Adjust EN wiki labels 2024-02-13 23:42:47 -06:00
Kevin Payravi f47d036445
Reword wiki origin to save space 2024-02-13 23:37:17 -06:00
Kevin Payravi 6a84674edd Adding Truck + Farming Simulator wikis 2024-02-12 01:36:31 -06:00
Kevin Payravi d9d4297510 Adding Apex Legends wiki.gg 2024-02-12 01:31:52 -06:00
Kevin Payravi 2942a2c3d4 Adding additional EN wiki.gg wikis
Anvil Empires, Coromon, and SteamWorld. Also re-alphabetizing and fixing some metadata. Favicons were added in previous commit.
2024-02-12 01:26:25 -06:00
Kevin Payravi 11d7a9b753 Adding non-EN wikis from wiki.gg
Includes wikis in DE, ES, FR, HU, IT, JA, KO, PL, PT, RU, TH, UK, and ZH. HU, JA, and TH are new language categories.
2024-02-12 01:23:47 -06:00
SnorlaxMonster b86c7f620d
Adjust DokuWiki handing
Renamed platform "doku" to "dokuwiki".
The software is named "DokuWiki", just like "MediaWiki".

The previous search path construction for DokuWiki wikis would fail for
wikis that put their page names in query parameters instead of the path.
For example, https://wiki.diceydungeons.com/doku.php
(note that this wiki is not currently supported by IWB).
The solution is to use "doku.php", which always renders as the main page
 on DokuWikis, regardless of the URL structure, so can safely be used as
the base URL for searches.

However, to parallel MediaWiki wikis, which put "index.php" in the
wiki-specific search_path, I've moved "doku.php" to the definitions of
individual DokuWikis, so the JS now only adds query parameters.
2024-02-08 00:53:22 -06:00
Kevin Payravi 7d930c7301 Updating FI wiki labels 2024-02-05 03:42:37 -06:00
Kevin Payravi 600f69e41b Temp removing LGBTQIA+ Wiki, search is currently broken 2024-02-05 02:35:04 -06:00
Wingzzzzy cb1d887048
Added LGBTQIA+ Wiki 2024-02-05 02:27:38 -06:00
Kevin Payravi bcdb376e0b Adding 35 English wikis + additional origins 2024-02-05 02:24:44 -06:00
Poppamunz 179a30aa4e
Add Minecraft Bedrock Fandom Wiki to sitesEN.json 2024-02-04 13:41:12 -06:00
Kevin Payravi b81c54fdc7 Adding title param to MediaWiki search + updating Miraheze search endpoint
The title param is needed on some MediaWiki sites
2024-02-03 20:20:23 -06:00
Kevin Payravi 082d90ad81 Adding Brotato Wiki 2024-02-02 04:54:28 -06:00
Kevin Payravi a9a86a3a22 Adding Dark and Darker Wiki 2024-02-02 04:50:24 -06:00
Kevin Payravi 7ace23f7fe Adding Heroes III Wiki 2024-02-02 04:48:47 -06:00
Kevin Payravi bd9b5a683d Updating wiki.gg destination names 2024-02-02 00:24:01 -06:00
Kevin Payravi 1aabb7edd2 Adding 8 more wiki.gg wikis 2024-02-02 00:23:09 -06:00
SnorlaxMonster 4e553949bb
Add wikis listed on Anti-Wikia Alliance's "Forked wikis" page 2024-02-01 23:04:21 -06:00
Kevin Payravi 6f36822968 Adding Risk of Rain wikis 2024-01-29 15:27:55 -07:00
Kevin Payravi 80a13232b5 Adding vaporwave.wiki 2024-01-29 00:53:10 -07:00
Kevin Payravi ad00efe081 Merge branch 'main' of https://github.com/KevinPayravi/indie-wiki-buddy 2024-01-27 01:26:13 -07:00
Kevin Payravi 3a4fe01b9a Updating metadata for a couple wikis 2024-01-27 01:26:11 -07:00
Kevin Payravi a79e6eb5a9
Adjust Undertale Yellow destination name 2024-01-26 20:52:13 -06:00
Luka Simić b5df0027d6
Added Undertale Yellow Wiki on wiki.gg 2024-01-26 20:51:43 -06:00
SnorlaxMonster d0d5d408e4
Correct capitalization of WiKirby
WiKirby was incorrectly capitalized as Wikirby
2024-01-26 04:20:33 -07:00
Marsh 95f2b648a3
Added VTOL VR Wiki
Co-authored-by: Kevin Payravi <kevinpayravi@gmail.com>
2024-01-22 14:47:24 -06:00
Wingzzzzy f897a97386
Added Tower Unite wiki 2024-01-22 14:31:12 -06:00
yuki 232359ec2d
Added TCOAAL wiki 2024-01-18 17:15:32 -06:00
Poppamunz 786e1339aa
Add Minecraft PC Fandom Wiki to sitesEN.json 2024-01-12 21:18:29 -06:00
SnorlaxMonster c1b415a003
Sort site data JSONs alphabetically by ID 2024-01-12 21:17:59 -06:00
Kevin Payravi c7f59ed872 Adding Tiny Rogues Wiki 2024-01-11 18:50:34 -06:00
Kevin Payravi 5ad4559c4e Adding The Wandering Inn Wiki 2024-01-11 18:38:25 -06:00
Kevin Payravi 903e2819f6 Signalis updates
Resizing favicon, adding tag, changing destination name
2024-01-11 00:14:38 -06:00
Omar Saleem ccc043a7d4
Adding SIGNALIS indie wiki 2024-01-11 00:10:48 -06:00
Kevin Payravi 6c65d89f00 Adding additional wiki.gg wikis
Ace Combat and Toontown Corporate Clash
2024-01-10 23:53:51 -06:00
Kevin Payravi 058a2ec530 Adding tag to Miraheze wikis 2024-01-10 23:42:54 -06:00
Kevin Payravi 04b555f460 Updating search paths for Doom and Transformers 2024-01-10 11:32:37 -06:00
Kevin Payravi 3a103dc6fb Updating search path for Miraheze wikis
For some reason, the index.php entrypoint does not work on Miraheze wikis
2024-01-10 11:29:49 -06:00
SnorlaxMonster cf13c672f7
Redirect Azurilland Wiki to Bulbapedia 2024-01-10 03:26:32 -06:00
Kevin Payravi edeafce978 Adding Guild Wars Wiki 2024-01-08 02:35:35 -06:00
Kevin Payravi 5c37062fee Adding "from ARGONAVIS" Miraheze Wiki 2024-01-08 02:33:37 -06:00
Kevin Payravi 98b87e514d Adding numerous wiki.gg wikis 2024-01-08 02:27:19 -06:00
Kevin Payravi a32d3c52f0 Adding Elder Scrolls Fextra wikis as origins for UESP 2024-01-07 13:57:31 -06:00
Kevin Payravi cb93c629ec Add Skyrim Fandom as origin for UESP 2024-01-07 04:28:13 -06:00
rtm516 c09aa87a5f
Add Astroneer Wiki 2024-01-06 03:05:34 -06:00
Chromatic Flare 69e384c22c
Add Witch Hat Atelier Wiki 2024-01-01 11:29:27 -06:00
Kevin Payravi f420d118d1 Remove Hypixel SkyBlock Wiki per feedback
See https://github.com/KevinPayravi/indie-wiki-buddy/issues/296
2023-12-21 00:52:18 -05:00
Kevin Payravi 0644a5adeb Adding Inkipedia ES 2023-12-20 03:25:04 -05:00
Kevin Payravi d3d8d7e34f Adding additional origin for Mystery Dungeon Wiki 2023-12-20 02:44:15 -05:00
Kevin Payravi 891164605d Adding Two Worlds Wiki 2023-12-20 02:41:08 -05:00
Kevin Payravi 93f7bdbbe0 Tagging official wikis 2023-12-19 01:10:23 -05:00
Kevin Payravi 32d411f3b9 Adding Thorium Mod Wiki 2023-12-19 01:09:24 -05:00
Kevin Payravi 196e8a683b Adding Hypixel SkyBlock wiki 2023-12-19 01:07:46 -05:00
Kevin Payravi 0477cd5a9e Adding Torn Wiki 2023-12-18 05:09:01 -05:00
Kevin Payravi 687d45e572 Adding tags for official + wiki.gg wikis 2023-12-17 17:41:32 -05:00
Kevin Payravi 3487084cd7 Adding ARK wiki.gg wiki 2023-12-16 02:57:55 -06:00
Kevin Payravi bcab8e9ada Adding AC Pocket Camp wiki.gg wiki 2023-12-16 02:56:10 -06:00
Kevin Payravi 217eccc7d8 Adding Prison Architect Wiki 2023-12-13 01:58:10 -06:00
Kevin Payravi f126eb9070 Adding Xenharmonic Wiki 2023-12-13 01:54:22 -06:00
Kevin Payravi 5f47d84c3e Adding archived origin wikis for Terraria + WoW 2023-12-13 01:42:36 -06:00
Kevin Payravi e84c409a57 Adding several wiki.gg wikis
Calamity Mod, Dead Cells, Deep Rock Galactic, Don't Starve, Noita, Satisfactory, Terraria, and Warcraft
2023-12-12 04:35:09 -06:00
Kevin Payravi 9db3f8788b Updating Girls' Last Tour Wiki data 2023-12-12 04:06:19 -06:00
ThunderGemios10 0dcb9f9f07
Add Girls' Last Tour wiki 2023-12-12 04:04:45 -06:00
Kevin Payravi 7c64890ec1 Searching via search path + capturing main pages
This includes updating all wiki data to include the origin and destination main page names, as well as destination search path
2023-12-12 04:03:31 -06:00
Kevin Payravi c3e6ee55d3 Fixing PokeWiki favicon name 2023-12-07 02:26:57 -06:00
Kevin Payravi 5ce2eea86c Update L'Abri Fallout wiki name 2023-12-07 02:17:53 -06:00
Jack Wright 434bf97ab7
Adding Lethal Company Wiki 2023-12-06 22:11:57 -06:00
Kevin Payravi ae5c48bd0a Adding EvaWiki 2023-12-06 21:36:11 -06:00
Kevin Payravi 9c55c85757 Adding MCPC Fandom Wiki as origin for Minecraft Wiki 2023-12-06 21:33:54 -06:00
Kevin Payravi b90575382b Adding Les Archives de Vault-Tec 2023-12-06 21:14:20 -06:00
Kevin Payravi ba47061e72 Adding PokéWiki 2023-12-06 21:11:46 -06:00
Kevin Payravi 0def652179 Adding Wiki of Mana 2023-12-06 21:05:22 -06:00
Kevin Payravi 62e0085763 Adding Gigantic Wiki 2023-12-06 21:02:50 -06:00
Kevin Payravi 6594d5372e Adding UnReal World Wiki 2023-12-06 20:30:18 -06:00