blob: 636783f5a1193bf400516259fa4308d56221e81a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<h2>Atom Feed</h2>
<p>Power up your website with some Atom Feeds!</p>
<h3>Configuration</h3>
<p>There are some details you can (and should) configure for your feeds.</p>
<p>There is a backend page called "Atom Feed" in the Plugins menu. You can configure...</p>
<ul>
<li>...the title of your feeds (should be your page's name)</li>
<li>...the URL path (the virtual directory of your website where the feeds live in, you usually do not have to modify this)</li>
<li>...Some informations about the default author (Name must be set, email and uri are optional)</li>
<li>...the unique ID of your feeds (you should not modify this, unless you really know what you are doing)</li>
</ul>
<h3>Embedding feeds in your template</h3>
<p>This plugin will give you a new STE-Tag: <code><ste:atom_feed /></code>.</p>
<p>Put this tag in your <code><head /></code> section and it will generate links to your feeds.</p>
|