Skip to content

Commit

Permalink
WebTop4 (en): fix script paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Nov 7, 2016
1 parent a111244 commit ebaeda1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions administrator-manual/en/webtop4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Before using followings scripts, you will need to install *libpst* package: ::
Mail
----

Initial script to import mail messages: :file:`/user/share/webtop/doc/pst2webtop.sh`
Initial script to import mail messages: :file:`/usr/share/webtop/doc/pst2webtop.sh`

To start the import, run the script specifying the PST file and the system user: ::

Expand All @@ -170,7 +170,7 @@ The script will list all created temporary files.
Contacts
--------

Script for contacts import: :file:`/user/share/webtop/doc/pst2webtop_card.php`.
Script for contacts import: :file:`/usr/share/webtop/doc/pst2webtop_card.php`.

The script will use files generated from mail import phase: ::

Expand All @@ -186,12 +186,12 @@ Let us assume that the pst2webtop.sh script has generated following output from
To import the default address book (WebTop) of *foo* user: ::

/user/share/webtop/doc/pst2webtop_card.php foo '/tmp/tmp.0vPbWYf8Uo/Cartelle personali/Contatti/contacts' WebTop
/usr/share/webtop/doc/pst2webtop_card.php foo '/tmp/tmp.0vPbWYf8Uo/Cartelle personali/Contatti/contacts' WebTop
Calendars
---------

Script for calendars import: :file:`/user/share/webtop/doc/pst2webtop_cal.php`
Script for calendars import: :file:`/usr/share/webtop/doc/pst2webtop_cal.php`

The script will use files generated from mail import phase: ::

Expand All @@ -207,7 +207,7 @@ Let us assume that the pst2webtop.sh script has generated following output from

To import the default calendar (WebTop) of *foo* user: ::

/user/share/webtop/doc/pst2webtop_cal.php foo '/tmp/tmp.0vPbWYf8Uo/Cartelle personali/Calendario/calendar' WebTop
/usr/share/webtop/doc/pst2webtop_cal.php foo '/tmp/tmp.0vPbWYf8Uo/Cartelle personali/Calendario/calendar' WebTop

.. note::
The script will import all events using the timezone selected by the user inside WebTop, if set.
Expand Down

0 comments on commit ebaeda1

Please sign in to comment.