-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12,480 changed files
with
257,861 additions
and
49,472 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ <h1 lang="">Tux</h1><p lang="">municipality in Schwaz District, Tyrol, Austria</ | |
<a class="btn" href="mailto:[email protected]">Send an email</a> | ||
</div></div> | ||
</div> | ||
<p class="timestamp">Data last updated <time datetime="2024-12-08">2024-12-08</time>.</p> | ||
<p class="timestamp">Data last updated <time datetime="2025-01-17">2025-01-17</time>.</p> | ||
</header> | ||
</div> | ||
|
||
|
@@ -190,15 +190,15 @@ <h2 class="m0">Platforms and accounts</h2></div> | |
const dataTable = document.querySelector('table.container'); | ||
|
||
if (dataTable) { | ||
let tsv = '"Platform","Account link",\n'; | ||
let tsv = '"Platform","Account",\n'; | ||
Array.from(dataTable.children[0].children).forEach((row, index) => { | ||
if (index === 0) return; | ||
const columns = Array.from(row.children); | ||
let rowTSV = ''; | ||
columns.forEach((column, innerIndex) => { | ||
let value; | ||
if (column.children[0] && column.children[0].nodeName === 'A') { | ||
value = column.children[0].href; | ||
value = column.children[0].href.split("/").pop(); | ||
} else { | ||
value = column.innerText; | ||
} | ||
|
@@ -232,6 +232,7 @@ <h2 class="m0">Platforms and accounts</h2></div> | |
P2037: ['Github', 'https://github.com/'], | ||
P4015: ['Vimeo', 'https://vimeo.com/'], | ||
P3267: ['Flickr', 'https://www.flickr.com/photos/'], | ||
P4033: ['Mastodon', 'https://fedirect.toolforge.org/?id='], | ||
}; | ||
const propKeys = Object.keys(props); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ <h1 lang="">Rettenegg</h1><p lang="">municipality in Weiz District, Styria, Aust | |
<a class="btn" href="mailto:[email protected]">Send an email</a> | ||
</div></div> | ||
</div> | ||
<p class="timestamp">Data last updated <time datetime="2024-12-08">2024-12-08</time>.</p> | ||
<p class="timestamp">Data last updated <time datetime="2025-01-17">2025-01-17</time>.</p> | ||
</header> | ||
</div> | ||
|
||
|
@@ -190,15 +190,15 @@ <h2 class="m0">Platforms and accounts</h2></div> | |
const dataTable = document.querySelector('table.container'); | ||
|
||
if (dataTable) { | ||
let tsv = '"Platform","Account link",\n'; | ||
let tsv = '"Platform","Account",\n'; | ||
Array.from(dataTable.children[0].children).forEach((row, index) => { | ||
if (index === 0) return; | ||
const columns = Array.from(row.children); | ||
let rowTSV = ''; | ||
columns.forEach((column, innerIndex) => { | ||
let value; | ||
if (column.children[0] && column.children[0].nodeName === 'A') { | ||
value = column.children[0].href; | ||
value = column.children[0].href.split("/").pop(); | ||
} else { | ||
value = column.innerText; | ||
} | ||
|
@@ -232,6 +232,7 @@ <h2 class="m0">Platforms and accounts</h2></div> | |
P2037: ['Github', 'https://github.com/'], | ||
P4015: ['Vimeo', 'https://vimeo.com/'], | ||
P3267: ['Flickr', 'https://www.flickr.com/photos/'], | ||
P4033: ['Mastodon', 'https://fedirect.toolforge.org/?id='], | ||
}; | ||
const propKeys = Object.keys(props); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ <h1 lang="">Steinbach am Attersee</h1><p lang="">municipality in Vöcklabruck Di | |
<a class="btn" href="mailto:[email protected]">Send an email</a> | ||
</div></div> | ||
</div> | ||
<p class="timestamp">Data last updated <time datetime="2024-12-08">2024-12-08</time>.</p> | ||
<p class="timestamp">Data last updated <time datetime="2025-01-17">2025-01-17</time>.</p> | ||
</header> | ||
</div> | ||
|
||
|
@@ -190,15 +190,15 @@ <h2 class="m0">Platforms and accounts</h2></div> | |
const dataTable = document.querySelector('table.container'); | ||
|
||
if (dataTable) { | ||
let tsv = '"Platform","Account link",\n'; | ||
let tsv = '"Platform","Account",\n'; | ||
Array.from(dataTable.children[0].children).forEach((row, index) => { | ||
if (index === 0) return; | ||
const columns = Array.from(row.children); | ||
let rowTSV = ''; | ||
columns.forEach((column, innerIndex) => { | ||
let value; | ||
if (column.children[0] && column.children[0].nodeName === 'A') { | ||
value = column.children[0].href; | ||
value = column.children[0].href.split("/").pop(); | ||
} else { | ||
value = column.innerText; | ||
} | ||
|
@@ -232,6 +232,7 @@ <h2 class="m0">Platforms and accounts</h2></div> | |
P2037: ['Github', 'https://github.com/'], | ||
P4015: ['Vimeo', 'https://vimeo.com/'], | ||
P3267: ['Flickr', 'https://www.flickr.com/photos/'], | ||
P4033: ['Mastodon', 'https://fedirect.toolforge.org/?id='], | ||
}; | ||
const propKeys = Object.keys(props); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ <h1 lang="">Kilb</h1><p lang="">municipality in Melk District, Lower Austria, Au | |
<a class="btn" href="mailto:[email protected]">Send an email</a> | ||
</div></div> | ||
</div> | ||
<p class="timestamp">Data last updated <time datetime="2024-12-08">2024-12-08</time>.</p> | ||
<p class="timestamp">Data last updated <time datetime="2025-01-17">2025-01-17</time>.</p> | ||
</header> | ||
</div> | ||
|
||
|
@@ -190,15 +190,15 @@ <h2 class="m0">Platforms and accounts</h2></div> | |
const dataTable = document.querySelector('table.container'); | ||
|
||
if (dataTable) { | ||
let tsv = '"Platform","Account link",\n'; | ||
let tsv = '"Platform","Account",\n'; | ||
Array.from(dataTable.children[0].children).forEach((row, index) => { | ||
if (index === 0) return; | ||
const columns = Array.from(row.children); | ||
let rowTSV = ''; | ||
columns.forEach((column, innerIndex) => { | ||
let value; | ||
if (column.children[0] && column.children[0].nodeName === 'A') { | ||
value = column.children[0].href; | ||
value = column.children[0].href.split("/").pop(); | ||
} else { | ||
value = column.innerText; | ||
} | ||
|
@@ -232,6 +232,7 @@ <h2 class="m0">Platforms and accounts</h2></div> | |
P2037: ['Github', 'https://github.com/'], | ||
P4015: ['Vimeo', 'https://vimeo.com/'], | ||
P3267: ['Flickr', 'https://www.flickr.com/photos/'], | ||
P4033: ['Mastodon', 'https://fedirect.toolforge.org/?id='], | ||
}; | ||
const propKeys = Object.keys(props); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ <h1 lang="">Großebersdorf</h1><p lang="">municipality in Mistelbach District, L | |
<a class="btn" href="mailto:[email protected]">Send an email</a> | ||
</div></div> | ||
</div> | ||
<p class="timestamp">Data last updated <time datetime="2024-12-08">2024-12-08</time>.</p> | ||
<p class="timestamp">Data last updated <time datetime="2025-01-17">2025-01-17</time>.</p> | ||
</header> | ||
</div> | ||
|
||
|
@@ -190,15 +190,15 @@ <h2 class="m0">Platforms and accounts</h2></div> | |
const dataTable = document.querySelector('table.container'); | ||
|
||
if (dataTable) { | ||
let tsv = '"Platform","Account link",\n'; | ||
let tsv = '"Platform","Account",\n'; | ||
Array.from(dataTable.children[0].children).forEach((row, index) => { | ||
if (index === 0) return; | ||
const columns = Array.from(row.children); | ||
let rowTSV = ''; | ||
columns.forEach((column, innerIndex) => { | ||
let value; | ||
if (column.children[0] && column.children[0].nodeName === 'A') { | ||
value = column.children[0].href; | ||
value = column.children[0].href.split("/").pop(); | ||
} else { | ||
value = column.innerText; | ||
} | ||
|
@@ -232,6 +232,7 @@ <h2 class="m0">Platforms and accounts</h2></div> | |
P2037: ['Github', 'https://github.com/'], | ||
P4015: ['Vimeo', 'https://vimeo.com/'], | ||
P3267: ['Flickr', 'https://www.flickr.com/photos/'], | ||
P4033: ['Mastodon', 'https://fedirect.toolforge.org/?id='], | ||
}; | ||
const propKeys = Object.keys(props); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ <h1 lang="">Breitenstein</h1><p lang="">municipality in Neunkirchen District, Lo | |
<a class="btn" href="mailto:[email protected]">Send an email</a> | ||
</div></div> | ||
</div> | ||
<p class="timestamp">Data last updated <time datetime="2024-12-08">2024-12-08</time>.</p> | ||
<p class="timestamp">Data last updated <time datetime="2025-01-17">2025-01-17</time>.</p> | ||
</header> | ||
</div> | ||
|
||
|
@@ -190,15 +190,15 @@ <h2 class="m0">Platforms and accounts</h2></div> | |
const dataTable = document.querySelector('table.container'); | ||
|
||
if (dataTable) { | ||
let tsv = '"Platform","Account link",\n'; | ||
let tsv = '"Platform","Account",\n'; | ||
Array.from(dataTable.children[0].children).forEach((row, index) => { | ||
if (index === 0) return; | ||
const columns = Array.from(row.children); | ||
let rowTSV = ''; | ||
columns.forEach((column, innerIndex) => { | ||
let value; | ||
if (column.children[0] && column.children[0].nodeName === 'A') { | ||
value = column.children[0].href; | ||
value = column.children[0].href.split("/").pop(); | ||
} else { | ||
value = column.innerText; | ||
} | ||
|
@@ -232,6 +232,7 @@ <h2 class="m0">Platforms and accounts</h2></div> | |
P2037: ['Github', 'https://github.com/'], | ||
P4015: ['Vimeo', 'https://vimeo.com/'], | ||
P3267: ['Flickr', 'https://www.flickr.com/photos/'], | ||
P4033: ['Mastodon', 'https://fedirect.toolforge.org/?id='], | ||
}; | ||
const propKeys = Object.keys(props); | ||
|
||
|
Oops, something went wrong.