a gentle guide to docbook
简单介绍 docbook 【程序编程相关:中小异构Linux网络故障分析与排除】 【推荐阅读:把小企业网站做成大企业形象】 【扩展信息:走近中国的Oracle】how to use the portable document creator
如何使用这个可移植的文档创建程序作者:joe "zonker" brockmeier (jbrockmeier@earthlink.net) 自由作家
发布日期:1 september 2000 译者:taowen (taowen.bitapf.org) 翻译日期:2004 年 2 月 4 日 出处:ibm developerworks contents: what is docbook? why use docbook? creating a document with docbook including images including code including lists a basic template converting to other file formats exporting to html exporting to plain text exporting to postscript where to go next resources about the author目录:
什么是 docbook? 为什么使用 docbook? 用 docbook 创建文档 包含图像 包含代码 包含列表 一个简单的模板 转换为其他的文件格式 导出到 html 导出到纯文本 导出到 postscript 下一步干什么 资源 关于作者this article explains what docbook is and how to create a simple document using docbook. joe brockmeier walks you through creating a document and using sgml-tools lite to parse the document and make html, postscript, plain-text, and pdf versions of the document. he also includes further references on docbook and tips on where to find sgml-tools lite and other docbook tools.
本文解释什么是 docbook 并且使用 docbook 创建一个简单的文档.joe brockmeier 带你创建一个文档并且使用 sgml-tools lite 来解析文档创建文档的 html,postscript,纯文本,以及 pdf 版本.他还包括了 docbook 的更多参考资料以及去哪儿找 sgml-tools lite 以及其他 docbook 的工具的提示.if youve ever thought about writing documentation for an open source project, or if youve browsed the linux documentation project or any page dedicated to documentation for linux or other open source projects, youve probably heard of docbook. but you may not be quite sure what it is.
如果你曾经听闻如何给开源项目撰写文档,或者你已经浏览了 linux 文档项目或者任何服务于 linux 或者其他开远项目的文档的页面,你可能已经听说了 docbook.但是你可能还不怎么确信它是什么.what is docbook?
什么是 docbook?docbook is a markup language defined by an sgml or xml document type definition (dtd). basically, docbook is a set of tags that describe a documents structure. docbook tags are similar to html tags, so if youve done any html, then docbook wont be entirely foreign to you. docbook is a bit more involved than html, but it is also much more useful than plain html because it facilitates the rendering of multiple formats from a single document. this article will describe how to create a simple article (document) in docbook and how to use sgml-tools lite to render several types of file-formats from that document.
docbook 是一个由 sgml 或者 xml 文档类型定义(dtd)定义的标记语言.简单地说,docbook 是一套描述文档结构地标签.docbook 的标签类似于 html 的标签,因此如果你写过 html,那么 docbook 对你来说不会太陌生.... 下一页