forked from documentcloud/documentcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
33 lines (25 loc) · 1.7 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
______ _ _____ _ _
| _ \ | | / __ \ | | |
| | | |___ ___ _ _ _ __ ___ ___ _ __ | |_| / \/ | ___ _ _ __| |
| | | / _ \ / __| | | | '_ ` _ \ / _ \ '_ \| __| | | |/ _ \| | | |/ _` |
| |/ / (_) | (__| |_| | | | | | | __/ | | | |_| \__/\ | (_) | |_| | (_| |
|___/ \___/ \___|\__,_|_| |_| |_|\___|_| |_|\__|\____/_|\___/ \__,_|\__,_|
DocumentCloud is a catalog of primary source documents and a tool for
annotating, organizing and publishing them on the web. Documents are
contributed by journalists, researchers and archivists.
This codebase contains the entirety of DocumentCloud.org, and pulls together
the rest of our open-source projects: Docsplit is used to extract data from
incoming documents; that work is parallelized across CloudCrowd; data on the
client-side is modeled by Backbone.js, which depends on Underscore.js for all
of its abilities; Jammit concatenates and compresses the dozens of CSS and JS
files into a single asset package; the NYTimes' Document Viewer displays the
documents, while Pixel Ping records the traffic.
The annotated source code to DocumentCloud is available here:
[TBD]
If you find a security issue while browsing the source, please email
[email protected] to inform us of the problem.
If you're interested in contributing patches to DocumentCloud, installation
instructions to get up and running are available in the "INSTALL" file.
Code contributed to this project is provided under the MIT license (see
the LICENSE file). Some components of the project are subject to their own
licenses as indicated (see /vendor and /public/javascripts/vendor directories).