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,6 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title> VeraCrypt - 为偏执者提供强大安全保障的免费开源磁盘加密工具</title>
@@ -38,7 +37,7 @@
在加密或解密数据时VeraCrypt 使用所谓的流水线处理(异步处理)。当应用程序从 VeraCrypt 加密的卷/驱动器加载文件的一部分时VeraCrypt 会自动在内存中对其进行解密。由于采用了流水线处理,应用程序无需等待文件的任何部分解密完成,就可以立即开始加载文件的其他部分。在向加密卷/驱动器写入数据时,加密过程也是如此。
</div>
<div style="text-align:left; margin-top:19px; margin-bottom:19px; padding-top:0px; padding-bottom:0px">
流水线处理使得从加密驱动器读取数据和向其写入数据的速度与未加密驱动器一样快(这同样适用于文件托管和分区托管的 VeraCrypt <a href="VeraCrypt%20Volume.html" style="text-align:left; color:#0080c0; text-decoration:none.html"></a>)。*
流水线处理使得从加密驱动器读取数据和向其写入数据的速度与未加密驱动器一样快(这同样适用于文件托管和分区托管的 VeraCrypt <a href="VeraCrypt%20Volume.html" style="text-align:left; color:#0080c0; text-decoration:none"></a>)。*
</div>
<div style="text-align:left; margin-top:19px; margin-bottom:19px; padding-top:0px; padding-bottom:0px">
注意:流水线处理仅在 VeraCrypt 的 Windows 版本中实现。