update for 0.1.0

and fix some html issues
This commit is contained in:
trinity-1686a 2022-03-01 21:21:17 +01:00
parent e3f2bda2f4
commit bfdb0c1137
1 changed files with 5 additions and 2 deletions

View File

@ -34,17 +34,20 @@
</style>
</head>
<body>
<img src="./arti_logo.png" class="logo">
<img src="./arti_logo.png" class="logo" alt="Arti logo">
<div class="body">
<p>Arti is a project to implement
the <a href="https://www.torproject.org/">Tor</a> anonymity protocols in
the
<a href="https://www.rust-lang.org/">Rust</a> programming language.
</p>
<p>Currently, Arti provides a working Tor client, but lacks support for
anticensorship or onion services. Until it is more mature, we
recommend it for experimental use only.
</p>
<p>The latest Arti release is <a href="https://blog.torproject.org/arti_004_released/">0.0.4</a>.
<p>The latest Arti release is <a href="https://blog.torproject.org/arti_010_released/">0.1.0</a>.
</p>
<div class="links">
<p class="link"><a href="https://gitlab.torproject.org/tpo/core/arti/-/blob/main/CONTRIBUTING.md">Latest README</a></p>