# File lib/wrongdoc/final.rb, line 8
  def run
    Find.find('doc') { |path| /\.html\z/ =~ path and fix(path) }
    FileUtils.rm_rf('doc/js')
    news_atom
  end