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