Update faq.htm

This commit is contained in:
Thomas Durieux
2025-01-30 08:36:37 -08:00
committed by GitHub
parent 3602f343ac
commit 0c0cfe2c86

View File

@@ -13,42 +13,6 @@
role="tablist"
aria-multiselectable="true"
>
<div class="panel panel-default mb-4">
<div class="panel-heading p-3" role="tab" id="heading0">
<h3 class="panel-title">
<a
class="collapsed"
role="button"
title=""
data-toggle="collapse"
data-parent="#faq"
href="#download"
aria-expanded="true"
aria-controls="download"
>
Can I download the repository?
</a>
</h3>
</div>
<div
id="download"
class="panel-collapse collapse"
role="tabpanel"
aria-labelledby="heading0"
>
<div class="panel-body p-3">
<p>
It is currently not possible to download an anonymized
repository neither to clone it.
It is technically possible to implement however it
would require additional processing power and storage.
I am currently not able to cover the cost of this feature.
If you want to see this feature on Anonymous GitHub, please consider doing a donation.
</p>
</div>
</div>
</div>
<div class="panel panel-default mb-4">
<div class="panel-heading p-3" role="tab" id="heading6">
<h3 class="panel-title">
@@ -75,9 +39,6 @@
<div class="panel-body p-3">
<p>
<ul>
<li>
Anonymous GitHub does not allow to download the repository.
</li>
<li>
Anonymous GitHub only anonymizes textual files.
It does not support the use of a static site generator, such as Jekyll, with GitHub Pages (although Markdown files are converted to HTML without any special formatting).