# HG changeset patch # User Kim Alvefur # Date 1372777588 -7200 # Node ID 8c9ab9920c798a4a975a4026f7e0b7a0f3dd4b3b # Parent 9c4b996bdfd8d7213047cb8481758b06ecbf6d5b clix.publish_atom: Remove diff -r 9c4b996bdfd8 -r 8c9ab9920c79 clix/publish_atom.lua --- 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