1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 20:12:11 +00:00
seirdy.one/content/notes/prologue-to-the-meta-post.md
Rohan Kumar ec1ace911b
Fix bad links
- Switch an abs link to a relative one
- Account for a site move
- Manually correct a couple dead links to point to the Wayback Machine
- Automatically switch some webmention links to the Wayback Machine
2022-06-29 08:42:23 -07:00

37 lines
1.5 KiB
Markdown

---
title: "Prologue to the meta post"
date: 2022-05-30T12:12:01-07:00
---
I've been planning on writing a big "meta" post explaining how this site is built, but first I want to reach a few milestones, most of which are IndieWeb-related. Here's what I've already done:
- Microformats
- More semantic markup: Creative Commons and Schema.org vocabularies
- Web sign-in (using an IndieAuth service)
- multiple types of posts
- Sending Webmentions
- Displaying Webmentions
- User-sendable Webmentions with a form
- RSS feeds for posts and notes
- Atom feed for posts and notes with ActivityStreams metadata
- Automatic POSSE of bookmarks to TinyGem (bookmarking service)
However, I still have a ways to go. Here's what I plan on adding:
- Add some semantic markup to list online "friends", probably using [FOAF ontology](https://web.archive.org/web/20220627164317/http://xmlns.com/foaf/spec/)
- Preview Webmention entry contents
- Related to previous point: create a blogroll
- Automatic POSSE of notes to Fedi (it's mostly manual right now)
- Combined Atom feed
- WebSub
- Permalinks for bookmarks
- Atom feed for bookmarks
- Automatic POSSE of bookmarks to Fedi
- Time-period based pagination and navigation on notes/posts page.
Once I finish the above, I'll be ready for a "meta" post. Some more tasks after that:
- Run my own WebSub hub.
- Add my own front-end for search results (my first non-static content).
- Pingback support
- Create a webring. What I've learned while doing the above will inform inclusion criteria.