<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr-FR"> <head> <title>Aide de Slide Show</title><style type="text/css"> body { font-family: sans-serif; margin: 10%; } .copyright { font-size: smaller } </style> <script type="text/javascript"> window.onload = load; function load() { var back = document.getElementById("back"); back.focus(); } </script> </head> <body> <h1>Aide de Slide Show</h1> <p>Cet exposé Slide Show peut être utilisé de la même manière que Powerpoint. Pour avancer au prochain transparent, cliquez n'importe où sur la page avec la souris ou appuyez sur la barre d'espace. Vous pouvez naviguer entre les transparents avec les flèches gauche/droite ainsi que les touches Pg Up et Pg Dn. La taille de la police s'adapte automatiquement à la largeur de la fenêtre du navigateur, mais vous pouvez aussi l'ajuster manuellement en utilisant les touches "S" (small) pour la diminuer et "B" (big) pour l'augmenter. Vous pouvez aussi utiliser les touches "<" et ">". Utilisez la touche "F" pour afficher ou non le statut en pied-de-page. La touche "K" active l'utilisation du clic de souris pour avancer au prochain transparent. Vous pouvez utiliser "T" pour afficher la table des matières et n'importe quelle autre touche pour la cacher. Les utilisateurs de Windows peuvent utiliser la touche "F11" pour activer le mode plein écran du navigateur. Appuyez sur la touche "H" pour obtenir cette page. À noter que certaines touches peuvent ne pas fonctionner avec certains navigateurs car elles sont réservées pour son contrôle. De plus, cela peut varier d'un navigateur à l'autre.</p> <p>Les utilisateurs de Firefox peuvent installer l'extension <a href="http://www.krickelkrackel.de/autohide/">autohide</a> pour cacher les barres d'outils lorsque le mode plein écran est activé avec la touche F11.</p> <p>Si vous voulez voir comment Slidy fonctionne, affichez le code source de la page pour voir le balisage XHTML, ou lisez cette <a href="http://www.w3.org/Talks/Tools/Slidy/">explication plus complète</a> (en anglais), qui explique aussi des fonctionnalités additionnelles. Chaque transparent est balisé par un élément div avec l'attribut class="slide". Il est aussi possible d'utiliser le positionnement CSS ainsi que la largeur en pourcentage pour s'assurer que vos images soient à l'échelle du transparent et correspondent ainsi à la taille de la fenêtre. Le contenu devant s'afficher progressivement doit être marqué par l'attribut class="incremental". La feuille de style reliée ainsi que les scripts ont été développés comme alternative Web aux outils de présentation propriétaires et ont été testés sur un large panel de navigateurs récents. Le support intégré pour l'édition est en cours de développement. Envoyez vos commentaires (en anglais) à <a href="http://www.w3.org/People/Raggett/">Dave Raggett</a> <<a href="mailto:dsr@w3.org">dsr@w3.org</a>>. Si vous trouvez Slidy utile, vous pouvez également devenir <a href="http://www.w3.org/Consortium/sup">Supporter du W3C</a>.</p> <p><em>Veuillez utilisez les feuilles de style, scripts et fichiers d'aide en suivant le <a href="http://www.w3.org/Consortium/Legal/copyright-documents">copyright</a> et la <a href="http://www.w3.org/Consortium/Legal/copyright-software">licence</a> du W3C.</em></p> <button id="back" onclick="history.go(-1)">Retour à l'exposé</button> <hr /> <p class="copyright"><a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2005 <a href="/" shape="rect"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>, <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a> rules apply.</p> </body> </html>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 26953 | Paul Allen | Move //guest/perforce_software/p4convert to //guest/perforce_software/p4convert/main | ||
//guest/perforce_software/p4convert/docs/docbook-xsl-ns-1.78.1/slides/slidy/help/help.html.fr | |||||
#2 | 14806 | Paul Allen | Update docs and add +w. | ||
#1 | 13920 | Paul Allen | copy part 2 (no errors) | ||
//guest/paul_allen/p4convert-maven/docs/docbook-xsl-ns-1.78.1/slides/slidy/help/help.html.fr | |||||
#1 | 13895 | Paul Allen | Copying using p4convert-docbook | ||
//guest/perforce_software/doc_build/main/docbook-xsl-ns-1.78.1/slides/slidy/help/help.html.fr | |||||
#1 | 12728 | eedwards |
Upgrade ANT doc build infrastructure to assemble PDFs: - remove non-namespaced DocBook source and add namespaced DocBook source. - add Apache FOP 1.1 - copy fonts, images, XSL into _build, establishing new asset structure. The original structure remains until all guides using it can be upgraded, and several other issues can be resolved. - updated build.xml to allow for per-target build properties. - upgraded the P4SAG to use the new infrastructure. - tweaked admonition presentation in PDFs to remove admonition graphics, and resemble closely the presentation used in the new HTML layout, including the same colors. With these changes, building PDFs involves using a shell, navigating into the guide's directory (just P4SAG for now), and executing "ant pdf". Issues still to be resolved: - PDF generation encounters several warnings about missing fonts (bold versions of Symbol and ZapfDingbats), and a couple of locations where the page content exceeds the defined content area. - Due to issues within Apache FOP, PDF generation emits a substantial amount of output that is not easily suppressed without losing important warning information. - Apache FOP's interface to ANT does not expose a way to set the font base directory. The current configuration does work under Mac OSX, but further testing on Windows will need to be done to determine if the relative paths defined continue to work. The workaround is for Windows users to customize the fop-config.xml to provide absolute system paths to the required fonts. - HTML generation needs further browser testing, and exhibits broken navigation on iOS browsers within the TOC sidebar. - A number of PDF and HTML presentation tweaks still need to be made, for example: sidebars, gui* DocBook tags, whitespace, section separation, etc. |