You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CiteHighlighter/deploy source list tool/index.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@ function getWikitextFromEnWiki($article) {
23
23
?><!DOCTYPE html>
24
24
<html lang="en-us">
25
25
<head>
26
-
<title>Cite Highlighter - NPPSG and MySources to array tool</title>
26
+
<title>Cite Highlighter - Deploy source list tool</title>
27
27
<link rel="stylesheet" href="style.css" />
28
28
<script type="module" src="script.js"></script>
29
29
<meta charset="utf-8">
30
30
</head>
31
31
<body>
32
32
<h1>
33
-
Cite Highlighter - NPPSG and MySources to array tool
33
+
Cite Highlighter - Deploy source list tool
34
34
</h1>
35
35
<p>
36
36
Automatically loads the contents of <a href="https://en.wikipedia.org/wiki/Wikipedia:New_page_patrol_source_guide" target="_blank">Wikipedia:New pages patrol source guide</a> and <a href="https://en.wikipedia.org/wiki/User:Novem_Linguae/Scripts/CiteHighlighter/AllSourcesExceptNPPSG" target="_blank">User:Novem Linguae/Scripts/CiteHighlighter/AllSourcesExceptNPPSG</a>, then parses it into JSON below. There are also some hard-coded domains and changes in this tool's Javascript logic.
0 commit comments