Skip to content

meta2atom is a python script to generate atom feeds based on the meta tags and dublin core information in html documents

Notifications You must be signed in to change notification settings

hoffmann/meta2atom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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&uuml;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>

About

meta2atom is a python script to generate atom feeds based on the meta tags and dublin core information in html documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages