clix/publish_atom.lua

changeset 113
8c9ab9920c79
parent 112
9c4b996bdfd8
child 119
d2cb5800ab27
--- 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