This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
HtmlToXhtml
Proper XML tools deserve proper XML content. If you have Hpricot installed, atom-tools can convert HTML text elements to XHTML:
[:title, :content, :summary].each do |text_type|
if entry.send(text_type) and entry.send(text_type)["type"] == "html"
entry.send("#{text_type}=", entry.send(text_type).xml)
entry.send(text_type)["type"] = "xhtml"
end
end






