HTML Journal

Do you have a journal.html page on your site? Or a section on your homepage where you give updates? Structure it the following way to make it an HTML Journal and let anyone subscribe to it with an atom feed.

<h1>m15o's journal</h1>

<article>
  <h2>2022-06-14</h2>
  <p>My second entry.</p>
</article>

<article>
  <h2>2022-06-11</h2>
  <p>My first entry!</p>
</article>

=> Validate your journal
=> Get Atom feed from journal
=> View an example journal
=> Learn more

The Neon Kiosk

Just a funny looking Kiosk! Just a funny looking Kiosk! Just a funny looking Kiosk! Just a funny looking Kiosk! Just a funny looking Kiosk!

An ordinary looking virtual kiosk.

Visit | Submit your journal

Updates

2022-06-24

Added a link to the Neon Kiosk, an HTML Journal aggregator.

2022-06-19

Added the tools page, which includes a parser for HTML Journals, and the sources of this website.

2022-06-18

Looks like this is close to being ready! Worked on the validator and the website's layout. I'm also adding the update section which uses the HTML Journal format. Cool! Let me use to validator to see if it works. Edit: it does. Niceee.