In Addition, Emacspeak Provides Basic Reading Functions That Can Be Invoked to Listen to Chunks of Text Without Moving

Total Page:16

File Type:pdf, Size:1020Kb

In Addition, Emacspeak Provides Basic Reading Functions That Can Be Invoked to Listen to Chunks of Text Without Moving In addition, Emacspeak provides basic reading functions that can be invoked to listen to chunks of text without moving. This research was supported by the European Union and the State of Hungary, co-financed by the European Social Fund in the framework of TÁMOP-4.2.4.A/ 2-11/1-2012-0001 ‘National Excellence Program’. Emacspeak provides a small number of core services around which the remainder of the audio interface is constructed. These essential features of the software are briefly outlined in the following paragraphs; the commands by which they can be controlled will be described later in the manual. Apart from providing a fluent spoken interface to all of Emacs' basic editing functions, Emacspeak also includes software modules which add speech feedback to a range of applications that can be run from within Emacs. In this sense, Emacspeak amounts to much more than a talking text editor; indeed, it can more aptly be characterized as a true “audio desktop”, in which speech is treated as a first-class output modality. Emacspeak implements a special minor mode, known as “voice lock mode” (see Voice-lock) which uses distinct speech characteristics to provide aural highlighting of specific textual constructs, such as comments in program code, quoted strings and reserved words See Voice Lock. This facility is further extended when Emacspeak is used with the W3 World Wide Web browser, to enable the semantic and structural distinctions captured by the HTML markup to be communicated efficiently See Web Browsing. It is often desirable to exercise control over the pronunciation of a word (E.G. a technical term or a reserved word in a programming language) within specific contexts. Emacspeak maintains pronunciation dictionaries for this purpose, which may be customized by the user. Moreover, individual dictionaries can be activated selectively, depending for example on the current major mode or the name of the file which is being visited See emacspeak-pronounce. In addition to spoken feedback, Emacspeak can generate “auditory icons”—short sound cues which alert the user to significant events, for example the opening or deletion of a file, the completion of an action, the arrival of an electronic mail message or the creation of a completion buffer. Sound cues act as a supplement to the spoken interface, and are especially valuable to the experienced user in facilitating rapid interaction. Note that in order to support auditory icons, the computer must be equipped with sound hardware for which the operating system has been correctly configured See emacspeak-sounds. While typing in an Emacs buffer, hitting space speaks the recently typed word. I use completion all the time; so Emacspeak will speak the completion just inserted as well as the next possible completion. In Emacs, use load-library ret completion ret for loading the completion package. The standard Emacs prompting functions have also been speech-enabled. Emacs prompts with available lists of completions in response to partial input wherever appropriate —all forms of completion provide speech feedback. In addition, Emacspeak provides a number of commands for reading portions of the current buffer, getting status information, and modifying Emacspeak's state. All of the commands are documented in the subsequent sections. They can be classified into types: •Emacspeak commands for listening to chunks of information. The names of these commands all start with the common prefix emacspeak-speak-. All Emacspeak commands are bound to the keymap emacspeak-keymap and are accessed with the key Control e1. Thus, the Emacspeak command emacspeak-speak-line is bound to l in keymap emacspeak-keymap and can be accessed with the keystroke Control-e l. If for some reason you wish to use some key other than control-e as the common keyboard prefix for all Emacspeak commands, set the variable emacspeak-prefix. •The second category of commands provided by Emacspeak manipulate the state of the speech device. The names of these commands start with the common prefix dtk- and are bound in keymap emacspeak-dtk-submap. You can access these commands via the prefix Control-e d2. Thus, the command dtk-set-rate is bound to r in keymap emacspeak-dtk-submap and can be executed by pressing Control e d r. Emacs has extensive online help; so does emacspeak. Please use it. This info manual is only to get you started. You can get a summary of Emacspeak's features by pressing Control-h Control-e -------------------------------------------------------------------------------- The desktop is the work area where you organize the tools of your trade and the information objects relevant to your current activities. In the conventional world of visual GUI-based computing, these tools and information objects manifest themselves as a collection of icons organized in a two- dimensional work-area –this organization is designed to place frequently used objects within easy reach. Notice that organizing one's work area in terms of visual icons arranged in a two-dimensional area where such an organization is optimized for the available "conversational gestures" of pointing and clicking is an artifact of visual interaction. In the spirit of a truly speech-enabled application, Emacspeak does not simply provide you spoken access to a particular presentation of your work environment that was initially designed with the "sign language" of visual interaction in mind. Instead, Emacspeak enables you to work with documents and other information objects in a manner that is optimized to aural, eyes-free interaction. A necessary consequence of this setup is that users accustomed to the purely visual manifestation of today's electronic desktop do not immediately perceive the Emacspeak environment as an electronic desktop. This section of the manual hopes to introduce you to a work- style that encourages a different perspective on how one interacts with the computer in performing day-to-day computing tasks. The end result in my case has been a marked increase in personal productivity. A "buffer" is the basic building block of the Emacs and hence the Emacspeak desktop. Any information presented by Emacs is placed in a "buffer". For example, when perusing this manual within Emacs, the "file" containing the documentation is presented in a "buffer". All information objects such as WWW pages, email messages, output from user interaction with command-line shells etc., are presented by Emacs in individual "buffers". Buffers provide a base level of user interaction; Emacs derives its power by allowing applications to specialize buffers to enable specific types of user-interaction that is optimized for a specific class of information. The basic "buffer object" can be specialized by Emacs applications to provide optimal interaction. This kind of specialization makes the Emacs environment an object-oriented environment; thus, the basic conversational gesture of "move to the next statement" can be assigned behavior that is appropriate to the content that the user is currently navigating. As an example of such specialization, Emacs provides "specialized modes" for working with English text, programming languages, markup source e.g. HTML or LaTeX documents and so on. The content-specific user interaction described above is a very powerful feature of Emacs, and this is where Emacspeak derives its power. Traditionally, the ability to create buffers specialized for working with specific content-types has been used by the Emacs community to develop versatile programming environments, messaging applications such as mail and news readers, and authoring environments. The clean design present in all of these Emacs extensions in terms of separating application functionality from the user-interface, combined with the availability of the entire source code making up these packages under the open-source model has laid the ground-work for developing Emacspeak as a versatile aural counterpart to the product of years of software engineering that has been invested by the Emacs community. In short, Emacspeak would not exist in its present shape or form without this prior effort. Audio Formatted Output Emacspeak takes advantage of the content-specific knowledge available within specialized buffers to produce "audio formatted" output designed to optimize user interaction. A basic consequence of the above is "voice locking" in specialized modes; a more interesting consequence is the implementation of Aural Cascading Style Sheets (ACSS) in conjunction with the Emacs W3 browser. Structured Navigation: Emacspeak also exploits content-specific knowledge to provide structured navigation of different types of electronic content. In many cases, such structured navigation is an extension of what Emacs provides by default; in other cases, Emacspeak implements the necessary extensions to provide the level of structural navigation needed to work efficiently in an eyes-free environment. Notable among such structured navigation is Emacs' powerful outline feature. Notice for example, that the Emacspeak FAQ (reached via command emacspeak-view-emacspeak-faq bound to C-e F) takes advantage of Emacs' outline mode to allow you to easily move through the various sections. An example of content-sensitive navigation is provided by the imenu package which dynamically creates a "table of contents" based on the content that is being displayed in a given buffer. Navigating The Desktop In addition to navigating individual information objects, the Emacspeak environment provides speech-enabled navigation
Recommended publications
  • Emacspeak — the Complete Audio Desktop User Manual
    Emacspeak | The Complete Audio Desktop User Manual T. V. Raman Last Updated: 19 November 2016 Copyright c 1994{2016 T. V. Raman. All Rights Reserved. Permission is granted to make and distribute verbatim copies of this manual without charge provided the copyright notice and this permission notice are preserved on all copies. Short Contents Emacspeak :::::::::::::::::::::::::::::::::::::::::::::: 1 1 Copyright ::::::::::::::::::::::::::::::::::::::::::: 2 2 Announcing Emacspeak Manual 2nd Edition As An Open Source Project ::::::::::::::::::::::::::::::::::::::::::::: 3 3 Background :::::::::::::::::::::::::::::::::::::::::: 4 4 Introduction ::::::::::::::::::::::::::::::::::::::::: 6 5 Installation Instructions :::::::::::::::::::::::::::::::: 7 6 Basic Usage. ::::::::::::::::::::::::::::::::::::::::: 9 7 The Emacspeak Audio Desktop. :::::::::::::::::::::::: 19 8 Voice Lock :::::::::::::::::::::::::::::::::::::::::: 22 9 Using Online Help With Emacspeak. :::::::::::::::::::: 24 10 Emacs Packages. ::::::::::::::::::::::::::::::::::::: 26 11 Running Terminal Based Applications. ::::::::::::::::::: 45 12 Emacspeak Commands And Options::::::::::::::::::::: 49 13 Emacspeak Keyboard Commands. :::::::::::::::::::::: 361 14 TTS Servers ::::::::::::::::::::::::::::::::::::::: 362 15 Acknowledgments.::::::::::::::::::::::::::::::::::: 366 16 Concept Index :::::::::::::::::::::::::::::::::::::: 367 17 Key Index ::::::::::::::::::::::::::::::::::::::::: 368 Table of Contents Emacspeak :::::::::::::::::::::::::::::::::::::::::: 1 1 Copyright :::::::::::::::::::::::::::::::::::::::
    [Show full text]
  • Emacspeak User's Guide
    Emacspeak User's Guide Jennifer Jobst Revision History Revision 1.3 July 24,2002 Revised by: SDS Updated the maintainer of this document to Sharon Snider, corrected links, and converted to HTML Revision 1.2 December 3, 2001 Revised by: JEJ Changed license to GFDL Revision 1.1 November 12, 2001 Revised by: JEJ Revision 1.0 DRAFT October 19, 2001 Revised by: JEJ This document helps Emacspeak users become familiar with Emacs as an audio desktop and provides tutorials on many common tasks and the Emacs applications available to perform those tasks. Emacspeak User's Guide Table of Contents 1. Legal Notice.....................................................................................................................................................1 2. Introduction.....................................................................................................................................................2 2.1. What is Emacspeak?.........................................................................................................................2 2.2. About this tutorial.............................................................................................................................2 3. Before you begin..............................................................................................................................................3 3.1. Getting started with Emacs and Emacspeak.....................................................................................3 3.2. Emacs Command Conventions.........................................................................................................3
    [Show full text]
  • O Software Livre Como Alternativa Para a Inclusão Digital Do Deficiente Visual
    Universidade Estadual de Campinas Faculdade de Engenharia Elétrica e de Computação O Software Livre como Alternativa para a Inclusão Digital do Deficiente Visual Autor: Samer Eberlin Orientador: Prof. Dr. Luiz César Martini Dissertação de Mestrado apresentada à Facul- dade de Engenharia Elétrica e de Computação da Universidade Estadual de Campinas como parte dos requisitos para obtenção do título de Mestre em Engenharia Elétrica. Banca Examinadora José Raimundo de Oliveira, Dr. DCA/FEEC/Unicamp Luiz César Martini, Dr. DECOM/FEEC/Unicamp Rita de Cassia Ietto Montilha, Dra. CEPRE/FCM/Unicamp Yuzo Iano, Dr. DECOM/FEEC/Unicamp Campinas, SP – Brasil Abril/2006 FICHA CATALOGRÁFICA ELABORADA PELA BIBLIOTECA DA ÁREA DE ENGENHARIA E ARQUITETURA - BAE - UNICAMP Eberlin, Samer Eb37s O software livre como alternativa para a inclusão digital do deficiente visual / Samer Eberlin. −−Campinas, SP: [s.n.], 2006. Orientador: Luiz César Martini. Dissertação (mestrado) - Universidade Estadual de Campinas, Faculdade de Engenharia Elétrica e de Computação. 1. Acessibilidade. 2. Tecnologia educacional. 3. Inclusão digital. 4. Software livre. 5. Software de comunicação. 6. Síntese da voz. I. Martini, Luiz César. II. Universidade Estadual de Campinas. Faculdade de Engenharia Elétrica e de Computação. III. Título. Titulo em Inglês: The free software as an alternative for digital cohesion of visually impaired people Palavras-chave em Inglês: Accessibility, Assistive technology, Digital cohesion, Free software, Screen reader, Voice synthesizer Área de concentração: Telecomunicações e Telemática Titulação: Mestre em Engenharia Elétrica Banca examinadora: José Raimundo de Oliveira, Rita de Cássia Ietto Montilha e Yuzo Iano Data da defesa: 19/04/2006 ii Resumo A acelerada difusão do software “livre”, tanto no Brasil como no exterior, vem se mos- trando cada vez mais evidente nos mais diversos âmbitos (governo, empresas, escolas, etc.).
    [Show full text]
  • Installing Emacspeak HOWTO
    Installing Emacspeak HOWTO Jennifer Jobst James Van Zandt <[email protected]> Revision History Revision 1.1 July 23, 2002 SDS Updated the maintainer of this document to Sharon Snider, corrected links, and converted to XML. Revision 1.0 December 4, 2001 JEJ First release Revision 1.0 DRAFT November 9, 2001 JEJ DRAFT Revision Emacspeak HOWTO 1996-2001 JVZ Previously, this document was known as the Emacspeak HOW- TO, and was written and maintained by Mr. James Van Zandt. Abstract This document contains the installation instructions for the Emacspeak audio desktop application for Linux. Please send any comments, or contributions via e-mail to Sharon Snider [mailto:[email protected]]. This docu- ment will be updated regularly with new contributions and suggestions. Table of Contents Legal Notice ...................................................................................................................... 2 Introduction ........................................................................................................................ 2 Documentation Conventions .................................................................................................. 2 Requirements ...................................................................................................................... 2 Linux Distributions ...................................................................................................... 2 Emacs ......................................................................................................................
    [Show full text]
  • Evaluating Elisp Code
    Contents Contents Introduction Thank You .................... Intended Audience ................ What You’ll Learn . The Way of Emacs Guiding Philosophy . LISP? ..................... Extensibility . Important Conventions . The Buffer . The Window and the Frame . The Point and Mark . Killing, Yanking and CUA . .emacs.d, init.el, and .emacs . Major Modes and Minor Modes . First Steps Installing and Starting Emacs . Starting Emacs . The Emacs Interface . Keys ........................ Caps Lock as Control . M-x: Execute Extended Command . Universal Arguments . Discovering and Remembering Keys . Configuring Emacs . The Customize Interface . Evaluating Elisp Code . The Package Manager . Color Themes . Getting Help ................... The Info Manual . Apropos ................... The Describe System . The Theory of Movement The Basics ..................... C-x C-f: Find file . C-x C-s: Save Buffer . C-x C-c: Exits Emacs . C-x b: Switch Buffer . C-x k: Kill Buffer . ESC ESC ESC: Keyboard Escape . C-/: Undo . Window Management . Working with Other Windows . Frame Management . Elemental Movement . Navigation Keys . Moving by Character . Moving by Line . Moving by Word . Moving by S-Expressions . Other Movement Commands . Scrolling . Bookmarks and Registers . Selections and Regions . Selection Compatibility Modes . Setting the Mark . Searching and Indexing . Isearch: Incremental Search . Occur: Print lines matching an expression . Imenu: Jump to definitions . Helm: Incremental Completion and Selection IDO: Interactively DO Things . Grep: Searching the file system . Other Movement Commands . Conclusion . The Theory of Editing Killing and Yanking Text . Killing versus Deleting . Yanking Text . Transposing Text . C-t: Transpose Characters . M-t: Transpose Words . C-M-t: Transpose S-expressions . Other Transpose Commands . Filling and Commenting . Filling . Commenting . Search and Replace . Case Folding . Regular Expressions . Changing Case . Counting Things .
    [Show full text]
  • Pipenightdreams Osgcal-Doc Mumudvb Mpg123-Alsa Tbb
    pipenightdreams osgcal-doc mumudvb mpg123-alsa tbb-examples libgammu4-dbg gcc-4.1-doc snort-rules-default davical cutmp3 libevolution5.0-cil aspell-am python-gobject-doc openoffice.org-l10n-mn libc6-xen xserver-xorg trophy-data t38modem pioneers-console libnb-platform10-java libgtkglext1-ruby libboost-wave1.39-dev drgenius bfbtester libchromexvmcpro1 isdnutils-xtools ubuntuone-client openoffice.org2-math openoffice.org-l10n-lt lsb-cxx-ia32 kdeartwork-emoticons-kde4 wmpuzzle trafshow python-plplot lx-gdb link-monitor-applet libscm-dev liblog-agent-logger-perl libccrtp-doc libclass-throwable-perl kde-i18n-csb jack-jconv hamradio-menus coinor-libvol-doc msx-emulator bitbake nabi language-pack-gnome-zh libpaperg popularity-contest xracer-tools xfont-nexus opendrim-lmp-baseserver libvorbisfile-ruby liblinebreak-doc libgfcui-2.0-0c2a-dbg libblacs-mpi-dev dict-freedict-spa-eng blender-ogrexml aspell-da x11-apps openoffice.org-l10n-lv openoffice.org-l10n-nl pnmtopng libodbcinstq1 libhsqldb-java-doc libmono-addins-gui0.2-cil sg3-utils linux-backports-modules-alsa-2.6.31-19-generic yorick-yeti-gsl python-pymssql plasma-widget-cpuload mcpp gpsim-lcd cl-csv libhtml-clean-perl asterisk-dbg apt-dater-dbg libgnome-mag1-dev language-pack-gnome-yo python-crypto svn-autoreleasedeb sugar-terminal-activity mii-diag maria-doc libplexus-component-api-java-doc libhugs-hgl-bundled libchipcard-libgwenhywfar47-plugins libghc6-random-dev freefem3d ezmlm cakephp-scripts aspell-ar ara-byte not+sparc openoffice.org-l10n-nn linux-backports-modules-karmic-generic-pae
    [Show full text]
  • Learning GNU Emacs Other Resources from O’Reilly
    Learning GNU Emacs Other Resources from O’Reilly Related titles Unix in a Nutshell sed and awk Learning the vi Editor Essential CVS GNU Emacs Pocket Reference Version Control with Subversion oreilly.com oreilly.com is more than a complete catalog of O’Reilly books. You’ll also find links to news, events, articles, weblogs, sample chapters, and code examples. oreillynet.com is the essential portal for developers interested in open and emerging technologies, including new platforms, pro- gramming languages, and operating systems. Conferences O’Reilly brings diverse innovators together to nurture the ideas that spark revolutionary industries. We specialize in document- ing the latest tools and systems, translating the innovator’s knowledge into useful skills for those in the trenches. Visit con- ferences.oreilly.com for our upcoming events. Safari Bookshelf (safari.oreilly.com) is the premier online refer- ence library for programmers and IT professionals. Conduct searches across more than 1,000 books. Subscribers can zero in on answers to time-critical questions in a matter of seconds. Read the books on your Bookshelf from cover to cover or sim- ply flip to the page you need. Try it today with a free trial. THIRD EDITION Learning GNU Emacs Debra Cameron, James Elliott, Marc Loy, Eric Raymond, and Bill Rosenblatt Beijing • Cambridge • Farnham • Köln • Paris • Sebastopol • Taipei • Tokyo Learning GNU Emacs, Third Edition by Debra Cameron, James Elliott, Marc Loy, Eric Raymond, and Bill Rosenblatt Copyright © 2005 O’Reilly Media, Inc. All rights reserved. Printed in the United States of America. Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472.
    [Show full text]
  • AUCTEX a Sophisticated TEX Environment for Emacs Version 11.89, 2015-11-12
    AUCTEX A sophisticated TEX environment for Emacs Version 11.89, 2015-11-12 Kresten Krab Thorup Per Abrahamsen David Kastrup and others This manual is for AUCTEX (version 11.89 from 2015-11-12), a sophisticated TeX environment for Emacs. Copyright c 1992-1995, 2001, 2002, 2004-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front- Cover Texts and no Back-Cover Texts. A copy of the license is included in the section entitled \GNU Free Documentation License." i Table of Contents Executive Summary ::::::::::::::::::::::::::::::::::::::::::::::: 1 Copying :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 2 1 Introduction ::::::::::::::::::::::::::::::::::::::::::::::::::: 3 1.1 Overview of AUCTeX ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 3 1.2 Installing AUCTeX :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 3 1.2.1 Prerequisites ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 4 1.2.2 Configure::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 5 1.2.3 Build/install and uninstall :::::::::::::::::::::::::::::::::::::::::::::::::::: 6 1.2.4 Loading the package :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 6 1.2.5 Providing AUCTeX as a package :::::::::::::::::::::::::::::::::::::::::::::: 7 1.2.6 Installation for non-privileged users
    [Show full text]
  • 日英2ヶ国語emacs音声化システムbepによるlinuxの音声利用
    日英 2 ヶ国語 Emacs 音声化システム BEP によるLinux の音声利用 Development of BEP, Emacs with Japanese-English Text-to-speech Feedback, and Use of Linux by the Japanese Visually Impaired 渡辺 隆行 1) 切明 政憲 2) Takayuki WATANABE Masanori KIRIAKE 1) 東京女子大学現代文化学部コミュニケーション学科 (〒167-8585 東京都杉並区善福寺 2-6-1 E-mail: [email protected] ) 2) ARGV (Accessibility Reseach Group for the Visually-impaired)( E-mail: [email protected] ) ABSTRACT. BEP (Bilingual Emacspeak Platform), which adds a speech feedback to GNU Emacs, is a bilingual text-to-speech system for persons with visual disability (mainly for those who are totally blind). BEP automatically switches Japanese text-to-speech engines and English ones depending on the language to be read aloud. In addition to that switching capability, the system can pronounce English with native speakers’ pronunciation or with Japanese-English pronunciation, which makes it easier for Japanese users to comprehend English speech output. This paper describes (1) the functions of language identification, (2) the application of proper pronunciation according to the text, and (3) the structure of the bilingual speech server running under Linux. 1 計されているため英語を正しく音声化することが苦手であ 背景 り,ローマ字を正しく読めるシステムも少ない.したがっ MS-DOS は文字でコマンドを入力し文字で情報が出力 て,ローマ字や日英 2 ヶ国語が混在した情報を正確に又わ される OS であったので視覚障害者にも使いやすい OS かりやすく音声化できるシステムも必要とされている. であった.1990 年代に入ると初心者にも使いやすい GUI 2 目的 (Graphical User Interface) を持った Windows が登場し た.Windows は最新の技術がいち早く導入される反面, そこで我々はこのような視覚障害者の要求を満たす音 ウインドウ・アイコン・メニュー・ポインタなどの GUI 部 声化システムを開発するために,1999 年に晴眼者と視覚 品による操作を前提にしている場合が多いので Windows 障害者が個人資格で集まったオープンソースのプロジェ
    [Show full text]
  • Instituto De Computação Universidade Estadual De Campinas
    INSTITUTO DE COMPUTAÇÃO UNIVERSIDADE ESTADUAL DE CAMPINAS A Systematic Literature Review on Awareness of Others in Accessible Collaborative RIAs Leonelo D. A. Almeida M. Cecília C. Baranauskas Technical Report - IC-12-26 - Relatório Técnico December - 2012 - Dezembro The contents of this report are the sole responsibility of the authors. O conteúdo do presente relatório é de única responsabilidade dos autores. A Systematic Literature Review on Awareness of Others in Accessible Collaborative RIAs Leonelo D. A. Almeida, M. Cecília C. Baranauskas Institute of Computing, University of Campinas (UNICAMP) Albert Einstein Av., 1251, 13083-970, Campinas-SP, Brazil {leonelo.almeida, cecilia}@ic.unicamp.br Abstract. The more robust and dynamic aspects of Web 2.0 applications (also named Rich Internet Applications, RIAs) stimulate the participation and collaboration among people while interacting with such shared interaction spaces. An evident consequence (e.g. Facebook, Instagran, and Twitter) is the increasing influence of RIAs on other media channels as TV and newspapers. However, the current state-of-art of Web 2.0 does not provide equitative opportunities of interaction for people. Accessibility in RIAs is still a challenging objective. Also, for aspects as awareness of others on RIAs that provided collaboration features the development of accessible mechanisms is not restricted to semantic markup but it also involves data structures, politeness, load of data, and other characteristics. This technical report presents a Systematic Literature Review process designed for investigating the aspect of awareness of others in accessible collaborative RIAs; it also reports included and excluded studies and the data collected from the reviewed studies. Keywords: Web 2.0, Accessibility, Systematic Literature Review.
    [Show full text]
  • Guía Práctica Sobre Software Libre Su Selección Y Aplicación Local En América LATINA Y El Caribe
    Oficina Regional de Ciencia para América Latina y el Caribe U N E S C O Sector Comunicación e Información UNESCO Montevideo Organización de las Naciones Unidas para la Educación, la Ciencia y la Cultura Guía Práctica sobre Software Libre su selección y aplicación local en américa LATINA y el Caribe Fernando da Rosa Federico Heinz Guía Práctica sobre Software Libre su selección y aplicación local en américa Latina y el Caribe Los autores se hacen responsables por la elección y presentación de hechos que figuran en la presente publicación y por las opiniones que aquí expresan, las cuales no reflejan necesariamente las de la UNESCO y no comprometen a la Organización. Las denominaciones empleadas en esta publicación y la forma en que aparecen presentados los datos, no implican de parte de la UNESCO juicio alguno sobre la condición jurídica de países, territorios, ciudades o zonas, o de sus autoridades, ni sobre la delimitación de sus fronteras o límites. UNESCO Coordinador: Günther Cyranek Autores: Fernando da Rosa y Federico Heinz Otros colaboradores: Beatriz Busaniche y Gustavo Boksar Diseño de Portada e Imagen: Jorge Ambiado Crédito de las fotos: Foto de Linus Torvalds, Tomado de la Wikipedia bajo licencia GNU Free Documentation License con permiso de Martin Streicher, Editor en Jefe de LINUXMAG. Foto de Richard Stallman, Fotografía de Bill Ebbesen, licenciada como Dominio Público. Fotos de Latinoware 2006, LACFREE 2005, Jornadas Regionales 2004. Fotografías de Fernando da Rosa Mapa Conceptual del Software Libre: realizado originalmente por René Mérou, bajo licencia GPL. Modificado por Fernando da Rosa, Jorge Ambiado y Gustavo Boksar Por más información, por favor diríjase a: Günther Cyranek Sector de Comunicación e Información Oficina Regional de Ciencia de la UNESCO para América Latina y el Caribe Edificio MERCOSUR Dr.
    [Show full text]
  • A Style Guide for GNU Documentation
    A Style Guide for GNU Documentation by Ron Hale-Evans Based largely on comments by Robert J. Chassell and Richard M. Stallman Copyright c 2001 Free Software Foundation, Inc. Chapter 1: Basic points of style 1 1 Basic points of style The goal of free GNU documentation is to help the users and developers of GNU software. There is no need for you to provide examples for software running under other operating systems. In particular, there is no need for you to provide examples for operating systems that take away your freedom. • Show, don’t just tell. Use plenty of examples (but don’t be overly redundant). • Move slowly. Do not impose too much of a cognitive load at once on the reader. • Explain things in detail if you are writing a tutorial for a novice. Since one tends to under-explain anyway, pretend you are writing for an in- telligent person who lives in an undeveloped country and is unfamiliar with the technology you are explaining. • Don’t say too little. If you cannot include enough information on a topic to do more than tantalize a novice, omit it entirely. • Do not assume the reader has specific knowledge of mathematics or computer science when it is possible she doesn’t. You may have to explain what an integer is or what a byte is, at least at the level of a tutorial. • Explain your value judgments. For example, if you say a code snippet is or is not “useful”, explain why it is or is not. Value judgments can only be formed by people with knowledge of the relevant subject, and if the reader had the knowledge you use to form your judgments, she probably wouldn’t need to read your documentation! • If necessary, repeat yourself, especially if the information you are repeat- ing is important and might be missed the first time.
    [Show full text]