209 lines
45 KiB
HTML
209 lines
45 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>Inhalts-Statistik · oer.community</title>
|
||
<style>
|
||
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||
margin: 0; padding: 24px; background: #f5f6f8; color: #222; }
|
||
.wrap { max-width: 1400px; margin: 0 auto; background: #fff;
|
||
padding: 28px 32px; border-radius: 10px;
|
||
box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
|
||
h1 { margin: 0 0 4px 0; font-size: 24px; }
|
||
.sub { color: #777; margin: 0 0 24px 0; font-size: 13px; }
|
||
.cards { display: grid; grid-template-columns: repeat(auto-fit,minmax(170px,1fr));
|
||
gap: 14px; margin-bottom: 28px; }
|
||
.card { background: linear-gradient(135deg,#5b6cff,#8a4cf0); color: #fff;
|
||
padding: 16px 18px; border-radius: 8px; }
|
||
.card h3 { margin: 0 0 6px 0; font-size: 12px; opacity: .85;
|
||
font-weight: 500; text-transform: uppercase; letter-spacing: .5px; }
|
||
.card .v { font-size: 26px; font-weight: 700; }
|
||
.controls { display: flex; gap: 12px; align-items: center;
|
||
margin-bottom: 14px; flex-wrap: wrap; }
|
||
.controls input { flex: 1; min-width: 240px; padding: 9px 12px;
|
||
font-size: 14px; border: 1px solid #ccc; border-radius: 6px; }
|
||
.controls .info { color: #666; font-size: 13px; }
|
||
table { width: 100%; border-collapse: collapse; font-size: 13px; }
|
||
thead th { background: #2d3142; color: #fff; font-weight: 600;
|
||
padding: 10px 8px; text-align: left; cursor: pointer;
|
||
user-select: none; position: sticky; top: 0; z-index: 1; }
|
||
thead th:hover { background: #3d4255; }
|
||
thead th.sort-asc::after { content: " ▲"; opacity: .7; }
|
||
thead th.sort-desc::after { content: " ▼"; opacity: .7; }
|
||
thead th.num { text-align: right; }
|
||
tbody td { padding: 7px 8px; border-bottom: 1px solid #eee; }
|
||
tbody tr:hover { background: #f8f9fa; }
|
||
td.path { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
|
||
font-size: 12px; word-break: break-all; }
|
||
td.num { text-align: right; font-variant-numeric: tabular-nums; }
|
||
.pager { margin-top: 16px; display: flex; gap: 8px; align-items: center;
|
||
justify-content: center; }
|
||
.pager button { padding: 6px 12px; border: 1px solid #ccc; background: #fff;
|
||
border-radius: 4px; cursor: pointer; font-size: 13px; }
|
||
.pager button:disabled { opacity: .4; cursor: default; }
|
||
.pager .num { color: #666; font-size: 13px; padding: 0 8px; }
|
||
.footer { margin-top: 22px; color: #999; font-size: 12px; text-align: center; }
|
||
.hint { background: #fff8dc; border-left: 4px solid #f0c419;
|
||
padding: 10px 14px; margin-bottom: 22px; border-radius: 4px;
|
||
font-size: 13px; color: #6a5b00; }
|
||
a { color: #4a5cf0; text-decoration: none; }
|
||
a:hover { text-decoration: underline; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="wrap">
|
||
<h1>Inhalts-Statistik · oer.community</h1>
|
||
<p class="sub">Aufrufe pro Seite/Post · nur menschliche Besucher (Bots separat) · Quelle: Apache-Logs www + Apex · generiert am 13.05.2026 11:04</p>
|
||
|
||
<div class="cards">
|
||
<div class="card"><h3>Inhalts-URLs</h3><div class="v">437</div></div>
|
||
<div class="card"><h3>Aufrufe (Mensch, total)</h3><div class="v">78,007</div></div>
|
||
<div class="card"><h3>Aufrufe (Bot)</h3><div class="v">82,983</div></div>
|
||
<div class="card"><h3>Aufrufe letzte 7 Tage</h3><div class="v">2,420</div></div>
|
||
<div class="card"><h3>Aufrufe letzte 30 Tage</h3><div class="v">8,959</div></div>
|
||
</div>
|
||
|
||
<div class="hint">
|
||
<strong>Bedienung:</strong> Spaltenüberschrift anklicken zum Sortieren · Suchfeld
|
||
filtert URLs (z. B. nach „junia“) · URL-Klick öffnet die Live-Seite.<br>
|
||
<strong>Filterung:</strong> Nur GET-Requests mit Status 2xx/304 auf
|
||
erkennbare Inhalts-URLs (keine Assets, keine Scanner-Pfade). Bots werden im
|
||
User-Agent erkannt und separat ausgewiesen.
|
||
</div>
|
||
|
||
<div class="controls">
|
||
<input type="search" id="q" placeholder="URLs durchsuchen…" autocomplete="off">
|
||
<span class="info" id="info"></span>
|
||
</div>
|
||
|
||
<div style="overflow-x:auto">
|
||
<table id="t">
|
||
<thead><tr>
|
||
<th data-col="0">URL</th>
|
||
<th data-col="1" class="num">Aufrufe</th>
|
||
<th data-col="2" class="num">Besucher (IPs)</th>
|
||
<th data-col="3" class="num">7 Tage</th>
|
||
<th data-col="4" class="num">30 Tage</th>
|
||
<th data-col="5" class="num">90 Tage</th>
|
||
<th data-col="6" class="num">Bots</th>
|
||
<th data-col="7">Erster Hit</th>
|
||
<th data-col="8">Letzter Hit</th>
|
||
</tr></thead>
|
||
<tbody id="tb"></tbody>
|
||
</table>
|
||
</div>
|
||
|
||
<div class="pager">
|
||
<button id="prev">‹ zurück</button>
|
||
<span class="num" id="page-info"></span>
|
||
<button id="next">weiter ›</button>
|
||
</div>
|
||
|
||
<div class="footer">
|
||
437 URLs · 78,007 menschliche Aufrufe ·
|
||
82,983 Bot-Aufrufe · CSV-Export: <code>report-content-statistik.csv</code>
|
||
</div>
|
||
</div>
|
||
|
||
<script>
|
||
const ROWS = [["/", 17295, 6586, 516, 1911, 5572, 7741, "2025-07-14", "2026-05-13"], ["/blog/", 2382, 1185, 73, 215, 525, 671, "2025-07-14", "2026-05-12"], ["/oer-und-oep/", 2079, 1271, 31, 270, 741, 836, "2025-07-14", "2026-05-13"], ["/canva/", 1916, 491, 62, 273, 824, 876, "2025-07-14", "2026-05-13"], ["/digitale-offenheit-braucht-tiefe/", 1600, 342, 57, 222, 681, 731, "2025-10-17", "2026-05-12"], ["/oer-beratung-und-qualitätskriterien/", 1573, 320, 59, 220, 693, 961, "2025-08-01", "2026-05-12"], ["/edufeed-pitch/", 1504, 258, 51, 217, 672, 895, "2025-10-01", "2026-05-12"], ["/unser-team/", 1421, 1045, 39, 152, 450, 668, "2025-07-14", "2026-05-13"], ["/instagram-als-lernort/", 1239, 650, 18, 40, 92, 689, "2025-07-31", "2026-05-13"], ["/luther-influencer/", 1159, 785, 18, 90, 237, 916, "2025-10-13", "2026-05-12"], ["/datenschutz/", 1056, 635, 28, 107, 299, 470, "2025-07-14", "2026-05-13"], ["/oer-oep-literaturbericht/", 976, 645, 12, 78, 274, 1505, "2025-08-06", "2026-05-12"], ["/save-the-date/", 965, 587, 13, 40, 112, 1071, "2025-07-23", "2026-05-13"], ["/impressum/", 891, 616, 22, 74, 234, 524, "2025-07-14", "2026-05-13"], ["/tagungen/", 873, 630, 20, 98, 399, 369, "2025-11-12", "2026-05-13"], ["/ist-die-bibel-eigentlich-open/", 779, 532, 14, 73, 273, 978, "2025-07-14", "2026-05-13"], ["/qualitaet/", 774, 566, 30, 115, 391, 465, "2025-12-23", "2026-05-13"], ["/wertebildung/", 727, 480, 8, 43, 134, 502, "2025-11-10", "2026-05-12"], ["/qualitaetskriterien-checkliste/", 677, 459, 14, 50, 185, 710, "2025-11-24", "2026-05-12"], ["/musik-oer/", 677, 390, 13, 79, 253, 1028, "2025-12-18", "2026-05-12"], ["/lichtmomente/", 666, 478, 22, 67, 173, 299, "2025-12-11", "2026-05-13"], ["/sdg-logos-und-oer-wie-darf-ich-sie-verwenden/", 663, 418, 17, 81, 191, 920, "2025-07-14", "2026-05-12"], ["/der-loewe-schwierigkeiten/", 641, 467, 15, 89, 318, 374, "2026-02-04", "2026-05-13"], ["/blog/seite/2/", 634, 352, 15, 49, 125, 233, "2025-07-14", "2026-05-12"], ["/going-deep-er-oerf-tagung-2025/", 601, 451, 15, 44, 142, 590, "2025-07-14", "2026-05-12"], ["/ki-und-religionspaedagogik/", 583, 463, 9, 39, 107, 744, "2025-08-14", "2026-05-12"], ["/recap-foerbico-tagung-2026/", 536, 390, 17, 173, 536, 461, "2026-03-25", "2026-05-12"], ["/oer-visuelle-qualität/", 515, 345, 9, 26, 76, 987, "2025-09-22", "2026-05-12"], ["/hackathoern/", 508, 247, 6, 33, 110, 462, "2025-07-14", "2026-05-13"], ["/theologie-memes/", 504, 337, 13, 50, 117, 875, "2025-10-06", "2026-05-11"], ["/tags/", 486, 388, 16, 57, 150, 488, "2025-07-14", "2026-05-13"], ["/sind-youtube-videos-oer-faehig/", 440, 342, 18, 45, 137, 678, "2025-07-14", "2026-05-13"], ["/oer-im-blick-2025/", 435, 235, 5, 32, 108, 463, "2025-07-14", "2026-05-13"], ["/oerinfo-fachtag-2025/", 429, 268, 6, 32, 110, 525, "2025-11-04", "2026-05-12"], ["/so-arbeiten-wir/", 418, 286, 6, 32, 108, 459, "2025-07-14", "2026-05-12"], ["/oercamp-und-oer-festival-2024-in-essen/", 410, 132, 20, 58, 117, 540, "2025-07-14", "2026-05-13"], ["/oer-fortbildungsreihe-3/", 408, 222, 9, 37, 107, 371, "2025-07-14", "2026-05-12"], ["/oer-und-oep/lernmodul/", 400, 256, 9, 49, 154, 188, "2026-01-13", "2026-05-13"], ["/oep-als-wissenstransfer/", 395, 144, 3, 29, 88, 453, "2025-07-14", "2026-05-13"], ["/oep-von-ressourcen-zu-praktiken/", 381, 237, 5, 17, 66, 791, "2025-09-11", "2026-05-12"], ["/triebfedoern/", 373, 251, 4, 21, 84, 751, "2025-07-15", "2026-05-13"], ["/oer-fortbildungsreihe-2/", 371, 210, 6, 27, 90, 370, "2025-07-14", "2026-05-12"], ["/markdown-einfuehrung-klimaoer/", 370, 168, 5, 26, 90, 449, "2025-07-14", "2026-05-12"], ["/oer-it-sommercamp-2025/", 364, 227, 6, 22, 66, 581, "2025-09-08", "2026-05-13"], ["/gemeinsam-gegen-antisemitismus/", 349, 160, 4, 32, 91, 352, "2025-07-14", "2026-05-13"], ["/theologie-auf-tiktok-religioese-kommunikation-im-digitalen-raum/", 348, 239, 16, 52, 126, 698, "2025-07-14", "2026-05-13"], ["/open-ist-eine-haltung/", 333, 239, 12, 32, 95, 555, "2025-12-12", "2026-05-12"], ["/oer-fortbildungsreihe-1/", 324, 173, 7, 24, 80, 375, "2025-07-14", "2026-05-12"], ["/en/", 321, 271, 21, 92, 237, 264, "2026-01-21", "2026-05-13"], ["/evangelisches-labor/", 318, 202, 3, 26, 85, 436, "2025-07-14", "2026-05-12"], ["/lizenz-irrtum-oer/", 303, 175, 3, 22, 78, 453, "2025-07-14", "2026-05-11"], ["/blog/seite/3/", 302, 210, 8, 29, 81, 159, "2025-07-14", "2026-05-12"], ["/dezentrale-oer-infrastrukturen/", 299, 153, 3, 17, 61, 381, "2025-07-14", "2026-05-13"], ["/dezentrale-oep-oer/", 287, 200, 3, 24, 84, 385, "2025-07-14", "2026-05-12"], ["/interview-daniel-otto/", 285, 206, 3, 33, 118, 445, "2025-12-17", "2026-05-12"], ["/recap-konzeptionstage/", 284, 123, 3, 21, 67, 360, "2025-07-14", "2026-05-12"], ["/oer-fachtag-2024-von-orca-nrw/", 276, 112, 4, 23, 69, 378, "2025-07-14", "2026-05-12"], ["/oer-remix/", 260, 191, 7, 34, 71, 468, "2025-07-14", "2026-05-12"], ["/Interview-relilab/", 258, 216, 5, 15, 89, 378, "2025-12-11", "2026-05-12"], ["/welche-impulse-setzt-oer-fuer-die-religionsdidaktik-ein-einblick-in-die-akrk-tagung-in-leitershofen-von-19-21-9-2024/", 251, 84, 3, 11, 39, 537, "2025-07-14", "2026-05-11"], ["/third-mission/", 246, 138, 2, 24, 67, 310, "2025-07-14", "2026-05-11"], ["/tags/open-educational-resources-oer/", 240, 208, 16, 34, 81, 289, "2025-07-14", "2026-05-13"], ["/die-kraft-der-gemeinschaft/", 234, 132, 3, 16, 54, 538, "2025-09-02", "2026-05-11"], ["/blog/seite/4/", 225, 161, 6, 19, 56, 124, "2025-07-14", "2026-05-12"], ["/libori-social/", 225, 120, 6, 21, 63, 349, "2025-07-15", "2026-05-12"], ["/konzeptionstag/", 222, 132, 1, 21, 75, 408, "2025-07-14", "2026-05-10"], ["/tags/community/", 216, 180, 10, 30, 72, 284, "2025-07-16", "2026-05-13"], ["/oer-meets-fachdidaktik/", 215, 131, 6, 27, 68, 273, "2025-07-14", "2026-05-12"], ["/hello-world/", 206, 100, 6, 22, 68, 307, "2025-07-17", "2026-05-12"], ["/sichtbarkeit-und-netzwerk-durch-oer-staerken-foerbico-auf-der-gwr-tagung-in-wuerzburg-zum-thema-oeffentlichkeitsarbeit/", 205, 128, 2, 16, 50, 358, "2025-07-14", "2026-05-13"], ["/blog/seite/5/", 205, 157, 3, 18, 63, 143, "2025-07-14", "2026-05-12"], ["/oerinfo-fachtag-am-7-10-2024-in-frankfurt-how-to-build-a-community/", 204, 108, 2, 25, 63, 365, "2025-07-14", "2026-05-12"], ["/inklusives-Lernen-durch-OEP/", 203, 175, 14, 31, 203, 590, "2026-02-28", "2026-05-13"], ["/oer-zum-thema-antisemitismus-gemeinsam-bildungsmaterialien-gestalten/", 199, 148, 7, 23, 52, 288, "2025-07-14", "2026-05-12"], ["/en/oer-and-oep/", 198, 177, 28, 73, 159, 320, "2026-01-21", "2026-05-12"], ["/tags/event/", 197, 175, 5, 23, 64, 253, "2025-07-14", "2026-05-12"], ["/oer-zeitschriften-religionspaedagogik/", 192, 123, 7, 22, 67, 326, "2025-07-14", "2026-05-13"], ["/tags/bibel/", 188, 155, 7, 27, 72, 226, "2025-07-15", "2026-05-13"], ["/austausch-mit-michael-kerres/", 187, 130, 3, 15, 50, 319, "2025-10-17", "2026-05-12"], ["/autorisierte-schulbuecher-oder-offene-oer/", 187, 163, 6, 24, 126, 271, "2026-01-26", "2026-05-12"], ["/tags/vernetzung/", 179, 155, 7, 22, 60, 264, "2025-07-14", "2026-05-12"], ["/tags/foerbico-in-kontakt/", 178, 150, 9, 26, 68, 255, "2025-07-14", "2026-05-13"], ["/oer-werkstatt-digill-com-projekt/", 176, 91, 2, 14, 52, 319, "2025-07-14", "2026-05-12"], ["/arbeiten-mit-git-foerbico-meets-ekhn-medienhaus/", 175, 97, 4, 14, 50, 272, "2025-07-14", "2026-05-13"], ["/austausch-mit-digill_com-zum-thema-community-building/", 170, 79, 3, 13, 42, 295, "2025-07-14", "2026-05-13"], ["/oer-rechtsfragen/", 165, 114, 0, 9, 38, 291, "2025-07-14", "2026-05-11"], ["/tags/tools/", 165, 145, 5, 18, 56, 239, "2025-07-14", "2026-05-13"], ["/tags/rechtsfragen/", 164, 146, 6, 22, 63, 272, "2025-07-14", "2026-05-12"], ["/tags/open-educational-practices-oep/", 158, 136, 7, 20, 61, 309, "2025-07-14", "2026-05-11"], ["/tags/community/seite/2/", 154, 126, 5, 19, 52, 196, "2025-07-14", "2026-05-13"], ["/tags/religionspädagogik/", 153, 135, 7, 24, 65, 281, "2025-07-14", "2026-05-12"], ["/tags/edufeed/", 153, 126, 6, 18, 53, 196, "2025-07-14", "2026-05-13"], ["/tags/barcamp/", 150, 126, 5, 17, 58, 229, "2025-07-16", "2026-05-13"], ["/tags/digitalisierung/", 149, 120, 6, 19, 57, 224, "2025-07-14", "2026-05-13"], ["/tags/codeberg/", 148, 119, 7, 20, 53, 209, "2025-07-15", "2026-05-13"], ["/tags/lizenzen/", 146, 130, 6, 22, 60, 245, "2025-07-14", "2026-05-12"], ["/tags/theologie/", 145, 128, 5, 23, 61, 284, "2025-07-16", "2026-05-12"], ["/tags/bild/", 143, 118, 5, 13, 43, 214, "2025-07-14", "2026-05-13"], ["/tags/hochschuldidaktik/", 142, 124, 5, 23, 70, 257, "2025-07-14", "2026-05-12"], ["/tags/offenheit/", 141, 119, 8, 26, 56, 259, "2025-07-14", "2026-05-12"], ["/tags/interoperabel/", 139, 125, 3, 14, 40, 219, "2025-07-14", "2026-05-11"], ["/tags/dezentral/", 138, 111, 5, 18, 46, 220, "2025-07-14", "2026-05-10"], ["/tags/canva/", 138, 110, 5, 11, 45, 240, "2025-07-18", "2026-05-11"], ["/tags/nostr/", 137, 118, 8, 25, 57, 248, "2025-07-14", "2026-05-12"], ["/en/our-team/", 133, 118, 6, 39, 99, 159, "2026-01-21", "2026-05-13"], ["/tags/antisemitismuskritik/", 132, 108, 7, 17, 47, 225, "2025-07-14", "2026-05-12"], ["/tags/qualitätskriterien/", 132, 115, 8, 23, 61, 291, "2025-07-14", "2026-05-12"], ["/tags/creative-commons/", 130, 109, 5, 17, 53, 227, "2025-07-14", "2026-05-11"], ["/tags/oer-strategie/", 127, 106, 6, 21, 60, 239, "2025-07-14", "2026-05-12"], ["/hoerz/", 127, 112, 25, 127, 127, 284, "2026-04-22", "2026-05-12"], ["/tags/wissenschaftskommunikation/", 126, 104, 3, 16, 46, 206, "2025-07-14", "2026-05-13"], ["/tags/foerbico-in-kontakt/seite/2/", 126, 111, 5, 14, 45, 190, "2025-07-14", "2026-05-12"], ["/tags/kollaboration/", 125, 109, 5, 15, 41, 208, "2025-07-14", "2026-05-10"], ["/tags/didaktik/", 124, 98, 5, 12, 45, 213, "2025-07-15", "2026-05-12"], ["/tags/open-educational-practices-oep/seite/2/", 123, 111, 4, 20, 47, 219, "2025-07-14", "2026-05-12"], ["/tags/moodle/", 123, 104, 4, 8, 40, 216, "2025-07-15", "2026-05-11"], ["/tags/community-forschung/", 123, 101, 6, 19, 47, 236, "2025-07-24", "2026-05-13"], ["/oer-erklaert-an-der-rhabarberbar/", 122, 113, 0, 14, 49, 285, "2025-07-15", "2026-05-12"], ["/tags/theologie/seite/2/", 122, 110, 4, 20, 48, 198, "2025-07-16", "2026-05-11"], ["/blog/seite/6/", 122, 97, 3, 9, 40, 140, "2025-07-19", "2026-05-12"], ["/interview-relimentar/", 122, 89, 15, 53, 95, 150, "2026-01-28", "2026-05-13"], ["/tags/oer/", 121, 106, 5, 17, 60, 253, "2025-07-14", "2026-05-12"], ["/tags/open-access/", 120, 103, 4, 17, 49, 215, "2025-07-14", "2026-05-11"], ["/tags/sommercamp/", 119, 102, 5, 19, 52, 208, "2025-07-14", "2026-05-12"], ["/tags/oe_com/", 119, 100, 4, 11, 38, 218, "2025-07-14", "2026-05-11"], ["/tags/ethik/", 119, 101, 4, 22, 55, 216, "2025-08-14", "2026-05-12"], ["/tags/protokollbasiertes-denken/", 118, 99, 4, 14, 47, 231, "2025-07-14", "2026-05-12"], ["/tags/metadaten/", 117, 98, 5, 12, 37, 218, "2025-07-14", "2026-05-11"], ["/einblicke-zum-oer-it-sommercamp-its-jointly-2024/", 117, 103, 4, 17, 46, 293, "2025-07-14", "2026-05-12"], ["/tags/foerbico-in-kontakt/seite/3/", 116, 103, 3, 14, 43, 129, "2025-07-14", "2026-05-12"], ["/tags/youtube/", 116, 103, 4, 7, 27, 224, "2025-07-14", "2026-05-12"], ["/tags/open-educational-resources-oer/seite/2/", 115, 104, 2, 5, 33, 203, "2025-07-14", "2026-05-12"], ["/recap-oercamp-im-maerz-2024-in-hamburg/", 115, 69, 2, 6, 28, 303, "2025-07-14", "2026-05-12"], ["/tags/sustainable-developtment-goals-sdg/", 114, 94, 2, 6, 34, 199, "2025-07-14", "2026-05-11"], ["/tags/oersi/", 114, 94, 2, 8, 35, 236, "2025-07-16", "2026-05-11"], ["/tags/vernetzung/seite/2/", 114, 102, 4, 12, 39, 193, "2025-07-16", "2026-05-12"], ["/tags/storytelling/", 114, 97, 5, 17, 44, 221, "2025-07-16", "2026-05-12"], ["/tags/ki/", 113, 92, 6, 17, 48, 225, "2025-07-17", "2026-05-12"], ["/tags/gamification/", 112, 97, 6, 13, 48, 211, "2025-07-14", "2026-05-12"], ["/tags/netzwerkarchitektur/", 112, 96, 2, 6, 44, 225, "2025-07-14", "2026-05-10"], ["/tags/bildungsinfrastruktur/", 111, 95, 5, 16, 44, 244, "2025-09-03", "2026-05-12"], ["/tags/opennet/", 110, 91, 3, 10, 40, 219, "2025-07-14", "2026-05-12"], ["/tags/hochschulen/", 110, 92, 4, 8, 40, 226, "2025-07-14", "2026-05-10"], ["/tags/infrastruktur/", 110, 97, 3, 12, 50, 211, "2025-07-14", "2026-05-12"], ["/tags/oercamp/", 110, 88, 2, 7, 35, 258, "2025-07-14", "2026-05-11"], ["/tags/markdown/", 110, 92, 3, 13, 41, 201, "2025-07-14", "2026-05-12"], ["/tags/community/seite/3/", 110, 92, 6, 12, 31, 131, "2025-07-17", "2026-05-12"], ["/tags/bildungstechnologie/", 110, 93, 3, 12, 42, 233, "2025-08-14", "2026-05-11"], ["/tags/bildungsmedien/", 110, 92, 6, 15, 52, 195, "2025-09-22", "2026-05-10"], ["/tags/oep/", 108, 88, 1, 12, 37, 243, "2025-07-14", "2026-05-09"], ["/tags/mastodon/", 108, 89, 3, 7, 28, 205, "2025-07-15", "2026-05-11"], ["/tags/open-educational-resources-oer/seite/4/", 108, 100, 4, 18, 42, 136, "2025-07-16", "2026-05-12"], ["/tags/foerbico/", 108, 91, 3, 6, 33, 215, "2025-07-18", "2026-05-12"], ["/tags/open-educational-resources-oer/seite/3/", 107, 96, 3, 10, 38, 141, "2025-07-14", "2026-05-12"], ["/tags/medienpädagogik/", 107, 96, 3, 15, 46, 601, "2025-08-01", "2026-05-12"], ["/blog/seite/7/", 106, 92, 0, 4, 32, 147, "2025-07-19", "2026-05-12"], ["/tags/workshop/", 105, 89, 3, 8, 36, 229, "2025-07-16", "2026-05-11"], ["/tags/tiktok/", 105, 81, 2, 8, 31, 225, "2025-07-16", "2026-05-12"], ["/tags/menschenbild/", 105, 93, 3, 15, 47, 243, "2025-08-14", "2026-05-11"], ["/tags/ästhetische-bildung/", 105, 91, 4, 12, 44, 538, "2025-09-22", "2026-05-12"], ["/tags/open-educational-practices-oep/seite/3/", 104, 95, 1, 7, 33, 150, "2025-07-14", "2026-05-12"], ["/tags/video/", 103, 90, 3, 8, 33, 219, "2025-07-14", "2026-05-10"], ["/tags/inklusion/", 103, 85, 4, 11, 39, 209, "2025-07-15", "2026-05-11"], ["/tags/personal-learning-environments/", 102, 90, 3, 8, 45, 154, "2025-10-17", "2026-05-12"], ["/tags/social-media/", 101, 86, 4, 14, 34, 225, "2025-07-14", "2026-05-12"], ["/rueckblick-auftaktkonferenz-oer-im-blick/", 101, 84, 4, 16, 41, 286, "2025-07-14", "2026-05-13"], ["/interview-relilab/", 101, 84, 9, 41, 73, 150, "2026-01-26", "2026-05-13"], ["/tags/versionsverwaltung/", 100, 84, 0, 1, 25, 195, "2025-07-14", "2026-05-10"], ["/tags/partizipation/", 99, 86, 4, 13, 37, 216, "2025-07-14", "2026-05-12"], ["/tags/instagram/", 99, 82, 0, 7, 36, 272, "2025-07-31", "2026-05-13"], ["/tags/hochschuldidaktik/seite/2/", 99, 92, 2, 14, 42, 127, "2025-09-25", "2026-05-12"], ["/junia/", 99, 71, 40, 99, 99, 20, "2026-04-30", "2026-05-12"], ["/en/conference/", 98, 90, 4, 27, 70, 211, "2026-01-21", "2026-05-12"], ["/tags/git/", 97, 83, 6, 10, 31, 215, "2025-07-18", "2026-05-12"], ["/tags/informelles-lernen/", 95, 80, 3, 7, 40, 178, "2025-10-17", "2026-05-12"], ["/tags/religionspädagogik/seite/2/", 94, 88, 5, 8, 38, 198, "2025-07-14", "2026-05-12"], ["/tags/theologie/seite/3/", 94, 90, 3, 18, 45, 87, "2025-10-13", "2026-05-12"], ["/tags/open-source/", 93, 73, 2, 5, 21, 215, "2025-07-14", "2026-05-12"], ["/tags/vernetzung/seite/3/", 93, 87, 1, 3, 27, 145, "2025-07-14", "2026-05-09"], ["/tags/künstliche-intelligenz/", 93, 86, 3, 13, 39, 615, "2025-08-14", "2026-05-12"], ["/tags/open-educational-practices-oep/seite/5/", 93, 89, 2, 13, 43, 67, "2025-10-16", "2026-05-12"], ["/tags/oer-community/", 92, 77, 6, 12, 34, 248, "2025-07-24", "2026-05-12"], ["/tags/open-educational-practices-oep/seite/4/", 92, 84, 0, 2, 26, 122, "2025-07-25", "2026-05-11"], ["/tags/interoperabilität/", 91, 77, 3, 10, 29, 249, "2025-07-14", "2026-05-12"], ["/tags/oerinfo/", 91, 74, 3, 6, 30, 214, "2025-07-16", "2026-05-11"], ["/oer-brownbag-monatlicher-call-der-projekte-unter-der-oer-strategie-oe_com/", 90, 82, 17, 29, 44, 231, "2025-07-14", "2026-05-13"], ["/raus-aus-den-bubbles/", 89, 82, 12, 14, 31, 242, "2025-07-14", "2026-05-13"], ["/tags/open-educational-resources-oer/seite/5/", 88, 81, 3, 11, 28, 136, "2025-07-14", "2026-05-11"], ["/tags/öffentlichkeitsarbeit/", 87, 78, 2, 5, 30, 232, "2025-07-14", "2026-05-12"], ["/tags/open-educational-resources-oer/seite/8/", 87, 83, 1, 13, 36, 114, "2025-07-20", "2026-05-09"], ["/tags/open-educational-resources-oer/seite/7/", 86, 81, 3, 11, 37, 118, "2025-07-17", "2026-05-12"], ["/tags/open-educational-resources-oer/seite/9/", 86, 82, 2, 12, 35, 96, "2025-09-18", "2026-05-12"], ["/tags/evangelisches-labor/", 85, 73, 5, 8, 25, 214, "2025-07-14", "2026-05-11"], ["/tags/lizenzen/seite/2/", 85, 76, 0, 1, 13, 156, "2025-07-14", "2026-05-12"], ["/blog/seite/8/", 85, 73, 1, 5, 23, 114, "2025-07-28", "2026-05-12"], ["/geschoepflichkeit-als-massstab-ki/", 83, 51, 23, 83, 83, 112, "2026-04-29", "2026-05-13"], ["/tags/publishing-cockpit/", 82, 65, 3, 8, 24, 213, "2025-07-14", "2026-05-11"], ["/tags/vernetzung/seite/4/", 82, 77, 3, 8, 31, 125, "2025-07-16", "2026-05-12"], ["/tags/event/seite/2/", 82, 77, 0, 1, 18, 167, "2025-07-18", "2026-05-11"], ["/tags/open-educational-resources-oer/seite/10/", 82, 77, 1, 11, 42, 45, "2025-11-12", "2026-05-09"], ["/interview-reliGlobal/", 82, 77, 17, 39, 82, 146, "2026-02-18", "2026-05-13"], ["/tags/haltung/", 79, 73, 4, 17, 45, 162, "2025-12-14", "2026-05-12"], ["/tags/tagung/", 77, 70, 3, 18, 48, 104, "2025-12-11", "2026-05-13"], ["/tags/open-educational-practices-oep/seite/6/", 77, 73, 1, 15, 47, 41, "2025-12-22", "2026-05-11"], ["/blog/seite/9/", 76, 71, 3, 7, 24, 115, "2025-07-22", "2026-05-10"], ["/tags/religionspädagogik/seite/4/", 73, 72, 3, 14, 35, 50, "2025-11-13", "2026-05-12"], ["/oer-im-blick-2026/", 72, 52, 72, 72, 72, 328, "2026-05-06", "2026-05-12"], ["/tags/religionspädagogik/seite/3/", 71, 70, 0, 1, 21, 131, "2025-08-08", "2026-05-11"], ["/tags/community/seite/4/", 71, 67, 0, 2, 22, 95, "2025-09-06", "2026-05-09"], ["/tags/open-educational-resources-oer/seite/6/", 70, 65, 0, 1, 16, 134, "2025-07-16", "2026-05-10"], ["/tags/qualitätskriterien/seite/2/", 70, 63, 1, 1, 18, 399, "2025-10-18", "2026-05-12"], ["/tags/vernetzung/seite/5/", 70, 66, 0, 4, 33, 87, "2025-10-24", "2026-05-10"], ["/imaginationen-offenheit-bildung/", 65, 51, 5, 25, 65, 341, "2026-03-31", "2026-05-12"], ["/oer-und-oep/lernmodul/OER-Einfuehrung.odp", 60, 45, 2, 4, 26, 105, "2026-01-13", "2026-05-13"], ["/qualitaet/Handreichung_Qualitätskriterien_Word.docx", 60, 59, 14, 17, 38, 85, "2025-12-23", "2026-05-12"], ["/blog/seite/10/", 59, 54, 1, 2, 16, 113, "2025-08-01", "2026-05-12"], ["/tags/rechtsfragen/seite/2/", 58, 47, 0, 1, 4, 182, "2025-07-14", "2026-05-11"], ["/blog/seite/11/", 54, 49, 2, 8, 23, 117, "2025-09-09", "2026-05-12"], ["/blog/seite/12/", 50, 45, 2, 5, 25, 91, "2025-10-16", "2026-05-09"], ["/tags/pluralität/", 50, 49, 2, 7, 39, 266, "2026-01-27", "2026-05-12"], ["/tags/kirchliche-mitsprache/", 48, 47, 2, 13, 38, 110, "2026-01-27", "2026-05-11"], ["/tags/religionsunterricht/", 47, 45, 2, 8, 38, 108, "2026-01-27", "2026-05-12"], ["/tags/offenheit/seite/2/", 44, 37, 0, 2, 7, 124, "2025-10-01", "2026-05-12"], ["/tags/schulbücher/", 42, 40, 2, 5, 30, 259, "2026-01-27", "2026-05-12"], ["/blog/seite/13/", 40, 35, 2, 4, 22, 40, "2025-11-26", "2026-05-10"], ["/tags/religionsgemeinschaften/", 40, 38, 3, 7, 30, 108, "2026-01-27", "2026-05-12"], ["/tags/inklusives-lernen/", 40, 39, 4, 12, 40, 84, "2026-03-01", "2026-05-12"], ["/tags/bildungsziele/", 39, 38, 4, 10, 39, 85, "2026-03-01", "2026-05-12"], ["/tags/oer-communities/", 36, 34, 2, 6, 30, 106, "2026-02-05", "2026-05-12"], ["/index.html", 35, 10, 0, 3, 25, 205, "2025-07-15", "2026-04-14"], ["/oer-erstellen/", 33, 22, 33, 33, 33, 225, "2026-05-07", "2026-05-13"], ["/tags/oep/seite/3/", 28, 19, 0, 1, 4, 18, "2025-07-14", "2026-04-24"], ["/tags/twillo/", 28, 20, 1, 2, 6, 65, "2025-07-16", "2026-05-10"], ["/tags/dezentrale-bildung/", 24, 15, 1, 2, 5, 89, "2025-07-14", "2026-05-10"], ["/tags/konferenz/", 23, 15, 1, 2, 8, 98, "2025-07-14", "2026-05-09"], ["/tags/deutsche-bibelgesellschaft/", 23, 15, 1, 2, 7, 66, "2025-07-14", "2026-05-12"], ["/oer-und-oep/lernmodul/Arbeitsblatt.odt", 22, 21, 2, 4, 19, 127, "2026-01-13", "2026-05-13"], ["/tags/networking/", 22, 14, 1, 2, 6, 107, "2025-07-14", "2026-05-07"], ["/tags/community-building/", 22, 14, 1, 2, 7, 105, "2025-07-14", "2026-05-07"], ["/tags/kollaboartion/", 22, 14, 1, 2, 7, 71, "2025-07-21", "2026-05-08"], ["/tags/plattformen/", 21, 12, 0, 1, 6, 124, "2025-07-14", "2026-05-01"], ["/tags/ux-design/", 21, 12, 0, 1, 5, 68, "2025-07-14", "2026-04-30"], ["/tags/open-educational-recourses/", 21, 12, 1, 2, 6, 92, "2025-07-14", "2026-05-09"], ["/tags/cc-lizenzen/", 21, 13, 1, 2, 5, 90, "2025-07-18", "2026-05-10"], ["/tags/bmbf/", 21, 13, 1, 2, 6, 85, "2025-07-18", "2026-05-12"], ["/tags/qualitätssicherung/", 21, 16, 1, 3, 5, 73, "2025-07-18", "2026-05-12"], ["/tags/bildlizenzen/", 21, 13, 1, 2, 6, 71, "2025-07-18", "2026-05-09"], ["/tags/austausch/seite/2/", 20, 11, 0, 1, 4, 60, "2025-07-14", "2026-04-24"], ["/tags/austausch/", 20, 12, 1, 2, 6, 104, "2025-07-14", "2026-05-07"], ["/tags/videos/", 20, 12, 0, 1, 5, 62, "2025-07-14", "2026-05-10"], ["/tags/gwr/", 20, 12, 0, 1, 5, 92, "2025-07-16", "2026-05-10"], ["/tags/fachtag/", 20, 12, 1, 2, 5, 55, "2025-07-16", "2026-05-07"], ["/Autorisierte-Schulbuecher-oder-offene-OER/", 20, 5, 0, 0, 1, 49, "2026-01-26", "2026-04-18"], ["/tags/sdg/", 19, 11, 0, 1, 4, 68, "2025-07-14", "2026-05-09"], ["/tags/antisemitismus/", 19, 11, 1, 2, 5, 88, "2025-07-14", "2026-05-12"], ["/tags/open-educational-practices/", 19, 11, 1, 2, 5, 70, "2025-07-14", "2026-05-11"], ["/tags/katholisches-bibelwerk/", 19, 11, 1, 2, 5, 65, "2025-07-14", "2026-05-07"], ["/tags/open-education/", 19, 11, 1, 2, 5, 73, "2025-07-14", "2026-05-11"], ["/tags/netzwerkbildung/", 19, 11, 1, 2, 5, 64, "2025-07-14", "2026-05-09"], ["/tags/religion-und-medien/", 19, 10, 0, 1, 4, 77, "2025-07-15", "2026-05-07"], ["/tags/communityaufbau/", 19, 11, 1, 2, 5, 66, "2025-07-18", "2026-05-09"], ["/tags/netzwerke/", 19, 11, 1, 2, 5, 63, "2025-07-21", "2026-05-09"], ["/tags/oer/seite/3/", 19, 14, 0, 2, 6, 14, "2025-08-06", "2026-04-24"], ["/tags/professionalisierung/", 18, 11, 1, 2, 5, 70, "2025-07-14", "2026-05-10"], ["/tags/netzwerk/", 18, 10, 0, 1, 4, 58, "2025-07-19", "2026-05-09"], ["/tags/wissenschaft/", 17, 9, 0, 1, 4, 85, "2025-07-14", "2026-05-10"], ["/tags/öffnetlichkeitsarbeit/", 17, 12, 0, 3, 5, 70, "2025-07-14", "2026-05-12"], ["/de/", 16, 14, 2, 4, 12, 0, "2026-01-27", "2026-05-13"], ["/posts/2026-01-27-pilgern-im-ru/", 16, 16, 4, 6, 15, 105, "2026-01-30", "2026-05-12"], ["/posts/2026-04-24-kinderuni/", 16, 2, 0, 16, 16, 0, "2026-04-30", "2026-04-30"], ["/koennen-oep-partizipatives-lernen-und-demokratiebildung-foerdern/", 14, 6, 14, 14, 14, 11, "2026-05-07", "2026-05-12"], ["/tags/sustainable-developtment-goals/", 13, 9, 0, 1, 4, 62, "2025-07-14", "2026-05-10"], ["/tags/open/", 12, 8, 1, 2, 5, 78, "2025-07-15", "2026-05-09"], ["/tags/third-mission/", 12, 8, 0, 1, 6, 101, "2025-07-16", "2026-05-06"], ["/tags/oep/seite/2/", 12, 8, 0, 1, 4, 25, "2025-07-16", "2026-04-27"], ["/tags/openness/", 12, 8, 1, 2, 6, 67, "2025-07-16", "2026-05-08"], ["/tags/oer/seite/2/", 12, 8, 0, 1, 4, 45, "2025-07-17", "2026-04-27"], ["/tags/networking/seite/2/", 12, 9, 0, 1, 5, 52, "2025-07-17", "2026-04-29"], ["/tags/bildrechte/", 12, 9, 1, 2, 5, 66, "2025-07-18", "2026-05-11"], ["/seite/2/", 12, 12, 11, 12, 12, 19, "2025-10-31", "2026-05-13"], ["/tags/oer/seite/4/", 11, 7, 0, 2, 6, 17, "2025-07-14", "2026-04-24"], ["https:/oer.community/", 10, 10, 0, 0, 8, 0, "2026-02-10", "2026-03-02"], ["/tags/oer/seite/5/", 9, 6, 0, 3, 7, 12, "2025-07-19", "2026-04-28"], ["https:/oer.community/unser-team/", 8, 8, 0, 0, 7, 0, "2026-02-10", "2026-03-02"], ["https:/oer.community/blog/", 8, 8, 0, 0, 8, 0, "2026-02-12", "2026-03-02"], ["/tags/oer/seite/6/", 7, 6, 0, 4, 6, 14, "2025-07-14", "2026-04-28"], ["/oer-und-oep/..", 7, 6, 0, 0, 0, 3, "2026-01-14", "2026-01-18"], ["https:/oer.community/datenschutz/", 7, 7, 0, 0, 7, 0, "2026-02-12", "2026-03-02"], ["/en/tags/", 6, 6, 1, 1, 6, 77, "2026-01-26", "2026-05-11"], ["https:/oer.community/impressum/", 6, 6, 0, 0, 6, 0, "2026-02-12", "2026-02-28"], ["https:/oer.community/oer-zum-thema-antisemitismus-gemeinsam-bildungsmaterialien-gestalten/", 6, 6, 0, 0, 6, 0, "2026-02-13", "2026-03-02"], ["/pages/", 5, 5, 0, 0, 1, 41, "2025-07-28", "2026-05-07"], ["https:/oer.community/oer-und-oep/", 5, 5, 0, 0, 5, 0, "2026-02-13", "2026-03-01"], ["https:/oer.community/raus-aus-den-bubbles/", 5, 5, 0, 0, 5, 0, "2026-02-22", "2026-03-01"], ["/offenheit-ist-kein-gegensatz-zu-qualität/", 5, 5, 5, 5, 5, 25, "2026-05-05", "2026-05-12"], ["/tags/oer/seite/7/", 4, 4, 0, 3, 3, 15, "2025-07-16", "2026-04-28"], ["/tags/workflow/", 4, 3, 0, 0, 0, 62, "2025-07-19", "2026-05-07"], ["https:/oer.community/oerinfo-fachtag-am-7-10-2024-in-frankfurt-how-to-build-a-community/", 4, 4, 0, 0, 2, 0, "2026-02-11", "2026-02-28"], ["https:/oer.community/oer-rechtsfragen/", 4, 4, 0, 0, 4, 0, "2026-02-12", "2026-03-01"], ["https:/oer.community/oer-erklaert-an-der-rhabarberbar/", 4, 4, 0, 0, 4, 0, "2026-02-14", "2026-02-26"], ["https:/oer.community/sind-youtube-videos-oer-faehig/", 3, 3, 0, 0, 2, 0, "2026-02-09", "2026-02-26"], ["https:/oer.community/recap-oercamp-im-maerz-2024-in-hamburg/", 3, 3, 0, 0, 2, 0, "2026-02-11", "2026-02-25"], ["https:/oer.community/welche-impulse-setzt-oer-fuer-die-religionsdidaktik-ein-einblick-in-die-akrk-tagung-in-leitershofen-von-19-21-9-2024/", 3, 3, 0, 0, 3, 0, "2026-02-12", "2026-02-27"], ["https:/oer.community/oer-remix/", 3, 3, 0, 0, 3, 0, "2026-02-13", "2026-02-15"], ["https:/oer.community/theologie-auf-tiktok-religioese-kommunikation-im-digitalen-raum/", 3, 3, 0, 0, 3, 0, "2026-02-13", "2026-02-22"], ["https:/oer.community/oer-fachtag-2024-von-orca-nrw/", 3, 3, 0, 0, 3, 0, "2026-02-14", "2026-03-01"], ["https:/oer.community/austausch-mit-digill_com-zum-thema-community-building/", 3, 3, 0, 0, 3, 0, "2026-02-14", "2026-03-01"], ["https:/oer.community/arbeiten-mit-git-foerbico-meets-ekhn-medienhaus/", 3, 3, 0, 0, 3, 0, "2026-02-18", "2026-03-01"], ["https:/oer.community/einblicke-zum-oer-it-sommercamp-its-jointly-2024/", 3, 3, 0, 0, 3, 0, "2026-02-24", "2026-02-27"], ["/tags/demokratiebildung/", 3, 2, 3, 3, 3, 7, "2026-05-07", "2026-05-12"], ["/posts/2025-07-03-örf-deeper-learning/", 2, 2, 0, 1, 1, 54, "2025-07-16", "2026-05-01"], ["/posts/2025-07-19-oer-beratung/", 2, 2, 0, 0, 1, 33, "2025-07-24", "2026-05-07"], ["https:/oer.community/sichtbarkeit-und-netzwerk-durch-oer-staerken-foerbico-auf-der-gwr-tagung-in-wuerzburg-zum-thema-oeffentlichkeitsarbeit/", 2, 2, 0, 0, 1, 0, "2026-02-11", "2026-03-02"], ["https:/oer.community/canva/", 2, 2, 0, 0, 2, 0, "2026-02-12", "2026-02-14"], ["https:/oer.community/oep-als-wissenstransfer/", 2, 2, 0, 0, 2, 0, "2026-02-13", "2026-03-01"], ["https:/oer.community/tags/antisemitismuskritik/", 2, 2, 0, 0, 2, 0, "2026-02-13", "2026-02-16"], ["https:/oer.community/tags/hochschuldidaktik/", 2, 2, 0, 0, 2, 0, "2026-02-14", "2026-03-02"], ["https:/oer.community/libori-social/", 2, 2, 0, 0, 2, 0, "2026-02-14", "2026-02-22"], ["https:/oer.community/tags/qualitätskriterien/", 2, 2, 0, 0, 2, 0, "2026-02-15", "2026-02-15"], ["https:/oer.community/tags/religionspädagogik/", 2, 2, 0, 0, 2, 0, "2026-02-15", "2026-02-23"], ["https:/oer.community/sdg-logos-und-oer-wie-darf-ich-sie-verwenden/", 2, 2, 0, 0, 2, 0, "2026-02-16", "2026-02-25"], ["https:/oer.community/tags/oersi/", 2, 2, 0, 0, 2, 0, "2026-02-17", "2026-02-26"], ["https:/oer.community/tags/youtube/", 2, 2, 0, 0, 2, 0, "2026-02-19", "2026-02-24"], ["https:/oer.community/evangelisches-labor/", 2, 2, 0, 0, 2, 0, "2026-02-19", "2026-03-11"], ["https:/oer.community/tags/social-media/", 2, 2, 0, 0, 2, 0, "2026-02-19", "2026-02-28"], ["https:/oer.community/tags/oer/", 2, 2, 0, 0, 2, 0, "2026-02-19", "2026-02-20"], ["https:/oer.community/tags/openness/", 2, 2, 0, 0, 2, 0, "2026-02-20", "2026-02-21"], ["https:/oer.community/blog/seite/2/", 2, 2, 0, 0, 2, 0, "2026-02-21", "2026-02-27"], ["https:/oer.community/so-arbeiten-wir/", 2, 2, 0, 0, 2, 0, "2026-02-21", "2026-02-21"], ["https:/oer.community/rueckblick-auftaktkonferenz-oer-im-blick/", 2, 2, 0, 0, 2, 0, "2026-02-21", "2026-02-27"], ["https:/oer.community/tags/bild/", 2, 2, 0, 0, 2, 0, "2026-02-21", "2026-02-21"], ["https:/oer.community/tags/lizenzen/", 2, 2, 0, 0, 2, 0, "2026-02-22", "2026-02-24"], ["https:/oer.community/tags/hochschulen/", 2, 2, 0, 0, 2, 0, "2026-02-22", "2026-02-26"], ["https:/oer.community/tags/theologie/", 2, 2, 0, 0, 2, 0, "2026-02-23", "2026-02-27"], ["https:/oer.community/tags/open-educational-recourses/", 2, 2, 0, 0, 2, 0, "2026-02-24", "2026-02-25"], ["https:/oer.community/oer-brownbag-monatlicher-call-der-projekte-unter-der-oer-strategie-oe_com/", 2, 2, 0, 0, 2, 0, "2026-02-28", "2026-03-02"], ["/posts/oer-beratung-m@ps/", 1, 1, 0, 0, 0, 24, "2025-07-21", "2026-04-23"], ["/gantt/", 1, 1, 0, 0, 0, 0, "2025-07-25", "2025-07-25"], ["/oer-selbstlernmodul/", 1, 1, 0, 0, 0, 0, "2026-01-13", "2026-01-13"], ["/oer-und-oep/lernmodul/lm-index.html", 1, 1, 0, 0, 0, 0, "2026-01-13", "2026-01-13"], ["https:/oer.community/tags/professionalisierung/", 1, 1, 0, 0, 0, 0, "2026-02-09", "2026-02-09"], ["https:/oer.community/tags/rechtsfragen/seite/2/", 1, 1, 0, 0, 0, 0, "2026-02-09", "2026-02-09"], ["https:/oer.community/tags/öffnetlichkeitsarbeit/", 1, 1, 0, 0, 0, 0, "2026-02-09", "2026-02-09"], ["https:/oer.community/tags/netzwerkbildung/", 1, 1, 0, 0, 0, 0, "2026-02-10", "2026-02-10"], ["https:/oer.community/hello-world/", 1, 1, 0, 0, 0, 0, "2026-02-10", "2026-02-10"], ["https:/oer.community/tags/markdown/", 1, 1, 0, 0, 0, 0, "2026-02-10", "2026-02-10"], ["https:/oer.community/tags/vernetzung/seite/2/", 1, 1, 0, 0, 0, 0, "2026-02-10", "2026-02-10"], ["https:/oer.community/tags/inklusion/", 1, 1, 0, 0, 0, 0, "2026-02-11", "2026-02-11"], ["https:/oer.community/ist-die-bibel-eigentlich-open/", 1, 1, 0, 0, 0, 0, "2026-02-11", "2026-02-11"], ["https:/oer.community/recap-konzeptionstage/", 1, 1, 0, 0, 0, 0, "2026-02-11", "2026-02-11"], ["https:/oer.community/oer-im-blick-2025/", 1, 1, 0, 0, 0, 0, "2026-02-11", "2026-02-11"], ["https:/oer.community/tags/religionspädagogik/seite/2/", 1, 1, 0, 0, 0, 0, "2026-02-11", "2026-02-11"], ["https:/oer.community/tags/cc-lizenzen/", 1, 1, 0, 0, 1, 0, "2026-02-12", "2026-02-12"], ["https:/oer.community/tags/sommercamp/", 1, 1, 0, 0, 1, 0, "2026-02-12", "2026-02-12"], ["https:/oer.community/tags/versionsverwaltung/", 1, 1, 0, 0, 1, 0, "2026-02-12", "2026-02-12"], ["https:/oer.community/tags/oer/seite/2/", 1, 1, 0, 0, 1, 0, "2026-02-13", "2026-02-13"], ["https:/oer.community/tags/open-educational-resources-oer/", 1, 1, 0, 0, 1, 0, "2026-02-13", "2026-02-13"], ["https:/oer.community/oercamp-und-oer-festival-2024-in-essen/", 1, 1, 0, 0, 1, 0, "2026-02-13", "2026-02-13"], ["https:/oer.community/tags/videos/", 1, 1, 0, 0, 1, 0, "2026-02-13", "2026-02-13"], ["https:/oer.community/tags/dezentrale-bildung/", 1, 1, 0, 0, 1, 0, "2026-02-14", "2026-02-14"], ["https:/oer.community/tags/interoperabilität/", 1, 1, 0, 0, 1, 0, "2026-02-14", "2026-02-14"], ["https:/oer.community/tags/open-source/", 1, 1, 0, 0, 1, 0, "2026-02-14", "2026-02-14"], ["https:/oer.community/tags/vernetzung/", 1, 1, 0, 0, 1, 0, "2026-02-14", "2026-02-14"], ["https:/oer.community/tags/antisemitismus/", 1, 1, 0, 0, 1, 0, "2026-02-14", "2026-02-14"], ["https:/oer.community/tags/didaktik/", 1, 1, 0, 0, 1, 0, "2026-02-14", "2026-02-14"], ["https:/oer.community/tags/oep/seite/2/", 1, 1, 0, 0, 1, 0, "2026-02-15", "2026-02-15"], ["https:/oer.community/tags/kollaboration/", 1, 1, 0, 0, 1, 0, "2026-02-15", "2026-02-15"], ["https:/oer.community/tags/wissenschaft/", 1, 1, 0, 0, 1, 0, "2026-02-15", "2026-02-15"], ["https:/oer.community/tags/communityaufbau/", 1, 1, 0, 0, 1, 0, "2026-02-15", "2026-02-15"], ["https:/oer.community/tags/networking/", 1, 1, 0, 0, 1, 0, "2026-02-16", "2026-02-16"], ["https:/oer.community/lizenz-irrtum-oer/", 1, 1, 0, 0, 1, 0, "2026-02-16", "2026-02-16"], ["https:/oer.community/tags/video/", 1, 1, 0, 0, 1, 0, "2026-02-16", "2026-02-16"], ["https:/oer.community/tags/sdg/", 1, 1, 0, 0, 1, 0, "2026-02-17", "2026-02-17"], ["https:/oer.community/tags/community/", 1, 1, 0, 0, 1, 0, "2026-02-18", "2026-02-18"], ["https:/oer.community/hackathoern/", 1, 1, 0, 0, 1, 0, "2026-02-18", "2026-02-18"], ["https:/oer.community/tags/netzwerk/", 1, 1, 0, 0, 1, 0, "2026-02-19", "2026-02-19"], ["https:/oer.community/tags/oe_com/", 1, 1, 0, 0, 1, 0, "2026-02-19", "2026-02-19"], ["https:/oer.community/oer-fortbildungsreihe-2/", 1, 1, 0, 0, 1, 0, "2026-02-19", "2026-02-19"], ["https:/oer.community/tags/networking/seite/2/", 1, 1, 0, 0, 1, 0, "2026-02-19", "2026-02-19"], ["https:/oer.community/tags/austausch/seite/2/", 1, 1, 0, 0, 1, 0, "2026-02-20", "2026-02-20"], ["https:/oer.community/tags/creative-commons/", 1, 1, 0, 0, 1, 0, "2026-02-20", "2026-02-20"], ["https:/oer.community/tags/sustainable-developtment-goals/", 1, 1, 0, 0, 1, 0, "2026-02-20", "2026-02-20"], ["https:/oer.community/tags/open-access/", 1, 1, 0, 0, 1, 0, "2026-02-21", "2026-02-21"], ["https:/oer.community/tags/oercamp/", 1, 1, 0, 0, 1, 0, "2026-02-21", "2026-02-21"], ["https:/oer.community/oer-meets-fachdidaktik/", 1, 1, 0, 0, 1, 0, "2026-02-21", "2026-02-21"], ["https:/oer.community/tags/theologie/seite/2/", 1, 1, 0, 0, 1, 0, "2026-02-21", "2026-02-21"], ["https:/oer.community/tags/interoperabel/", 1, 1, 0, 0, 1, 0, "2026-02-21", "2026-02-21"], ["https:/oer.community/konzeptionstag/", 1, 1, 0, 0, 1, 0, "2026-02-21", "2026-02-21"], ["https:/oer.community/tags/event/", 1, 1, 0, 0, 1, 0, "2026-02-21", "2026-02-21"], ["https:/oer.community/oer-werkstatt-digill-com-projekt/", 1, 1, 0, 0, 1, 0, "2026-02-22", "2026-02-22"], ["https:/oer.community/dezentrale-oer-infrastrukturen/", 1, 1, 0, 0, 1, 0, "2026-02-22", "2026-02-22"], ["https:/oer.community/tags/tools/", 1, 1, 0, 0, 1, 0, "2026-02-22", "2026-02-22"], ["https:/oer.community/tags/storytelling/", 1, 1, 0, 0, 1, 0, "2026-02-23", "2026-02-23"], ["https:/oer.community/tags/qualitätssicherung/", 1, 1, 0, 0, 1, 0, "2026-02-23", "2026-02-23"], ["https:/oer.community/tags/konferenz/", 1, 1, 0, 0, 1, 0, "2026-02-23", "2026-02-23"], ["https:/oer.community/tags/gamification/", 1, 1, 0, 0, 1, 0, "2026-02-23", "2026-02-23"], ["https:/oer.community/tags/offenheit/", 1, 1, 0, 0, 1, 0, "2026-02-24", "2026-02-24"], ["https:/oer.community/tags/austausch/", 1, 1, 0, 0, 1, 0, "2026-02-24", "2026-02-24"], ["https:/oer.community/tags/oer-strategie/", 1, 1, 0, 0, 1, 0, "2026-02-24", "2026-02-24"], ["https:/oer.community/tags/öffentlichkeitsarbeit/", 1, 1, 0, 0, 1, 0, "2026-02-24", "2026-02-24"], ["https:/oer.community/tags/git/", 1, 1, 0, 0, 1, 0, "2026-02-24", "2026-02-24"], ["https:/oer.community/tags/open-educational-practices/", 1, 1, 0, 0, 1, 0, "2026-02-24", "2026-02-24"], ["https:/oer.community/tags/canva/", 1, 1, 0, 0, 1, 0, "2026-02-25", "2026-02-25"], ["https:/oer.community/tags/gwr/", 1, 1, 0, 0, 1, 0, "2026-02-25", "2026-02-25"], ["https:/oer.community/tags/foerbico-in-kontakt/seite/2/", 1, 1, 0, 0, 1, 0, "2026-02-26", "2026-02-26"], ["https:/oer.community/tags/foerbico-in-kontakt/", 1, 1, 0, 0, 1, 0, "2026-02-26", "2026-02-26"], ["https:/oer.community/gemeinsam-gegen-antisemitismus/", 1, 1, 0, 0, 1, 0, "2026-02-26", "2026-02-26"], ["https:/oer.community/tags/kollaboartion/", 1, 1, 0, 0, 1, 0, "2026-02-26", "2026-02-26"], ["https:/oer.community/third-mission/", 1, 1, 0, 0, 1, 0, "2026-02-26", "2026-02-26"], ["https:/oer.community/tags/oep/", 1, 1, 0, 0, 1, 0, "2026-02-27", "2026-02-27"], ["https:/oer.community/tags/community-building/", 1, 1, 0, 0, 1, 0, "2026-02-27", "2026-02-27"], ["https:/oer.community/tags/vernetzung/seite/4/", 1, 1, 0, 0, 1, 0, "2026-02-27", "2026-02-27"], ["https:/oer.community/markdown-einfuehrung-klimaoer/", 1, 1, 0, 0, 1, 0, "2026-02-27", "2026-02-27"], ["https:/oer.community/tags/moodle/", 1, 1, 0, 0, 1, 0, "2026-02-27", "2026-02-27"], ["https:/oer.community/tags/oerinfo/", 1, 1, 0, 0, 1, 0, "2026-02-27", "2026-02-27"], ["https:/oer.community/tags/tiktok/", 1, 1, 0, 0, 1, 0, "2026-02-27", "2026-02-27"], ["https:/oer.community/tags/workshop/", 1, 1, 0, 0, 1, 0, "2026-02-28", "2026-02-28"], ["https:/oer.community/tags/infrastruktur/", 1, 1, 0, 0, 1, 0, "2026-02-28", "2026-02-28"], ["https:/oer.community/tags/sustainable-developtment-goals-sdg/", 1, 1, 0, 0, 1, 0, "2026-03-01", "2026-03-01"], ["https:/oer.community/tags/dezentral/", 1, 1, 0, 0, 1, 0, "2026-03-01", "2026-03-01"], ["https:/oer.community/tags/fachtag/", 1, 1, 0, 0, 1, 0, "2026-03-01", "2026-03-01"], ["https:/oer.community/oer-fortbildungsreihe-3/", 1, 1, 0, 0, 1, 0, "2026-03-01", "2026-03-01"], ["https:/oer.community/tags/foerbico/", 1, 1, 0, 0, 1, 0, "2026-03-01", "2026-03-01"], ["https:/oer.community/oer-zeitschriften-religionspaedagogik/", 1, 1, 0, 0, 1, 0, "2026-03-01", "2026-03-01"], ["https:/oer.community/tags/rechtsfragen/", 1, 1, 0, 0, 1, 0, "2026-03-02", "2026-03-02"], ["https:/oer.community/tags/bildlizenzen/", 1, 1, 0, 0, 1, 0, "2026-03-02", "2026-03-02"], ["https:/oer.community/tags/edufeed/", 1, 1, 0, 0, 1, 0, "2026-03-02", "2026-03-02"], ["https:/oer.community/tags/bildrechte/", 1, 1, 0, 0, 1, 0, "2026-03-02", "2026-03-02"], ["https:/oer.community/dezentrale-oep-oer/", 1, 1, 0, 0, 1, 0, "2026-03-02", "2026-03-02"], ["https:/oer.community/tags/wissenschaftskommunikation/", 1, 1, 0, 0, 1, 0, "2026-03-02", "2026-03-02"], ["https:/oer.community/tags/vernetzung/seite/3/", 1, 1, 0, 0, 1, 0, "2026-03-03", "2026-03-03"], ["/ist-die-bibel-eigentlich-open/.", 0, 0, 0, 0, 0, 1, "2025-08-07", "2025-08-07"], ["/sind-youtube-videos-oer-faehig/.", 0, 0, 0, 0, 0, 1, "2025-08-07", "2025-08-07"], ["/categories/", 0, 0, 0, 0, 0, 4, "2025-11-11", "2026-04-15"], ["/oer-visuelle-qualit\\xc3\\xa4t/", 0, 0, 0, 0, 0, 1, "2026-01-10", "2026-01-10"], ["/qualitaet/Handreichung_Qualit\\xc3\\xa4tskriterien_Word.docx", 0, 0, 0, 0, 0, 2, "2026-02-15", "2026-02-15"], ["/interview-daniel-otto/.", 0, 0, 0, 0, 0, 1, "2026-04-11", "2026-04-11"]];
|
||
const SITE = "https://oer.community";
|
||
const PAGE_SIZE = 50;
|
||
|
||
let state = { filtered: [...ROWS], sortCol: 1, sortDir: -1, page: 0 };
|
||
|
||
const tb = document.getElementById("tb");
|
||
const info = document.getElementById("info");
|
||
const pageInfo = document.getElementById("page-info");
|
||
const q = document.getElementById("q");
|
||
const prev = document.getElementById("prev");
|
||
const next = document.getElementById("next");
|
||
const ths = document.querySelectorAll("thead th");
|
||
|
||
function escapeHtml(s) {
|
||
return String(s).replace(/[&<>"']/g, c => (
|
||
{ "&": "&", "<": "<", ">": ">", '"': """, "'": "'" })[c]);
|
||
}
|
||
|
||
function render() {
|
||
const start = state.page * PAGE_SIZE;
|
||
const end = Math.min(start + PAGE_SIZE, state.filtered.length);
|
||
const slice = state.filtered.slice(start, end);
|
||
|
||
tb.innerHTML = slice.map(r => {
|
||
const path = escapeHtml(r[0]);
|
||
return `<tr>
|
||
<td class="path"><a href="${SITE}${path}" target="_blank" rel="noopener">${path}</a></td>
|
||
<td class="num">${r[1].toLocaleString("de-DE")}</td>
|
||
<td class="num">${r[2].toLocaleString("de-DE")}</td>
|
||
<td class="num">${r[3].toLocaleString("de-DE")}</td>
|
||
<td class="num">${r[4].toLocaleString("de-DE")}</td>
|
||
<td class="num">${r[5].toLocaleString("de-DE")}</td>
|
||
<td class="num">${r[6].toLocaleString("de-DE")}</td>
|
||
<td>${escapeHtml(r[7])}</td>
|
||
<td>${escapeHtml(r[8])}</td>
|
||
</tr>`;
|
||
}).join("");
|
||
|
||
const total = state.filtered.length;
|
||
info.textContent = total === ROWS.length
|
||
? `${total} URLs`
|
||
: `${total} von ${ROWS.length} URLs (gefiltert)`;
|
||
pageInfo.textContent = total === 0
|
||
? "keine Treffer"
|
||
: `${start + 1}–${end} von ${total}`;
|
||
prev.disabled = state.page === 0;
|
||
next.disabled = end >= total;
|
||
|
||
ths.forEach((th, i) => {
|
||
th.classList.remove("sort-asc", "sort-desc");
|
||
if (i === state.sortCol) {
|
||
th.classList.add(state.sortDir > 0 ? "sort-asc" : "sort-desc");
|
||
}
|
||
});
|
||
}
|
||
|
||
function sortRows() {
|
||
const c = state.sortCol;
|
||
const d = state.sortDir;
|
||
state.filtered.sort((a, b) => {
|
||
const av = a[c], bv = b[c];
|
||
if (typeof av === "number" && typeof bv === "number") return (av - bv) * d;
|
||
return String(av).localeCompare(String(bv), "de") * d;
|
||
});
|
||
}
|
||
|
||
function applyFilter() {
|
||
const term = q.value.toLowerCase().trim();
|
||
state.filtered = term
|
||
? ROWS.filter(r => r[0].toLowerCase().includes(term))
|
||
: [...ROWS];
|
||
sortRows();
|
||
state.page = 0;
|
||
render();
|
||
}
|
||
|
||
ths.forEach(th => {
|
||
th.addEventListener("click", () => {
|
||
const col = parseInt(th.dataset.col, 10);
|
||
if (state.sortCol === col) {
|
||
state.sortDir *= -1;
|
||
} else {
|
||
state.sortCol = col;
|
||
state.sortDir = (col >= 1 && col <= 6) ? -1 : 1;
|
||
}
|
||
sortRows();
|
||
state.page = 0;
|
||
render();
|
||
});
|
||
});
|
||
|
||
q.addEventListener("input", applyFilter);
|
||
prev.addEventListener("click", () => { state.page--; render(); });
|
||
next.addEventListener("click", () => { state.page++; render(); });
|
||
|
||
sortRows();
|
||
render();
|
||
</script>
|
||
</body>
|
||
</html> |