Changeset 3794


Ignore:
Timestamp:
Sep 27, 2007, 9:47:12 PM (16 years ago)
Author:
Nicklas Nordborg
Message:

References #524. Fixed some issues in the text, and a build problem on Windows.

Location:
trunk
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r3763 r3794  
    10781078    <mkdir dir="${docbook.html.out}/userdoc/trashcan"/>
    10791079    <mkdir dir="${docbook.html.out}/userdoc/webclient"/>
     1080    <mkdir dir="${docbook.html.out}/userdoc/overview"/>
    10801081    <mkdir dir="${docbook.html.out}/faqs" />
    10811082    <mkdir dir="${docbook.html.out}/appendix" />
  • trunk/doc/src/docbook/userdoc/index.xml

    r3766 r3794  
    2929  <?dbhtml dir="userdoc"?>
    3030  <title>User documentation</title>
    31   <include file="userdoc_overview.xml"/>
     31  <include file="overview.xml"/>
    3232  <include file="webclient.xml"/>
    3333  <include file="project_permission.xml"/>
  • trunk/doc/src/docbook/userdoc/overview.xml

    r3793 r3794  
    2727-->
    2828
    29 <chapter id="userdoc_overview">
    30   <?dbhtml dir="userdoc_overview"?>
     29<chapter id="userdoc_overview" chunked="0">
     30  <?dbhtml dir="overview"?>
    3131  <title>Overview of user documentation</title>
    3232  <para>
     
    5151      Most of the things that have to do with the working environment are gathered in one
    5252      chapter, where the first subsection,
    53       <xref linkend="webclient.introduction" />
    54       , gives a good guidance how to start using BASE including a general explanation
     53      <xref linkend="webclient.introduction" />,
     54      gives a good guidance how to start using BASE including a general explanation
    5555      how to navigate your way through the program.
    5656    </para>
     
    5858    <para>
    5959      The second subsection,
    60       <xref linkend="webclient.configuration" />
    61       , describes how to personlize BASE with contact information, preferences and changing
     60      <xref linkend="webclient.configuration" />,
     61      describes how to personlize BASE with contact information, preferences and changing
    6262      password. The preferences are for instance some appearance like date-format, text-size
    6363      or the look of the toolbar-buttons.
     
    6868      <xref linkend="webclient.items" />
    6969      and
    70       <xref linkend="webclient.itemlist" />
    71       , in the webclient chapter explain how to work with items in BASE. Things explained here
     70      <xref linkend="webclient.itemlist" />,
     71      in the webclient chapter explain how to work with items in BASE. Things explained here
    7272      are general in BASE and give e.g information about itemlists and in which ways they can
    7373      be adjusted to become easier to overlook. Here is also described some single item issue,
     
    8282      There are some working principles that need to be understood by all users in BASE. These
    8383      concern the permission system and how to get the workflow to move on without any
    84       disturbance caused by insufficient permission. The key is to work in projects, that and
    85       the permission system are covered in
    86       <xref linkend="project_permission" />
     84      disturbance caused by insufficient permission. The key is to work in projects, which
     85      is covered in detail in <xref linkend="project_permission" />.
    8786    </para>
    8887    <para>
    8988      Understanding the permission system and how to work in projects will not only make it
    90       simpliar for you to work in BASE but also for your co-workers who want access to your
     89      more simple for you to work in BASE but also for your co-workers who want access to your
    9190      items.
    9291    </para>
     
    107106     
    108107      <xref linkend="import_export_data" />
    109       explains then how the import is done . This chapter also covers how the data later on
     108      explains how the import is done. This chapter also covers how the data later on
    110109      can be exported from the database back into files, often simple text files or xml files.
    111110    </para>
Note: See TracChangeset for help on using the changeset viewer.