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="en" lang="en">
<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>
@@ -83,15 +82,15 @@ The following components are required for compiling VeraCrypt:
<div class="wikidoc">
<p>Below are the procedure steps. Clicking on any of the link takes directly to the related step:
<ul>
<li><strong><a href="#InstallationOfGNUMake">Installation of GNU Make</a></li></strong>
<li><strong><a href="#InstallationOfGNUCompiler">Installation of GNU C/C++ Compiler</a></li></strong>
<li><strong><a href="#InstallationOfYASM">Installation of YASM</a></li></strong>
<li><strong><a href="#InstallationOfPKGConfig">Installation of pkg-config</a></li></strong>
<li><strong><a href="#InstallationOfwxWidgets">Installation of wxWidgets 3.2</a></li></strong>
<li><strong><a href="#InstallationOfFuse">Installation of libfuse</a></li></strong>
<li><strong><a href="#InstallationOfPCSCLite">Installation of libpcsclite</a></li></strong>
<li><strong><a href="#DownloadVeraCrypt">Download VeraCrypt</a></li></strong>
<li><strong><a href="#CompileVeraCrypt">Compile VeraCrypt</a></li></strong>
<li><strong><a href="#InstallationOfGNUMake">Installation of GNU Make</a></strong></li>
<li><strong><a href="#InstallationOfGNUCompiler">Installation of GNU C/C++ Compiler</a></strong></li>
<li><strong><a href="#InstallationOfYASM">Installation of YASM</a></strong></li>
<li><strong><a href="#InstallationOfPKGConfig">Installation of pkg-config</a></strong></li>
<li><strong><a href="#InstallationOfwxWidgets">Installation of wxWidgets 3.2</a></strong></li>
<li><strong><a href="#InstallationOfFuse">Installation of libfuse</a></strong></li>
<li><strong><a href="#InstallationOfPCSCLite">Installation of libpcsclite</a></strong></li>
<li><strong><a href="#DownloadVeraCrypt">Download VeraCrypt</a></strong></li>
<li><strong><a href="#CompileVeraCrypt">Compile VeraCrypt</a></strong></li>
</ul>
</p>
<p>They can also be performed by running the below list of commands in a terminal or by copying them to a script:<br>