diff options
author | Daniel Drake <dsd@gentoo.org> | 2005-07-03 19:39:41 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2005-07-03 19:39:41 +0000 |
commit | 1a56bcc5371239c87a4d94c03fb3b98d0d850800 (patch) | |
tree | 2b404d9f7429745b65722218b0e69e1d521bfea8 /templates/opml.xml.tmpl | |
download | planet-1a56bcc5371239c87a4d94c03fb3b98d0d850800.tar.gz planet-1a56bcc5371239c87a4d94c03fb3b98d0d850800.tar.bz2 planet-1a56bcc5371239c87a4d94c03fb3b98d0d850800.zip |
Planet/universe import
Diffstat (limited to 'templates/opml.xml.tmpl')
-rw-r--r-- | templates/opml.xml.tmpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/opml.xml.tmpl b/templates/opml.xml.tmpl new file mode 100644 index 0000000..50bbabe --- /dev/null +++ b/templates/opml.xml.tmpl @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<opml version="1.1"> + <head> + <title><TMPL_VAR name></title> + <dateCreated><TMPL_VAR date_822></dateCreated> + <dateModified><TMPL_VAR date_822></dateModified> + <ownerName><TMPL_VAR owner_name></ownerName> + <ownerEmail><TMPL_VAR owner_email></ownerEmail> + </head> + + <body> + <TMPL_LOOP Channels> + <outline text="<TMPL_VAR name ESCAPE="HTML">" xmlUrl="<TMPL_VAR uri ESCAPE="HTML">"/> + </TMPL_LOOP> + </body> +</opml> |