Browse Source

Add 3 new wikis

* librewiki and femiwiki is standalone.
** librewiki.net does not resolve www.
** femiwiki.com resolves www.
* reviwiki is actually part of miraheze but on custom domain.
** reviwiki (public) might get moved out of Miraheze at some point
*** https://bugs.revi.xyz/T89

Signed-off-by: Yongmin Hong <revi@pobox.com>
Yongmin Hong 4 years ago
parent
commit
93dd8003a1
1 changed files with 18 additions and 0 deletions
  1. 18 0
      util/default.json

+ 18 - 0
util/default.json

@@ -197,6 +197,24 @@
 			"regex": "((?:[a-z\\d-]{1,50}\\.)brickimedia\\.org)",
 			"regex": "((?:[a-z\\d-]{1,50}\\.)brickimedia\\.org)",
 			"articlePath": "/wiki/",
 			"articlePath": "/wiki/",
 			"scriptPath": "/w/"
 			"scriptPath": "/w/"
+		},
+		{
+			"name": "librewiki.net",
+			"regex": "(librewiki\\.net)",
+			"articlePath": "/wiki/",
+			"scriptPath": "/"
+		},
+		{
+			"name": "femiwiki.com",
+			"regex": "((?:(?:www)\\.)?femiwiki\\.com)",
+			"articlePath": "/w/",
+			"scriptPath": "/"
+		},
+		{
+			"name": "revi.wiki",
+			"regex": "((?:(?:private)\\.)?revi\\.wiki)",
+			"articlePath": "/wiki/",
+			"scriptPath": "/w/"
 		}
 		}
 	]
 	]
 }
 }