当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: A gentle guide to DocBook 简单介绍 D
 

 

    摘要:一个关于xslt的模板匹配规则的问题 问题出处: http://expert.csdn.net/expert/topic/2549/2549396.xml?temp=.5212061 问题描述: ***************源文件:test.xml**************** <?xml version="1.0"?> <books> ......
 ·linker分析2    »显示摘要«
    摘要:(*1*):建立dll工程。在第二步选1。即默认。//这个dll工程只用来输出两个函数。别无他用。添加文件dll.cpp:文件内容如下:#include"stdio.h"void __declspec(dllexport) exportone( void ){ printf("i am exportone!\n");}void __declspec(dlle......


简单介绍DocBook

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 对你来说不会太陌生.
...   下一页
 ·coff格式续篇—lib文件的结构    »显示摘要«
    摘要: 上一篇文章介绍了coff目标文件的结构。如果你试着做一个应用程序的连接器(linker),就会发现,仅仅有目标文件是不够的。我们在连接程序时,不仅仅要用到目标文件,库文件也是必不可少的。 库文件是怎么样的结构呢? 其实,库文件的结构也很简单。它就是“一堆”目标文件的集合。把目标文件做成库以后,我们在使用目标文件中所实现的功能时,连接程序会自动在库文件里查找相应的目标文件,并使用它。这大大减少了我......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE