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:
@@ -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>
|
||||
@@ -48,7 +47,7 @@
|
||||
<li>卷的哪些扇区正在发生变化(因为您总是遵循步骤1)。例如,如果您将备份卷存储在存放在银行保险箱中的设备上(或对手可以反复访问的任何其他位置),并且该卷包含一个隐藏卷,这一点尤为重要(有关更多信息,请参阅“<a href="Plausible%20Deniability.html">似是而非的否认性</a>”一章中的“<a href="Security%20Requirements%20for%20Hidden%20Volumes.html">隐藏卷的安全要求和预防措施</a>”小节)。
|
||||
</li><li>其中一个卷是另一个卷的备份。</li></ul>
|
||||
<h3>系统分区</h3>
|
||||
<p>注意:除了备份文件,我们还建议您备份VeraCrypt救援磁盘(选择“系统”>“创建救援磁盘”)。有关更多信息,请参阅“Vera<em>Crypt救援磁盘”部分。</p>
|
||||
<p>注意:除了备份文件,我们还建议您备份VeraCrypt救援磁盘(选择“系统”>“创建救援磁盘”)。有关更多信息,请参阅“<em>VeraCrypt救援磁盘</em>”部分。</p>
|
||||
<p>要安全可靠地备份加密的系统分区,建议遵循以下步骤:</p>
|
||||
<ol>
|
||||
<li>如果您的计算机上安装了多个操作系统,请启动不需要预启动身份验证的操作系统。<br>
|
||||
|
||||
Reference in New Issue
Block a user