Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/public/documentation/credits.html

37 lines
1.7 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Credits</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>
<div>
<h1>Credits</h1>
<div>
In the past, we maintained a list of contributors to the Chamilo project along with a description of their
contribution. This list is still available <a href="legacy/credits.html">here</a>, but as the project grew in
size and complexity, maintaining this list became more and more time-consuming to the point we could not maintain
it anymore.
</div>
<div>
Today's contributions are mainly obtainable through several platforms' logs:
<ul>
<li>Code contributions can be found in <a href="https://github.com/chamilo/chamilo-lms/commits/master/">Github's list of commits</a> for the corresponding branch.</li>
<li>Translators contributions can be found on <a href="https://translation.chamilo.org/">our translations website</a>, but you have to have a valid account to access them.</li>
<li>Documentation contributions can be found in each guide's appendix in our <a href="https://docs.chamilo.org">online documentation</a></li>
</ul>
</div>
</div>
</body>
</html>