diff --git a/examples/planet.xslt b/examples/planet.xslt index f240f39..420b0ea 100644 --- a/examples/planet.xslt +++ b/examples/planet.xslt @@ -54,10 +54,10 @@
-

+
-

+
diff --git a/planet/splice.py b/planet/splice.py index b2a2a50..36f9024 100644 --- a/planet/splice.py +++ b/planet/splice.py @@ -21,6 +21,10 @@ def splice(configFile): doc = minidom.parseString('') feed = doc.documentElement + # insert Google/LiveJournal's noindex + feed.setAttribute('indexing:index','no') + feed.setAttribute('xmlns:indexing','urn:atom-extension:indexing') + # insert feed information createTextElement(feed, 'title', config.name())