37 lines
1.6 KiB
Plaintext
37 lines
1.6 KiB
Plaintext
{layout '../layouts/default.latte'}
|
|
|
|
{block header}
|
|
<p class="title">Welcome to Proxitok!</p>
|
|
<p class="subtitle">
|
|
Made with <span style="color: #e25555;">♥</span> in <a href="https://github.com/pablouser1/ProxiTok">Github</a>
|
|
</p>
|
|
{/block}
|
|
|
|
{block content}
|
|
<p class="title">About this instance</p>
|
|
<p>Frontend version: {version_frontend()}</p>
|
|
<p>Scraper version: {version_scraper()}</p>
|
|
<hr />
|
|
<p class="title">Why would I want to use ProxiTok?</p>
|
|
<p>
|
|
There are already
|
|
<a rel="nofollow" href="https://penetrum.com/tiktok/Penetrum_TikTok_Security_Analysis_whitepaper.pdf">multiple</a>
|
|
<a rel="nofollow" href="https://rufposten.de/blog/2019/12/05/privacy-analysis-of-tiktoks-app-and-website">articles</a>
|
|
<a rel="nofollow" href="https://citizenlab.ca/2021/03/tiktok-vs-douyin-security-privacy-analysis">explaining</a>
|
|
Tiktok's privacy issues.
|
|
This program allows you to browse TikTok without having to worry about privacy concerns.
|
|
</p>
|
|
<hr />
|
|
<p class="title">Third party</p>
|
|
<p>
|
|
This project wouldn't be possible without the help of the following projects:
|
|
<ul>
|
|
<li><a rel="nofollow" href="https://github.com/pablouser1/TikScraperPHP">TikScraperPHP</a></li>
|
|
<li><a rel="nofollow" href="https://github.com/nette/latte">Latte</a></li>
|
|
<li><a rel="nofollow" href="https://github.com/bramus/router">bramus/router</a></li>
|
|
<li><a rel="nofollow" href="https://github.com/vlucas/phpdotenv">PHP dotenv</a></li>
|
|
<li><a rel="nofollow" href="https://github.com/jgthms/bulma">Bulma</a> and <a href="https://github.com/jenil/bulmaswatch">Bulmaswatch</a></li>
|
|
</ul>
|
|
</p>
|
|
{/block}
|