[Documentation de SPIP] Propose : 12. The SYNDIC_ARTICLES Loop (Syndicated Articles)

Article proposé
---------------

L'article "12. The SYNDIC_ARTICLES Loop (Syndicated Articles)" est
proposé à la publication.
Vous êtes invité à venir le consulter et à donner votre opinion
dans le forum qui lui est attaché. Il est disponible à l'adresse :
http://www.spip.net/ecrire/articles.php3?id_article=2097

** 12. The SYNDIC_ARTICLES Loop (Syndicated Articles) **
par Paul Knight

The SYNDIC_ARTICLES loop returns a list of articles from syndicated sites.
You can either use it inside a SITES loop (the outer loop lists the
referenced sites, and the inner loop lists each article for those sites),
or directly inside a section (one directly recovers all the syndicated
articles in a section, by short-circuiting the passage by the list of the
sites).

<BOUCLEn(SYNDIC_ARTICLES)criterion... >

(SPIP 1.3) Starting from version 1.3 of SPIP, the SITES loop (formerly the
SYNDICATION loop) no longer displays syndicated sites alone, instead it
now displays referenced sites (the syndication of referenced sites being
an option). You could, for example, obtain a (...)