Blame view
sources/apps/documents/README.md
669 Bytes
|
d1bafeea1
|
1 2 |
documents ========= |
|
6d9380f96
|
3 |
Documents app for ownCloud |
|
d1bafeea1
|
4 |
|
|
6d9380f96
|
5 6 7 8 9 10 11 12 |
An ownCloud app to work with office documents alone and/or collaboratively. [](https://travis-ci.org/owncloud/documents) ### 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` |
|
d1bafeea1
|
13 14 15 16 |
### 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 |