adityab / WebODF

WebODF - JavaScript Document Engine

Home Page:http://webodf.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebODF

WebODF is a JavaScript library created by KO GmbH.

It makes it easy to add Open Document Format (ODF) support to your website and to your mobile or desktop application. It uses HTML and CSS to display ODF documents.

License

WebODF is a Free Software project. All code is available under the AGPL.

If you are interested in using WebODF in your commercial product (and do not want to disclose your sources / obey AGPL), contact KO GmbH for a commercial license.

Creating webodf.js

webodf.js is compiled by using the Closure Compiler. This compiler concatenates and compacts all JavaScript files, so that they are smaller and execute faster. CMake is used to setup the buildsystem, so webodf.js can be created:

git clone https://github.com/kogmbh/WebODF.git webodf
mkdir build
cd build
cmake ../webodf
make webodf.js-target

A successfull run will yield the file "webodf.js" in the subfolder "build/webodf/" (among other things), from where you can then copy it and use for your website.

For building webodf.js on Windows please study "README-Windows.md".

About

WebODF - JavaScript Document Engine

http://webodf.org/


Languages

Language:JavaScript 93.0%Language:C 2.7%Language:CSS 1.6%Language:Objective-C 1.0%Language:C++ 0.9%Language:Java 0.4%Language:XSLT 0.3%Language:Python 0.1%Language:Shell 0.1%Language:ActionScript 0.0%