This is how you make a post in the (yet to be released) EUFUS blog software.
The following are optional:
- The feature and index functions (defaults shown):
- Feature puts a link to it on the right under "Features"
- Index lists shows the post on the index page
- The subtitle block
- The categories block and any category in it
- The time block (used only for dated posts)
<post feature="false" index="true">
<title>The Recursive Post</title>
<subtitle>The subtitle thereof</subtitle>
<categories>
<category>EUFUS</category>
</categories>
<time>1234320552</time>
<body><![CDATA[
<p>
This is how you make a post in the EUFUS blog software. The following are optional:
<ul>
<li>The feature and index functions (defaults shown):
<ul>
<li>Feature puts a link to it on the right under "Features"</li>
<li>Index lists shows the post on the index page</li>
</ul>
<li>The subtitle block</li>
<li>The categories block and any category in it</li>
<li>The time block (used only for dated posts)</li>
</ul>
</p>
<code>
Oh no it's infinity!
</code>
]]></body>
</post>