Renewed html page in "Help" > "Online Help". By Roland Hahn.

This commit is contained in:
wp_xyz 2022-11-30 23:48:51 +01:00
parent 6d1574db34
commit 2447e8d60b
3 changed files with 241 additions and 543 deletions

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

View File

@ -1,46 +1,78 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE html>
"http://www.w3.org/TR/html4/loose.dtd"> <html lang="en">
<html><head> <head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>Lazarus</title>
<title>Lazarus</title><meta name="author" content="Mattias Gaertner"> <meta <meta charset="UTF-8">
name="description" content="Start Page"></head> <meta name="author" content="Mattias Gaertner">
<body <meta name="description" content="Start Page">
style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: helvetica,arial,sans-serif;" <style media="all">
alink="#006600" link="#993300" vlink="#660000"><table body {
style="width: 740px; text-align: left; margin-left: auto; margin-right: auto;" font-family: helvetica, arial, sans-serif;
border="0" cellpadding="2" cellspacing="2"> <tbody> <tr font-weight: 400;
align="center"> <td font-size: 16px;
style="vertical-align: top; background-color: rgb(255, 255, 255);"><big> }
<img src="images/laztitle.png" title="" alt="The Lazarus Project" a:link {
style="width: 740px; height: 100px;"></big><big><span text-decoration: none;
style="font-family: helvetica,arial,sans-serif;"><br> </span></big></td> color: #993300;
</tr> <tr> <td }
style="vertical-align: top; background-color: rgb(255, 255, 255);"><big><br>Welcome .main_container {
to Lazarus</big><br> <br> margin: 0 auto;
Lazarus is a Rapid Application Development tool for Free Pascal width: 740px;
and currently runs on Linux, Mac OS X, BSD and of course Windows.<br> background-color: white;
It is freely available, open source and completely written in Free box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.37);
Pascal.<br> margin-top: 20px;
<br>The official Lazarus site is <a }
href="https://www.lazarus-ide.org/">https://www.lazarus-ide.org/</a>.<br> .logo_container {
There is a wiki with a lot of information around Lazarus at <a height: 100px;
href="http://wiki.lazarus.freepascal.org/">http://wiki.lazarus.freepascal.org/</a>.<br> background: url(images/laztitle.svg) no-repeat;
Free Pascal can be found at <a href="https://www.freepascal.org/">https://www.freepascal.org/</a>.<br> background-size: 740px 100px;
<br> }
The Lazarus Component Library is licensed under a modified GNU Lesser .txt_container {
General Public License.<br> margin: 30px;
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> .header {
<a href="http://lazarus-ccr.sourceforge.net/docs/rtl">RTL - Free Pascal Run Time Library</a><br> font-weight: 700;
<a href="http://lazarus-ccr.sourceforge.net/docs/fcl">FCL - Free Component Library</a><br> padding: 0px 0px 6px 0px;
<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> .fos22 {
<br> font-size: 22px;
<h3>Offline help</h3> }
Many help files are available for download in chm and inf format.<br> .blue {
<ul> color: #3a5796;
<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> </style>
</td> </tr> </tbody> </head>
</table><big><br>
</big><br></body></html> <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>
<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>
<div class="header blue">Offline help</div>
Many help files are available for download in chm and inf format.<br>
<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>