added: web archiving
All checks were successful
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Successful in 3s

This commit is contained in:
Freekkettone 2025-11-15 18:37:21 +01:00
parent b1bfffebde
commit 13e1973886

View file

@ -392,6 +392,11 @@
"type": "url", "type": "url",
"url": "https://bytea.org/" "url": "https://bytea.org/"
}, },
{
"name": "Progetto Winston-Smith",
"type": "url",
"url": "https://pws.winstonsmith.org/people.html"
},
{ {
"name": "Grafton9", "name": "Grafton9",
"type": "url", "type": "url",
@ -569,33 +574,66 @@
] ]
}, },
{ {
"name": "Preservation Of History", "name": "Web Archiving",
"type": "folder", "type": "folder",
"children": [ "children": [
{ {
"name": "Digital preservation", "name": "Web archiving info",
"type": "folder", "type": "folder",
"children": [] "children": [
{
"name": "Archiving = Care",
"type": "url",
"url": "https://zenodo.org/records/3251131"
},
{
"name": "Archiving activism",
"type": "url",
"url": "https://networkcultures.org/blog/publication/archiving-activism-in-the-digital-age/"
},
{
"name": "DIY web archiving",
"type": "url",
"url": "https://zinebakery.com/homemade-zines/bakeshop-2-diywebarchiving"
}
]
}, },
{ {
"name": "Media archaeology", "name": "Archival ISO standards",
"type": "folder", "type": "folder",
"children": [] "children": [
{
"name": "WARC",
"type": "url",
"url": "https://en.wikipedia.org/wiki/WARC_(file_format)"
},
{
"name": "WACZ",
"type": "url",
"url": "https://en.wikipedia.org/wiki/WACZ_(file_format)"
}
]
}, },
{ {
"name": "Local tech history", "name": "Tools",
"type": "folder", "type": "folder",
"children": [] "children": [
}, {
{ "name": "Awesome web archiving",
"name": "Oral histories & interviews", "type": "url",
"type": "folder", "url": "https://github.com/iipc/awesome-web-archiving"
"children": [] },
}, {
{ "name": "Browsertrix",
"name": "Archival formats & standards", "type": "url",
"type": "folder", "url": "https://github.com/webrecorder/browsertrix-crawler"
"children": [] },
{
"name": "ReplayWeb.page",
"type": "url",
"url": "https://webrecorder.net/replaywebpage/"
}
]
} }
] ]
}, },