| 1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 2 |
|
| 3 |
<html> |
| 4 |
<head> |
| 5 |
<title>Laszlo Documentation</title> |
| 6 |
<link rel="STYLESHEET" type="text/css" href="./includes/styles.css"> |
| 7 |
</head> |
| 8 |
|
| 9 |
<body class="doc-index"> |
| 10 |
<img class="logo" src="./includes/logo_web_sm.gif"/> |
| 11 |
<h1>Laszlo Documentation</h1> |
| 12 |
|
| 13 |
|
| 14 |
<p>Laszlo's developer documentation includes overviews, tutorials, and details on application development with Laszlo's technology. Follow the links below to find specific documentation. </p> |
| 15 |
|
| 16 |
<ul> |
| 17 |
<li> |
| 18 |
<b><a href="./installation/index.html">Installation Instructions</a></b><br> |
| 19 |
How to install and upgrade the LPS. |
| 20 |
</li> |
| 21 |
|
| 22 |
<li> |
| 23 |
<b><a href="./guide/index.html">Software Developer's Guide</a></b><br> |
| 24 |
In depth explanations of Laszlo concepts. |
| 25 |
</li> |
| 26 |
<li> |
| 27 |
<b><a href="./design/index.html">Graphic Designer's Guide</a></b><br> |
| 28 |
Explanation of Laszlo topics of particular interest to graphic and user interface designers. |
| 29 |
</li> |
| 30 |
<li> |
| 31 |
<b><a href="./deploy/index.html">System Administrator's Guide to Deploying Laszlo Applications</a></b><br> |
| 32 |
How to make Laszlo applications available on the web. |
| 33 |
</li> |
| 34 |
|
| 35 |
<li> |
| 36 |
<b><a href="./reference/index.html">LZX Reference</a></b><br> |
| 37 |
Comprehensive listing of all LZX tag definitions and APIs -- including tag attributes and API methods and parameters. |
| 38 |
</li> |
| 39 |
|
| 40 |
|
| 41 |
<li> |
| 42 |
<b><a href="./release-notes.html">Release Notes</a></b><br> |
| 43 |
What's new in the release; changes to LZX syntax. |
| 44 |
</li> |
| 45 |
|
| 46 |
<li> |
| 47 |
<b><a href="./components/components.lzx?lzt=html">Components Hierarchy</a></b><br> |
| 48 |
Hierarchy of components and how they're related. |
| 49 |
</li> |
| 50 |
|
| 51 |
<li> |
| 52 |
<b><a href="./component-design/index.html">Component Design</a></b><br> |
| 53 |
An Overview of the Laszlo Component Set for User Interface Designers. |
| 54 |
</li> |
| 55 |
|
| 56 |
</ul> |
| 57 |
|
| 58 |
<p>If you cannot find answers here, please ask your question on the forums or check the index of the documentation. Also, please feel free to give us direct feedback on the documentation to <a href="mailto:docs@laszlosystems.com">docs@laszlosystems.com</a>. </p> |
| 59 |
|
| 60 |
|
| 61 |
|
| 62 |
|
| 63 |
<!-- **ENDTUTORIAL --> |
| 64 |
|
| 65 |
|
| 66 |
<!-- * H_LZ_COPYRIGHT_BEGIN *********************************************** --> |
| 67 |
<p class="copyright">Copyright © 2002-2005 <a target="_top" |
| 68 |
href="http://www.laszlosystems.com/">Laszlo Systems, Inc.</a> |
| 69 |
All Rights Reserved. Unauthorized use, duplication or |
| 70 |
distribution is strictly prohibited. This is the proprietary |
| 71 |
information of Laszlo Systems, Inc. Use is subject to license terms.</p> |
| 72 |
<!-- * H_LZ_COPYRIGHT_END ************************************************* --> |
| 73 |
</body> |
| 74 |
</html> |
| 75 |
|
| 76 |
|