mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -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="en" lang="en">
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title>VeraCrypt - Free Open source disk encryption with strong security for the Paranoid</title>
|
||||
@@ -40,11 +39,11 @@ This section presents possible solutions to common problems that you may run int
|
||||
Note: If your problem is not listed here, it might be listed in one of the following sections:</div>
|
||||
<ul style="text-align:left; margin-top:18px; margin-bottom:19px; padding-top:0px; padding-bottom:0px">
|
||||
<li style="text-align:left; margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px">
|
||||
<a href="Incompatibilities.html" style="text-align:left; color:#0080c0; text-decoration:none.html">Incompatibilities</a>
|
||||
<a href="Incompatibilities.html" style="text-align:left; color:#0080c0; text-decoration:none">Incompatibilities</a>
|
||||
</li><li style="text-align:left; margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px">
|
||||
<a href="Issues%20and%20Limitations.html" style="text-align:left; color:#0080c0; text-decoration:none.html">Known Issues & Limitations</a>
|
||||
<a href="Issues%20and%20Limitations.html" style="text-align:left; color:#0080c0; text-decoration:none">Known Issues & Limitations</a>
|
||||
</li><li style="text-align:left; margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px">
|
||||
<a href="FAQ.html" style="text-align:left; color:#0080c0; text-decoration:none.html">Frequently Asked Questions</a>
|
||||
<a href="FAQ.html" style="text-align:left; color:#0080c0; text-decoration:none">Frequently Asked Questions</a>
|
||||
</li></ul>
|
||||
<table style="border-collapse:separate; border-spacing:0px; text-align:left; font-size:11px; line-height:13px; font-family:Verdana,Arial,Helvetica,sans-serif">
|
||||
<tbody style="text-align:left">
|
||||
@@ -93,7 +92,7 @@ You can try to restore the volume header from the backup embedded in the volume
|
||||
Run VeraCrypt. </li><li style="text-align:left; margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px">
|
||||
Click <em style="text-align:left">Select Device</em> or <em style="text-align:left">
|
||||
Select File</em> to select your volume. </li><li style="text-align:left; margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px">
|
||||
Select <em style="text-align:left"><a href="Program%20Menu.html#tools-restore-volume-header" style="text-align:left; color:#0080c0; text-decoration:none.html">Tools > Restore Volume Header</a></em>.
|
||||
Select <em style="text-align:left"><a href="Program%20Menu.html#tools-restore-volume-header" style="text-align:left; color:#0080c0; text-decoration:none">Tools > Restore Volume Header</a></em>.
|
||||
</li></ol>
|
||||
</li></ul>
|
||||
<hr style="text-align:left">
|
||||
@@ -142,7 +141,7 @@ Solution Related to Cause 2:</div>
|
||||
<blockquote style="text-align:left">
|
||||
<div style="text-align:left; margin-top:19px; margin-bottom:19px; padding-top:0px; padding-bottom:0px">
|
||||
Create a new outer volume (defragmentation is not a solution, because it would adversely affect plausible deniability – see section
|
||||
<a href="Defragmenting.html" style="text-align:left; color:#0080c0; text-decoration:none.html">
|
||||
<a href="Defragmenting.html" style="text-align:left; color:#0080c0; text-decoration:none">
|
||||
Defragmenting</a>).</div>
|
||||
</blockquote>
|
||||
<div style="text-align:left; margin-top:19px; margin-bottom:19px; padding-top:0px; padding-bottom:0px">
|
||||
@@ -429,6 +428,6 @@ https://support.microsoft.com/kb/177078/</a></div>
|
||||
<br style="text-align:left">
|
||||
<br style="text-align:left">
|
||||
<br style="text-align:left">
|
||||
See also: <a href="Issues%20and%20Limitations.html" style="text-align:left; color:#0080c0; text-decoration:none; font-weight:bold.html">
|
||||
Known Issues & Limitations</a>, <a href="Incompatibilities.html" style="text-align:left; color:#0080c0; text-decoration:none; font-weight:bold.html">Incompatibilities</a></p>
|
||||
See also: <a href="Issues%20and%20Limitations.html" style="text-align:left; color:#0080c0; text-decoration:none; font-weight:bold">
|
||||
Known Issues & Limitations</a>, <a href="Incompatibilities.html" style="text-align:left; color:#0080c0; text-decoration:none; font-weight:bold">Incompatibilities</a></p>
|
||||
</div><div class="ClearBoth"></div></body></html>
|
||||
|
||||
Reference in New Issue
Block a user