webodf / ViewerJS

ViewerJS: Document Reader in JavaScript
http://viewerjs.org
1.94k stars 421 forks source link

Viewer.js source code? #19

Closed Strae closed 10 years ago

Strae commented 10 years ago

Is normal that this repo does not contain the Viewer.js source file?

It can be downloaded from http://viewerjs.org/instructions/ but im wondering why is missing here (along with ODF plugin)

Also, i cant find anywhere on the web the Viewer.js uncompressed source..

thz commented 10 years ago

Viewer.JS takes WebODF and PDF.js and puts them in a common UI for making it easier to embed any document on a web-page. For that there is a build-process (based on CMake) which uses specific git-revisions of the upstream projects. (see CMakeLists.txt)

So you cannot find uncompressed sources of any of the two projects because they are only fetched/created during the build process.

What you can download on the website is actually a built package / "a release" which includes the results of the build-process.