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 (
| name | age | message | |
|---|---|---|---|
| |
README.rst | ||
| |
meta2atom.py | ||
| |
test/ |
README.rst
meta2atom atom feed generator
meta2atom is a python script to generate atom feeds based on the meta tags in html documents.
HTML Meta Tags
<title>document tiltel</title> <meta name="author" content="name" <meta name="description" content="content description"> <meta name="keywords" content="comma, sep, keywords"> <meta name="date" content="datetime"> <meta http-equiv="content-language" content="de">
Dublin Core Meta Information
<meta name="DC.title" content="SELFHTML: Meta-Angaben"> <meta name="DC.creator" content="Stefan Münz"> <meta name="DC.description" content="Heute bekannte Meta-Angaben in HTML"> <meta name="DC.subject" content="Meta-Angaben"> <meta name="DC.date" content="2001-12-15T08:49:37+02:00" scheme="DCTERMS.W3CDTF"> <meta name="DC.language" content="de">
Atom Feed
<entry>
<author>
<name> </name>
<uri> </uri>
<email> </email>
</author>
<title> </title>
<link rel="alternate" type="text/html" href="" />
<id> </id>
<updated> </updated>
<published> </published>
<category scheme="" term="" /><categorey scheme="" term="" />
<summary> </summary>
<content> </content>
</entry>








