diff options
Diffstat (limited to '')
-rw-r--r-- | v2/src/lib/entry.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/v2/src/lib/entry.xml b/v2/src/lib/entry.xml new file mode 100644 index 0000000..e4a47c7 --- /dev/null +++ b/v2/src/lib/entry.xml @@ -0,0 +1,22 @@ + <entry xml:lang="$lang"> + <title type="html"> + $title_html + </title> + <link type="text/html" rel="alternative" href="$url" title="$title_html" /> + <published> + $date_iso + </published> +$update_xml + <id> + $url + </id> + <author> + <name> + $author + </name> + <email> + $email + </email> + </author> + + <summary type="html"> |