Changeset 3208


Ignore:
Timestamp:
Mar 23, 2007, 4:57:43 PM (17 years ago)
Author:
Martin Svensson
Message:

Added more subsections to file_system.xml.
More information to export subsection in import_export_data.xml

Location:
trunk/doc/src/docbook/userdoc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/src/docbook/userdoc/file_system.xml

    r3203 r3208  
    3737    </sect2>
    3838    <sect2>
    39       <title>Directory/file access</title>
    40       <para></para>
    41     </sect2>
    42     <sect2>
    43       <title>Quota of diskspace</title>
     39      <title>Diskspace quota</title>
    4440      <para></para>
    4541    </sect2>
     
    5551    <sect2>
    5652      <title>Upload a file</title>
    57       <para></para>
     53      <helptext external_id="file.upload" title="Upload a file">
     54        <para></para>
     55      </helptext>
    5856    </sect2>
    5957    <sect2>
     
    7270    </sect2>
    7371    <sect2>
    74       <title>Move to another directory</title>
     72      <title>Directories</title>
     73      <para></para>
     74      <sect3>
     75        <title>Edit a directory</title>
     76        <helptext external_id="directory.edit" title="Edit directory">
     77          <para></para>
     78        </helptext>
     79      </sect3>
     80    </sect2>
     81    <sect2>
     82      <title>Move file/directory</title>
    7583      <para></para>
    7684    </sect2>
  • trunk/doc/src/docbook/userdoc/import_export_data.xml

    r3200 r3208  
    3131  <para>
    3232    The data need first of all to be imported into the database before it can be used by/in the
    33     environment. The opposite is if the data should be used outside the environment, it then have
    34     to be exported before it can be used. These two actions, importing and exporting, are done
    35     through the plugin interface.
     33    environment. The opposite is if the data should be used outside the environment, it then
     34    have to be exported before it can be used. These two actions, importing and exporting, are
     35    done through the plugin interface.
    3636  </para>
    3737  <para>
     
    9595        <para>
    9696          The first thing to do when configuring a job is to set which import plugin and
    97           file format to use alternatively let the interface choose suitable
    98           plugin/file format based on the file that shall be imported, more about this in
     97          file format to use alternatively let the interface choose suitable plugin/file
     98          format based on the file that shall be imported, more about this in
    9999          <xref linkend="import_export_data.import.plugin_fileformat.autodetect" />
    100100          .
     
    250250    </para>
    251251    <para>
    252       A data export is done by a job that runs an export plugin for the current context. Click
    253       on
     252      A data export is done by a job that runs an export plugin for the current context. An
     253      export job is started by clicking on
    254254      <guibutton>Export...</guibutton>
    255       in the toolbar, which will open a pop-up window where the job can be configured. The
    256       first thing in the configuration process is to choose which plugin the job should use
    257       and a configuration, for those plugins that require that. More information about the
    258       export plugins can be read in each plugin's documentation, except for the standard table
    259       exporter that is described further down on this page. The list of export plugins that
    260       are included in the current installation of BASE 2 can be found at
    261       <ulink
    262         url="http://base.thep.lu.se/chrome/site/doc/admin/plugin_configuration/coreplugins.html#export">
    263         http://base.thep.lu.se/chrome/site/doc/admin/plugin_configuration/coreplugins.html#export
    264       </ulink>
    265     </para>
    266     <para>
    267       Click on
    268       <guibutton>Next</guibutton>
    269       to show the configuration of parameters for the job. Common for all export plugins is
    270       the file parameter that decide where the export data should be saved. Some plugins
    271       support the option of download immediately which let the user to download the exported
    272       data to a local file system, by leaving the file parameter empty. For saving the
    273       exported data within the file system of BASE, it's recommended to use the
     255      in the toolbar, which will open a pop-up window where the job can be configured.
     256    </para>
     257    <helptext external_id="runplugin.selectplugin" title="Select plugin">
     258      <para>
     259        The first thing in the configuration process is to choose which plugin the job
     260        should use and a plugin-configuration for those plugins that require it. More
     261        information about the plugins can be found in each plugin's documentation.
     262      </para>
     263      <variablelist>
     264        <title>Set plugin and configuration</title>
     265        <varlistentry>
     266          <term>
     267            <guilabel>Plugin</guilabel>
     268          </term>
     269          <listitem>
     270            <para>
     271              Select the plugin that shall do the export. Only plugins that are
     272              available for the logged in user and that supports the current item are
     273              in the drop down list.
     274            </para>
     275          </listitem>
     276        </varlistentry>
     277        <varlistentry>
     278          <term>
     279            <guilabel>Configuration</guilabel>
     280          </term>
     281          <listitem>
     282            <para>
     283              Select the configuration that should be used together with the plugin.
     284              Not all plugins supports configuration and this option is only visible
     285              if the selected plugin in
     286              <guilabel>Plugin</guilabel>
     287              has this support and visible configurations are those which can be used
     288              with the selected plugin above. More information about configuration
     289              support can be found for each plugin under.
     290            </para>
     291          </listitem>
     292        </varlistentry>
     293      </variablelist>
     294      <para>
     295        Click on
     296        <guibutton>Next</guibutton>
     297        to show the configuration of parameters for the job.
     298      </para>
     299    </helptext>
     300    <para>
     301      Common for all export plugins is the file parameter that decide where the export data
     302      should be saved. Some plugins support the option of download immediately which let the
     303      user to download the exported data to a local file system, by leaving the file parameter
     304      empty. For saving the exported data within the file system of BASE, it's recommended to
     305      use the
    274306      <guibutton>Browse...</guibutton>
    275307      button to get the right path and then complement it with the file's name.
     
    331363        <helptext external_id="simpleexport.options" title="Table-export options">
    332364          <para>
    333             In this window are the options set, which the table exporter should use when exporting the table. See
    334             the list below for more information about each option.
     365            In this window are the options set, which the table exporter should use when
     366            exporting the table. See the list below for more information about each
     367            option.
    335368            <variablelist>
    336369              <title>Export options</title>
Note: See TracChangeset for help on using the changeset viewer.