clix.publish_atom: Remove <source>

Tue, 02 Jul 2013 17:06:28 +0200

author
Kim Alvefur <zash@zash.se>
date
Tue, 02 Jul 2013 17:06:28 +0200
changeset 113
8c9ab9920c79
parent 112
9c4b996bdfd8
child 114
757647426af2

clix.publish_atom: Remove <source>

clix/publish_atom.lua file | annotate | diff | comparison | revisions
--- 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

mercurial