-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (59 loc) · 2.48 KB
/
index.html
File metadata and controls
60 lines (59 loc) · 2.48 KB
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
---
layout: default
title: Home
description: Documentation on CopperheadOS including instructions on building from source and installing
---
<div id='subpage-docs' class='container'>
<div class='row'>
<main class='subpage'>
Welcome to <a href="https://copperhead.co/android">CopperheadOS's</a> public documentation repository. This site is hosted on Github
and provides external users with technical information. All inquiries about CopperheadOS should be sent to <a href="mailto:info@copperhead.co">Copperhead</a>.
<br>
•
•
<br>
<h3>Table of Contents</h3>
<ol class='docs-toc'>
<li>
<a href="/updates" class="collection-item">Updates</a>
•
Updates made to CopperheadOS
</li>
<li>
<a href="/usage_guide" class="collection-item">Usage Guide</a>
•
Recommendations on how to use CopperheadOS effectively
</li>
<li>
<a href="/technical_overview" class="collection-item">Technical Overview</a>
•
A technical overview of the currently implemented features
</li>
<li>
<a href="/verified_boot" class="collection-item">Verified boot / remote attestation</a>
•
Technical information on verified boot and remote attestation
</li>
<li>
<a href="/building" class="collection-item">Building from Source</a>
•
CopperheadOS build instructions
</li>
<li>
<a href="/install" class="collection-item">Installing</a>
•
CopperheadOS installation instructions
<li>
<a href="/devices" class="collection-item">Device comparison</a>
•
Comparison between past and current devices supported by CopperheadOS
</li>
<li>
<a href="/licensing" class="collection-item">License and copyright information</a>
•
Information regarding CopperheadOS licensing
</li>
</ol>
</main>
</div>
</div>