-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
84 lines (75 loc) · 3.5 KB
/
index.html
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
layout: splash
lang: en
---
<div class="container">
<section class="main">
<div class="">
<p class="title">
<img class="logo" alt="ArchiveWeb.page" src="/assets/brand/archivewebpage-lockup-color.svg"/>
</p>
<p class="subtitle">
Interactive browser-based web archiving from <a href="https://webrecorder.net/">Webrecorder</a>.
</p>
<article class="card">
<div class="card-content">
<p>The ArchiveWeb.page browser extension and standalone application allows you to capture web archives interactively as you browse!</p>
<p>
After archiving your webpages, your archives can be viewed using <a href="https://replayweb.page">ReplayWeb.page</a> — no extension required!
</p>
<p>For those who need to crawl whole websites with automated tools, check out <a href="https://browsertrix.com">Browsertrix</a>.</p>
<p class="guide">
<a href="/guide"><i class="fas fa-book"></i> View the ArchiveWeb.page User Guide</a>
</p>
</div>
</article>
<div class="option-list">
<div class="message ext-needed is-info" style="display: none">
<div class="message-body">
<i class="fab fa-chrome"></i>
<i class="fa fa-download"></i>
<a href="https://chrome.google.com/webstore/detail/webrecorder-archivewebpag/fpeoodllldobpkbkabpblcfaogecpndd">
Install Extension from Chrome Web Store</a>
</div>
</div>
<div class="message ext-installed is-primary" style="display: none">
<div class="message-body">
<i class="fas fa-check-circle"></i> ArchiveWeb.page Extension <a class="no-dec" target="_blank" href="https://chrome.google.com/webstore/detail/webrecorder-archivewebpag/fpeoodllldobpkbkabpblcfaogecpndd">Installed</a>
<p><a href="chrome-extension://fpeoodllldobpkbkabpblcfaogecpndd/index.html">Browse Web Archives stored in this browser.</a></p>
</div>
</div>
<div class="message ext-not-avail is-danger" style="display: none">
<div class="message-body">
<i class="fas fa-times-circle"></i> Sorry, the ArchiveWeb.page browser Extension requires Chrome or a Chromium based browser.
Please visit <a href="https://chromewebstore.google.com/detail/webrecorder-archivewebpag/fpeoodllldobpkbkabpblcfaogecpndd">ArchiveWeb.page in the Chrome Webstore</a> using a compatible browser.
</div>
</div>
<div class="message app-avail is-info">
<div class="message-body">
<i class="fas fa-download"></i>
<a href="https://github.com/webrecorder/archiveweb.page/releases/latest"><b>Download ArchiveWeb.page Desktop App</b></a> - Latest version available for download!
</div>
</div>
<br>
<hr>
<table>
<tr>
<th>View Source</th>
<th>Language</th>
</tr>
<tr>
<td><a href="https://github.com/webrecorder/archiveweb.page">
<i class="fab fa-github"></i> Extension and App</a></td>
<td><a href="/">English</a></td>
</tr>
<tr>
<td>
<a href="https://github.com/webrecorder/archiveweb.page-site">
<i class="fab fa-github"></i> This Site</a></td>
<td><a href="/es">Español</a></td>
</tr>
</table>
</div>
</div>
</section>
</div>