pages/site/garden/the-indieweb/amplification/index.md

23 lines
1.1 KiB
Markdown
Raw Normal View History

2024-06-14 03:54:30 +00:00
---
public: "true"
slug: "the-indieweb/amplification"
title: "The IndieWeb/Amplification"
2024-06-14 03:54:30 +00:00
prev: false
next: false
---
2024-06-18 07:32:30 +00:00
<script setup>
import { data } from '../../../git.data.ts';
import { useData } from 'vitepress';
const pageData = useData();
</script>
2024-06-29 04:02:52 +00:00
<h1 class="p-name">The IndieWeb/Amplification</h1>
2024-06-18 07:32:30 +00:00
<p>57 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
<hr/>
2024-06-14 03:54:30 +00:00
2024-11-08 12:05:21 +00:00
<details><summary>Referenced by:</summary><a href="/garden/incremental-social/index.md">Incremental Social</a><a href="/garden/kronos/index.md">Kronos</a><a href="/garden/social-media/index.md">Social Media</a></details>
2024-06-14 03:54:30 +00:00
Refers to reblogging (and re-hosting, sometimes) of someone else's content on your own site
[The Internet is a series of webs](https://aramzs.xyz/essays/the-internet-is-a-series-of-webs/) discusses some ideas and best practices for amplification
To ensure the rehosted content actually came from the claimed author and was not tampered with, all content should be signed using [The IndieWeb/Signature Blocks](/garden/the-indieweb/signature-blocks/index.md)