Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Side by Side Diff: third_party/readability/README.chromium

Issue 189463006: Fix license header for third_party/readability (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « android_webview/tools/known_issues.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: readability 1 Name: readability
2 URL: https://github.com/Kerrick/readability-js 2 URL: https://github.com/Kerrick/readability-js
3 Version: 1.7.1 3 Version: 1.7.1
4 License: Apache, version 2.0 4 License: Apache Version 2.0
5 Security Critical: yes 5 Security Critical: yes
6 6
7 Description: 7 Description:
8 Readability operates on the DOM of a Web page to extract article content and 8 Readability operates on the DOM of a Web page to extract article content and
9 present it in an easy-to-read form. The CSS of readability is unchanged. 9 present it in an easy-to-read form. The CSS of readability is unchanged.
10 10
11 Local Modifications: 11 Local Modifications:
12 - Removed all writes to innerHTML in the JavaScript. 12 - Removed all writes to innerHTML in the JavaScript.
13 - Removed unneeded styles, footer, scrolling. 13 - Removed unneeded styles, footer, scrolling.
14 - Removed extraneous whitespace. 14 - Removed extraneous whitespace.
15 - Exposed nextPageLink as a function. 15 - Exposed nextPageLink as a function.
OLDNEW
« no previous file with comments | « android_webview/tools/known_issues.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698