2013-08-27 20:11:11 +02:00
|
|
|
documents
|
|
|
|
=========
|
2013-09-30 21:39:58 +03:00
|
|
|
|
2014-05-27 21:51:51 +02:00
|
|
|
Documents app for ownCloud
|
|
|
|
|
|
|
|
An ownCloud app to work with office documents alone and/or collaboratively.
|
2013-09-30 21:39:58 +03:00
|
|
|
|
2014-05-13 14:33:04 +02:00
|
|
|
[](https://travis-ci.org/owncloud/documents)
|
|
|
|
|
2014-07-02 19:22:57 +03:00
|
|
|
### Known issues ###
|
|
|
|
**Problem**: Editor doesn't open. Spinner spins for ages.
|
|
|
|
**Solution**: Try to disable gzip for Documents app by adding the following line to your .htaccess:
|
|
|
|
`SetEnvIf Request_URI .*/apps/documents/ajax/.* no-gzip dont-vary`
|
2013-09-30 21:39:58 +03:00
|
|
|
|
|
|
|
### How to add more fonts ###
|
|
|
|
+ Upload font files to **documents/css/fonts** directory
|
|
|
|
+ Edit **documents/css/fonts.css** adding `@font-face` rule for each uploaded file
|