Last change
on this file since 105353 was
105353,
checked in by Maïeul Rouquette, 4 years ago
|
suivre les évolutions du xml du CTAN
|
-
Property svn:executable set to
*
|
File size:
1.2 KB
|
Line | |
---|
1 | #SET{url_auteur,http://www.ctan.org/xml/author/#ENV{class}?ref=true} |
---|
2 | |
---|
3 | <B_pkg_auteur> |
---|
4 | <ul class="spip"> |
---|
5 | <BOUCLE_pkg_auteur(DATA){source simplexml, #GET{url_auteur}} {datapath root/children/package}{par attributes/key}> |
---|
6 | #SET{inactif,''} |
---|
7 | <BOUCLE_test_actif(DATA){source simplexml, http://www.ctan.org/xml/pkg/#VALEUR{attributes/key}}{datapath root/children/authorref} > |
---|
8 | [(#VALEUR{attributes/id}|=={#ENV{class}}|oui) |
---|
9 | [(#VALEUR{attributes/active}|=={false}|oui) |
---|
10 | #SET{inactif,oui} |
---|
11 | ] |
---|
12 | ] |
---|
13 | </BOUCLE_test_actif> |
---|
14 | |
---|
15 | <B_pkg> |
---|
16 | <li> |
---|
17 | <BOUCLE_pkg(DATA){source simplexml, http://www.ctan.org/xml/pkg/#VALEUR{attributes/key}}{si #GET{inactif}|non|ou{#ENV{inactif}|oui}}> |
---|
18 | |
---|
19 | |
---|
20 | <a href="http://www.ctan.org/tex-archive#VALEUR{children/ctan/0/attributes/path}" class="spip_out">[(#VALEUR{children/name/0/text})]</a>[ ((#VALEUR{children/version/0/attributes/number}))][, <em>(#VALEUR{children/caption/0/text})</em>] [(#GET{inactif}|oui)(<:ctan:inactif:>)] (<a href="[(#URL_PAGE{recherche}|parametre_url{recherche,#VALEUR{children/name/0/text}})]" class="spip_in"><:info_rechercher|strtolower:></a>)[(#_pkg_auteur:TOTAL_BOUCLE|=={#_pkg_auteur:COMPTEUR_BOUCLE}|?{., ;})] |
---|
21 | </BOUCLE_pkg> |
---|
22 | </li> |
---|
23 | </B_pkg> |
---|
24 | </BOUCLE_pkg_auteur> |
---|
25 | </ul> |
---|
26 | </B_pkg_auteur> |
---|
Note: See
TracBrowser
for help on using the repository browser.