Thanks for the answer. I’d guess it ??
For those who are looking to import posts from DotClear, you can do it thanks to RSS.
In DotClear, you have to make a big export :
In rss.php, modify line 74
$news = $blog->getLastNews(n,$cat,’post_dt ASC’);
Replace n by number of posts.
The drawback is you’ll lost the link between posts & comments… ouch !
Any other solution ?