2015-03-26 01:16:47 +03:00
2015-02-27 18:16:42 -04:00
2015-02-27 18:16:42 -04:00
2015-03-06 00:43:20 -05:00
2015-01-23 19:03:49 +03:00
2014-12-19 12:05:33 +03:00
2015-02-27 18:16:42 -04:00
2015-03-02 12:15:03 +01:00
2014-03-31 20:27:07 +03:00
2015-01-23 17:31:41 +03:00
2013-08-28 12:02:27 +02:00

documents

Documents app for ownCloud

An ownCloud app to work with office documents alone and/or collaboratively.

Build Status

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

Problem: Doc(x) support doesn't work
Solution: Install at least libreoffice-common and libreoffice-writer packages for your distro.
If you don't want to mess around with dependencies, you need simply install unoconv package. It will do the trick for you.

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

WebODF upgrade

  1. Build WebODF:

     git clone https://github.com/kogmbh/WebODF.git webodf
     mkdir build
     cd build
     cmake ../webodf
     make webodf-debug.js-target editor-compiled.js-target
    
  2. Refresh code and create a new branch:

     cd /path/to/documents
     git checkout master
     git pull --rebase
     git checkout -b new-branch
    
  3. Run upgrade script:

     ./src/updateWebODF.sh /path/to/WebODF/buildDir
    
  4. Resolve confilcts in patches (if any). Commit changes.

  5. Update patches in /path/to/documents/src/patches according to conflicts. Commit changes.

  6. Test UI. Fix glitches by updating CSS. Commit changes.

  7. Run locale extraction script:

     ./src/updateWebODF.sh
    
  8. Commit changes

  9. Push the branch for testing

  10. You are done.

Description
Copy of Nextcloud richdocuments app, but with modifications so all traffic goes over clearnet/CJDNS/Tor/I2P/whatever instead of having a single default hostname.
Readme 20 MiB
Languages
JavaScript 71.5%
PHP 24.4%
CSS 3.7%
Makefile 0.4%