list out more repositories on source page

This commit is contained in:
Daniel Micay 2020-12-25 22:27:54 -05:00
parent 201e9d2c26
commit 5e158467fe

View File

@ -54,6 +54,7 @@
<li><a href="https://github.com/GrapheneOS/platform_manifest">Manifest for OS repositories</a></li> <li><a href="https://github.com/GrapheneOS/platform_manifest">Manifest for OS repositories</a></li>
<li><a href="https://github.com/GrapheneOS/tls_pinning">Utilities for setting up conservative non-leaf TLS pinning with backup pins</a></li> <li><a href="https://github.com/GrapheneOS/tls_pinning">Utilities for setting up conservative non-leaf TLS pinning with backup pins</a></li>
<li><a href="https://github.com/GrapheneOS/branding_tools">Scripting for generating branding</a></li> <li><a href="https://github.com/GrapheneOS/branding_tools">Scripting for generating branding</a></li>
<li><a href="https://github.com/GrapheneOS/hardened_malloc">hardened_malloc</a></li>
</ul> </ul>
<p>The operating system source tree includes hundreds of repositories. Many of these <p>The operating system source tree includes hundreds of repositories. Many of these
are only used for debugging, testing or development and are not actually part of what are only used for debugging, testing or development and are not actually part of what
@ -76,6 +77,17 @@
is included in the GrapheneOS source tree as a prebuilt since it uses a different is included in the GrapheneOS source tree as a prebuilt since it uses a different
build system, similar to other prebuilts like Vanadium.</p> build system, similar to other prebuilts like Vanadium.</p>
<section id="standalone-apps">
<h2><a href="#standalone-apps">Standalone apps</a></h2>
<ul>
<li><a href="https://github.com/GrapheneOS/Auditor">Auditor</a></li>
<li><a href="https://github.com/GrapheneOS/PdfViewer">PDF Viewer</a></li>
<li><a href="https://github.com/GrapheneOS/platform_packages_apps_Updater">Update client</a></li>
<li><a href="https://github.com/GrapheneOS/Vanadium">Vanadium (Chromium variant)</a></li>
</ul>
</section>
<section id="services"> <section id="services">
<h2><a href="#services">Services</a></h2> <h2><a href="#services">Services</a></h2>