Changeset 3794
- Timestamp:
- Sep 27, 2007, 9:47:12 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r3763 r3794 1078 1078 <mkdir dir="${docbook.html.out}/userdoc/trashcan"/> 1079 1079 <mkdir dir="${docbook.html.out}/userdoc/webclient"/> 1080 <mkdir dir="${docbook.html.out}/userdoc/overview"/> 1080 1081 <mkdir dir="${docbook.html.out}/faqs" /> 1081 1082 <mkdir dir="${docbook.html.out}/appendix" /> -
trunk/doc/src/docbook/userdoc/index.xml
r3766 r3794 29 29 <?dbhtml dir="userdoc"?> 30 30 <title>User documentation</title> 31 <include file=" userdoc_overview.xml"/>31 <include file="overview.xml"/> 32 32 <include file="webclient.xml"/> 33 33 <include file="project_permission.xml"/> -
trunk/doc/src/docbook/userdoc/overview.xml
r3793 r3794 27 27 --> 28 28 29 <chapter id="userdoc_overview" >30 <?dbhtml dir=" userdoc_overview"?>29 <chapter id="userdoc_overview" chunked="0"> 30 <?dbhtml dir="overview"?> 31 31 <title>Overview of user documentation</title> 32 32 <para> … … 51 51 Most of the things that have to do with the working environment are gathered in one 52 52 chapter, where the first subsection, 53 <xref linkend="webclient.introduction" /> 54 ,gives a good guidance how to start using BASE including a general explanation53 <xref linkend="webclient.introduction" />, 54 gives a good guidance how to start using BASE including a general explanation 55 55 how to navigate your way through the program. 56 56 </para> … … 58 58 <para> 59 59 The second subsection, 60 <xref linkend="webclient.configuration" /> 61 ,describes how to personlize BASE with contact information, preferences and changing60 <xref linkend="webclient.configuration" />, 61 describes how to personlize BASE with contact information, preferences and changing 62 62 password. The preferences are for instance some appearance like date-format, text-size 63 63 or the look of the toolbar-buttons. … … 68 68 <xref linkend="webclient.items" /> 69 69 and 70 <xref linkend="webclient.itemlist" /> 71 ,in the webclient chapter explain how to work with items in BASE. Things explained here70 <xref linkend="webclient.itemlist" />, 71 in the webclient chapter explain how to work with items in BASE. Things explained here 72 72 are general in BASE and give e.g information about itemlists and in which ways they can 73 73 be adjusted to become easier to overlook. Here is also described some single item issue, … … 82 82 There are some working principles that need to be understood by all users in BASE. These 83 83 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" />. 87 86 </para> 88 87 <para> 89 88 Understanding the permission system and how to work in projects will not only make it 90 simpliarfor you to work in BASE but also for your co-workers who want access to your89 more simple for you to work in BASE but also for your co-workers who want access to your 91 90 items. 92 91 </para> … … 107 106 108 107 <xref linkend="import_export_data" /> 109 explains then how the import is done. This chapter also covers how the data later on108 explains how the import is done. This chapter also covers how the data later on 110 109 can be exported from the database back into files, often simple text files or xml files. 111 110 </para>
Note: See TracChangeset
for help on using the changeset viewer.