cbbe543fce
Remplacement de toutes les phrases du style « Dernière modification le ... [par ...] » par <date value="from git" />, qui produit une phrase du genre à partir de l'historique du dépôt. Le « from git » n'a pas d'importance, c'est juste parce que la DTD de TML (que je préfère ne pas changer) exige un attribut value. Last-change: ignore this commit
57 lines
2 KiB
XML
57 lines
2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE html
|
||
PUBLIC "-//ENS/Tuteurs//DTD TML 1//EN"
|
||
"tuteurs://DTD/tml.dtd">
|
||
<html>
|
||
<head>
|
||
<title>Prise de contact</title>
|
||
</head>
|
||
<body>
|
||
|
||
<h1>Exercices de prise de contact et commandes simples</h1>
|
||
|
||
<ol>
|
||
|
||
<li> <a href="solutions/contact-sol.html#prompt">&icone.solution;</a> Comment
|
||
s'appelle votre machine ?</li>
|
||
|
||
<li><a href="solutions/contact-sol.html#qui">&icone.solution;</a> Comment
|
||
s'appellent les deux stations situées de part et d'autre de l'imprimante
|
||
en salle S ? (<code>qui</code>).</li>
|
||
|
||
<li><a href="solutions/contact-sol.html#vedette">&icone.solution;</a> Y a-t-il
|
||
quelqu'un de physiquement logué en ce moment sur vedette, à
|
||
Jourdan ? (<code>qui</code>).</li>
|
||
|
||
<li><a href="solutions/contact-sol.html#tuteur">&icone.solution;</a> Y a-t-il un
|
||
tuteur en salle du 46 en ce moment ? (<code>qui</code>).</li>
|
||
|
||
<li><a href="solutions/contact-sol.html#date">&icone.solution;</a> Quel jour
|
||
sommes-nous ? (<code>date</code>).</li>
|
||
|
||
<li><a href="solutions/contact-sol.html#pot">&icone.solution;</a> Qu'y avait-il au
|
||
pot hier ? (<code>pot</code>).</li>
|
||
|
||
<li><a href="solutions/contact-sol.html#cal">&icone.solution;</a> Quel jour de la
|
||
semaine êtes-vous né ? (<code>cal</code>).</li>
|
||
|
||
<li><a href="solutions/contact-sol.html#who">&icone.solution;</a> Qui est
|
||
actuellement logué sur drakkar ? (<code>who</code>).</li>
|
||
|
||
<li><a href="solutions/contact-sol.html#finger">&icone.solution;</a> Quel est le
|
||
nom complet de la personne dont le login est <code>mlnguyen</code> ?
|
||
De quelle promotion est-il ? (<code>finger</code>).</li>
|
||
|
||
<li><a href="solutions/contact-sol.html#whoami">&icone.solution;</a> Affichez
|
||
votre nom de login (<code>whoami</code>). </li>
|
||
|
||
<li> <a href="solutions/contact-sol.html#diff">&icone.solution;</a> Quelles sont
|
||
les différences entre <code>write</code> et <code>talk</code> ?</li>
|
||
</ol>
|
||
|
||
<div class="metainformation"> Auteur : Émilia Robin, Joël Riou.
|
||
<date value="from git" /> </div>
|
||
|
||
</body>
|
||
</html>
|
||
|