Bug 7143: New developers
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / mainpage.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h2>Welcome to Koha</h2>
4
5 <p>If this is your first time logging into Koha, you should now got to Koha Administration and setup all system preferences, patron categories, item types and libraries. You should also review the other settings found in administration.</p>
6
7 <p>Once you have set up patron categories, you should create a new user in the Patrons module with superlibrarian permissions. Once that user is set you should use that user to log in rather than the root user set up as part of installation.</p>
8
9 <p>Here are some other places to look for more information about how to proceed:</p>
10
11 <ul>
12 <li><a href="http://koha-community.org/documentation/">Read Koha documentation</a></li>
13 <li><a href="http://wiki.koha-community.org">Read/Write to the Koha wiki</a></li>
14 <li><a href="http://koha-community.org/support/koha-mailing-lists/">Read and contribute to discussions</a></li>
15 <li><a href="http://bugs.koha-community.org">Report Koha bugs</a></li>
16 <li><a href="http://wiki.koha-community.org/wiki/Version_Control_Using_Git">Submit patches to Koha using git (version control system)</a></li>
17 <li><a href="http://koha-community.org/get-involved/irc/">Chat with Koha users and developers</a></li>
18 </ul>
19
20 <h2>Can I edit the online help?</h2>
21
22 <p>You can edit the online help through the Koha Staff Client by clicking the &quot;Edit Help&quot; button. This feature has been designed so that library workflow and policies can be documented within Koha.</p>
23
24 <p><strong>IMPORTANT:</strong> As part of the upgrade process your online help will be overwritten with the new Help as part of the install. If you want to keep a copy of your online help, you should instruct your System Administrator to upgrade the Online Help directory in the Koha file tree.</p>
25
26 <p>The online help directory is: <pre>[% themelang %]/modules/help</pre></p>
27
28 <p><strong>See the full documentation for Koha in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/">manual</a> (online).</strong></p>
29
30 [% INCLUDE 'help-bottom.inc' %]