-
Notifications
You must be signed in to change notification settings - Fork 490
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: Add empty security and optimization pages as placehold…
…ers before alpha. Update installation_guide style.
- Loading branch information
Showing
3 changed files
with
66 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |