Skip to content

Commit

Permalink
Spin off src/freeze-dry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Treora committed Jul 13, 2017
1 parent 95fcbd0 commit dd41663
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 754 deletions.
6 changes: 0 additions & 6 deletions Codetour.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ For logging visits in the database. A visit object points to a page object, whic
page itself. Project focus has shifted from logging every visit to manually storing pages, so this
code may be refactored soon.

### [`src/freeze-dry`](src/freeze-dry): snapshotting a webpage

Provides the freezeDry function that creates a single static html file (returned
as a string) with the rendered page. It takes the DOM, removes scripts, and
inlines images and stylesheets. Should be moved into its own repo soon.

### [`src/page-analysis`](src/page-analysis/): (web)page analysis

This extracts and stores information about the page in a given tab, such as:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"core-js": "^2.4.1",
"diff-match-patch": "^1.0.0",
"docuri": "^4.2.2",
"freeze-dry": "^0.1.0",
"history": "^4.6.3",
"lodash": "^4.17.4",
"moment": "^2.18.1",
Expand Down
26 changes: 0 additions & 26 deletions src/freeze-dry/Readme.md

This file was deleted.

72 changes: 0 additions & 72 deletions src/freeze-dry/common.js

This file was deleted.

103 changes: 0 additions & 103 deletions src/freeze-dry/common.test.js

This file was deleted.

18 changes: 0 additions & 18 deletions src/freeze-dry/fix-links.js

This file was deleted.

62 changes: 0 additions & 62 deletions src/freeze-dry/fix-links.test.js

This file was deleted.

45 changes: 0 additions & 45 deletions src/freeze-dry/index.js

This file was deleted.

38 changes: 0 additions & 38 deletions src/freeze-dry/index.test.js

This file was deleted.

Loading

0 comments on commit dd41663

Please sign in to comment.