-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
105 additions
and
6 deletions.
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,103 @@ | ||
<!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"><head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>BNPanel Information</title><link rel="stylesheet" href="default.css" type="text/css" media="screen,projection" /> | ||
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> | ||
<style type="text/css"> | ||
<!-- | ||
@page { size: 21cm 29.7cm; margin: 2cm } | ||
pre { font-family: "Courier New", monospace } | ||
p { margin-bottom: 0.21cm } | ||
.code {margin: 1em 1em 1em 2em; padding: 0.5em; background-color: rgb(229, 229, 229); vertical-align: top; border: 1px solid #999999;} | ||
--></style></head> | ||
<body> | ||
<div id="header1"> | ||
<h1>About BNPanel</h1> | ||
|
||
</div> | ||
|
||
<a href="index.html">Documentation</a> > About BNPanel | ||
<div id="outerframe"> | ||
<div id="main"> | ||
<p>BNPanel is an web application,<br /> | ||
|
||
and is free software (GNU/GPLv3). It's translated into more 30 languages,<br /> | ||
</p> | ||
|
||
|
||
|
||
<p>Technically, BNPanel is a web application written in PHP that stores data in a <br /> | ||
|
||
MySQL database. Users access it using a web browser. </p> | ||
|
||
|
||
<p>If you would like to know more or help develop this software, please visit<br /> | ||
|
||
our homepage at <a href="http://www.chamilo.org">http://www.chamilo.org</a></p> | ||
|
||
<h1>License</h1> | ||
|
||
<p>BNPanel is distributed under the GNU General Public license (GNU/GPLv3).<br /> | ||
|
||
Read the <a href="licence.html">GNU General Public license (GPL)</a> .</p> | ||
|
||
|
||
<h1>Portability</h1> | ||
|
||
<p>BNPanel is an AMP software. This means it should work on any platform running Apache<br /> | ||
|
||
+ MySQL + PHP. It is then supposed to work on the following Operating Systems :</p> | ||
|
||
|
||
<ul> | ||
|
||
<li> Linux</li> | ||
|
||
<li> Windows (98, Me, NT4, 2000, XP, VISTA)</li> | ||
|
||
<li> Unix</li> | ||
|
||
<li> Mac OS X</li> | ||
|
||
</ul> | ||
|
||
|
||
<p>It has been tested on </p> | ||
|
||
|
||
<ul> | ||
|
||
<li> Fedora, Mandrake, Red Hat Enterprise Server, Ubuntu, Debian </li> | ||
|
||
<li> Windows XP, Windows 2000</li> | ||
|
||
<li> Mac OS X 10.3</li> | ||
|
||
</ul> | ||
We officially recommend Debian and Ubuntu operating systems for their security, community and availability to the public.<br /> | ||
|
||
<p>E-mail functions remain silent on systems where there is no mail sending software<br /> | ||
|
||
(Sendmail, Postfix, Hamster...), which is the case by default on a Windows machine.</p> | ||
|
||
|
||
<h1>Interoperability</h1> | ||
|
||
|
||
<p>Client side, BNPanel runs on any browser : Firefox, MS Internet Explorer (5.0+), Netscape (4.7+),<br /> | ||
|
||
Mozilla (1.2+), Safari, Opera, ...<br />For better user experience, we recommend Firefox 3.5+ (you can download it freely from <a href="http://getfirefox.com">http://getfirefox.com</a>).</p> | ||
|
||
<p> | ||
<em>Association Contact address</em>: <br /> | ||
Mail: <a href="mailto:BNPanel.org">[email protected]</a> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<hr /> | ||
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Transitional" style="margin: 1em; float: right;" height="31" width="88" /></a> | ||
<a href="http://jigsaw.w3.org/css-validator/"> | ||
<img src="http://jigsaw.w3.org/css-validator/images/vcss-blue" style="margin: 1em; float: right;" alt="Valid CSS" /> | ||
</a> | ||
</body></html> |