Webworks Reverb

Total Page:16

File Type:pdf, Size:1020Kb

Webworks Reverb ePublisher Platform Documentation Published date: 11/15/2020 Table of Contents Selecting Input and Output Formats............................................................................................... 13 How Content is Generated as Output.................................................................................................14 Input Formats.......................................................................................................................................15 Adobe FrameMaker.........................................................................................................................16 Microsoft Word................................................................................................................................ 17 DITA XML Files...............................................................................................................................18 WebWorks Markdown..................................................................................................................... 19 Output Formats.................................................................................................................................... 20 Dynamic HTML................................................................................................................................21 Dynamic HTML Output Viewer...................................................................................................23 Delivering Dynamic HTML..........................................................................................................24 eBook - ePUB 2.0...........................................................................................................................25 Eclipse Help.................................................................................................................................... 26 Eclipse Help Viewer....................................................................................................................27 Delivering Eclipse Help...............................................................................................................28 Microsoft HTML Help...................................................................................................................... 29 Benefits of Microsoft HTML Help............................................................................................... 30 Restrictions and Requirements for Microsoft HTML Help.......................................................... 31 HTML Help Viewer..................................................................................................................... 32 Toolbar Pane in HTML Help.................................................................................................. 32 Navigation Pane in HTML Help............................................................................................. 33 Topic Pane in HTML Help..................................................................................................... 33 Topic Only View in HTML Help..................................................................................................35 HTML Help Workshop................................................................................................................ 36 HTML Help Project File (.hhp)............................................................................................... 36 HTML Help Contents File (.hhc)............................................................................................ 36 HTML Help Index File (.hhk)..................................................................................................36 HTML Help Mapping File (.h)................................................................................................ 36 Delivering HTML Help................................................................................................................ 37 Oracle Help..................................................................................................................................... 38 Oracle Help Viewer.....................................................................................................................39 Oracle Help Files........................................................................................................................ 40 Helpset .hs File in Oracle Help.............................................................................................. 40 Control .xml Files....................................................................................................................40 Full Text Search .idx Index File............................................................................................. 40 Table of Contents | i Manifest .mft File.................................................................................................................... 40 Delivering Oracle Help................................................................................................................41 PDF..................................................................................................................................................42 PDF - XSL-FO.................................................................................................................................43 PDF-XSL-FO Page Regions.......................................................................................................44 Advanced Customization............................................................................................................ 46 Sun JavaHelp.................................................................................................................................. 47 Sun JavaHelp Viewer................................................................................................................. 48 Sun JavaHelp Files.....................................................................................................................49 Helpset .hs File in Sun JavaHelp...........................................................................................49 Contents toc.xml File in Sun JavaHelp..................................................................................50 Index ix.xml File in Sun JavaHelp......................................................................................... 50 Map .jhm File in Sun JavaHelp..............................................................................................50 Delivering Sun JavaHelp............................................................................................................ 51 WebWorks Help.............................................................................................................................. 52 The Frameset View in WebWorks Help..................................................................................... 53 Navigation Pane in WebWorks Help......................................................................................53 Toolbar Pane in WebWorks Help.......................................................................................... 54 Topic Pane in WebWorks Help..............................................................................................55 Topic Only View in WebWorks Help.......................................................................................... 56 WebWorks Help Output Files..................................................................................................... 57 Delivering WebWorks Help.........................................................................................................58 Searching WebWorks Help.........................................................................................................59 WebWorks Reverb.......................................................................................................................... 60 Choosing a Skin in WebWorks Reverb......................................................................................61 Choosing the Compact version of a WebWorks Reverb Skin....................................................65 Complete List of WebWorks Reverb Skins................................................................................ 66 Previewing WebWorks Reverb...................................................................................................67 Delivering WebWorks Reverb.....................................................................................................68 Searching WebWorks Reverb - Microsoft IIS Search................................................................ 69 Searching WebWorks Reverb - Client-side Search................................................................... 70 Searching WebWorks Reverb - URL Method............................................................................ 71 Indexing WebWorks Reverb - Client-Side Search for Source Documents, Baggage Files and External URLs.............................................................................................................................72 Using Tidy for Indexing HTML Pages....................................................................................72 Assigning Relevance Weight to Your Source Documents Styles.......................................... 73 Assigning Relevance Weight to Your HTML and PDF Baggage Files...................................73 ii | Table of Contents Search Highlighting in Baggage Files - Client-Side
Recommended publications
  • Advanced HTML5 and CSS3 Specialist: CIW Web and Mobile Design Series Student Guide CCL02-CDHTCS-CK-1405 • Version 1.0 • Rd042214
    Advanced HTML5 and CSS3 Specialist: CIW Web and Mobile Design Series Student Guide CCL02-CDHTCS-CK-1405 • version 1.0 • rd042214 Advanced HTML5 and CSS3 Specialist Student Guide Chief Executive Officer Barry Fingerhut Vice President, Operations & Development Todd Hopkins Senior Content Developer Kenneth A. Kozakis Managing Editor Susan M. Lane Editor Sarah Skodak Project Manager/Publisher Tina Strong Customer Service Certification Partners, LLC 1230 W. Washington St., Ste. 201 Tempe, AZ 85281 (602) 275-7700 Copyright © 2014, All rights reserved. Advanced HTML5 and CSS3 Specialist Developer Patrick T. Lane Contributors James Stanger, Ph.D., Sadie Hebert, Jason Hebert and Susan M. Lane Editor Susan M. Lane Project Manager/Publisher Tina Strong Trademarks Certification Partners is a trademark of Certification Partners, LLC. All product names and services identified throughout this book are trademarks or registered trademarks of their respective companies. They are used throughout this book in editorial fashion only. No such use, or the use of any trade name, is intended to convey endorsement or other affiliation with the book. Copyrights of any screen captures in this book are the property of the software's manufacturer. Disclaimer Certification Partners, LLC, makes a genuine attempt to ensure the accuracy and quality of the content described herein; however, Certification Partners makes no warranty, express or implied, with respect to the quality, reliability, accuracy, or freedom from error of this document or the products it describes. Certification Partners makes no representation or warranty with respect to the contents hereof and specifically disclaims any implied warranties of fitness for any particular purpose. Certification Partners disclaims all liability for any direct, indirect, incidental or consequential, special or exemplary damages resulting from the use of the information in this document or from the use of any products described in this document.
    [Show full text]
  • Package 'Shinyfiles'
    Package ‘shinyFiles’ November 9, 2020 Type Package Title A Server-Side File System Viewer for Shiny Version 0.9.0 Maintainer Thomas Lin Pedersen <[email protected]> Description Provides functionality for client-side navigation of the server side file system in shiny apps. In case the app is running locally this gives the user direct access to the file system without the need to ``download'' files to a temporary location. Both file and folder selection as well as file saving is available. License GPL (>= 2) Encoding UTF-8 Imports htmltools, jsonlite, tools, shiny (>= 1.1.0), fs (>= 1.2.6), tibble (>= 1.4.2) Collate 'aaa.R' 'filechoose.R' 'dirchoose.R' 'filesave.R' 'shinyFiles-package.R' RoxygenNote 7.1.1 URL https://github.com/thomasp85/shinyFiles BugReports https://github.com/thomasp85/shinyFiles/issues NeedsCompilation no Author Thomas Lin Pedersen [cre, aut] (<https://orcid.org/0000-0002-5147-4711>), Vincent Nijs [aut], Thomas Schaffner [aut], Eric Nantz [aut] Repository CRAN Date/Publication 2020-11-09 16:40:02 UTC 1 2 shinyFiles-package R topics documented: shinyFiles-package . .2 dirCreator . .3 dirGetter . .3 fileGetter . .4 formatFiletype . .5 getVolumes . .5 shinyFiles-buttons . .6 shinyFiles-observers . 10 shinyFiles-parsers . 13 shinyFilesExample . 14 traverseDirs . 14 updateChildren . 15 Index 16 shinyFiles-package A Server-Side File System Viewer for Shiny Description Provides functionality for client-side navigation of the server side file system in shiny apps. In case the app is running locally this gives the user direct access to the file system without the need to "download" files to a temporary location. Both file and folder selection as well as file saving is available.
    [Show full text]
  • DITA Open Toolkit 2.0 This Document Describes the DITA Open Toolkit Project—What the Project Is, and How to Use the Site
    DITA Open Toolkit 2.0 This document describes the DITA Open Toolkit project—what the project is, and how to use the site. What is the DITA Open Toolkit? The DITA Open Toolkit, or DITA-OT for short, is a set of Java-based, open source tools that provide processing for DITA maps and topic content. You can download the OT and install it for free on your computer to get started with topic-based writing and publishing. The DITA-OT is licensed under the CPL 1.0 and Apache 2.0 open source licenses. Note: While the DITA Standard itself is owned and developed by OASIS, the DITA Open Toolkit is an independent, open source implementation of the standard. Key output formats for the toolkit include: XHTML PDF (formerly known as PDF2) ODT (Open Document Format) Eclipse Help TocJS (XHTML with a JavaScript frameset) HTML Help Java Help Eclipse Content (normalized DITA plus Eclipse project files) Word RTF (with some limitations) Docbook Troff Toolkit documentation There are two primary sources for documentation about the toolkit. Stable documentation about toolkit usage, parameters, and project management can be found on this page, using the navigation panel on the left. New information about the latest toolkit builds, plans for the next release, and other changing information can be found on the DITA-OT landing page at the dita.xml.org site (link below). That site also contains the release notes for all upcoming and previous releases. Related concepts Distribution packages Related information Main DITA-OT page at dita.xml.org Project News for DITA Open Toolkit Shortcuts to important information DITA-OT stable release DITA-OT latest development build Getting Started with the DITA Open Toolkit The Getting Started Guide is designed to provide a guided exploration of the DITA Open Toolkit.
    [Show full text]
  • Oxygen XML Editor 12.2
    Oxygen XML Editor 12.2 Oxygen XML Editor | TOC | 3 Contents Chapter 1: Introduction................................................................................17 Key Features and Benefits of Oxygen XML Editor ..............................................................................18 Chapter 2: Installation..................................................................................21 Installation Requirements.......................................................................................................................22 Platform Requirements...............................................................................................................22 Operating System.......................................................................................................................22 Environment Requirements........................................................................................................22 JWS-specific Requirements.......................................................................................................22 Installation Instructions..........................................................................................................................23 Windows Installation..................................................................................................................23 Mac OS X Installation................................................................................................................24 Linux Installation.......................................................................................................................24
    [Show full text]
  • DITA Open Toolkit User Guide
    DITA Open Toolkit User Guide Fourth Edition - December 3, 2007 - DITA Open Toolkit 1.4.1 OpenTopic | TOC | 3 Contents Abstract................................................................................................................................13 Chapter 1: Introduction................................................................................15 About DITA (Darwin Information Typing Architecture).......................................................................16 About DITA Open Toolkit (DITA OT)...................................................................................................16 About this document..............................................................................................................................17 Chapter 2: Key concepts (DITAdemystified)..............................................19 Documentation lifecycle.........................................................................................................................20 Traditional lifecycle....................................................................................................................20 Typical DITA lifecycle...............................................................................................................20 Technology trends in the documentation lifecycle.....................................................................21 Creating and managing content..................................................................................................22 Processing and publishing......................................................................................................................23
    [Show full text]
  • <Oxygen/> XML Editor 11.2 User Manual for Eclipse
    <oXygen/> XML Editor 11.2 User Manual for Eclipse SyncRO Soft Ltd. <oXygen/> XML Editor 11.2 User Manual for Eclipse SyncRO Soft Ltd. Copyright © 2002-2009 SyncRO Soft Ltd. All Rights Reserved. <oXygen/> XML Editor User Manual Copyright © 2009 Syncro Soft SRL All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or information storage and retrieval systems - without the written permission of the publisher. Products that are referred to in this document may be either trademarks and/or registered trademarks of the respective owners. The publisher and the author make no claim to these trademarks. While every precaution has been taken in the preparation of this document, the publisher and the author assume no responsibility for errors or omissions, or for damages resulting from the use of information contained in this document or from the use of programs and source code that may accompany it. In no event shall the publisher and the author be liable for any loss of profit or any other commercial damage caused or alleged to have been caused directly or indirectly by this document. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and SyncRO Soft Ltd., was aware of a trademark claim, the designations have been printed in caps or initial caps. While every precaution has been taken in the preparation of this book, the publisher assumes no responsibility for errors or omissions, or for damages resulting from the use of the information contained herein.
    [Show full text]
  • DITA Open Toolkit 1.8.4 This Document Describes the DITA Open Toolkit Project—What the Project Is, and How to Use the Site
    DITA Open Toolkit 1.8.4 This document describes the DITA Open Toolkit project—what the project is, and how to use the site. What is the DITA Open Toolkit? The DITA Open Toolkit, or DITA-OT for short, is a set of Java-based, open source tools that provide processing for DITA maps and topic content. You can download the OT and install it for free on your computer to get started with topic-based writing and publishing. The DITA-OT is licensed under the CPL 1.0 and Apache 2.0 open source licenses. Note: While the DITA Standard itself is owned and developed by OASIS, the DITA Open Toolkit is an independent, open source implementation of the standard. Key output formats for the toolkit include: XHTML PDF (formerly known as PDF2) ODT (Open Document Format) Eclipse Help TocJS (XHTML with a JavaScript frameset) HTML Help Java Help Eclipse Content (normalized DITA plus Eclipse project files) Word RTF (with some limitations) Docbook Troff Toolkit documentation There are two primary sources for documentation about the toolkit. Stable documentation about toolkit usage, parameters, and project management can be found on this page, using the navigation panel on the left. New information about the latest toolkit builds, plans for the next release, and other changing information can be found on the DITA-OT landing page at the dita.xml.org site (link below). That site also contains the release notes for all upcoming and previous releases. Related concepts Distribution packages Related information Main DITA-OT page at dita.xml.org Project News for DITA Open Toolkit Shortcuts to important information DITA-OT stable release DITA-OT latest development build Getting Started with the DITA Open Toolkit The Getting Started Guide is designed to provide a guided exploration of the DITA Open Toolkit.
    [Show full text]
  • Securetransport 5.3.6 Web Client User Guide 3 View File and Folder Details 29 Rename Files and Folders 29 Delete Files and Folders 30
    SecureTransport Version 5.3.6 2 June 2020 Web Client User Guide Copyright © 2020 Axway All rights reserved. This documentation describes the following Axway software: Axway SecureTransport 5.3.6 No part of this publication may be reproduced, transmitted, stored in a retrieval system, or translated into any human or computer language, in any form or by any means, electronic, mechanical, magnetic, optical, chemical, manual, or otherwise, without the prior written permission of the copyright owner, Axway. This document, provided for informational purposes only, may be subject to significant modification. The descriptions and information in this document may not necessarily accurately represent or reflect the current or planned functions of this product. Axway may change this publication, the product described herein, or both. These changes will be incorporated in new versions of this document. Axway does not warrant that this document is error free. Axway recognizes the rights of the holders of all trademarks used in its publications. The documentation may provide hyperlinks to third-party web sites or access to third-party content. Links and access to these sites are provided for your convenience only. Axway does not control, endorse or guarantee content found in such sites. Axway is not responsible for any content, associated links, resources or services associated with a third-party site. Axway shall not be liable for any loss or damage of any sort associated with your use of third-party content. Contents Preface 5 Who should read this
    [Show full text]
  • Linkman PDF Manual
    Outertech Linkman Linkman is a bookmark management solution which supports 10 different browsers and integrates with Firefox, Internet Explorer and Maxthon. Linkman calls upon many powerful features that replace the browser's native URL management and allow to browse faster and more efficiently. To give you a better impression a Linkman tutorial video can be watched at http://linkmanvideo.outertech.com You can choose between two editions. Linkman Lite (Freeware) http://linkmanlite.outertech.com Linkman Lite is free for private non-commercial use as well as for use in charity organizations and educational use. Private use is only when used by individuals at home on their private PC. Educational use is by students for education in school or university. Linkman Pro ($25 | EUR19 for single computer license) http://linkmanpro.outertech.com This edition is intended for the professional user. Linkman Pro contains all features of Linkman Lite. In addition these abilities are included: * Synchronize links between two (or more) computers * Ability to check URLs for dead links, intelligent (only major) content changes, and page movements * Add all links on a single webpage * Improved keyword features (e.g. Keyword List) * Replace feature * Improved Database backup * Retrieve URL meta tags * Editable Export Templates (XML, TSV...) with UTF8 support * Optional installation on USB sticks for mobile usage Linkman 3 Table of Content Foreword 0 Part I Introduction 7 1 .O...v..e...r.v..i.e...w.............................................................................................................................. 7 2 .W...h...a..t.'.s.. .n..e..w............................................................................................................................ 9 3 ...O...t.h..e...r. .s..o..f..t.w...a..r.e................................................................................................................... 21 Part II Frequently Asked Questions 23 Part III Tutorial 27 1 ...F..i.r..s..t.
    [Show full text]
  • Deriving HTML from PDF a Usage Specification for Tagged ISO 32000-2 Files Version 1.0 (June 2019)
    Deriving HTML from PDF A usage specification for tagged ISO 32000-2 files Version 1.0 (June 2019) Copyright © 2019 PDF Association This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. PDF Association Neue Kantstrasse 14 14057 Berlin, Germany Tel: +49 (0)30 39 40 50-0 Fax: +49 (0)30 39 40 50-99 E-mail: [email protected] Web: www.pdfa.org Published in Germany and the United States of America Foreword The PDF Association is the meeting place of the PDF industry. The work of preparing industry standards and best practices is normally carried out through Technical Working Groups (TWGs). The results of such work may, if desired by the members of the respective TWG, the Board of Directors, and the members as a whole, may be submitted to ISO for publication as an International Standard. Each PDF Association member interested in a subject for which a TWG has been established has the right to be represented on that committee. International organizations, governmental and non-governmental, in liaison with the PDF Association, also take part in the work. The PDF Association collaborates closely with the 3D PDF Consortium and ISO on all matters of standardization. The procedures used to develop this document and those intended for its maintenance are described in the PDF Association's publication process. Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights.
    [Show full text]
  • Download Undownloadable Pdf Downloading “Undownloadable” Web Pdfs with Fiddler
    download undownloadable pdf Downloading “undownloadable” web PDFs with Fiddler. I was once teaching a course in the area of backend software engineering. I didn’t own the course ma t erial, my duties included going over and presenting the slide deck that I had been provided by the course coordinator, answering any outstanding questions from the class, being on time, having lunch, and timely getting lost at 5:30 pm. At the end of the course, naturally, the students asked me to share the slide deck with them so they could go over it on their own. And that’s when the issue revealed itself — the course slides were provided to me via a secure document sharing platform, let’s call it PDFLord [I won’t mention the actual name for the sake of… reasons], which imposed downloading and printing restrictions on all the course PDFs. So, unfortunately, the students had to leave the class empty-handed. However, something didn’t seem right in my mind — if you can see the document on your screen, surely its source is hiding somewhere in the files downloaded/cached by your browser, and consequently the download restriction is artificial in a sense. In this article I will show you a method to overcome these restrictions that I discovered in the two days following the course. My tutorial will assume MacOS (High Sierra) development environment, Chrome browser, and PDFLord platform, but similar steps could be undertaken for other operating systems and other document sharing platforms. To begin with, let’s list the reasons why PDFLord was a bane of my existence: As mentioned before, the PDFs had downloading and printing restrictions (as indicated by the grayed out icons in the top right corner).
    [Show full text]
  • Web GUI Development CSE5544 We Will Focus on the Client-Side
    Web GUI Development CSE5544 We will focus on the client-side. • Client-side: HTML, CSS (Bootstrap, etc.), JavaScript (jQuery, D3, etc.), and so on. Background • Server-side: PHP, ASP.Net, Python, and nearly any language (C++, C#, Java, etc.) • HTML – Structure/Content • CSS – Presentation/Style • JavaScript – Behavior Outline • Recall HTML+CSS Basic (warm-up). • HTML element, attribute, style, selector (type, id, class). • HTML+CSS for Web GUI. • HTML layout and commonly used elements. • Bootstrap (HTML+CSS framework with design template). • JavaScript to make Web GUI (HTML pages) dynamic and interactive. • JavaScript basic: function, array, object, etc. • HTML JavaScript DOM: manipulate HTML contents. • jQuery: JS library to simplify HTML contents manipulation and so. • D3: JS library to visualize data using HTML+SVG+CSS. HTML Element • HTML (Hyper Text Markup Language) is the standard markup language for creating Web pages. • HTML describes the structure of Web pages. • HTML elements are the building blocks of HTML pages, and are represented by tags (to render page contents by your browsers). • W3C recommends lowercase in HTML, and demands lowercase for stricter document types like XHTML. HTML Attribute • Attributes provide additional information about HTML elements, e.g., define the characteristics of an HTML element. • Attributes are always specified in the start (opening) tag. • Attributes usually come in name/value pairs, e.g., name="value”. • Both double quotes (more common) and single quotes around attribute values can be used. • In case attribute value itself contains double quotes, it is necessary to use single quotes. HTML Attribute cont. • The four core attributes that can be used on the majority of HTML elements (although not all): • id: uniquely identify any element within an HTML page.
    [Show full text]