Skip to content

Commit 25488c4

Browse files
author
Tobias Hintze
committed
fill README.md a bit; update URLs in copyright headers; add LICENSE
1 parent ef63b10 commit 25488c4

5 files changed

Lines changed: 51 additions & 8 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
#
2929
# This license applies to this entire compilation.
3030
# @licend
31-
# @source: http://thz.github.com/Viewer.js/
31+
# @source: http://viewerjs.org/
32+
# @source: http://github.com/thz/Viewer.js
3233
#
3334

3435
project (Viewer.js)

LICENSE

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
Copyright (C) 2013 KO GmbH <copyright@kogmbh.com>
3+
4+
@licstart
5+
This program is free software: you can redistribute it
6+
and/or modify it under the terms of the GNU Affero General Public License
7+
(GNU AGPL) as published by the Free Software Foundation, either version 3 of
8+
the License, or (at your option) any later version. The code is distributed
9+
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU AGPL for more details.
11+
12+
As additional permission under GNU AGPL version 3 section 7, you
13+
may distribute non-source (e.g., minimized or compacted) forms of
14+
that code without the copy of the GNU GPL normally required by
15+
section 4, provided you include this license notice and a URL
16+
through which recipients can access the Corresponding Source.
17+
18+
As a special exception to the AGPL, any HTML file which merely makes function
19+
calls to this code, and for that purpose includes it by reference shall be
20+
deemed a separate work for copyright law purposes. In addition, the copyright
21+
holders of this code give you permission to combine this code with free
22+
software libraries that are released under the GNU LGPL. You may copy and
23+
distribute such a system following the terms of the GNU AGPL for this code
24+
and the LGPL for the libraries. If you modify this code, you may extend this
25+
exception to your version of the code, but you are not obligated to do so.
26+
If you do not wish to do so, delete this exception statement from your
27+
version.
28+
29+
This license applies to this entire compilation.
30+
@licend
31+
@source: http://viewerjs.org/
32+
@source: http://github.com/thz/Viewer.js

PDFViewerPlugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
*
3030
* This license applies to this entire compilation.
3131
* @licend
32-
* @source: http://www.webodf.org/
33-
* @source: http://gitorious.org/webodf/webodf/
32+
* @source: http://viewerjs.org/
33+
* @source: http://github.com/thz/Viewer.js
3434
*/
3535

3636
/*global document, PDFJS, console, TextLayerBuilder*/

PluginLoader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
*
3030
* This license applies to this entire compilation.
3131
* @licend
32-
* @source: http://www.webodf.org/
33-
* @source: http://gitorious.org/webodf/webodf/
32+
* @source: http://viewerjs.org/
33+
* @source: http://github.com/thz/Viewer.js
3434
*/
3535

3636
/*global document, window, Viewer, ODFViewerPlugin, PDFViewerPlugin*/

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
Viewer.js
2-
=========
1+
# Viewer.js
2+
3+
Viewer.js combines a number of excellent open source tools that are built on HTML and javascript. Viewer.js was funded by [NLnet foundation](http://nlnet.nl) and developed by [KO GmbH](http://kogmbh.com).
4+
5+
The heavy lifting in Viewer.js is done by these awesome projects:
6+
7+
### WebODF
8+
9+
WebODF is a JavaScript library created by [KO GmbH](http://kogmbh.com). It was started by Jos van den Oever at KO and is now developed by a growing team including external collaborators. It makes it easy to add Open Document Format (ODF) support to your website and to your mobile or desktop applications. It uses HTML and CSS to display ODF documents.
10+
11+
### PDF.js
12+
13+
PDF.js is a library created by Andreas Gal and others at Mozilla Labs. It is an HTML5 technology experiment that explores building a faithful and efficient Portable Document Format (PDF) renderer without native code assistance.
314

4-
Use WebODF and PDF.js to create a Viewer for ODP and PDF documents.

0 commit comments

Comments
 (0)