Ticket #5799: welcome_en.html.patch
File welcome_en.html.patch, 7.9 KB (added by , 15 years ago) |
---|
-
docs/welcome/welcome_en.html
20 20 <body> 21 21 22 22 <div id="banner"> 23 <div>< span>User guide</span></div>23 <div></div> 24 24 </div> 25 25 26 26 <div class="nav"> … … 32 32 <li><a href="welcome_it.html"><img src="images/flags/it.png" alt="" />Italiano</a></li> 33 33 <li><a href="welcome_ru.html"><img src="images/flags/ru.png" alt="" />Русский</a></li> 34 34 <li><a href="welcome_es.html"><img src="images/flags/es.png" alt="" />Español</a></li> 35 <li><a href="welcome_sv_SE.html"><img src="images/flags/sv_SE.png" alt="" />Svensk </a></li>35 <li><a href="welcome_sv_SE.html"><img src="images/flags/sv_SE.png" alt="" />Svenska</a></li> 36 36 <li><a href="welcome_jp.html"><img src="images/flags/jp.png" alt="" />日本語</a></li> 37 37 <li><a href="welcome_uk.html"><img src="images/flags/uk.png" alt="" />Українська</a></li> 38 38 </ul> … … 46 46 47 47 <h2> 48 48 <a id="welcome" name="welcome">Welcome to Haiku!</a></h2> 49 <p>Thank you very much for checking out Haiku! This is our firstpublic release. We hope to attract new developers to our project and give future users a chance to check out Haiku. We realize that this <i>alpha release</i> does not yet fully live up to the goals that we have set for ourselves and doesn't offer all the features and well-rounded end-user experience planned for the final R1 version. However, we hope that this release lets you discover Haiku's great potential and that you share our excitement.</p>49 <p>Thank you very much for checking out Haiku! This is our second public release. We hope to attract new developers to our project and give future users a chance to check out Haiku. We realize that this <i>alpha release</i> does not yet fully live up to the goals that we have set for ourselves and doesn't offer all the features and well-rounded end-user experience planned for the final R1 version. However, we hope that this release lets you discover Haiku's great potential and that you share our excitement.</p> 50 50 51 51 <h2> 52 52 <a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a> 53 53 <a id="bugreport" name="bugreport">Beware of Bugs</a></h2> 54 <p>We were working very hard to fix all possiblyshow stopping bugs, however, being an alpha release, there are bound to be plenty left undiscovered.</p>54 <p>We have been working hard to fix all possible show stopping bugs, however, being an alpha release, there are bound to be plenty left undiscovered.</p> 55 55 <div class="box-warning">We discourage using alpha versions as a production system. Your data could very well be altered, mangled or downright destroyed.</div> 56 56 57 57 <p>One of the main reasons for releasing an alpha version is to attract more people to test the system and discover bugs or provide suggestions for future enhancements. Please file bugs and enhancements in our bug tracker after using its search function to avoid duplicates.</p> … … 78 78 <ul> 79 79 <li><a href="http://www.haikuware.com" class="printurl">Haikuware</a></li> 80 80 <li><a href="http://www.bebits.com" class="printurl">BeBits</a></li> 81 <li><a href="http://ports.haiku-files.org/" class="printurl">HaikuPorts</a> maintains patches for ported software</li>82 <li><a href="http://www.osdrawer.net/" class="printurl">OsDrawer</a> hosts native BeOS and Haiku open source software projects</li>81 <li><a href="http://ports.haiku-files.org/" class="printurl">HaikuPorts</a> - maintains patches for ported software</li> 82 <li><a href="http://www.osdrawer.net/" class="printurl">OsDrawer</a> - hosts native BeOS and Haiku open source software projects</li> 83 83 </ul> 84 84 85 <p>There are also so called Optional Packages, which are used by Haiku's build system. It is not intended for end users to manually extract and install them. However, a utility script is provided, <tt>installoptionalpackage</tt>. This script is meant to bridge the gap while Haiku's package management is still under construction. It will allow you to install most of the available Optional Packages.<br />85 <p>There are also so-called Optional Packages, which are used by Haiku's build system. It is not intended for end users to manually extract and install them. Instead, a utility script is provided, <tt>installoptionalpackage</tt>. This script is meant to bridge the gap while Haiku's package management is still under construction. It will allow you to install most of the available Optional Packages.<br /> 86 86 You'll have to run a command in Terminal:</p> 87 87 <p><tt>installoptionalpackage -l</tt> - lists all available packages.<br /> 88 88 <tt>installoptionalpackage -a {packagename}</tt> - will download and add the package to your system.<br /> 89 <tt>installoptionalpackage -a "{packagename} {packagename}"</tt> - will install several at once. The quotes are indeed necessary.</p>89 <tt>installoptionalpackage -a {packagename} {packagename}</tt> - will install several at once.</p> 90 90 91 91 <h2> 92 92 <a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a> 93 93 <a id="api" name="api">Getting to know the API</a></h2> 94 <p>Since Haiku is a reimplementation, the API is still the same as for BeOS R5 (with some additions). Therefore the documentation in the BeBook is still a valid resource. Thanks to ACCESS, who own the rights to former Be Inc. property, we are allowed to provide a copy of the BeBook.</p>94 <p>Since Haiku is a reimplementation, the API is still the same as for BeOS R5 (with some additions). Therefore the documentation in the BeBook is still a valid resource. Thanks to ACCESS, who owns the rights to former Be Inc. property, we are allowed to provide a copy of the BeBook.</p> 95 95 96 96 <p>There are additional resources that should help you getting started:</p> 97 97 <ul> 98 98 <li><a href="http://www.haiku-os.org/development/faq" class="printurl">Development FAQ</a></li> 99 99 <li><a href="http://dev.haiku-os.org/browser/" class="printurl">Source Browser</a></li> 100 <li><a href="http://www.haiku-os.org/legacy-docs/bebook/" class="printurl"> BeBook</a></li>101 <li><a href="http://www.haiku-os.org/legacy-docs/benewsletter/" class="printurl">Be Newsletter Archive</a></li>100 <li><a href="http://www.haiku-os.org/legacy-docs/bebook/" class="printurl">The Be Book</a></li> 101 <li><a href="http://www.haiku-os.org/legacy-docs/benewsletter/" class="printurl">Be Newsletter Archive</a></li> 102 102 </ul> 103 103 104 104 <h2> 105 105 <a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a> 106 106 <a id="contact" name="contact">Getting in contact</a></h2> 107 <p>Get in contact with other developers and users and join the discussions on IRC, in our forums or the mailing lists. When many different people come together, rules have to established to keep communication effective. Please respect our <a href="http://www.haiku-os.org/ node/2517">Mailing List Etiquette</a>.</p>107 <p>Get in contact with other developers and users and join the discussions on IRC, in our forums or the mailing lists. When many different people come together, rules have to established to keep communication effective. Please respect our <a href="http://www.haiku-os.org/community/ml/etiquette">Mailing List Etiquette</a>.</p> 108 108 <ul> 109 109 <li><a href="http://www.haiku-os.org/community/irc" class="printurl">IRC channels</a></li> 110 110 <li><a href="http://www.haiku-os.org/forum" class="printurl">Forums</a></li> 111 111 <li><a href="http://www.freelists.org/list/haiku" class="printurl">General mailing list</a></li> 112 112 <li><a href="http://www.freelists.org/list/haiku-development" class="printurl">Development mailing list concerning Haiku itself</a></li> 113 113 <li><a href="http://www.freelists.org/list/haiku-3rdparty-dev" class="printurl">Mailing list for 3rd party application programmers</a></li> 114 <li><a href="http://www.haiku-os.org/community/ml" class="printurl">Overview </a> of more specific mailing lists</li>114 <li><a href="http://www.haiku-os.org/community/ml" class="printurl">Overview of all mailing lists</a></li> 115 115 </ul> 116 116 117 117 </div>