bundled-libs
deployment
docs
htmlarea
include
lang
plugins
sql
templates
blue
bulletproof
carl_contest
competition
contest
default
default-php
IMPORTANT-TODO
commentform.tpl
commentpopup.tpl
comments.tpl
content.tpl
entries.tpl
entries_archives.tpl
entries_summary.tpl
feed_0.91.tpl
feed_1.0.tpl
feed_2.0.tpl
feed_atom0.3.tpl
feed_atom1.0.tpl
feed_opml1.0.tpl
index.tpl
info.txt
plugin_calendar.tpl
plugin_categories.tpl
preview.png
preview_iframe.tpl
sidebar.tpl
template.inc.php
trackbacks.tpl
default-rtl
default-xml
idea
kubrick
moz-modern
mt-clean
mt-georgiablue
mt-gettysburg
mt-plainjane
mt-rusty
mt-stormy
mt-trendy
mt3-chalkboard
mt3-gettysburg
mt3-independence
mt3-squash
newspaper
wp
HOWTO
templates_c
tests
uploads
comment.php
exit.php
index.php
rss.php
serendipity.css.php
serendipity_admin.php
serendipity_admin_image_selector.php
serendipity_config.inc.php
serendipity_define.js.php
serendipity_editor.js
serendipity_xmlrpc.php
wfwcomment.php
16 lines
486 B
Smarty
16 lines
486 B
Smarty
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<opml version="{$metadata.version}" {$namespace_display_dat}>
|
|
<head>
|
|
<title>{$metadata.title}</title>
|
|
<dateModified>{$last_modified}</dateModified>
|
|
<ownerName>Serendipity {$serendipityVersion} - http://www.s9y.org/</ownerName>
|
|
</head>
|
|
<body>
|
|
|
|
{foreach from=$entries item="entry"}
|
|
<outline text="{$entry.feed_title}" type="url" htmlUrl="{$entry.feed_entryLink}" urlHTTP="{$entry.feed_entryLink}" />
|
|
{/foreach}
|
|
|
|
</body>
|
|
</opml> |