This document is also available in English


Documentation sur BlogSync

Informations et ressources à propos du service BlogSync sur Blogmarks.net

Blogger.com

  • Tester : OK
  • Endpoint : http://www.blogger.com/atom
  • Blog ID : requis
  • Issues :
    • Dans le cas ou vous avez l'option "convert line breaks / convertir les retours à la ligne" d'activé, ne mettez pas de retours chariots dans le template.
    • seulement utf-8, pas d'option "Post status", et pas de catégorie.

Dotclear

Movable Type

JRoller

  • Ne marche pas ... voir ticket #216

Textpattern

  • Ne marche pas avec les récentes mises à jour mais fonctionnait avant.(voir l'exemple sur [http://okaykabuki.com/66/blogmarks-for-2005-07-21 cette page. "Error - -32700 : parse error. not well formed". Cela a probablement rapport avec le manque de l'implémentation XMLRPCS dans le logiciel TP , ou alors ceci est dû aux récentes mises à jour de TP (RC4).

Template tags

  • {start_loop}
  • {end_loop}
  • {mark_title}
  • {mark_url}
  • {mark_description}
  • {mark_screenshot_url}
  • {mark_via_url} new ''
  • {mark_tags}
  • {user_url}
  • {blogmarks_button_url}

Exemples

Le premier est compatible avec le microFormat Xfolk 0.4.

<p>Hello !</p>
<ul>
{start_loop}
 <li class="xfolkentry">
 <strong><a class="taggedlink" href="{mark_url}">{mark_title}</a></strong>
 <span class="extended">{mark_description}</span>
 (<span class="meta">tags: {mark_tags}</span>)
 </li>
{end_loop}
</ul>
<p>Cool uh ?</p>
<p style="text-align:right">
 <a href="{user_url}"><img src="{blogmarks_button}" alt="blogmarks.net" border="0" /></a>
</p>

APIs utilisées

Atom

XML-RPC

  • metaWeblog.newPost
  • mt.getCategoryList
  • mt.setPostCategories

Docs supplémentaires