Software /
code /
clix
Changeset
111:8c9ab9920c79
clix.publish_atom: Remove <source>
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 02 Jul 2013 17:06:28 +0200 |
parents | 110:9c4b996bdfd8 |
children | 112:757647426af2 |
files | clix/publish_atom.lua |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/clix/publish_atom.lua Tue Jul 02 17:04:14 2013 +0200 +++ b/clix/publish_atom.lua Tue Jul 02 17:06:28 2013 +0200 @@ -29,10 +29,6 @@ :tag("updated"):text(opts.updated or datetime()):up(); atom_entry:tag("author"):tag("name"):text(opts.author or os.getenv("USER") or "Unknown author"):up(); atom_entry:up(); - atom_entry:tag("source") - :tag("id"):text(opts.node):up() - :tag("link", { rel = "self", href = opts.node }):up() - :up(); if opts.summary then atom_entry:tag("summary"):text(opts.summary):up(); end