惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
博客园 - Franky
GbyAI
GbyAI
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
爱范儿
爱范儿
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
博客园_首页
MongoDB | Blog
MongoDB | Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Recent Announcements
Recent Announcements
Scott Helme
Scott Helme
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
C
CERT Recently Published Vulnerability Notes
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Jina AI
Jina AI
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
L
LangChain Blog
L
LINUX DO - 最新话题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
H
Hacker News: Front Page
MyScale Blog
MyScale Blog
P
Palo Alto Networks Blog
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
AI
AI
T
Troy Hunt's Blog
Microsoft Azure Blog
Microsoft Azure Blog
阮一峰的网络日志
阮一峰的网络日志
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
S
Secure Thoughts
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
Apple Machine Learning Research
Apple Machine Learning Research
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
S
Security @ Cisco Blogs
Cloudbric
Cloudbric
E
Exploit-DB.com RSS Feed
Attack and Defense Labs
Attack and Defense Labs

博客园 - 深圳杰瑞

Visual Studio 2010到底怎么样? 书评:我看《软件开发沉思录ThoughtWorks文集》 准备开始研究WF和WCF 2008第一帖:WSDL Binding风格 一个样式很特殊的网页 自己编写一个SQL Server中用的lastindexof函数 今天居然中了MSN病毒。 理解SOAP的好文章 分布式计算技术 Powerdesigner 扩展模型的机制分析 脚本语言和动态语言的讨论。 如何嵌入Live Messenger? 让IE中的IFrame透明 截获SQL Server客户端登录SQL Server服务器的密码 网站CSS设计站点链接 用Sandcastle生成CHM1.x中文文档 今天看到的几本好书 客户端脚本刷新UpdatePanel的链接 设计文章链接
用Sandcastle生成CHM1.x中文文档(续)
深圳杰瑞 · 2007-12-25 · via 博客园 - 深圳杰瑞

前一篇文章《用Sandcastle生成CHM1.x中文文档》发布了之后,有些朋友希望获得我翻译的中文模版。

现共享如下:

/Files/didasoft/Docs.zip

先说明一下,这些文件翻译的是VS2005风格的模版。

那么,如何使用这些文件呢?

首先,我们需要在相应的目录下创建zh-CN子目录。这些目录包括:

C:\Program Files\Sandcastle\Presentation\Shared\content\zh-CN
C:\Program Files\Sandcastle\Presentation\vs2005\Content\zh-CN

然后,将Docs.zip压缩包中的

syntax_content.xml文件拷贝到第一个目录下,将conceptual_content.xmlfeedBack_content.xmlreference_content.xmlshared_content.xmltoken_content.xml等这几个文件拷贝到后面那个子目录中。

最后,将

VS2005BuilderContent_zh-CN.XML和SharedBuilderContent_zh-CN.xml这两个文件拷贝到D:\Program Files\EWSoftware\Sandcastle Help File Builder\SharedContent这个目录下,覆盖原来的文件。

这样的话,这些文件就可以使用了。

请注意,在SandCastle Help File Builder的项目文件设置中,要将

Language选项设置为Chinese(Peoples Republic of China)
PresentationStyle设置为vs2005

这样就可以用到这些翻译的模板文件了。

备注:如果希望像我之前那篇文章中那样嵌入公司的Logo,可以在ComponentsConfiguration选项中打开Select and Configure Build Components对话框,然后编辑Post-transform component,再选择Logo file页签,就可以设置公司Logo文件了。