20160624 DAISY A Linux-compatible text format for the visually impaired.md (#4435)

* Delete 20160624 DAISY A Linux-compatible text format for the visually impaired.md

* 20160624 DAISY A Linux-compatible text format for the visually impaired.md

翻译完成
This commit is contained in:
theArcticOcean 2016-09-19 00:16:59 +08:00 committed by Ezio
parent db9122ded9
commit a68d02dc50
2 changed files with 42 additions and 47 deletions

View File

@ -1,47 +0,0 @@
Translating by 19761332
DAISY : A Linux-compatible text format for the visually impaired
=================================================================
![](https://opensource.com/sites/default/files/styles/image-full-size/public/images/education/osdc-lead_books.png?itok=K8wqfPT5)
>Image by :
Image by Kate Ter Haar. Modified by opensource.com. CC BY-SA 2.0.
If you're blind or visually impaired like I am, you usually require various levels of hardware or software to do things that people who can see take for granted. One among these is specialized formats for reading print books: Braille (if you know how to read it) or specialized text formats such as DAISY.
### What is DAISY?
DAISY stands for Digital Accessible Information System. It's an open standard used almost exclusively by the blind to read textbooks, periodicals, newspapers, fiction, you name it. It was founded in the mid '90s by [The DAISY Consortium][1], a group of organizations dedicated to producing a set of standards that would allow text to be marked up in a way that would make it easy to read, skip around in, annotate, and otherwise manipulate text in much the same way a sighted user would.
The current version of DAISY 3.0, was released in mid-2005 and is a complete rewrite of the standard. It was created with the goal of making it much easier to write books complying with it. It's worth noting that DAISY can support plain text only, audio recordings (in PCM Wave or MPEG Layer III format) only, or a combination of text and audio. Specialized software can read these books and allow users to set bookmarks and navigate a book as easily as a sighted person would with a print book.
### How does DAISY work?
DAISY, regardless of the specific version, works a bit like this: You have your main navigation file (ncc.html in DAISY 2.02) that contains metadata about the book, such as author's name, copyright date, how many pages the book has, etc. This file is a valid XML document in the case of DAISY 3.0, with DTD (document type definition) files being highly recommended to be included with each book.
In the navigation control file is markup describing precise positions—either text caret offsets in the case of text navigation or time down to the millisecond in the case of audio recordings—that allows the software to skip to that exact point in the book much as a sighted person would turn to a chapter page. It's worth noting that this navigation control file only contains positions for the main, and largest, elements of a book.
The smaller elements are handled by SMIL (synchronized multimedia integration language) files. These files contain position points for each chapter in the book. The level of navigation depends heavily on how well the book was marked up. Think of it like this: If a print book has no chapter headings, you will have a hard time figuring out which chapter you're in. If a DAISY book is badly marked up, you might only be able to navigate to the start of the book, or possibly only to the table of contents. If a book is marked up badly enough (or missing markup entirely), your DAISY reading software is likely to simply ignore it.
### Why the need for specialized software?
You may be wondering why, if DAISY is little more than HTML, XML, and audio files, you would need specialized software to read and manipulate it. Technically speaking, you don't. The specialized software is mostly for convenience. In Linux, for example, a simple web browser can be used to open the books and read them. If you click on the XML file in a DAISY 3 book, all the software will generally do is read the spines of the books you give it access to and create a list of them that you click on to open. If a book is badly marked up, it won't show up in this list.
Producing DAISY is another matter entirely, and usually requires either specialized software or enough knowledge of the specifications to modify general-purpose software to parse it.
### Conclusion
Fortunately, DAISY is a dying standard. While it is very good at what it does, the need for specialized software to produce it has set us apart from the normal sighted world, where readers use a variety of formats to read their books electronically. This is why the DAISY consortium has succeeded DAISY with EPUB, version 3, which supports what are called media overlays. This is basically an EPUB book with optional audio or video. Since EPUB shares a lot of DAISY's XML markup, some software that can read DAISY can see EPUB books but usually cannot read them. This means that once the websites that provide books for us switch over to this open format, we will have a much larger selection of software to read our books.
--------------------------------------------------------------------------------
via: https://opensource.com/life/16/5/daisy-linux-compatible-text-format-visually-impaired
作者:[Kendell Clark][a]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://opensource.com/users/kendell-clark
[1]: http://www.daisy.org

View File

@ -0,0 +1,42 @@
DAISY : 一种服务视力缺陷者的linux文本格式
=================================================================
![](https://opensource.com/sites/default/files/styles/image-full-size/public/images/education/osdc-lead_books.png?itok=K8wqfPT5)
>图片:
由Kate Ter Haar提供图片. opensource.com. CC BY-SA 2.0后期修饰
如果你像我一样是一个盲人或者有视力障碍,你经常会为了看见人们认为理所应当看得见的东西而要求不同层次的软件或硬件。 在这其中就有为阅读印刷图书的专用格式: 盲字印(假设你知道怎样阅读它)或 特殊的文本格式例如DAISY.
### DAISY是什么
DAISY代表着一种数字化无障碍信息系统。 它是一种开方的标准,专用于服务盲人阅读教科书,杂志,报纸,小说等。 它是在90年代中期被一个叫[小雏菊联盟][1]的组织发明,这个组织致力于创造出一套进行文本标记的标准,它可以使得特殊群体像视觉正常的人一样,更加容易的阅读,跳过内容,进行注释和其他文本操作。
现在的DAISY 3.0版本是在2005年中期发布的是一个完整的重写的标准。 它以更加容易遵守规范进行写书的目的被创造出来。 值得注意的是DAISY仅支持纯文本录音PCM波形文件格式或者MPEG播放器的III格式或文本和录音的组合。专业化的软件能阅读这类书并支持设置书签使得视力缺陷者像正常人一样阅读印刷书籍。
### DAISY是怎样工作的呢
DAISY, 忽略特别的版本,它工作时有点像这样: 读者拥有自己的向导文件DAISY 2.02中的ncc.html它包含书籍的元数据比如作者的姓名版权信息书籍的页数等等。在DAISY 3.0中他是一种有效的XML文件和DTD(文档类型定义)被强烈建议包含在每一本书中。
在导航控制文件中,标记精确描述了各个位置——无论是文本导航中插入符号的偏移量还是录音中定位至毫秒,这让软件像视力健康的人一样准确定位到相关的位置。值得注意的是这种导航文件仅有书中主要的,重要的内容的位置。
最小的内容部分由SMIL同步多媒体集成语言处理。导航的质量很大程度上决定于书籍的标记。这样设想一下如果书籍没有章节标题你需要花很多的时间来确定自己阅读的位置。如果一本DAISY格式的书籍被标记的很差 你可能只能到书本的开头或者目录。如果书籍被标记的很差或者完全丢失了标记你的DAISY阅读软件很可能会简单的忽略它。
### 为什么需要专门的软件?
如果DAISY仅仅是HTMLXML,录音文件还需要使用专门的软件进行阅读和操作你可能会问为什么。单纯从技术上而言你并不需要。专业化的软件大多数情况下是为了方便。这就像在linux操作系统中一个简单的web浏览器可以被用来打开并阅读书籍。如果你在一本DAISY 3 的书中点击XML文件软件通常会阅读你赋予相应权限的书脊并一个你点击打开的书籍清单。如果书籍被标记的很差它不会显示在这份清单中。
创建DAISY则完全是另一件事了通常需要专门的软件或需要拥有足够的知识来修改软件来达到这样的目的。
### 结语
幸运的是DAISY是一个确定了的标准。虽然它在阅读方面表现的很棒但它需要专业软件进行生产的事实使得视力缺陷者不属于正常者看见的世界相反这类人生活在使用各种文本格式进行电子阅读的世界中。这就是小雏菊联盟在EPUB格式上研制DAISY成功的原因第3版支持“媒体覆盖”。即在EPUB电子书中增加声频或视频。由于EPUB分享很多的DAISY XML标记文本很多软件都能阅读DAISY能看EPUB电子书但不能阅读。这也就意味着只要网站提供这种开放格式的书籍我们将会由更多的软件选择来阅读我们的书籍。
--------------------------------------------------------------------------------
资源来自: https://opensource.com/life/16/5/daisy-linux-compatible-text-format-visually-impaired
作者:[Kendell Clark][a]
译者:[theArcticOcean](https://github.com/theArcticOcean)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://opensource.com/users/kendell-clark
[1]: http://www.daisy.org