You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

node-webodf

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-webodf

WebODF - JavaScript Document Engine http://webodf.org/

0.5.11
latest
Source
npmnpm
Version published
Weekly downloads
84
29.23%
Maintainers
1
Weekly downloads
 
Created
Source

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.

  • Visit the project homepage at: WebODF
  • Want some live demos? Visit: WebODF Demos
  • Get in contact, by the mailing list or IRC (#webodf auf freenode, Web access)

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 license suited to your needs.

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 successful 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 more details about preparing the build of webodf.js , e.g. on Windows or OSX, please study "README-Building.md".

... and more

This repository not only contains code for the library webodf.js, but also a few products based on it. Here is the complete list:

build targetoutput location (in build/)descriptiondownload/packages
webodf.js-targetwebodf/webodf.jsthe library(see product-library)
product-librarywebodf.js-x.y.z.zipzip file with library and API docsWebODF homepage
product-wodotexteditorwodotexteditor-x.y.z.zipsimple to use editor componentWebODF homepage
product-wodocollabtexteditorwodocollabtexteditor-x.y.z.zipcollaborative editor componentWebODF homepage
product-firefoxextensionfirefox-extension-odfviewer-x.y.z.xpiODF viewer Firefox add-onMozilla's Add-on website

("x.y.z" is a placeholder for the actual version number)

For more details about the different products, please study "README-Products.md".

Keywords

OpenDocument

FAQs

Package last updated on 19 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts