improve faq

This commit is contained in:
tdurieux
2021-04-02 09:39:10 +02:00
parent 11d78d5e3d
commit 8ee5f03f49

View File

@@ -22,16 +22,16 @@
title=""
data-toggle="collapse"
data-parent="#accordion"
href="#collapse0"
href="#download"
aria-expanded="true"
aria-controls="collapse0"
aria-controls="download"
>
Can I download the repository?
</a>
</h3>
</div>
<div
id="collapse0"
id="download"
class="panel-collapse collapse"
role="tabpanel"
aria-labelledby="heading0"
@@ -39,10 +39,55 @@
<div class="panel-body px-3 mb-4">
<p>
It is currently not possible to download an anonymized
repository. It is technically possible to implement but
would require much more processing and storage. I am
currently not able to provide this option due to the
increase cost.
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">
<div class="panel-heading p-3 mb-3" role="tab" id="heading6">
<h3 class="panel-title">
<a
class="collapsed"
role="button"
title=""
data-toggle="collapse"
data-parent="#accordion"
href="#limitation"
aria-expanded="true"
aria-controls="download"
>
What are the limitations of Anonymous GitHub?
</a>
</h3>
</div>
<div
id="limitation"
class="panel-collapse collapse"
role="tabpanel"
aria-labelledby="heading6"
>
<div class="panel-body px-3 mb-4">
<p>
<ul>
<li>
Anonymous GitHub does not allow to download the repository.
</li>
<li>
Anonymous GitHub only anonymizes textual files.
</li>
<li>
Anonymous GitHub does not support files that are larger than 8Mo.
</li>
<li>
The anonymization can change the behavior of the program.
</li>
</ul>
</p>
</div>
</div>
@@ -57,16 +102,16 @@
title=""
data-toggle="collapse"
data-parent="#accordion"
href="#collapse1"
href="#formats"
aria-expanded="true"
aria-controls="collapse1"
aria-controls="formats"
>
Which file formats are supported?
</a>
</h3>
</div>
<div
id="collapse1"
id="formats"
class="panel-collapse collapse"
role="tabpanel"
aria-labelledby="heading1"
@@ -94,16 +139,16 @@
title=""
data-toggle="collapse"
data-parent="#accordion"
href="#collapse2"
href="#cost"
aria-expanded="true"
aria-controls="collapse2"
aria-controls="cost"
>
How much is cost?
</a>
</h3>
</div>
<div
id="collapse2"
id="cost"
class="panel-collapse collapse"
role="tabpanel"
aria-labelledby="heading2"
@@ -111,6 +156,7 @@
<div class="panel-body px-3 mb-4">
<p>
Anonymous Github is free to use, however the server costs me hundreds of dollars per year, a small donation to cover to cost is largely appricated.
You can support me financiarly by <a href="https://github.com/sponsors/tdurieux/" target="__self">Sponsoring my GitHub account</a>, send me money thought <a href="https://ko-fi.com/tdurieux" target="__self">Ko-fi</a> or by clicking on the "Support me" button.
</p>
</div>
</div>
@@ -125,16 +171,16 @@
title=""
data-toggle="collapse"
data-parent="#accordion"
href="#collapse3"
href="#data"
aria-expanded="true"
aria-controls="collapse3"
aria-controls="data"
>
Data privacy?
Data privacy
</a>
</h3>
</div>
<div
id="collapse3"
id="data"
class="panel-collapse collapse"
role="tabpanel"
aria-labelledby="heading3"
@@ -157,23 +203,55 @@
title=""
data-toggle="collapse"
data-parent="#accordion"
href="#collapse4"
href="#privacy"
aria-expanded="true"
aria-controls="collapse4"
aria-controls="privacy"
>
Privacy of the viewer?
Privacy of the viewer
</a>
</h3>
</div>
<div
id="collapse4"
id="privacy"
class="panel-collapse collapse"
role="tabpanel"
aria-labelledby="heading4"
>
<div class="panel-body px-3 mb-4">
<p>
No information is collected on the viewer of the repositories.
The viewers of the reposiotry are not tracked, only the number of view of the repository is collected (a signle incremental digit).
It is not possible for the reposiotry owner neither for Anonymous GitHub to track down the identity of the viewer.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading p-3 mb-3" role="tab" id="heading5">
<h3 class="panel-title">
<a
class="collapsed"
role="button"
title=""
data-toggle="collapse"
data-parent="#accordion"
href="#deploy"
aria-expanded="true"
aria-controls="deploy"
>
Deploying your own instance?
</a>
</h3>
</div>
<div
id="deploy"
class="panel-collapse collapse"
role="tabpanel"
aria-labelledby="heading5"
>
<div class="panel-body px-3 mb-4">
<p>
Anonymous GitHub is fully open source and the deployment of a new instance is relatively easy. More information can be found on the GitHub reposiotry of the project.
</p>
</div>
</div>