mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-17 20:27:05 +01:00
Add notes
This commit is contained in:
parent
3475d4fd5d
commit
20ace46614
@ -180,4 +180,34 @@ $ wc -l /tmp/users-before.txt
|
||||
- I decided to do the same on CGSpace and it worked without errors
|
||||
- I finished working on the controlled vocabulary for publishers
|
||||
|
||||
## 2024-01-10
|
||||
|
||||
- I spent some time deleting old groups on CGSpace
|
||||
- I looked into the use of the `cg.identifier.ciatproject` field and found there are only a handful of uses, with some even seeming to be a mistake:
|
||||
|
||||
```console
|
||||
localhost/dspace7= ☘ SELECT DISTINCT text_value AS "cg.identifier.ciatproject", count(*) FROM metadatavalue WHERE dspace_object_id in (SELECT dspace_object_id FROM item) AND metadata
|
||||
_field_id = 232 GROUP BY "cg.identifier.ciatproject" ORDER BY count DESC;
|
||||
cg.identifier.ciatproject │ count
|
||||
───────────────────────────┼───────
|
||||
D145 │ 4
|
||||
LAM_LivestockPlus │ 2
|
||||
A215 │ 1
|
||||
A217 │ 1
|
||||
A220 │ 1
|
||||
A223 │ 1
|
||||
A224 │ 1
|
||||
A227 │ 1
|
||||
A229 │ 1
|
||||
A230 │ 1
|
||||
CLIMATE CHANGE MITIGATION │ 1
|
||||
LIVESTOCK │ 1
|
||||
(12 rows)
|
||||
|
||||
Time: 240.041 ms
|
||||
```
|
||||
|
||||
- I think we can move those to a new `cg.identifier.project` if we create one
|
||||
- The `cg.identifier.cpwfproject` field is similarly sparse, but the CCAFS ones are widely used
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -22,7 +22,7 @@ Work on IFPRI ISNAR archive cleanup
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2024-01/" />
|
||||
<meta property="article:published_time" content="2024-01-02T10:08:00+03:00" />
|
||||
<meta property="article:modified_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="article:modified_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
@ -50,9 +50,9 @@ Work on IFPRI ISNAR archive cleanup
|
||||
"@type": "BlogPosting",
|
||||
"headline": "January, 2024",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2024-01/",
|
||||
"wordCount": "1167",
|
||||
"wordCount": "1306",
|
||||
"datePublished": "2024-01-02T10:08:00+03:00",
|
||||
"dateModified": "2024-01-07T22:18:43+03:00",
|
||||
"dateModified": "2024-01-10T08:34:16+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -312,6 +312,34 @@ Work on IFPRI ISNAR archive cleanup
|
||||
<li>I decided to do the same on CGSpace and it worked without errors</li>
|
||||
<li>I finished working on the controlled vocabulary for publishers</li>
|
||||
</ul>
|
||||
<h2 id="2024-01-10">2024-01-10</h2>
|
||||
<ul>
|
||||
<li>I spent some time deleting old groups on CGSpace</li>
|
||||
<li>I looked into the use of the <code>cg.identifier.ciatproject</code> field and found there are only a handful of uses, with some even seeming to be a mistake:</li>
|
||||
</ul>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-console" data-lang="console"><span style="display:flex;"><span>localhost/dspace7= ☘ SELECT DISTINCT text_value AS "cg.identifier.ciatproject", count(*) FROM metadatavalue WHERE dspace_object_id in (SELECT dspace_object_id FROM item) AND metadata
|
||||
</span></span><span style="display:flex;"><span>_field_id = 232 GROUP BY "cg.identifier.ciatproject" ORDER BY count DESC;
|
||||
</span></span><span style="display:flex;"><span> cg.identifier.ciatproject │ count
|
||||
</span></span><span style="display:flex;"><span>───────────────────────────┼───────
|
||||
</span></span><span style="display:flex;"><span> D145 │ 4
|
||||
</span></span><span style="display:flex;"><span> LAM_LivestockPlus │ 2
|
||||
</span></span><span style="display:flex;"><span> A215 │ 1
|
||||
</span></span><span style="display:flex;"><span> A217 │ 1
|
||||
</span></span><span style="display:flex;"><span> A220 │ 1
|
||||
</span></span><span style="display:flex;"><span> A223 │ 1
|
||||
</span></span><span style="display:flex;"><span> A224 │ 1
|
||||
</span></span><span style="display:flex;"><span> A227 │ 1
|
||||
</span></span><span style="display:flex;"><span> A229 │ 1
|
||||
</span></span><span style="display:flex;"><span> A230 │ 1
|
||||
</span></span><span style="display:flex;"><span> CLIMATE CHANGE MITIGATION │ 1
|
||||
</span></span><span style="display:flex;"><span> LIVESTOCK │ 1
|
||||
</span></span><span style="display:flex;"><span>(12 rows)
|
||||
</span></span><span style="display:flex;"><span><span style="color:#960050;background-color:#1e0010">
|
||||
</span></span></span><span style="display:flex;"><span><span style="color:#960050;background-color:#1e0010"></span>Time: 240.041 ms
|
||||
</span></span></code></pre></div><ul>
|
||||
<li>I think we can move those to a new <code>cg.identifier.project</code> if we create one</li>
|
||||
<li>The <code>cg.identifier.cpwfproject</code> field is similarly sparse, but the CCAFS ones are widely used</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="og:updated_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -3,19 +3,19 @@
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||
<lastmod>2024-01-07T22:18:43+03:00</lastmod>
|
||||
<lastmod>2024-01-10T08:34:16+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2024-01-07T22:18:43+03:00</lastmod>
|
||||
<lastmod>2024-01-10T08:34:16+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2024-01/</loc>
|
||||
<lastmod>2024-01-07T22:18:43+03:00</lastmod>
|
||||
<lastmod>2024-01-10T08:34:16+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||
<lastmod>2024-01-07T22:18:43+03:00</lastmod>
|
||||
<lastmod>2024-01-10T08:34:16+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2024-01-07T22:18:43+03:00</lastmod>
|
||||
<lastmod>2024-01-10T08:34:16+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2023-12/</loc>
|
||||
<lastmod>2023-12-29T12:08:57+03:00</lastmod>
|
||||
|
Loading…
Reference in New Issue
Block a user