Documentation: Add empty security and optimization pages as placeholders before alpha. Update installation_guide style.

pull/5682/head
Yannick Warnier 4 months ago
parent f23a1f0dc3
commit f534c73420
  1. 11
      public/documentation/installation_guide.html
  2. 29
      public/documentation/optimization.html
  3. 25
      public/documentation/security.html

@ -3,6 +3,17 @@
<head>
<meta charset="UTF-8">
<title>Installation guide for Chamilo 2</title>
<link rel="stylesheet" href="../build/legacy_app.css" />
<link rel="stylesheet" href="../build/app.css" />
<link rel="stylesheet" href="../build/vue.css" />
<style>
body {width:90%; margin-left: 5%; margin-right: 5%;}
h1 {font-size: xxx-large; margin-top: 1em; margin-bottom: 1em;}
h2 {margin-top: 1em;}
p {margin-bottom: 0.5em; margin-top: 0.5em;}
ul {list-style-type: circle; margin-left: 1em;}
table {margin: 1em;}
</style>
</head>
<body>
<h1>Chamilo installation guide</h1>

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Optimization guide for Chamilo 2</title>
<link rel="stylesheet" href="../build/legacy_app.css" />
<link rel="stylesheet" href="../build/app.css" />
<link rel="stylesheet" href="../build/vue.css" />
<style>
body {width:90%; margin-left: 5%; margin-right: 5%;}
h1 {font-size: xxx-large; margin-top: 1em; margin-bottom: 1em;}
h2 {margin-top: 1em;}
p {margin-bottom: 0.5em; margin-top: 0.5em;}
ul {list-style-type: circle; margin-left: 1em;}
table {margin: 1em;}
</style>
</head>
<body>
<h1>Optimization guide for Chamilo 2</h1>
<p>
Although we strive to make Chamilo as lightweight and fast as possible
out of the box, some optimizations can have a averse effect on some
other aspects of Chamilo.</p>
<p>
This page will contain optimization hints in the future. At this time,
Chamilo 2 is very young and there are no optimization hints yet.
</p>
</body>
</html>

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Installation guide for Chamilo 2</title>
<link rel="stylesheet" href="../build/legacy_app.css" />
<link rel="stylesheet" href="../build/app.css" />
<link rel="stylesheet" href="../build/vue.css" />
<style>
body {width:90%; margin-left: 5%; margin-right: 5%;}
h1 {font-size: xxx-large; margin-top: 1em; margin-bottom: 1em;}
h2 {margin-top: 1em;}
p {margin-bottom: 0.5em; margin-top: 0.5em;}
ul {list-style-type: circle; margin-left: 1em;}
table {margin: 1em;}
</style>
</head>
<body>
<h1>Security guide for Chamilo 2</h1>
<p>
This page will present recommendations on how to strengthen your Chamilo 2 installation
to reduce security risks.
</p>
</body>
</html>
Loading…
Cancel
Save