1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Documentation: Remove XHTML spec and fix errors (#1547)

* Documentation: Remove XHTML spec and fix errors
None of the docs follow the XHTML specification, which means
that programs that expect this (such as Gnome Web) as it is advertised
as such, will completely fail to parse it as it is incorrect syntax. So
it is removed.

* Remove .chm files
This commit is contained in:
Jertzukka
2025-06-02 03:19:00 +03:00
committed by GitHub
parent d9c41e0dba
commit 4e112df0d2
335 changed files with 1607 additions and 1932 deletions

View File

@@ -1,5 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html>
<style>
.textbox {
@@ -24,7 +23,7 @@
</style>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">
<html lang="zh-CN">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>VeraCrypt - 为偏执者提供强大安全保障的免费开源磁盘加密工具</title>
@@ -93,27 +92,27 @@
<div class="wikidoc">
以下是操作步骤。点击任何链接可直接跳转到相关步骤:
<ul>
<li><strong><a href="#InstallationOfMicrosoftVisualStudio2010">安装Microsoft Visual Studio 2010</a></li></strong>
<li><strong><a href="#InstallationOfMicrosoftVisualStudio2010ServicePack1">安装Microsoft Visual Studio 2010 Service Pack 1</a></li></strong>
<li><strong><a href="#InstallationOfNASM">安装NASM</a></li></strong>
<li><strong><a href="#InstallationOfYASM">安装YASM</a></li></strong>
<li><strong><a href="#InstallationOfVisualCPP">安装Microsoft Visual C++ 1.52</a></li></strong>
<li><strong><a href="#InstallationOfWindowsSDK71PP">安装Windows SDK 7.1</a></li></strong>
<li><strong><a href="#InstallationOfWDK71PP">安装Windows Driver Kit 7.1</a></li></strong>
<li><strong><a href="#InstallationOfSDK81PP">安装Windows 8.1 SDK</a></li></strong>
<li><strong><a href="#InstallationOfGzip">安装gzip</a></li></strong>
<li><strong><a href="#InstallationOfUpx">安装upx</a></li></strong>
<li><strong><a href="#InstallationOf7zip">安装7zip</a></li></strong>
<li><strong><a href="#InstallationOfWix3">安装Wix3</a></li></strong>
<li><strong><a href="#InstallationOfVS2019">安装Microsoft Visual Studio 2019</a></li></strong>
<li><strong><a href="#InstallationOfWDK10">安装Windows Driver Kit 2004</a></li></strong>
<li><strong><a href="#InstallationOfVisualBuildTools">安装Visual Studio构建工具</a></li></strong>
<li><strong><a href="#DownloadVeraCrypt">下载VeraCrypt源代码文件</a></li></strong>
<li><strong><a href="#CompileWin32X64">编译VeraCrypt的Win32/x64版本</a></li></strong>
<li><strong><a href="#CompileARM64">编译VeraCrypt的ARM64版本</a></li></strong>
<li><strong><a href="#BuildVeraCryptExecutables">构建VeraCrypt可执行文件</a></li></strong>
<li><strong><a href="#ImportCertificates">导入证书</a></li></strong>
<li><strong><a href="#KnownIssues">已知问题</a></li></strong>
<li><strong><a href="#InstallationOfMicrosoftVisualStudio2010">安装Microsoft Visual Studio 2010</a></strong></li>
<li><strong><a href="#InstallationOfMicrosoftVisualStudio2010ServicePack1">安装Microsoft Visual Studio 2010 Service Pack 1</a></strong></li>
<li><strong><a href="#InstallationOfNASM">安装NASM</a></strong></li>
<li><strong><a href="#InstallationOfYASM">安装YASM</a></strong></li>
<li><strong><a href="#InstallationOfVisualCPP">安装Microsoft Visual C++ 1.52</a></strong></li>
<li><strong><a href="#InstallationOfWindowsSDK71PP">安装Windows SDK 7.1</a></strong></li>
<li><strong><a href="#InstallationOfWDK71PP">安装Windows Driver Kit 7.1</a></strong></li>
<li><strong><a href="#InstallationOfSDK81PP">安装Windows 8.1 SDK</a></strong></li>
<li><strong><a href="#InstallationOfGzip">安装gzip</a></strong></li>
<li><strong><a href="#InstallationOfUpx">安装upx</a></strong></li>
<li><strong><a href="#InstallationOf7zip">安装7zip</a></strong></li>
<li><strong><a href="#InstallationOfWix3">安装Wix3</a></strong></li>
<li><strong><a href="#InstallationOfVS2019">安装Microsoft Visual Studio 2019</a></strong></li>
<li><strong><a href="#InstallationOfWDK10">安装Windows Driver Kit 2004</a></strong></li>
<li><strong><a href="#InstallationOfVisualBuildTools">安装Visual Studio构建工具</a></strong></li>
<li><strong><a href="#DownloadVeraCrypt">下载VeraCrypt源代码文件</a></strong></li>
<li><strong><a href="#CompileWin32X64">编译VeraCrypt的Win32/x64版本</a></strong></li>
<li><strong><a href="#CompileARM64">编译VeraCrypt的ARM64版本</a></strong></li>
<li><strong><a href="#BuildVeraCryptExecutables">构建VeraCrypt可执行文件</a></strong></li>
<li><strong><a href="#ImportCertificates">导入证书</a></strong></li>
<li><strong><a href="#KnownIssues">已知问题</a></strong></li>
</ul>
</div>