mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 14:19:19 +02:00
Renewed html page in "Help" > "Online Help". By Roland Hahn.
This commit is contained in:
parent
6d1574db34
commit
2447e8d60b
Binary file not shown.
Before Width: | Height: | Size: 56 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 79 KiB |
106
docs/index.html
106
docs/index.html
@ -1,46 +1,78 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html><head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Lazarus</title><meta name="author" content="Mattias Gaertner"> <meta
|
||||
name="description" content="Start Page"></head>
|
||||
<body
|
||||
style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: helvetica,arial,sans-serif;"
|
||||
alink="#006600" link="#993300" vlink="#660000"><table
|
||||
style="width: 740px; text-align: left; margin-left: auto; margin-right: auto;"
|
||||
border="0" cellpadding="2" cellspacing="2"> <tbody> <tr
|
||||
align="center"> <td
|
||||
style="vertical-align: top; background-color: rgb(255, 255, 255);"><big>
|
||||
<img src="images/laztitle.png" title="" alt="The Lazarus Project"
|
||||
style="width: 740px; height: 100px;"></big><big><span
|
||||
style="font-family: helvetica,arial,sans-serif;"><br> </span></big></td>
|
||||
</tr> <tr> <td
|
||||
style="vertical-align: top; background-color: rgb(255, 255, 255);"><big><br>Welcome
|
||||
to Lazarus</big><br> <br>
|
||||
Lazarus is a Rapid Application Development tool for Free Pascal
|
||||
and currently runs on Linux, Mac OS X, BSD and of course Windows.<br>
|
||||
It is freely available, open source and completely written in Free
|
||||
Pascal.<br>
|
||||
<br>The official Lazarus site is <a
|
||||
href="https://www.lazarus-ide.org/">https://www.lazarus-ide.org/</a>.<br>
|
||||
There is a wiki with a lot of information around Lazarus at <a
|
||||
href="http://wiki.lazarus.freepascal.org/">http://wiki.lazarus.freepascal.org/</a>.<br>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Lazarus</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="author" content="Mattias Gaertner">
|
||||
<meta name="description" content="Start Page">
|
||||
<style media="all">
|
||||
body {
|
||||
font-family: helvetica, arial, sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
}
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
color: #993300;
|
||||
}
|
||||
.main_container {
|
||||
margin: 0 auto;
|
||||
width: 740px;
|
||||
background-color: white;
|
||||
box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.37);
|
||||
margin-top: 20px;
|
||||
}
|
||||
.logo_container {
|
||||
height: 100px;
|
||||
background: url(images/laztitle.svg) no-repeat;
|
||||
background-size: 740px 100px;
|
||||
}
|
||||
.txt_container {
|
||||
margin: 30px;
|
||||
}
|
||||
.header {
|
||||
font-weight: 700;
|
||||
padding: 0px 0px 6px 0px;
|
||||
}
|
||||
.fos22 {
|
||||
font-size: 22px;
|
||||
}
|
||||
.blue {
|
||||
color: #3a5796;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="main_container">
|
||||
<div class="logo_container"></div>
|
||||
<div class="txt_container">
|
||||
<div class="header fos22 blue">Welcome to Lazarus</div>
|
||||
Lazarus is a Rapid Application Development tool for Free Pascal and currently runs on Linux, Mac OS X, BSD and of course Windows.<br>
|
||||
It is freely available, open source and completely written in Free Pascal.<br>
|
||||
<br>
|
||||
The official Lazarus site is <a href="https://www.lazarus-ide.org/">https://www.lazarus-ide.org/</a>.<br>
|
||||
There is a wiki with a lot of information around Lazarus at <a href="http://wiki.lazarus.freepascal.org/">http://wiki.lazarus.freepascal.org/</a>.<br>
|
||||
Free Pascal can be found at <a href="https://www.freepascal.org/">https://www.freepascal.org/</a>.<br>
|
||||
<br>
|
||||
The Lazarus Component Library is licensed under a modified GNU Lesser
|
||||
General Public License.<br>
|
||||
The Lazarus IDE is licensed under the GNU General Public License.<br> <br>
|
||||
The Lazarus Component Library is licensed under a modified GNU Lesser General Public License.<br>
|
||||
The Lazarus IDE is licensed under the GNU General Public License.<br>
|
||||
<br>
|
||||
<a href="https://www.freepascal.org/docs.var">Free Pascal online documentation.</a><br>
|
||||
<a href="http://lazarus-ccr.sourceforge.net/docs/rtl">RTL - Free Pascal Run Time Library</a><br>
|
||||
<a href="http://lazarus-ccr.sourceforge.net/docs/fcl">FCL - Free Component Library</a><br>
|
||||
<a href="http://lazarus-ccr.sourceforge.net/docs/lcl">LCL - Lazarus Component Library</a><br>
|
||||
<a href="http://lazarus-ccr.sourceforge.net/docs/lazutils">LazUtils - Lazarus Utilities Package</a><br>
|
||||
<br>
|
||||
<h3>Offline help</h3>
|
||||
<div class="header blue">Offline help</div>
|
||||
Many help files are available for download in chm and inf format.<br>
|
||||
<ul>
|
||||
<li>Viewer for chm files: see <a href="http://wiki.freepascal.org/Installing_Help_in_the_IDE#Installing_CHM_Help_for_The_RTL.2C_FCL_and_LCL_in_the_Lazarus_IDE">Installing CHM help in the IDE</a></li>
|
||||
<li>Viewer for inf files: see <a href="https://fpgui.sourceforge.net/docview_ide_integration.shtml">DocView IDE Integration</a>.</li>
|
||||
</td> </tr> </tbody>
|
||||
</table><big><br>
|
||||
</big><br></body></html>
|
||||
<br>
|
||||
Viewer for chm files: see <a href="http://wiki.freepascal.org/Installing_Help_in_the_IDE#Installing_CHM_Help_for_The_RTL.2C_FCL_and_LCL_in_the_Lazarus_IDE">Installing CHM help in the IDE</a><br>
|
||||
Viewer for inf files: see <a href="https://fpgui.sourceforge.net/docview_ide_integration.shtml">DocView IDE Integration</a>.<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user