Ticket #5799: welcome_en.html.patch

File welcome_en.html.patch, 7.9 KB (added by luroh, 14 years ago)
  • docs/welcome/welcome_en.html

     
    2020<body>
    2121
    2222<div id="banner">
    23 <div><span>User guide</span></div>
     23<div></div>
    2424</div>
    2525
    2626<div class="nav">
     
    3232<li><a href="welcome_it.html"><img src="images/flags/it.png" alt="" />Italiano</a></li>
    3333<li><a href="welcome_ru.html"><img src="images/flags/ru.png" alt="" />Русский</a></li>
    3434<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>
    3636<li><a href="welcome_jp.html"><img src="images/flags/jp.png" alt="" />日本語</a></li>
    3737<li><a href="welcome_uk.html"><img src="images/flags/uk.png" alt="" />Українська</a></li>
    3838</ul>
     
    4646
    4747<h2>
    4848<a id="welcome" name="welcome">Welcome to Haiku!</a></h2>
    49 <p>Thank you very much for checking out Haiku! This is our first 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>
     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>
    5050
    5151<h2>
    5252<a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a>
    5353<a id="bugreport" name="bugreport">Beware of Bugs</a></h2>
    54 <p>We were working very hard to fix all possibly show 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>
    5555<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>
    5656
    5757<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>
     
    7878<ul>
    7979    <li><a href="http://www.haikuware.com" class="printurl">Haikuware</a></li>
    8080    <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>
    8383</ul>
    8484
    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 />
    8686You'll have to run a command in Terminal:</p>
    8787<p><tt>installoptionalpackage -l</tt> - lists all available packages.<br />
    8888<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>
    9090
    9191<h2>
    9292<a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a>
    9393<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>
    9595
    9696<p>There are additional resources that should help you getting started:</p>
    9797<ul>
    9898    <li><a href="http://www.haiku-os.org/development/faq" class="printurl">Development FAQ</a></li>
    9999    <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">BeNewsletter 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>
    102102</ul>
    103103
    104104<h2>
    105105<a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a>
    106106<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>
    108108<ul>
    109109    <li><a href="http://www.haiku-os.org/community/irc" class="printurl">IRC channels</a></li>
    110110    <li><a href="http://www.haiku-os.org/forum" class="printurl">Forums</a></li>
    111111    <li><a href="http://www.freelists.org/list/haiku" class="printurl">General mailing list</a></li>
    112112    <li><a href="http://www.freelists.org/list/haiku-development" class="printurl">Development mailing list concerning Haiku itself</a></li>
    113113    <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>
    115115</ul>
    116116
    117117</div>