Bug 15413: Adding colons where appropriate
[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 go to Koha Administration and set up 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 created, you should log in as that user rather than the root user which is 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> Your online help will be overwritten by the new Help when there is an upgrade. 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' %]