Fix typos
This commit is contained in:
parent
6781ada8ce
commit
32c5ac5c4e
1 changed files with 5 additions and 7 deletions
|
@ -1,18 +1,16 @@
|
|||
Roundcube Open Documents Viewer
|
||||
-------------------------------
|
||||
|
||||
The rendering of open documents is based on the WebODF library written
|
||||
by Tobias Hintze. See http://webodf.org for more information.
|
||||
|
||||
|
||||
INSTALLATION
|
||||
------------
|
||||
|
||||
Make the the folder 'files' in this directory writeable for the webserver.
|
||||
It is used to temporarily store attachment files. Make sure in the webserver
|
||||
configuraton that this directory is not browsable. For Apache webservers
|
||||
the included .htaccess file should arelad do the job.
|
||||
It is used to temporarily store attachment files. Also make sure in the
|
||||
webserver configuraton that this directory is not browsable. For Apache
|
||||
webservers the included .htaccess file should already do the job.
|
||||
|
||||
Add 'odfviewer' to the list of plugins in config/main.inc.php file of your
|
||||
Roundcube installation.
|
||||
Add 'odfviewer' to the list of plugins in the config/main.inc.php file
|
||||
of your Roundcube installation.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue