XML backend
XML backend must conform to xml_backend.xsd.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<board site="https://taiste.localdomain" timezone="Europe/Paris">
<post id="1496037685830" time="20170529080125">
<info>dave</info>
<message>je vous ai aussi mis sara, l'assistante de tribune à l'IA surpuissante!</message>
<login/>
</post>
<post id="1496037617881" time="20170529080017">
<info>sara</info>
<message>Aujourd'hui, c'est la Journée Internationale des casques bleus. Hihi!</message>
<login/>
</post>
<post id="1496037615685" time="20170529080015">
<info>charlie</info>
<message>sara&lt; quoi de neuf aujourd'hui ?</message>
<login/>
</post>
</board>
board element
board is the root element of xml backend.
site attribute
Root URL of the tribune.
timezone attribute
Canonical ID of board’s norloges timezone. Default to /Europe/Paris/.
post element
Each post is a message posted by a moule.
id attribute
Technical post numeric identifier.
time attribute
Date and time of post in yyyyMMddHHmmss format.
info element
Free text related to posting moule. Usually nickname or browser User Agent.
message element
Message body in SBML format.
login element
Optional authenticated user login.