Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicDeo <dubiniuk@owncloud.com>2015-01-13 17:00:34 +0300
committerVicDeo <dubiniuk@owncloud.com>2015-01-13 17:00:34 +0300
commite3600267227f25c52d5c720a91511ee013cae163 (patch)
treeabd089d46b52690853eeefae99b8ecab66891fe3 /README.md
parente85d0ccc276192dee975377d460ade7a94163f4d (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8dc1b569..2613e087 100644
--- a/README.md
+++ b/README.md
@@ -19,3 +19,24 @@ If you don't want to mess around with dependencies, you need simply install `uno
### 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.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