Blogging Roller

Dave Johnson on open web technologies, social software and software development

AtomPub test post

This is a test post created via the Atom Publishing Protocol (RFC 5023) to verify the tools/publish CLI end-to-end. It is a draft.

A bit of inline code and a fenced block to confirm code rendering works with the blog's SyntaxHighlighter theme:

public class Hello {
    public static void main(String[] args) {
        System.out.println("Hello from AtomPub");
    }
}

And some JavaScript:

const greet = (name) => `Hello, ${name}!`;
console.log(greet("AtomPub"));

That's it — if you can read this as a draft in the Roller editor with the code blocks rendered cleanly, the round trip works.

Dave Johnson in Links • 🕒 03:00PM May 28, 2026
Tags: atompub test
Comments:

Post a Comment:
  • HTML Syntax: NOT allowed