소스 검색

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 년 전
부모
커밋
93dd8003a1
1개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  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/"
 		}
 	]
 }