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>
@@ -83,15 +82,15 @@
<div class="wikidoc">
<p>以下是具体步骤。点击任何链接可直接跳转到相关步骤:
<ul>
<li><strong><a href="#InstallationOfGNUMake">安装 GNU Make</a></li></strong>
<li><strong><a href="#InstallationOfGNUCompiler">安装 GNU C/C++ 编译器</a></li></strong>
<li><strong><a href="#InstallationOfYASM">安装 YASM</a></li></strong>
<li><strong><a href="#InstallationOfPKGConfig">安装 pkg-config</a></li></strong>
<li><strong><a href="#InstallationOfwxWidgets">安装 wxWidgets 3.2</a></li></strong>
<li><strong><a href="#InstallationOfFuse">安装 libfuse</a></li></strong>
<li><strong><a href="#InstallationOfPCSCLite">安装 libpcsclite</a></li></strong>
<li><strong><a href="#DownloadVeraCrypt">下载 VeraCrypt</a></li></strong>
<li><strong><a href="#CompileVeraCrypt">编译 VeraCrypt</a></li></strong>
<li><strong><a href="#InstallationOfGNUMake">安装 GNU Make</a></strong></li>
<li><strong><a href="#InstallationOfGNUCompiler">安装 GNU C/C++ 编译器</a></strong></li>
<li><strong><a href="#InstallationOfYASM">安装 YASM</a></strong></li>
<li><strong><a href="#InstallationOfPKGConfig">安装 pkg-config</a></strong></li>
<li><strong><a href="#InstallationOfwxWidgets">安装 wxWidgets 3.2</a></strong></li>
<li><strong><a href="#InstallationOfFuse">安装 libfuse</a></strong></li>
<li><strong><a href="#InstallationOfPCSCLite">安装 libpcsclite</a></strong></li>
<li><strong><a href="#DownloadVeraCrypt">下载 VeraCrypt</a></strong></li>
<li><strong><a href="#CompileVeraCrypt">编译 VeraCrypt</a></strong></li>
</ul>
</p>
<p>也可以在终端中运行以下命令列表,或将它们复制到脚本中执行:<br>