Bläddra i källkod

Merge pull request #142 from reviforks/20210102newsites

Add 3 new wikis
MarkusRost 4 år sedan
förälder
incheckning
d0a62c09e7
1 ändrade filer med 18 tillägg och 0 borttagningar
  1. 18 0
      util/default.json

+ 18 - 0
util/default.json

@@ -197,6 +197,24 @@
 			"regex": "((?:[a-z\\d-]{1,50}\\.)brickimedia\\.org)",
 			"articlePath": "/wiki/",
 			"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/"
 		}
 	]
 }