<?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="es" lang="es"> <head> <!-- translated by Ruud Steltenpool --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Slidy Help</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><span lang="en">Slidy</span> Help</h1> <!-- Sheetpresentatie help --> <p>Deze sheetpresentatie kan op dezelfde manier worden aangestuurd als Powerpoint. Klik op een willekeurige plaats op de pagina met de muis, of druk op de spatiebalk om naar de volgende sheet te gaan. Je kan voor- of achterwaarts door de sheets bewegen mbv de links/rechts cursor- en de Page Up en Page Down toetsen. De lettergrootte wordt automatisch aangepast aan de breedte van het venster, maar je kunt 'm ook handmatig aanpassen met "S" en "<" voor kleiner en "B" en ">" voor groter. Gebruik de "F" om de status aan de onderkant aan/uit te schakelen. De "K" zorgt ervoor dat een muisklik je niet meer, of wel weer naar de volgende sheet brengt. Je kan de "C" gebruiken om het inhoudsoverzicht op te roepen, en een willekeurige andere toets om 'm weer te verbergen. Gebruik "F11" om de "volledig scherm" modus aan /uit te schakelen. Merk op dat niet alle toetsen in iedere browser worden ondersteund, omdat sommige browsers toetsen gebruiken voor besturing van de browser zelf. Dit varieert zelfs tussen versies van dezelfde browser.</p> <p>Firefox gebruikers willen wellicht de <a href="http://www.krickelkrackel.de/autohide/" lang="en">"autohide"</a> extension gebruiken om werkbalken te verbergen wanneer "volledig scherm" wordt aangeroepen met "F11".</p> <p>Als u wilt zien hoe Slidy werkt, gebruik Bron Bekijken om de XHTML opmaak te bekijken, of bekijk deze <a href="http://www.w3.org/Talks/Tools/Slidy/">langere uitleg</a>, die ook extra functionaliteit uitlegt. Elke sheet is in de opmaak genoteerd als een div element met class="slide". CSS positionering and procentuele breedtes op afbeeldingen kunnen worden gebruikt om te verzekeren dat uw afbeeldingrijke sheets schalen naar de vensterbreedte. Inhoud kan stapsgewijs zichtbaar worden gemaakt met behulp van class="incremental". Het gelinkte stijlblad en de gelinkte scripts zijn ontwikkeld als een Web-gebaseerd alternatief voor gesloten presentatie programma's en zijn getest op een variëteit van recente browsers. Geintegreerde ondersteuning voor (inhoud)aanpassing wordt ontwikkeld. Zend uw opmerkingen aub naar <a href="http://www.w3.org/People/Raggett/" lang="en">Dave Raggett</a> <<a href="mailto:dsr@w3.org">dsr@w3.org</a>> Als u Slidy bruikbaar vindt, wilt u wellicht overwegen W3C donateur te worden.</p> <p>U bent welkom om gebruik te maken van de stijlbladen, scripts en dit helpbestand onder de regels van W3C's <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> (document gebruik) en <a href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a> (software licenties)</p> <button id="back" onclick="history.go(-1)">Rerugkeer naar sheetpresentatie</button> <hr /> <p class="copyright" lang="en"><a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2006 <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.nl | |||||
#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.nl | |||||
#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.nl | |||||
#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. |