Skip to content

Commit b9202f2

Browse files
author
Friedrich W. H. Kossebau
committed
Remove ViewerJS code, i.e. programs/viewer, now in ViewerJS repo
Imported into ViewerJS in c489dc706a58ca8cd429dbd14bb8611a46742ede
1 parent 9de1f20 commit b9202f2

26 files changed

Lines changed: 0 additions & 2287 deletions

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,6 @@ set(LIBJSLICENSEFILE ${CMAKE_CURRENT_SOURCE_DIR}/AGPL-3.0.txt)
323323
set(WEBODFJS_DIR ${CMAKE_CURRENT_BINARY_DIR}/webodf.js-${WEBODF_VERSION})
324324
set(WEBODFJS_ZIP webodf.js-${WEBODF_VERSION}.zip)
325325

326-
set(VIEWERBUILDDIR ${CMAKE_CURRENT_BINARY_DIR}/viewer)
327-
328326
set(WODOTEXTEDITORBUILDDIR ${CMAKE_CURRENT_BINARY_DIR}/wodotexteditor)
329327

330328
set(WODOCOLLABTEXTEDITORBUILDDIR ${CMAKE_BINARY_DIR}/wodocollabtexteditor)

README-Products.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,3 @@ With a prepared setup for building, you execute this command:
4343
This creates a file "firefox-extension-odfviewer-x.y.z.xpi", which can be directly installed as add-on in Firefox browsers.
4444

4545
Download and install the latest officially released version from [Mozilla's Add-on website](https://addons.mozilla.org/firefox/addon/webodf/).
46-
47-
48-
### ViewerJS Plugin
49-
50-
This is currently only called automatically during the build of [ViewerJS](http://viewerjs.org), you will not do this yourself.
51-
52-
make product-viewerjsdir
53-
54-
It creates a folder "viewer", which is then further processed in the build of ViewerJS.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ webodf.js-target | webodf/webodf.js | the library
4141
product-library | webodf.js-x.y.z.zip | zip file with library and API docs | [WebODF homepage](http://webodf.org/download)
4242
product-wodotexteditor | wodotexteditor-x.y.z.zip | simple to use editor component | [WebODF homepage](http://webodf.org/download)
4343
product-firefoxextension | firefox-extension-odfviewer-x.y.z.xpi | ODF viewer Firefox add-on | [Mozilla's Add-on website](https://addons.mozilla.org/firefox/addon/webodf/)
44-
product-viewerjsdir | viewer/ | plugin for [ViewerJS](http://viewerjs.org) | [ViewerJS](http://viewerjs.org/getit) (built-in)
4544

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

programs/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ add_subdirectory(firefoxextension)
1010

1111
add_subdirectory(benchmark)
1212
add_subdirectory(editor)
13-
add_subdirectory(viewer)
1413
add_subdirectory(cordova)

programs/viewer/CMakeLists.txt

Lines changed: 0 additions & 74 deletions
This file was deleted.

programs/viewer/ODFViewerPlugin.css

Lines changed: 0 additions & 29 deletions
This file was deleted.

programs/viewer/ODFViewerPlugin.js

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)