Configuration des coincoins

Coincoins compatibles BoardConfigSpec

L'URL d'auto-configuration est http://tifauv.homeip.net/jplop/discover.

Si votre coincoin n'a pas de système d'auto-configuration, débrouillez-vous pour lui faire manger ça :

<site name="JPlop" title="Da JEE tribioune" baseurl="http://tifauv.homeip.net/jplop" version="1.1">
	<account>
		<login method="post" path="/logon">
			<field name="login">$l</field>
			<field name="password">$p</field>
		</login>
		<logout method="get" path="/logout"/>
	</account>
	<module name="board" title="Tribune" type="application/board+xml">
		<backend path="/backend" public="true" tags_encoded="false" refresh="60"/>
		<post method="post" path="/post" anonymous="true" max_length="512">
			<field name="message">$m</field>
		</post>
	</module>
</site>

wmcc

Ajoutez les lignes suivantes dans le fichier .wmcoincoin/options de votre dossier personnel :

board_site:                "JPlop"
.backend_flavour:          2
.backend.url:              http://tifauv.homeip.net/jplop/backend
.post.url:                 http://tifauv.homeip.net/jplop/post
.tribune.delay:            60
.palmipede.msg_max_length: 512

pycc

Le fichier de configuration d'une tribune est trop complexe, j'abandonne.