-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-template.xml
30 lines (30 loc) · 922 Bytes
/
index-template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<?lazyblog-url $LAZYBLOG_URL?>
<?xml-stylesheet href="$LAZYBLOG_URL/atom2html.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="$BLOG_LANG">
<title>$BLOG_TITLE</title>
<subtitle>$BLOG_INTRO</subtitle>
<updated>...</updated>
<id>$BLOG_URL</id>
<link rel="self" href="$BLOG_URL/"/>
$BLOG_LINKS
<author>
<name>$BLOG_AUTHOR</name>
<uri>$BLOG_AUTHOR_URL</uri>
</author>
<rights>$BLOG_RIGHTS</rights>
<generator uri="https://github.com/lex-2008/lazyblog">lazyblog</generator>
$TRACKER_CODE_XML
<!-- put contents below -->
<entry> <!-- begin $name -->
<title>$texttitle</title>
<link href="$BLOG_URL/$url"/>
<id>urn:uuid:$uuid</id>
<updated>$modifiedTZ</updated>
<published>$createdTZ</published>
<content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
$intro
</div></content>
$xmltags
</entry> <!-- end $name -->
</feed>